👩💻 Join our community of thousands of amazing developers!
Have you ever said to yourself, “man I really need to slow down my internet”? Probably not very often, but recently I found myself in a dilemma where I needed to simulate 120ms of network latency in my test environment which consists of servers that are racked right next to each other. That is where the command tc comes in. Within the current distributions of Linux there is a kernel component called netem, which adds Network Emulation and is used for testing and simulating the same types of issu...