HUAWEI-TASK-MIB
- Registered at
- 1.3.6.1.4.1.2011.5.25.27
- Last updated
- 2017-08-17 00:00
- Organization
- Huawei Technologies Co.,Ltd.
- Revisions
- 2017-08-17 00:00, 2014-09-25 00:00, 2003-07-31 00:00
- Namespace
- huawei
- Source file
HUAWEI-TASK-MIB- Digest
sha256:ebf108ce0c27aa47e8504abd660f9c27d0ae31e79ab4530f6fbf107aca08cf87
Description
The MIB module describes active system tasks, including the status and the general information of a task.
Contact
Huawei Industrial Base Bantian, Longgang Shenzhen 518129 People's Republic of China Website: http://www.huawei.com Email: support@huawei.com
Imports
| From | Symbols |
|---|---|
| HUAWEI-MIB | hwDatacomm |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HUAWEI-MIB HUAWEI-TASK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| HwTaskStatusType TEXTUAL-CONVENTION 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. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hwTaskObjects OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.27.1 | |||
| hwTaskTable OBJECT-TYPE A table of generic information on all active tasks on this device. | 1.3.6.1.4.1.2011.5.25.27.1.1 | not-accessible | current | |
| hwTaskEntry OBJECT-TYPE Generic information about active tasks on this device. Entries in this table will change when tasks are created and destroyed on the device. | 1.3.6.1.4.1.2011.5.25.27.1.1.1 | not-accessible | current | |
| hwTaskIndex OBJECT-TYPE 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.1 | Gauge32 | not-accessible | current |
| hwTaskID OBJECT-TYPE This object contains the task ID. | 1.3.6.1.4.1.2011.5.25.27.1.1.1.2 | Gauge32 | not-accessible | current |
| hwTaskName OBJECT-TYPE The name associated with this task. If the name is longer than 255 characters, it will be truncated to the first 255 characters. | 1.3.6.1.4.1.2011.5.25.27.1.1.1.3 | DisplayString (SIZE(1..255)) | read-only | current |
| hwTaskStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.2011.5.25.27.1.1.1.4 | HwTaskStatusType | read-only | current |
| hwTaskCpuUsage OBJECT-TYPE 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.5 | Gauge32 | read-only | current |
| hwTaskuSecs OBJECT-TYPE Average elapsed CPU time in millseconds when the task was active. | 1.3.6.1.4.1.2011.5.25.27.1.1.1.6 | Gauge32 | read-only | current |
| hwKeyTaskTable OBJECT-TYPE A table of generic information on all active tasks on this device. | 1.3.6.1.4.1.2011.5.25.27.1.2 | not-accessible | current | |
| hwKeyTaskEntry OBJECT-TYPE Generic information about active tasks on this device. Entries in this table will change when tasks are created and destroyed on the device. | 1.3.6.1.4.1.2011.5.25.27.1.2.1 | not-accessible | current | |
| hwKeyTaskIndex OBJECT-TYPE Specifies the slot ID of the task. Currently, the MIB provides information only about the main control board. The value of TaskIndex is 0 in centralized system mode; the value of TaskIndex is the slot ID of the main control board in distributed system mode. | 1.3.6.1.4.1.2011.5.25.27.1.2.1.1 | Integer32 | not-accessible | current |
| hwKeyTaskID OBJECT-TYPE This object contains the task ID. | 1.3.6.1.4.1.2011.5.25.27.1.2.1.2 | Integer32 | not-accessible | current |
| hwKeyTaskName OBJECT-TYPE The name associated with this task. If the name is longer than 255 characters, it will be truncated to the first 255 characters. | 1.3.6.1.4.1.2011.5.25.27.1.2.1.3 | DisplayString (SIZE(1..255)) | read-only | current |
| hwKeyTaskCpuUsage OBJECT-TYPE 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.2.1.4 | Integer32 | read-only | current |
| hwTaskNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.27.2 | |||
| hwTaskConformance OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.27.3 | |||
| hwTaskCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.27.3.1 | |||
| hwTaskGroups OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.27.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| hwTaskCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the huawei Task MIB,Write access is not required. | 1.3.6.1.4.1.2011.5.25.27.3.1.1 | current |
| hwTaskGroup OBJECT-GROUP A collection of objects providing common task monitoring information. This group is mandatory for all huawei devices. | 1.3.6.1.4.1.2011.5.25.27.3.2.1 | current |
| hwKeyTaskGroup OBJECT-GROUP A collection of objects providing common task monitoring information. This group is mandatory for all huawei devices. | 1.3.6.1.4.1.2011.5.25.27.3.2.2 | current |