|
|
|
|
|
by idoubtit
1616 days ago
|
|
JMeter has literally hundreds more features than this. This tool (apart from the non-free licence) seems more similar to `ab` and the dozens other http benchmarking tools (like siege, wrk, httperf, and others I haven't tried), with an added basic GUI. The last time I used JMeter to load test a site, I simulated many users: each thread logged into the site with its own account, selected a course (it was a LMS, Learning Management System), then opened a quiz, randomly answered all the questions, etc. Various metrics and graphs (e.g. RPS, 1%-quantiles of latency...) were used to estimate the maximal capacity of the web site. I also had a JMeter plugin that extracted perf data from the HTML responses. JMeter is a complex beast, and I'm not fan of its XML config and Java/Beanshell scripts... but I don't see this as a replacement in any way. |
|