jmeter

Load testing and performance measurement tool for web applications

brewmacoslinux
Try with needOr install directly
Source

About

Load testing and performance measurement application

Commands

jmeter

Examples

Run a test plan in non-GUI mode and save results to CSV$ jmeter -n -t test_plan.jmx -l results.csv
Launch JMeter in GUI mode for creating or editing test plans$ jmeter
Run test with custom properties and specify results format$ jmeter -n -t test_plan.jmx -l results.jtl -Jthread_count=100 -Jramp_time=60