[Abstraction]
- I want to analyze network latency, between two 10Gbps L2 switch.
[Method]
- Using ping round trip time
[Experiments]
- From XenServer #1, I execute ping to 10G L2 switch#1, and 10G L2 switch #2
- MTU : 9000
- NIC : Intel 82599 EB
- The commands are:
ping 10.32.1.40 -c 600 (From XenServer #1)
ping 10.32.1.50 -c 600 (From XenServer #1)
[Result]
- Our result shows that the network delay(round trip time between #1 and #2) is 0.012 ms
10G L2 switch #1 |
10G L2 switch #2 | Delta (#2 - #1) |
0.112381 ms | 0.124299 ms | 0.011918197 ms |