使用apache-jmeter進行壓力測試
阿新 • • 發佈:2019-02-12
The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
建立執行緒組
新增執行緒組:
- 到 bin目錄下執行jmeterw.cmd啟動JMeter
- 在樹上選擇“測試計劃”
- 右鍵單擊“測試計劃”並新增一個新的執行緒組:新增>執行緒(使用者)>
執行緒組
- 配置執行緒引數:
配置執行緒數和迴圈次數
新增http請求
1. 配置請求地址和請求引數
新增測試報告
新增需要的測試報告
執行
- 點選上面的啟動按鈕
- 或者Ctrl+R