search

Home  >  Q&A  >  body text

ubuntu - 请问各位linux系统达人?在linux系统下,有那种软件可以用来做WEB压力测试。

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

巴扎黑巴扎黑2884 days ago593

reply all(6)I'll reply

  • 阿神

    阿神2017-04-21 10:57:25

    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

    reply
    0
  • 怪我咯

    怪我咯2017-04-21 10:57:25

    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/)

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-21 10:57:25

    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)

    reply
    0
  • 高洛峰

    高洛峰2017-04-21 10:57:25

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

    reply
    0
  • 黄舟

    黄舟2017-04-21 10:57:25

    I used httpload and it was very good

    reply
    0
  • PHP中文网

    PHP中文网2017-04-21 10:57:25

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

    reply
    0
  • Cancelreply