workloadOptimizationPattern Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: imbWEM.Core.plugins
public enum workloadOptimizationPattern
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| stepUpUntilStable | 1 | ||
| maximizeDataLoad | 2 | The maximize data load: ramps up thread count until data load start to fall | |
| targetCPURate | 3 | The target cpu rate: keeping CPU rate at predefined boundaries | |
| blindRampUp | 4 | The blind ramp up: constantly increases thread count until limit is reached |