web版本 开源压测工具_siege--Web性能压测工具
-V, --version ? ?VERSION, prints the version number.
-h, --help ? ?HELP, prints this section.
-C, --config ? ?CONFIGURATION, show the current config.//顯示當(dāng)前的默認(rèn)裝置
-v, --verbose ? ?VERBOSE, prints notification to screen.//詳細(xì)通知打印到屏幕,輸出版本信息和siege命令
-q, --quiet ? ?QUIET turns verbose off and suppresses output.
-g, --get ? ? GET, pull down HTTP headers and display the?transaction. Great for application debugging. //get方式
-c, --concurrent=NUM ?CONCURRENT users, default is 10//并發(fā)量,默認(rèn)是10
-r, --reps=NUM ? REPS, number of times to run the test.//訪問(wèn)此時(shí),不能與-t同一設(shè)置
-t, --time=NUMm ? TIMED testing where "m" is modifier S, M, or H? ? ?ex: --time=1H, one hour test.//持續(xù)運(yùn)行siegeNUM秒/分鐘/小時(shí)
-d, --delay=NUM ? Time DELAY, random delay before each requst//延遲請(qǐng)求,NUM一般不大于10
-b, --benchmark ? BENCHMARK: no delays between requests.
-i, --internet ? INTERNET user simulation, hits URLs randomly.//隨機(jī)訪問(wèn)url.txt中的url列表項(xiàng)
-f, --file=FILE ? FILE, select a specific URLS FILE.//選擇URL文件
-R, --rc=FILE ? ?RC, specify an siegerc file
-l, --log[=FILE] ? LOG to FILE. If FILE is not specified, the?default is used: PREFIX/var/siege.log//指定日志文件
-m, --mark="text" ? MARK, mark the log file with a string.?between .001 and NUM. (NOT COUNTED IN STATS)//標(biāo)記,用于日志
-H, --header="text" ?Add a header to request (can be many)//請(qǐng)求頭部
-A, --user-agent="text" Sets User-Agent in request//請(qǐng)求代理
-T, --content-type="text" Sets Content-Type in request//請(qǐng)求內(nèi)容
總結(jié)
以上是生活随笔為你收集整理的web版本 开源压测工具_siege--Web性能压测工具的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: [web性能优化] - 使用在线工具对h
- 下一篇: Robocode学习Java