Locust 學習一 :初識

以前就聽過Locust是基於python的一款很好用的開源性能測試框架,一直沒機會實踐,正好此次項目上有個接口壓測的小任務,就拿來練練手python

 

安裝:py -3 -m pip install locustio web

 

no_web 模式執行: 能夠設置執行時間框架

locust  --no-web  --csv=example  -f  test.py  -c 9 -r 1 -t 12h性能

 

web 模式  不能設置執行時間測試

相關文章
相關標籤/搜索