PRVT-SYS-INFO-MIB

File: PRVT-SYS-INFO-MIB.mib (13810 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
PRVT-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 DisplayString NOTIFICATION-TYPE
MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
ipSwitch prvt-products

Defined Types

TaskEntry  
SEQUENCE    
  taskId Integer32
  taskName DisplayString
  taskPriority Integer32
  taskStatus INTEGER
  taskOptions BITS
  taskMain DisplayString
  taskStackPtr Unsigned32
  taskStackBase Unsigned32
  taskStackPos Unsigned32
  taskStackEnd Unsigned32
  taskStackSize Unsigned32
  taskStackSizeUsage Unsigned32
  taskStackMaxUsed Unsigned32
  taskStackFree Unsigned32
  taskErrorStatus Integer32

Defined Values

prvtSysInfMib 1.3.6.1.4.1.738.1.111.2
Information for system resources
MODULE-IDENTITY    

software 1.3.6.1.4.1.738.1.111
OBJECT IDENTIFIER    

prvtSysInfNotifications 1.3.6.1.4.1.738.1.111.2.0
OBJECT IDENTIFIER    

prvtSysInfObjects 1.3.6.1.4.1.738.1.111.2.1
OBJECT IDENTIFIER    

prvtSysInfConformance 1.3.6.1.4.1.738.1.111.2.2
OBJECT IDENTIFIER    

sysMemory 1.3.6.1.4.1.738.1.111.2.1.1
OBJECT IDENTIFIER    

sysTask 1.3.6.1.4.1.738.1.111.2.1.2
OBJECT IDENTIFIER    

numBytesFree 1.3.6.1.4.1.738.1.111.2.1.1.1
The number of bytes free in the system memory
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

numBlocksFree 1.3.6.1.4.1.738.1.111.2.1.1.2
The number of blocks free in the system memory
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

avgBlockSizeFree 1.3.6.1.4.1.738.1.111.2.1.1.3
The average block size that is free in the system memory
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

maxBlockSizeFree 1.3.6.1.4.1.738.1.111.2.1.1.4
The largest block size that is free in the memory
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

numBytesAlloc 1.3.6.1.4.1.738.1.111.2.1.1.5
The number of bytes of system memory that have been allocated by tasks and system services
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

numBlocksAlloc 1.3.6.1.4.1.738.1.111.2.1.1.6
The number of blocks of system memory that have been allocated in the system
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

avgBlockSizeAlloc 1.3.6.1.4.1.738.1.111.2.1.1.7
The average memory block size that has been allocated in the system
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

taskTable 1.3.6.1.4.1.738.1.111.2.1.2.1
Represents the OS task table. Each entry in this table represents a task
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TaskEntry

taskEntry 1.3.6.1.4.1.738.1.111.2.1.2.1.1
Each entry contains information with regards to a task in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  TaskEntry  

taskId 1.3.6.1.4.1.738.1.111.2.1.2.1.1.1
This is the task ID assigned by OS to a task in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

taskName 1.3.6.1.4.1.738.1.111.2.1.2.1.1.2
This is the name of the task.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

taskPriority 1.3.6.1.4.1.738.1.111.2.1.2.1.1.3
The priority of the task. This value can be in the range from 0, the highest priority, to 255, the lowest priority.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

taskStatus 1.3.6.1.4.1.738.1.111.2.1.2.1.1.4
This field specifies the current task status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER task-ready(1), task-suspended(2), task-delay(3), task-deleted(4), task-pend(5)  

taskOptions 1.3.6.1.4.1.738.1.111.2.1.2.1.1.5
The option is toggled based on the current setting.
Status: current Access: read-only
OBJECT-TYPE    
  BITS task-supervisor-mode(0), task-unbreakable(1), task-dealloc-stack(2), task-fp-task(3), task-stdio(4), task-reserved-1(5), task-reserved-2(6), task-private-env(7), task-no-stack-fill(8)  

taskMain 1.3.6.1.4.1.738.1.111.2.1.2.1.1.6
This is the name of the entry function for the task.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

taskStackPtr 1.3.6.1.4.1.738.1.111.2.1.2.1.1.7
This is the saved stack pointer for the task.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

taskStackBase 1.3.6.1.4.1.738.1.111.2.1.2.1.1.8
This is the address of the bottom of the stack for the task.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

taskStackPos 1.3.6.1.4.1.738.1.111.2.1.2.1.1.9
This is the effective top of the stack in the current task state.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

taskStackEnd 1.3.6.1.4.1.738.1.111.2.1.2.1.1.10
This is the address of the top of the stack for the task.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

taskStackSize 1.3.6.1.4.1.738.1.111.2.1.2.1.1.11
This is the actual size of the stack in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

taskStackSizeUsage 1.3.6.1.4.1.738.1.111.2.1.2.1.1.12
The number of bytes currently in use by the task from the stack.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

taskStackMaxUsed 1.3.6.1.4.1.738.1.111.2.1.2.1.1.13
This is the maximum number of bytes that have been used by the task from the stack.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

taskStackFree 1.3.6.1.4.1.738.1.111.2.1.2.1.1.14
This is the number of bytes that are free currently in the task stack.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

taskErrorStatus 1.3.6.1.4.1.738.1.111.2.1.2.1.1.15
This is the most recent error status for this task.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

taskSuspended 1.3.6.1.4.1.738.1.111.2.0.1
The taskSuspended notification indicates that the sending agent senses that a task has been suspended.
Status: current Access: read-only
NOTIFICATION-TYPE    

sysInfMIBGroups 1.3.6.1.4.1.738.1.111.2.2.2
OBJECT IDENTIFIER    

sysInfNotificationGroup 1.3.6.1.4.1.738.1.111.2.2.2.3
Private system info Notification Group
Status: current Access: read-only
NOTIFICATION-GROUP