apache ab
yum install apr-util
webench
wget http://blog.zyan.cc/soft/linux/webbench/webbench-1.5.tar.gz
tar zxvf webbench-1.5.tar.gz
cd webbench-1.5
make && make install
wrk
Modern HTTP benchmarking tool
https://github.com/wg/wrk
gatling
Async Scala-Akka-Netty based Load Test Tool http://gatling.io
https://github.com/gatling/gatling
sniper
A powerful & high-performance http load tester
https://github.com/btfak/sniper
hey
HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom
https://github.com/rakyll/hey
Siege
Siege is an http load tester and benchmarking utility
https://github.com/JoeDog/siege
http_load
http_load runs multiple http fetches in parallel, to test the throughput of a web server.
http://www.acme.com/software/http_load/
vegeta
HTTP load testing tool and library. It’s over 9000!
https://github.com/tsenart/vegeta/
t50
mixed packet injector tool
https://github.com/fredericopissarra/t50
GoReplay
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
https://github.com/buger/goreplay
tcpcopy
An online request replication tool, also a tcp stream replay tool, fit for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, etc
https://github.com/session-replay-tools/tcpcopy
gryphon
Gryphon是由網(wǎng)易自主研發(fā)的能夠模擬千萬級別并發(fā)用戶的一個軟件疯汁,目的是能夠用較少的資源來模擬出大量并發(fā)用戶,并且能夠更加真實地進行壓力測試荐开, 以解決網(wǎng)絡(luò)消息推送服務(wù)方面的壓力測試的問題和傳統(tǒng)壓力測試的問題叶骨。Gryphon分為兩個程序匹层,一個運行g(shù)ryphon极谊,用來模擬用戶六敬,一個是 intercept碘赖,用來截獲響應(yīng)包信息給gryphon。Gryphon模擬用戶的本質(zhì)是用一個連接來模擬一個用戶外构,所以有多少個連接普泡,就有多少個用戶,而用戶的素材則取自于pcap抓包文件审编。值得注意的是撼班,Gryphon架構(gòu)類似于tcpcopy,也可以采用傳統(tǒng)使用方式和高級使用方式垒酬。
https://github.com/wslfa/gryphon
locust.io
An open source load testing tool.
Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
http://locust.io/
轉(zhuǎn)載自:壓力測試工具合集
參考:
說說壓力測試工具