博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
压力测试工具收集
阅读量:7084 次
发布时间:2019-06-28

本文共 1572 字,大约阅读时间需要 5 分钟。

#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

#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是由网易自主研发的能够模拟千万级别并发用户的一个软件,目的是能够用较少的资源来模拟出大量并发用户,并且能够更加真实地进行压力测试, 以解决网络消息推送服务方面的压力测试的问题和传统压力测试的问题。Gryphon分为两个程序,一个运行gryphon,用来模拟用户,一个是 intercept,用来截获响应包信息给gryphon。Gryphon模拟用户的本质是用一个连接来模拟一个用户,所以有多少个连接,就有多少个用户,而用户的素材则取自于pcap抓包文件。值得注意的是,Gryphon架构类似于tcpcopy,也可以采用传统使用方式和高级使用方式。
https://github.com/wslfa/gryphon

本文转自 boy461205160 51CTO博客,原文链接:http://blog.51cto.com/461205160/1928722

转载地址:http://uxmml.baihongyu.com/

你可能感兴趣的文章
笔试面试(1)腾讯2014校园招聘软件开发类笔试试题
查看>>
iOS安全攻防(三):使用Reveal分析他人app
查看>>
HLS协议实现
查看>>
〖Linux〗bash和expect执行ssh命令行sshcmd.exp
查看>>
初试Office 365企业版E3
查看>>
JAVA之泛型
查看>>
Android之AlarmManager(全局定时器/闹钟)指定时长或以周期形式执行某项操作
查看>>
WPF中的动画——(二)From/To/By 动画
查看>>
从零开始学测试【2】网页登录界面
查看>>
[Unity3D]Unity3D游戏开发之ACT游戏三连击效果实现综述
查看>>
键盘回车登录的做法
查看>>
优雅的使用python之环境管理
查看>>
取出当前脚本所在位置、文件名
查看>>
Unable to execute dex: java.nio.BufferOverflowException.解决办法
查看>>
careercup-C和C++ 13.9
查看>>
ZooKeerper学习之Watcher
查看>>
【转】每天一个linux命令(14):head 命令
查看>>
Careerdesign@foxmail.com
查看>>
mkdir failed for img Read-only file system
查看>>
写在2015年即将来临之际
查看>>