如何用Locust模拟加速?

时间:2017-03-08 08:24:00

标签: locust

据我所知,爬行功能已从蝗虫中移除。 只是想知道孵化过程是否与提升相同或类似?或者无论如何都要模拟这种情况?

2 个答案:

答案 0 :(得分:0)

不确定您要说的是什么加速功能。有很多选项可以控制蝗虫的爬升,包括新的逐步加载功能:

  --step-load           Enable Step Load mode to monitor how performance
                        metrics varies when user load increases. Requires
                        --step-clients and --step-time to be specified.
  --step-clients STEP_CLIENTS
                        Client count to increase by step in Step Load mode.
                        Only used together with --step-load
  --step-time STEP_TIME
                        Step duration in Step Load mode, e.g. (300s, 20m, 3h,
                        1h30m, etc.). Only used together with --step-load

答案 1 :(得分:-1)

刚刚找到Taurus的一个解决方法来安排负载。