hwTaskStatus
HUAWEI-TASK-MIB ·
.1.3.6.1.4.1.2011.5.25.27.1.1.1.4
Object
column
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, 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.
Context
- MIB
- HUAWEI-TASK-MIB
- OID
.1.3.6.1.4.1.2011.5.25.27.1.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwTaskEntry
- Table
- hwTaskTable
- Siblings
- 5
Syntax
HwTaskStatusType
- Source
- HwTaskStatusType
- Base type
Enumeration
Values & Constraints
Type Values
0 | normalready |
1 | block |
2 | sleep |
4 | suspend |
5 | blockAndSuspend |
6 | sleptAndSuspend |
8 | running |
17 | queueblock |
21 | queueblockAndSuspend |
33 | semaphoreblock |
37 | semaphoreblockAandSuspend |
65 | eventblock |
69 | eventblockAndSuspend |
128 | prioblock |
256 | preemptready |
513 | writequeueblock |
517 | writequeueblockAndSuspend |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| hwTaskIndex The object indicates some physical information, such as slot number of VIU
or RSU board plugged in. | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.2011.5.25.27.1.1.1.1 |
| hwTaskID This object contains the task ID. | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.2011.5.25.27.1.1.1.2 |
| hwTaskName The name associated with this task. If the name is
longer than 255 characters, it will be truncated to the first
255 characters. | column | OctetString | .1.3.6.1.4.1.2011.5.25.27.1.1.1.3 |
| hwTaskCpuUsage 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. | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.2011.5.25.27.1.1.1.5 |
| hwTaskuSecs Average elapsed CPU time in millseconds when the task was active. | column | millseconds SNMPv2-SMIGauge32 | .1.3.6.1.4.1.2011.5.25.27.1.1.1.6 |