Tag

Netem

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jun 21, 2020 · Operations

How to Simulate Real-World Network Conditions with Linux Netem and tc

This guide explains how to use Linux's Netem module via the tc command to emulate network conditions such as delay, loss, duplication, corruption, and packet reordering, providing practical examples and command syntax for effective testing and troubleshooting of network performance issues.

NetemNetwork Troubleshootinglinux
0 likes · 8 min read
How to Simulate Real-World Network Conditions with Linux Netem and tc
Baidu Intelligent Testing
Baidu Intelligent Testing
Aug 23, 2018 · Backend Development

Simulating HTTP Response Codes and Network Faults for Testing

This article explains how to construct various HTTP response codes using a PHP script and how to emulate network anomalies such as TCP resets, packet loss, and latency with iptables and tc netem, providing practical techniques for robust backend testing.

Netemhttpiptables
0 likes · 7 min read
Simulating HTTP Response Codes and Network Faults for Testing