apache 的性能测试工具,它可以测试当前 apache 服务器的运行性能,显示每秒中可以处理多少个 http 请求。
RedHat 、 RHEL 、 Ubuntu 、 CentOS 、 Fedora 。
]
pass |
|
1 个 |
|
value |
cookie |
csv-file |
csv 文件 |
gnuplot 文件 |
|
http 中的 HEAD 请求而不是 GET |
|
keepalive 功能 |
|
post 数据的文件 |
|
150 , ab 指令在处理 10% 或者 100 个请求后显示进度 |
|
socket 接收错误的时候,不退出 |
|
Content-type 信息 |
|
table 标记属性的字符串 |
|
tr 标签 |
|
td 标签 |
[root@localhost ~]# ab -n 10 -c 10 http://www.qq.com/ //10 个请求,并发 10 个
This is ApacheBench, Version 2.3<$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.qq.com (be patient)...apr_poll: The timeout specified has expired (70007)
Total of 6 requests completed
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 使用ab压力命令测试网站性能
- Redis 命令、特性介绍与性能调优
- Java性能调优相关命令摘要
- Linux VPS和服务器基本性能检查命令和工具
- jstack(查看线程)、jmap(查看内存)和jstat(性能分析)命令
- composer更新命令及常用命令
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming PHP
Rasmus Lerdorf、Kevin Tatroe、Peter MacIntyre / O'Reilly Media / 2006-5-5 / USD 39.99
Programming PHP, 2nd Edition, is the authoritative guide to PHP 5 and is filled with the unique knowledge of the creator of PHP (Rasmus Lerdorf) and other PHP experts. When it comes to creating websit......一起来看看 《Programming PHP》 这本书的介绍吧!