←back to thread

276 points leonry | 2 comments | | HN request time: 0.398s | source
1. deskr ◴[] No.41888941[source]
As a side note, you can also simulate various network problems in the linux kernel via tc: https://www.baeldung.com/linux/network-failures-simulation
replies(1): >>41895276 #
2. j1elo ◴[] No.41895276[source]
I based off someone's quick notes and made it a ready to use script, in case it's useful for anyone:

https://github.com/j1elo/slow-network

Your article is very interesting and details some practical use cases, thanks! I will read it to see if there are any new ideas to incorporate.