linux ab 下的 壓力測試
阿新 • • 發佈:2018-12-30
分類: LINUX
1、命令格式 ab命令放在apache目錄bin目錄下面,使用方法如下 ./ab -n 3000 -c 3000 http://www.test.com/ 其中-n代表每次併發量,-c代表總共傳送的數量 2、測試結果分析 [[email protected] bin]# ./ab -n 3000 -c 3000 http://www.test.com/ This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/