Skip to content

Performance

更新: 3/1/2026 字数: 0 字 时长: 0 分钟

components of network delay

  1. processing delay
    • forwarding table lookup...
  2. queueing delay
    • congestion
  3. transmission delay
    • L / R
  4. propagation delay
    • 取决于通信长度

traceroute

traceroute 是一个网络诊断工具,用来显示从你设备到目标主机之间,数据经过了哪些路由节点(跳数),以及每一跳大概花了多久时间。

$ traceroute www.google.com

1  192.168.0.1     2.123 ms   1.872 ms   1.944 ms
2  10.24.5.1       5.453 ms   5.219 ms   5.001 ms
3  203.208.XX.XX  15.342 ms  15.211 ms  15.334 ms
...

Thoughput (吞吐量)

更新: 3/1/2026 字数: 0 字 时长: 0 分钟

  • throughput 是指单位时间内传输的数据量,通常用比特每秒(bps)来表示。
  • rate (bits/time unit) at which bits transferred between sender/receiver