메소드 | 설명 | |
---|---|---|
GetAllowedCreatedThreadCount ( System.TimeSpan testExecutionTime, |
||
GetAllowedMaxWorkingThreadCount ( System.TimeSpan testExecutionTime, |
||
IncrementalThreadCount ( int initialThreadcount, System.TimeSpan increaseTimePeriod, int increaseBatchSize ) : System |
Increases Created and working thread count periodically within execution of LoadTest
|
public GetAllowedCreatedThreadCount ( System.TimeSpan testExecutionTime, |
||
testExecutionTime | System.TimeSpan | |
workerThreadStats | ||
리턴 | int |
public GetAllowedMaxWorkingThreadCount ( System.TimeSpan testExecutionTime, |
||
testExecutionTime | System.TimeSpan | |
workerThreadStats | ||
리턴 | int |
public IncrementalThreadCount ( int initialThreadcount, System.TimeSpan increaseTimePeriod, int increaseBatchSize ) : System | ||
initialThreadcount | int | Initial Created thread count |
increaseTimePeriod | System.TimeSpan | Delay before increasing created thread count by [increaseBatchSize] |
increaseBatchSize | int | Amount of threads to create after each [increaseTimePeriod] time is reached |
리턴 | System |