Artificial Latency
-
Some Bad QOS and throttling should.
-
What about some "hacking" tools like DDoS type stuff?
-
those things create noise and whatnot, but they don't simulate latency.
-
Why exactly would one ever want to introduce latency artificially?
-
@art_of_shred said in Artificial Latency:
Why exactly would one ever want to introduce latency artificially?
Now else do you test to know how things will behave when there is latency?
-
@art_of_shred said in Artificial Latency:
Why exactly would one ever want to introduce latency artificially?
Testing WAN applications on a virtual network. For instance figuring out how much latency an application can withstand before failing or corrupting data. Granted that doesn't make sense with the web based application but for a client-server application over a VPN it could be incredibly useful. The same could be true for bandwidth limiting and figuring out how much bandwidth an application requires to be reliable.
-
-
Yeah, I was wondering what you would be testing for. I guess that makes sense, seeing how much the processes can stand. But if you're adding some to test, then there must not inherently be any. You should be happy there's no latency and just not worry about it!
-
@art_of_shred said in Artificial Latency:
Yeah, I was wondering what you would be testing for. I guess that makes sense, seeing how much the processes can stand. But if you're adding some to test, then there must not inherently be any. You should be happy there's no latency and just not worry about it!
Like I said this would be more for WAN-esque applications. Running software over a VPN etc. I thought it would be a decent thought experiment.
-