Experiment
hping -S --data 100 -c 100 10.56.1.2 -i u100 round-trip min/avg/max = 0.5/14.0/15.8 ms
hping -S --data 100 -c 100 10.56.1.2 -i u1000 round-trip min/avg/max = 0.3/0.4/4.8 ms
Observation: When the packet send rate increases from 1 millisecond to 100 microseconds the avg latency increases 35 times (from .4 to 14) milliseconds
Experiment setup
Hardware: The source and destination servers are Supermicro (http://www.supermicro.com/products/system/1U/6016/SYS-6016TT-IBXF.cfm)
OS: RHEL6
Network: Connected using HP Procurve (model 2524 aka J4813A)
IP Addresses: Source server -> 10.56.1.1 and destination server -> 10.56.1.2
Kernel version: 2.6.32-358.2.1.el6.x86_64 on both source and destination.
Network card: Intel® 82576 Dual-Port Gigabit Ethernet Controller
Sysctl settings: no changes from the default
Can you solve this mystery ?