mirror of https://github.com/locustio/locust.git
Fix doc link
This commit is contained in:
parent
bfd1aacbd5
commit
d25d212663
|
@ -16,7 +16,7 @@ Load generation performance
|
||||||
|
|
||||||
If Locust prints a warning about high CPU usage (``WARNING/root: CPU usage above 90%! ...``) try the following:
|
If Locust prints a warning about high CPU usage (``WARNING/root: CPU usage above 90%! ...``) try the following:
|
||||||
|
|
||||||
- Run Locust `distributed <https://docs.locust.io/en/stable/running-locust-distributed.html>`__ to utilize multiple cores & multiple machines
|
- Run Locust `distributed <https://docs.locust.io/en/stable/running-distributed.html>`__ to utilize multiple cores & multiple machines
|
||||||
- Try switching to `FastHttpUser <https://docs.locust.io/en/stable/increase-performance.html#increase-performance>`__ to reduce CPU usage
|
- Try switching to `FastHttpUser <https://docs.locust.io/en/stable/increase-performance.html#increase-performance>`__ to reduce CPU usage
|
||||||
- Check to see that there are no strange/infinite loops in your code
|
- Check to see that there are no strange/infinite loops in your code
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue