Click or drag to resize

workloadOptimizationPattern Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Algorithm for workload optimization

Namespace:  imbWEM.Core.plugins
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public enum workloadOptimizationPattern
Members
  Member nameValueDescription
none0
stepUpUntilStable1
maximizeDataLoad2 The maximize data load: ramps up thread count until data load start to fall
targetCPURate3 The target cpu rate: keeping CPU rate at predefined boundaries
blindRampUp4 The blind ramp up: constantly increases thread count until limit is reached
See Also