ACK Club

Metrics Guide

Learn how to collect, view, and analyze network performance metrics in ACK Club simulations.

๐Ÿ“Š Understanding Key Metrics

1. Throughput

Measures data transfer speed between nodes in your simulation

{
  "average": "3.4 Gbps",
  "peak": "5.8 Gbps",
  "min": "1.2 Gbps",
  "max": "7.9 Gbps"
}

2. Latency

Tracks packet transmission delay between network endpoints

{
  "average": "12.4 ms",
  "p95": "21.3 ms",
  "jitter": "3.2 ms"
}

๐Ÿ‘€ Accessing Metrics

1. API Endpoint

GET https://api.ackclub.net/metrics/sim-7c3a9
Authorization: Bearer YOUR_TOKEN

Returns detailed metrics including packet loss statistics, node utilization, and route efficiency

2. WebSocket Stream

wss://api.ackclub.net/metrics/stream?token=YOUR_TOKEN
  • Real-time updates from active simulations
  • Filtered by simulation ID, node, or metric type

๐Ÿ“ˆ Analyzing Performance Data

1. Line Charts

2. Heat Maps

3. Resource Graphs

Throughput vs Time
Throughput Chart
Node Traffic
Heat Map
CPU/Memory Usage
Resource Graph

View your metrics through multiple visualization options in ACK Club's dashboard. Hover over chart elements for detailed values.

๐Ÿ” Advanced Metric Analysis

1. Comparative Analysis

  • Compare simulation runs side-by-side
  • Automated performance regression detection

Pro Tip: Use comparison mode to identify protocol performance differences

2. Anomaly Detection

  • Statistical outlier identification
  • Root cause analysis tools

Advanced users can set anomaly detection thresholds and receive alerts via webhooks

๐Ÿ“ฅ Export Metrics

Export your simulation metrics for further analysis or reporting.