QOS (Throughput, packetloss, delay, jitter) With Locust #3147
Unanswered
ivansukhitoo
asked this question in
Q&A
Replies: 1 comment
-
Hi @ivansukhitoo ! Locust doesnt specifically simulate network issues like latency or jitter (not really sure if that would even make sense on the load generator side :) You can simulate delays though, either by calling time.sleep() manually or using the wait_time attribute to delay between If you want to simulate network issues or jitter my go-to is tc, but I'm far from an expert. And you probably dont wanna do it on the load generator side, but on the server side or (ideally) on an intermediate step. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello i am doing load testing with locust, and i need parameters like latency (delay) and jitter for my test QOS parameters.
How to enable latency feature in locust
Beta Was this translation helpful? Give feedback.
All reactions