DebugBear
Matt Zeunert
DebugBear
Match connection speed of real users
Consistent connection speed
Browser-level
Packet-level
Simulated
150ms round-trip time
1.6Mbps bandwidth
Minimum HTTP duration: 562ms
Response held back for 562ms - 200ms - 20ms = 342ms
HTTP roundtrip with 563ms throttling
comcast --device=eth0 --latency=150 --target-bw=1638
tc (traffic control) is the user-space utility program used to configure the Linux kernel packet scheduler.
sudo tc qdisc add dev eth0 root netem delay 75ms rate 1638kbit
Applies to all applications
Requires admin access
Commands are system-dependent
Fast
Low variability
Server response time test
Server response time test
7 Ajax requests
4 respond after 0.2s
3 respond after 10s
Median server response for the origin: 0.2s