MIB Viewer

cpuLoadDetail

OBJECT-TYPE
1.3.6.1.4.1.637.61.1.9.29.1.1.3
Access
read-only
Status
mandatory
Sub-identifiers
0
The cpuLoadDetail object represents the CPU load percent value (x100%) in detail for 180 measurement points. The length of this object is always 180 octets. One octet represents one CPU load value of one measurement. One measurement generates one sample value. The measure time of a sample is a second. The maximum measure time is 180 seconds. So the maximum number of samples is 180. The interval time between start and stop (or show) operation may be less 180 seconds. So the sample number may be less than 180. The left octet will be padded with H'FF if the sample number is less than 180 and keeps the octet length always 180. The type of cpuLoadDetail variable is OCTET STRING. Each octet can be intepreted as a double-digit (binary ecoded value) integer. The cpuLoadDetail indicates 180 double-digit (binary value) integers. Each integer indicates the CPU load percent value of a measurement. The order of measurement value is: In case of the measurement time is >= 180 seconds, only the last 180 samples are keeped; the 1st octet is the 1st measurement value of the last 180 sample; the 2nd octet is the 2nd measurement value of the last 180 sample; the 180th octet is the 180th measurement value of the last 180 sample. A wrap around buffer will be used to store the measurement values. In case of the measurement time is < 180 seconds, the samples are less than 180, the 1st octet is the measurement value of 1st sample; the 2nd octet is the measurement value of 2nd sample; the left octet will be padded with H'FF; so the 180th octet is H'FF. ALCATEL NOTE: ACCESS: NA USAGE: NA PERSIST: NO INSRVMOD: NA RANGE: NA DEFVALUE: 'FFh' UNITS: NA SPARSE: NO DESCR: NA
OCTET STRING(SIZE(180))