logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Load Test - Simulate Website Traffic | Online Free DevTools by Hexmos

Simulate website traffic with Load Test. Analyze website performance under stress and identify bottlenecks using load testing. Free online tool, no registration required.

loadtest

Run a load test on the selected HTTP or WebSockets URL. More information: https://github.com/alexfernandez/loadtest.

  • Run with concurrent users and a specified amount of requests per second:

loadtest {{[-c|--concurrency]}} {{10}} {{[--rps|--requestsPerSecond]}} {{200}} {{https://example.com}}

  • Run with a custom HTTP header:

loadtest --headers "{{accept:text/plain;text-html}}" {{https://example.com}}

  • Run with a specific HTTP method:

loadtest {{[-m|--method]}} {{GET}} {{https://example.com}}

See Also