Apache压力测试工具 ApacheBench

這是Apache內建的壓力測試工具

指令為(ab or ab2)

ab -k -c 10 -n 10 http://xxxx.com/

-k 是代表KeepAlive

-c concurrent 代表同時進行壓力測試的數量

-n request number 代表request的數量

评论

此博客中的热门博文

FreeBSD安装Pure-FTPd及user manager for PureFTPd

debian lighttpd php ssl

解决nginx出现File not found的问题