Size: 216
Comment:
|
Size: 703
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* cp apache-jmeter-5.3.tgz ~/tmp/ * cd ~/tmp/ * tar xvzf apache-jmeter-5.3.tgz * cd apache-jmeter-5.3/bin * ./jmeter * sh /etc/rc.d/rc.httpd start * add threads (users), thread group * 5 users, ramp up 0 sec, loop count 1000 (requests per user) (5000 samples) * thread group add sampler http request, server name localhostphp path / * thread group add listener, graph results * thread group add listener, summary report * run, clear all * start |
JMeter
Pure Java application designed to load test functional behavior and measure performance. I
wget https://mirrors.up.pt/pub/apache//jmeter/binaries/apache-jmeter-5.3.tgz
- cp apache-jmeter-5.3.tgz ~/tmp/
- cd ~/tmp/
- tar xvzf apache-jmeter-5.3.tgz
- cd apache-jmeter-5.3/bin
- ./jmeter
- sh /etc/rc.d/rc.httpd start
- add threads (users), thread group
- 5 users, ramp up 0 sec, loop count 1000 (requests per user) (5000 samples)
- thread group add sampler http request, server name localhostphp path /
- thread group add listener, graph results
- thread group add listener, summary report
- run, clear all
- start
- 5 users, ramp up 0 sec, loop count 1000 (requests per user) (5000 samples)