HUAWEI-TASK-MIB

File: HUAWEI-TASK-MIB.mib (12313 bytes)

Imported modules

HUAWEI-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

hwDatacomm OBJECT-GROUP MODULE-COMPLIANCE
Gauge32 OBJECT-TYPE MODULE-IDENTITY
Integer32 DisplayString TEXTUAL-CONVENTION

Defined Types

HwTaskStatusType  
The status of the specified task. The parameter have seventeen different value. Normally a task may be status of the following: Normalready(0): task is ready, Block(1): task is blocked, Slept(2): task is slept, Suspend(4): task is suspended blocked, BlockAndSuspend(5): task is suspended blocked, SleptAndSuspend(6): task is slept and suspended, running(8): task is running, Queueblock(17): task is blocked on receiving queue messages, QueueblockAndSuspend(21): task is blocked on receiving queue messages and suspended, Semaphoreblock(33): task is blocked on taking a semaphore, SemaphoreblockAandSuspend(37): task is blocked on taking a semaphore and suspended, Eventblock(65): task is blocked on receiving events, EventblockAndSuspend(69): task is blocked on receiving events and suspended, prioblock(128): task is priblock, Preemptready(256): task is preempt ready, Writequeueblock(513): task is blocked on sending queue messages, WritequeueblockAndSuspend(517): task is blocked on sending queue messages and suspended.
TEXTUAL-CONVENTION    
  INTEGER normalready(0), block(1), sleep(2), suspend(4), blockAndSuspend(5), sleptAndSuspend(6), running(8), queueblock(17), queueblockAndSuspend(21), semaphoreblock(33), semaphoreblockAandSuspend(37), eventblock(65), eventblockAndSuspend(69), prioblock(128), preemptready(256), writequeueblock(513), writequeueblockAndSuspend(517)  

HwTaskEntry  
SEQUENCE    
  hwTaskIndex Gauge32
  hwTaskID Gauge32
  hwTaskName DisplayString
  hwTaskStatus HwTaskStatusType
  hwTaskCpuUsage Gauge32
  hwTaskuSecs Gauge32

HwKeyTaskEntry  
SEQUENCE    
  hwKeyTaskIndex Integer32
  hwKeyTaskID Integer32
  hwKeyTaskName DisplayString
  hwKeyTaskCpuUsage Integer32

Defined Values

hwTask 1.3.6.1.4.1.2011.5.25.27
The MIB module describes active system tasks, including the status and the general information of a task.
MODULE-IDENTITY    

hwTaskObjects 1.3.6.1.4.1.2011.5.25.27.1
OBJECT IDENTIFIER    

hwTaskTable 1.3.6.1.4.1.2011.5.25.27.1.1
A table of generic information on all active tasks on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwTaskEntry

hwTaskEntry 1.3.6.1.4.1.2011.5.25.27.1.1.1
Generic information about active tasks on this device. Entries in this table will change when tasks are created and destroyed on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwTaskEntry  

hwTaskIndex 1.3.6.1.4.1.2011.5.25.27.1.1.1.1
The object indicates some physical information, such as slot number of VIU or RSU board plugged in.
Status: current Access: not-accessible
OBJECT-TYPE    
  Gauge32  

hwTaskID 1.3.6.1.4.1.2011.5.25.27.1.1.1.2
This object contains the task ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Gauge32  

hwTaskName 1.3.6.1.4.1.2011.5.25.27.1.1.1.3
The name associated with this task. If the name is longer than 255 characters, it will be truncated to the first 255 characters.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

hwTaskStatus 1.3.6.1.4.1.2011.5.25.27.1.1.1.4
The status of the specified task. The parameter have seventeen different value. Normally a task may be status of the following: normalready(0): task is ready, block(1): task is blocked, slept(2): task is slept, suspend(4): task is suspended blocked, blockAndSuspend(5): task is suspended blocked, sleepAndSuspend(6): task is slept and suspended, running(8): task is running, queueblock(17): task is blocked on receiving queue messages, queueblockAndSuspend(21): task is blocked on receiving queue messages and suspended, semaphoreblock(33): task is blocked on taking a semaphore, semaphoreblockAandSuspend(37): task is blocked on taking a semaphore and suspended, eventblock(65): task is blocked on receiving events, eventblockAndSuspend(69): task is blocked on receiving events and suspended, prioblock(128): task is priblock, preemptready(256): task is preempt ready, writequeueblock(513): task is blocked on sending queue messages, writequeueblockAndSuspend(517): task is blocked on sending queue messages and suspended.
Status: current Access: read-only
OBJECT-TYPE    
  HwTaskStatusType  

hwTaskCpuUsage 1.3.6.1.4.1.2011.5.25.27.1.1.1.5
Cpu usage information of this task(0%-100%).If a task's cpu usage is more than 90, it means that the task is very busy.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hwTaskuSecs 1.3.6.1.4.1.2011.5.25.27.1.1.1.6
Average elapsed CPU time in millseconds when the task was active.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hwKeyTaskTable 1.3.6.1.4.1.2011.5.25.27.1.2
A table of generic information on all active tasks on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwKeyTaskEntry

hwKeyTaskEntry 1.3.6.1.4.1.2011.5.25.27.1.2.1
Generic information about active tasks on this device. Entries in this table will change when tasks are created and destroyed on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwKeyTaskEntry  

hwKeyTaskIndex 1.3.6.1.4.1.2011.5.25.27.1.2.1.1
The object indicates some physical information, such as slot number of VIU or RSU board plugged in.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hwKeyTaskID 1.3.6.1.4.1.2011.5.25.27.1.2.1.2
This object contains the task ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hwKeyTaskName 1.3.6.1.4.1.2011.5.25.27.1.2.1.3
The name associated with this task. If the name is longer than 255 characters, it will be truncated to the first 255 characters.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

hwKeyTaskCpuUsage 1.3.6.1.4.1.2011.5.25.27.1.2.1.4
Cpu usage information of this task(0%-100%).If a task's cpu usage is more than 90, it means that the task is very busy.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwTaskNotifications 1.3.6.1.4.1.2011.5.25.27.2
OBJECT IDENTIFIER    

hwTaskConformance 1.3.6.1.4.1.2011.5.25.27.3
OBJECT IDENTIFIER    

hwTaskCompliances 1.3.6.1.4.1.2011.5.25.27.3.1
OBJECT IDENTIFIER    

hwTaskCompliance 1.3.6.1.4.1.2011.5.25.27.3.1.1
The compliance statement for entities which implement the huawei Task MIB,Write access is not required.
Status: current Access: read-only
MODULE-COMPLIANCE    

hwTaskGroups 1.3.6.1.4.1.2011.5.25.27.3.2
OBJECT IDENTIFIER    

hwTaskGroup 1.3.6.1.4.1.2011.5.25.27.3.2.1
A collection of objects providing common task monitoring information. This group is mandatory for all huawei devices.
Status: current Access: read-only
OBJECT-GROUP    

hwKeyTaskGroup 1.3.6.1.4.1.2011.5.25.27.3.2.2
A collection of objects providing common task monitoring information. This group is mandatory for all huawei devices.
Status: current Access: read-only
OBJECT-GROUP