1. JMeterPlugins安装
Install :: JMeter-Plugins.orgA custom set of plugins for Apache JMeter, not affiliated with Apache Software Foundation, graphs, load shapers, new functions.https://jmeter-plugins.org/install/Install/
2. 插件Concurrency Thread Group
- Concurrency Thread Group实现阶梯式加压
- 安装,打开JMeter-选项-Plugins Manager:
- 在Availbale Plugins,输入Concurrency进行搜索,选中后,点击右下角Apply,安装完成后重启即生效,下图中由于已经安装过了,故需要在Installed Plugins在查询展示? ? ? ??
- ?创建线程组时,选择Concurrency Thread Group,创建该线程组后即可实现阶梯性加压? ? ? ?
- 案例,100,1,5,14
- 结果表示的含义是线程100个,1分钟内分5次加载完100个线程,意思就是100/5=20,即每个加载20个用户,1分钟内加载完成。 14表示运行时间,由于加载用户使用1分钟,故总共时间是14+1=15分钟
3.? 监听器Transactions per Second
- 安装插件jpgc - Standard Set
- ?Transactions per Second 在测试脚本执行过程中,监控查看服务器的TPS
- settings里面的limit number of points in row to 50 points表示是限制拆线图中的点数。
4.?Hits per Second?每秒点击量
?
|