Fix doc link

This commit is contained in:
tjandy98 2024-10-30 21:46:34 +08:00
parent bfd1aacbd5
commit d25d212663
1 changed files with 1 additions and 1 deletions

View File

@ -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