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.
Parsed from file HUAWEI-TASK-MIB.mib.txt
Company: huawei
Module: HUAWEI-TASK-MIB
hwTaskStatus OBJECT-TYPE SYNTAX HwTaskStatusType MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { hwTaskEntry 4 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.27.1.1.1.1 | hwTaskIndex | 0 | 0 | The object indicates some physical information, such as slot number of VIU or RSU board plugged in. |
1.3.6.1.4.1.2011.5.25.27.1.1.1.2 | hwTaskID | 0 | 0 | This object contains the task ID. |
1.3.6.1.4.1.2011.5.25.27.1.1.1.3 | hwTaskName | 0 | 0 | The name associated with this task. If the name is longer than 4 characters, it will be truncated to the first 4 characters. |
1.3.6.1.4.1.2011.5.25.27.1.1.1.5 | hwTaskCpuUsage | 0 | 0 | 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. |
1.3.6.1.4.1.2011.5.25.27.1.1.1.6 | hwTaskuSecs | 0 | 0 | Average elapsed CPU time in millseconds when the task was active. |