StatisticsLevel

  • Base type Enumeration

Used to configure level statistics on service module. Statistic level on a module dictates the type and amount of statistics that is collected. There is a predefined set of statistics associated with each level and are enabled when a level is set. Also, setting statistics level to N will enable counters associated with levels N-1 through 1 as well. The valid values are notApplicable(0)- Statistics level is not applicable. levelOne(1) - Enables level one counters. levelTwo(2) - Enables level two and level one counters. levelThree(3) - Enables level one, level two and level three counters.