The number of compression levels to apply to old statistical data gathered from HPE Controllers.
The StatsCompression
section of the configuration file must also include a line for each of the levels you specify, numbered consecutively and starting from 0 (zero).
For example, if you set Levels
to 2
, you should include the following lines:
0=CompressLevel0 1=CompressLevel1
You must then add separate sections in the configuration file, [CompressLevel0]
and [CompressLevel1]
, where you can specify the details of the compression for each level.
For clarity, HPE recommends that you specify the name of the level that deletes statistics as ThrowAway
, rather than CompressLevelN
.
Type: | Integer |
---|---|
Default: | None |
Required: | Yes |
Configuration Section: | StatsCompression |
Example: | Levels=3
|
See Also: |
|