~/netref / Performance Metrics
##

Performance Metrics

The numbers that describe a healthy link — and why bandwidth is only part of the story.

BandwidthMax theoretical capacity (bps)
ThroughputActual data rate achieved
GoodputUseful app data (minus overhead)
LatencyOne-way / round-trip delay (ms)
JitterVariation in latency — hurts voice
Packet lossPercentage of packets dropped
MTULargest frame without fragmenting (1500)
// application targets
TrafficLatencyJitterLoss
Voice (VoIP)< 150 ms< 30 ms< 1%
Video conferencing< 200 ms< 30 ms< 0.1%
Interactive / SSH< 100 mslow
Bulk / file transfertoleranttolerant

// rules of thumb

  • Voice target: < 150 ms latency, < 30 ms jitter, < 1% loss
  • Bandwidth ≠ throughput — overhead & congestion reduce it
  • 8 bits = 1 byte → watch Mbps vs MB/s
  • Bandwidth-delay product = how much data fills the pipe