51Testing软件测试论坛

标题: Locust no-web模式 [打印本页]

作者: 一纸荒年    时间: 2019-2-21 16:21
标题: Locust no-web模式
命令行运行 Locust 测试以 baidu 首页测试(load_test.py)为例 通过 no-web 模式运行测试
  1. > locust -f load_test.py --host=https://www.baidu.com --no-web -c 10 -r 2 -t 1m

  2. [2017-10-30 22:17:30,292] DESKTOP-SMGQBBM/INFO/locust.main: Run time limit set to 60 seconds
  3. [2017-10-30 22:17:30,302] DESKTOP-SMGQBBM/INFO/locust.main: Starting Locust 0.8
  4. [2017-10-30 22:17:30,302] DESKTOP-SMGQBBM/INFO/locust.runners: Hatching and swarming 10 clients at the rate 2 clients/s...
  5. Name                                                          # reqs      # fails     Avg     Min     Max  |  Median   req/s

  6. ....


  7. [2017-10-30 22:18:30,301] DESKTOP-SMGQBBM/INFO/locust.main: Time limit reached. Stopping Locust.
  8. [2017-10-30 22:18:30,302] DESKTOP-SMGQBBM/INFO/locust.main: Shutting down (exit code 0), bye.
  9.   Name                                                          # reqs      # fails     Avg     Min     Max  |  Median   req/s
  10. --------------------------------------------------------------------------------------------------------------------------------------------
  11.   GET /                                                            117     0(0.00%)      31      17      96  |      28    2.10
  12. --------------------------------------------------------------------------------------------------------------------------------------------
  13.   Total                                                            117     0(0.00%)                                       2.10

  14. Percentage of the requests completed within given times
  15.   Name                                                           # reqs    50%    66%    75%    80%    90%    95%    98%    99%   100%
  16. --------------------------------------------------------------------------------------------------------------------------------------------
  17.   GET /                                                             117     28     30     36     37     49     62     69     72     96
  18. --------------------------------------------------------------------------------------------------------------------------------------------
  19.   Total                                                             117     28     30     36     37     49     62     69     72     96
复制代码


启动参数:
–no-web 表示不使用Web界面运行测试。
-c 设置虚拟用户数。
-r 设置每秒启动虚拟用户数。
-t 设置设置运行时间。



作者: qqq911    时间: 2019-4-16 11:06
感谢分享
作者: Miss_love    时间: 2020-12-25 16:13
感谢分享




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2