亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

ubuntu - 請問各位linux系統(tǒng)達人?在linux系統(tǒng)下,有那種軟件可以用來做WEB壓力測試。
巴扎黑
巴扎黑 2017-04-21 10:55:25
0
6
612

如上,我現(xiàn)在使用的ubuntu系統(tǒng),使用blunefish來開發(fā),同時使用MONO來開發(fā)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