線程組顯示空間以下oop
Name:描述該線程組作什麼的測試
Comments:註釋線程
Action to be taken after a Sampler error:用於設置出現錯誤後程序如何運行,操做以下code
continue:忽略錯誤繼續進行 Start Next Tread Loop:開始下一個線程 Stop Thread:中止當前線程 Stop Test:當前採樣結束後,中止整個測試 Stop Test Now:馬上中止整個測試
Thread Properties:圖片
Number of Threads(user):虛擬用戶數,有的叫線程數,是指在測試過程當中須要多少線程數。 Ramp-Up Period(in seconds):設置Jmeter須要多久來啓動全部線程,設爲0,則當即啓動全部線程;假設有10個線程,Ramp-Up設爲100s,則100/10=10,即每10秒啓動一個線程。 Loop Count:循環次數,設置10次,即每一個線程執行10次,10個線程則執行100次;勾選forver則會持續執行,直到強制中止 Delay Thread creation until needed Scheduler:調度器,勾選此項後,能夠設置啓動時間、結束時間等內容
Scheduler Configurationit
Duration(Seconds):測試運行時長,單位爲秒,Duration會覆蓋End Time設置的時間 Startup delay(seconds):從當前時刻開始延遲多長時間後開始執行當前測試,單位爲秒,Startup delay會覆蓋Start Time設置的時間 Start Time:設置執行開始時間,格式爲YYYY/mm/dd HH:MM:SS End Time:設置執行結束時間,格式爲YYYY/mm/dd HH:MM:SS