bandwidth and traffic simulator for web apps?

后端 未结 13 1290
后悔当初
后悔当初 2021-02-04 08:57

Can you suggest how to create a test environment to simulate various types of bandwidths and traffic in a web app?

Or maybe an open source program which does this against

13条回答
  •  一生所求
    2021-02-04 09:17

    As other people have mentioned, Apache's ab (comes with Apache, so you probably have it already) is good.

    Other good options are:

    • HP's LoadRunner Apache
    • Jakarta's JMeter
    • Tsung (if you want to get your erlang on)

    I personally like ab and JMeter the best.

提交回复
热议问题