Home >Backend Development >PHP Tutorial >php站点压力测试

php站点压力测试

WBOY
WBOYOriginal
2016-06-20 12:58:151480browse

apache php 站点压力测试

./ab -k -c 300 -n 2000 http://localhost/


-k keep-alive

-c 并发线程数量

-n 请求数量


返回的报告:

每秒处理次数

最慢处理时间

平均每次请求的处理时间



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn