ab是apache超文字傳輸協議(http)的效能測試工具。其設計意圖是描繪當前所安裝的apache的執行效能,主要是顯示你安裝的apache每秒可以處理多少個請求。
用法:ab -n
全部請求數
-c併發數
測試url
例項:
e:\ab\ab.exe -c 100 -n 1000
this is apachebench, version 2.0.41-dev<$revision: 1.121.2.12 $> apache-2.0
benchmarking 127.0.0.1 (be patient)
completed 100 requests
completed 200 requests
completed 300 requests
completed 400 requests
completed 500 requests
completed 600 requests
completed 700 requests
completed 800 requests
completed 900 requests
finished 1000 requests
server software: apache/2.0.54 //平台apache 版本2.0.54
server hostname: 127.0.0.1 //伺服器主機名
server port: 80 //伺服器端口
document path: /index.html.zh-cn.gb2312 //測試的頁面文件
document length: 1018 bytes //文件大小
concurrency level: 1000 //併發數
time taken for tests: 8.188731 seconds //整個測試持續的時間
complete requests: 1000 //完成的請求數量
failed requests: 0 //失敗的請求數量
write errors: 0
total transferred: 1361581 bytes //整個場景中的網路傳輸量
html transferred: 1055666 bytes //整個場景中的html內容傳輸量
requests per second: 122.12 [#/sec] (mean) //每秒事務數
time per request: 8188.731 [ms] (mean) //平均事務響應時間
//每個請求實際執行時間的平均值
time per request: 8.189 [ms] (mean, acrossall concurrent requests)
//平均每秒網路上的流量,可以幫助排除是否存在網路流量過大導致響應時間延長的問題
transfer rate: 162.30 [kbytes/sec] received
//網路上消耗的時間的分解,各項資料的具體演算法還不是很清楚
connection times (ms)
min mean[+/-sd] median max
connect: 4 646 1078.7 893291
processing: 165 992 493.1 9384712
waiting: 118 934 480.6 8824554
total: 813 1638 1338.9 10937785
//整個場景中所有請求的響應情況。在場景中每個請求都有乙個響應時間,其中50%的使用者響應時間小於1093 毫秒,60%的使用者響應時間小於1247 毫秒,最大的響應時間小於7785 毫秒
percentage of the requests served within acertain time (ms)
50%1093
66%1247
75%1373
80%1493
90%4061
95%4398
98%5608
99%7368
100%7785 (longest request)
使用說明 附註工具使用說明
附註工具使用說明 附註工具用途 附註工具主要用於更新利用word附註應用程式生成的帶域 的附註,該工具在word右鍵 更新鏈結 的基礎上進行了優化,故在使用時,不能再利用word右鍵 更新鏈結 而要用本工具的 更新當前鏈結 或 更新所有鏈結 使用說明 一 更換路徑 當利用word附註應用程式生成帶域...
使用說明 農用遮光網使用說明
農用遮光網使用說明 建築防塵網購買方 建築施工企業 在購買建築防塵網時,應該對 作出比較,可以分辨品牌 型號,且購買時應該在一定程度上了解信譽良莠。建築防塵網購買方 市場售賣方 在選購建築防塵網時,可以把 作為基礎,好的 可以用來彌補信譽不足,而差的 則需要按照你的服務收費。農用遮光網使用說明 用途...
apache ab測試說明
轉載至 最近在做webservices,得到的資料是從德國那邊的伺服器。要將這些資料整合到現在 中去。不知道效能如何。就做個壓力測試。現在有些壓力測試工具都是收費的。在開源的apache中自帶個ab工具。就在c apache2.最近在做webservices,得到的資料是從德國那邊的伺服器。要將這些...