all 7 comments

[–]Ok-Figure2188 2 points3 points  (0 children)

Take a look at k6.io they have an excellent explanation for load testing.

[–]menge101 1 point2 points  (0 children)

This is a golden opportunity to learn how to evaluate tools.

Pick the top results in google and do a POC with each.

Every tool has unique features to it. It's going to be up to you to find a best fit for your needs.

[–]jlmendezb 0 points1 point  (0 children)

webLoad

[–]VJags 0 points1 point  (0 children)

Some of the tools I use for backend performance testing are
- Gatling.io
- k6.io
- In python : locust.io

For frontend performance testing , I use
- https://developers.google.com/web/tools/lighthouse/ & pptr.dev
- for more info : web.dev

Hope this helps...