当前位置:网站首页>Apache ab 压力测试
Apache ab 压力测试
2022-07-07 02:04:00 【茫茫人海一粒沙】
简介
压测工具有很多,如:LoadRunner、JMeter、ab等等,LoadRunner和JMeter使用相对复杂,ab比较简单
Apache ab 下载与压力测试
下载
Apache VS16 binaries and modules download
下载后解压
然后用cmd进入apache24\bin目录,运行ab. (注意不能直接双击)
然后运行压力测试, 比如
ab -n 5000 -c 100 localhost:8080/sync_result
5000个请求,每次并发100个请求。 localhost:8080/sync_result这个是URL, 默认超时时间是30s.
执行结果如下
Concurrency Level: 100
Time taken for tests: 26.970 seconds
Complete requests: 5000
Failed requests: 4549
(Connect: 0, Receive: 0, Length: 4549, Exceptions: 0)
Total transferred: 909599 bytes
HTML transferred: 244599 bytes
Requests per second: 185.39 [#/sec] (mean)
Time per request: 539.391 [ms] (mean)
Time per request: 5.394 [ms] (mean, across all concurrent requests)
Transfer rate: 32.94 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.3 0 1
Processing: 500 517 56.2 509 1326
Waiting: 500 516 54.4 508 997
Total: 500 517 56.2 509 1326
Percentage of the requests served within a certain time (ms)
50% 509
66% 513
75% 515
80% 516
90% 518
95% 521
98% 628
99% 908
100% 1326 (longest request)
如果你要访问时https的url. 那么用下面的命令
abs -n 5000 -c 100 https://localhost:8080/sync_result
边栏推荐
- 如何解决数据库插入数据显示SQLSTATE[HY000]: General error: 1364 Field ‘xxxxx‘ doesn‘t have a default value错误
- C语言面试 写一个函数查找两个字符串中的第一个公共字符串
- 软件测试的几个关键步骤,你需要知道
- K8s running Oracle
- 当我们谈论不可变基础设施时,我们在谈论什么
- 测试开发基础,教你做一个完整功能的Web平台之环境准备
- Open the blue screen after VMware installation
- Cloud acceleration helps you effectively solve attack problems!
- Change the original style of UI components
- 基于FPGA的VGA协议实现
猜你喜欢
Rk3399 platform development series explanation (WiFi) 5.53, hostapd (WiFi AP mode) configuration file description
VMware安装后打开就蓝屏
window下面如何安装swoole
蚂蚁庄园安全头盔 7.8蚂蚁庄园答案
3428. 放苹果
Shared memory for interprocess communication
Ant manor safety helmet 7.8 ant manor answer
Apple CMS V10 template /mxone Pro adaptive film and television website template
Open the blue screen after VMware installation
JVM command - jmap: export memory image file & memory usage
随机推荐
Ha Qu projection dark horse posture, only half a year to break through the 1000 yuan projector market!
哈趣投影黑马之姿,仅用半年强势突围千元投影仪市场!
Doctoral application | Professor Hong Liang, Academy of natural sciences, Shanghai Jiaotong University, enrolls doctoral students in deep learning
Redis (I) -- getting to know redis for the first time
Audio distortion analysis of DSP and DAC based on adau1452
哈趣投影黑馬之姿,僅用半年强勢突圍千元投影儀市場!
JVM 全面深入
JVM monitoring and diagnostic tools - command line
Redisl garbled code and expiration time configuration
VIM mapping large K
Common problems of caching in high concurrency scenarios
Qtthread, one of many methods of QT multithreading
C语言整理(待更新)
360织语发布7.0新品 为党政军、央国企打造专属“统一数字工作空间”
Three updates to build applications for different types of devices | 2022 i/o key review
693. 行程排序
Several key steps of software testing, you need to know
JMeter's own functions are not enough? Why don't you develop one yourself
Redis (II) - redis General Command
win系统下安装redis以及windows扩展方法