壓測的時候,常常須要使用動態參數,即每次請求的參數不同,這樣才能更好的模擬真實的用戶請求html
咱們首先能想到的也是最多見的就是用戶IDapache
1. 用戶參數dom
咱們能夠定義一個變量,而後指定多個值,這樣每次請求的時候都會順序循環去取這些值。經過${variable}取值。測試
具體參見官方文檔,上面寫的比較詳盡,此處再也不多說 spa
https://jmeter.apache.org/usermanual/component_reference.html#User_Parameters 3d
演示component
2. CSV文件htm
用戶參數適用於小範圍的參數變化,也就是說其參數的值很是有限,若是想大規模的使用這種動態的參數,能夠使用CSV文件的方式。blog
咱們把值按照必定的格式寫到CSV文件中,而後從文件中讀取變量的值文檔
https://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config
演示一:單列
演示二:多列
3. 隨機變量
用於生成隨機數
https://jmeter.apache.org/usermanual/component_reference.html#Random_Variable
演示
4. 用戶自定義變量
應用於整個測試計劃,用來定義一些初始化變量
5. 文檔
https://jmeter.apache.org/usermanual/component_reference.html
https://jmeter.apache.org/usermanual/index.html
https://jmeter.apache.org/usermanual/component_reference.html#User_Parameters