networking_network_latency_calculator
Analyze your latency measurements (in ms) to compute descriptive statistics, a performance rating, and per-application suitability. Convert between time units or view reference benchmarks.
Instructions
Network Latency Statistics Calculator. Computes descriptive statistics and a performance verdict from a list of latency measurements (in ms) you already have. Pure offline math — it never pings, traces, or contacts any host; you supply the numbers. The 'analyze' operation returns count/min/max/mean/median/stdDev/variance, jitter (mean consecutive delta), p25-p99 percentiles, an excellent-to-very-poor rating with issues + recommendations, per-application suitability (gaming, VoIP, video, web, streaming, downloads), and a theoretical fiber-distance estimate. 'convert' rescales one value between ns/us/ms/s; 'benchmarks' returns reference latency tables (no input). Use this to interpret ping/speedtest samples; use the live Ping or Internet Speed Test tools to actually measure, and MTU Size Calculator for packet-size math. Read-only, rate-limited (anonymous 30 req/min).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Which computation to run. | analyze |
| latencies | No | analyze mode: latency samples in milliseconds, either a number array or a comma/whitespace-separated string. Non-finite or negative values are counted as invalid. | |
| input | No | Alias for 'latencies' (analyze mode) if that key is absent. | |
| value | No | convert mode - the latency value to rescale. | |
| fromUnit | No | convert mode - source time unit. | ms |
| toUnit | No | convert mode - target time unit. | ms |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| operation | No | ||
| result | No | analyze returns an object with statistics/performance/applications/distance; convert returns a number in the target unit; benchmarks returns reference tables. | |
| error | No | Present only when success is false. |