Webサイト負荷テストツールboomのダウンロード
ダウンロード:
提供元サイトからダウンロード
Boom! is a script you can use to quickly smoke-test your web app deployment. If you need a more complex tool, I’d suggest looking at Funkload.
Boom! was specifically written to replace my Apache Bench usage, to provide a few missing features and fix a few annoyances I had with AB.
Boom! requires Gevent and Requests. If you are under Windows I strongly recommend installing Gevent with the xxx-win32-py2.7.exe installer you will find at: https://github.com/surfly/gevent/downloads
Boom! should work with the latest 1.x version or the latest 0.x version.
If you are under Linux, installing the source version is usually a better idea. You will need libevent for Gevent 0.x and libev for Gevent 1.x.
Example under Ubuntu:
$ sudo apt-get install libevent libevent-dev python-dev
Then:
$ pip install boom