DynamicUnits element
Specifies the dynamic units that can be used.
Parent
Children
Name | Occurrences | Description |
---|---|---|
Unit | [1, *] | Specifies a dynamic unit. |
Remarks
When dynamic units are used in Visual Overview, and parameter values of parameters with "decimals" set to 1 or less are converted to a bigger unit, these will be displayed with such a number of decimals that there are at least 3 significant figures. For example, 1320 MB will be displayed as 1.32 GB, even if the parameter has 0 decimals defined.
Dynamic units are supported on parameter pages in the Monitoring app from DataMiner 10.3.9/10.4.0 onwards.
From DataMiner 10.4.0 [CU10]/10.5.0/10.5.1 onwards, or in earlier DataMiner versions if the DynamicUnits soft-launch option is enabled, the following units are automatically converted even if they have not been specified using the DynamicUnits element:
Bytes: B, kB, MB, GB, TB, PB, EB, ZB, YB
Kibibytes: KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB
Bits: b, kb, Mb, Gb, Tb, Pb, Eb, Zb, Yb
Bits per second: bps, kbps, Mbps, Gbps, Tbps, Pbps, Ebps, Zbps, Ybps
Bytes per second: Bps, kBps, MBps, GBps, TBps, PBps, ZBps, YBps
Examples
<Display>
<RTDisplay>true</RTDisplay>
<Units>m</Units>
<DynamicUnits>
<Unit decimals="3">mm</Unit>
<Unit>cm</Unit>
<Unit>km</Unit>
</DynamicUnits>
<Decimals>2</Decimals>
</Display>