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