ubuntu - 请问各位linux系统达人?在linux系统下,有那种软件可以用来做WEB压力测试。
巴扎黑
巴扎黑 2017-04-21 10:55:25
0
6
592

如上,我现在使用的ubuntu系统,使用blunefish来开发,同时使用MONO来开发ASPX程序。我想知道通过什么软件可以用来做压力测试。?

巴扎黑
巴扎黑

reply all(6)
阿神

In addition to ab, there are also siege, curl-loader, etc., which are very simple to use. Please refer to the official documentation for details

刘奇

If you like python, there is also funkload based on python (access address: http://pypi.python.org/pypi/funkload/...)

Can be installed using pip install funkload.

What I like most is that it can automatically generate corresponding test reports. It saves a lot of work in organizing reports.

For specific usage, please refer to the official documentation (http://funkload.nuxeo.org/)

巴扎黑

apache’s ab or webbench
webbench -c 500 -t 30 http://127.0.0.1/test.jpg
Parameter description: -c represents the number of concurrencies, -t represents time (seconds)

小葫芦

Brother Jun has written a more detailed tutorial, you can take a look.
http://www.vpser.net/opt/webserver-te...

黄舟

I used httpload and it was very good

洪涛

wrk:https://github.com/wg/wrk

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template