Wellfleet-MIB-HEAP-STATS-MIB

File: Wellfleet-MIB-HEAP-STATS-MIB.mib (28044 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB Wellfleet-COMMON-MIB

Imported symbols

IpAddress Counter Gauge
TimeTicks Opaque enterprises
mgmt OBJECT-TYPE TRAP-TYPE
DisplayString mib-2 wfMibHeapGroup

Defined Types

WfMibHeapEntry  
SEQUENCE    
  wfMibHeapSlot INTEGER
  wfMibHeapMemorySize INTEGER
  wfMibHeapBoundrySize INTEGER
  wfMibHeapPageSize INTEGER
  wfMibHeapTotalPages INTEGER
  wfMibHeapTotalSegs INTEGER
  wfMibHeapSegsFree INTEGER
  wfMibHeapSmlstSeg INTEGER
  wfMibHeapLrgstSeg INTEGER
  wfMibHeapStartSize INTEGER
  wfMibHeapSize1 INTEGER
  wfMibHeapSize1SegsFree INTEGER
  wfMibHeapSize1SegsTotal INTEGER
  wfMibHeapSize1Pages INTEGER
  wfMibHeapSize2 INTEGER
  wfMibHeapSize2SegsFree INTEGER
  wfMibHeapSize2SegsTotal INTEGER
  wfMibHeapSize2Pages INTEGER
  wfMibHeapSize3 INTEGER
  wfMibHeapSize3SegsFree INTEGER
  wfMibHeapSize3SegsTotal INTEGER
  wfMibHeapSize3Pages INTEGER
  wfMibHeapSize4 INTEGER
  wfMibHeapSize4SegsFree INTEGER
  wfMibHeapSize4SegsTotal INTEGER
  wfMibHeapSize4Pages INTEGER
  wfMibHeapSize5 INTEGER
  wfMibHeapSize5SegsFree INTEGER
  wfMibHeapSize5SegsTotal INTEGER
  wfMibHeapSize5Pages INTEGER
  wfMibHeapSize6 INTEGER
  wfMibHeapSize6SegsFree INTEGER
  wfMibHeapSize6SegsTotal INTEGER
  wfMibHeapSize6Pages INTEGER
  wfMibHeapSize7 INTEGER
  wfMibHeapSize7SegsFree INTEGER
  wfMibHeapSize7SegsTotal INTEGER
  wfMibHeapSize7Pages INTEGER
  wfMibHeapSize8 INTEGER
  wfMibHeapSize8SegsFree INTEGER
  wfMibHeapSize8SegsTotal INTEGER
  wfMibHeapSize8Pages INTEGER
  wfMibHeapSize9 INTEGER
  wfMibHeapSize9SegsFree INTEGER
  wfMibHeapSize9SegsTotal INTEGER
  wfMibHeapSize9Pages INTEGER
  wfMibHeapSize10 INTEGER
  wfMibHeapSize10SegsFree INTEGER
  wfMibHeapSize10SegsTotal INTEGER
  wfMibHeapSize10Pages INTEGER

WfMibHeapPageEntry  
SEQUENCE    
  wfMibHeapPageSlot INTEGER
  wfMibHeapPageListOffset INTEGER
  wfMibHeapPageSegSize INTEGER
  wfMibHeapPageTotal INTEGER
  wfMibHeapPageMemoryTotal INTEGER
  wfMibHeapPageSegsTotal INTEGER
  wfMibHeapPageSegsAllocd INTEGER
  wfMibHeapPageSegsFree INTEGER
  wfMibHeapPage1Size INTEGER
  wfMibHeapPage1SegsFree INTEGER
  wfMibHeapPage1SegsMax INTEGER
  wfMibHeapPage2Size INTEGER
  wfMibHeapPage2SegsFree INTEGER
  wfMibHeapPage2SegsMax INTEGER
  wfMibHeapPage3Size INTEGER
  wfMibHeapPage3SegsFree INTEGER
  wfMibHeapPage3SegsMax INTEGER
  wfMibHeapPage4Size INTEGER
  wfMibHeapPage4SegsFree INTEGER
  wfMibHeapPage4SegsMax INTEGER
  wfMibHeapPage5Size INTEGER
  wfMibHeapPage5SegsFree INTEGER
  wfMibHeapPage5SegsMax INTEGER
  wfMibHeapPage6PageSize INTEGER
  wfMibHeapPage6SegsFree INTEGER
  wfMibHeapPage6SegsMax INTEGER
  wfMibHeapPage7Size INTEGER
  wfMibHeapPage7SegsFree INTEGER
  wfMibHeapPage7SegsMax INTEGER
  wfMibHeapPage8Size INTEGER
  wfMibHeapPage8SegsFree INTEGER
  wfMibHeapPage8SegsMax INTEGER
  wfMibHeapPage9Size INTEGER
  wfMibHeapPage9SegsFree INTEGER
  wfMibHeapPage9SegsMax INTEGER
  wfMibHeapPage10Size INTEGER
  wfMibHeapPage10SegsFree INTEGER
  wfMibHeapPage10SegsMax INTEGER

Defined Values

wfMibHeapTable 1.3.6.1.4.1.18.3.3.2.7.1
Table of MIB Heap Manager Stats, indexed by slot number
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfMibHeapEntry

wfMibHeapEntry 1.3.6.1.4.1.18.3.3.2.7.1.1
A particular interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfMibHeapEntry  

wfMibHeapSlot 1.3.6.1.4.1.18.3.3.2.7.1.1.1
The slot number indexes the mib heap statistics table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapMemorySize 1.3.6.1.4.1.18.3.3.2.7.1.1.2
Total amount of memory allocated by the mib heap manager in bytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapBoundrySize 1.3.6.1.4.1.18.3.3.2.7.1.1.3
The boundry size reflects the largest segment which will be allocated on a page basis. Allocations requests larger than the boundry size are allocated one to a page.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 128..512  

wfMibHeapPageSize 1.3.6.1.4.1.18.3.3.2.7.1.1.4
The page size allocated by the mib heap manager in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 512..16384  

wfMibHeapTotalPages 1.3.6.1.4.1.18.3.3.2.7.1.1.5
Total number of pages currently allocated by the mib heap manager
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapTotalSegs 1.3.6.1.4.1.18.3.3.2.7.1.1.6
Total amount of allocatable segments within the mib heap manager
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.7
Total amount of unallocated segments within the mib heap manager
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSmlstSeg 1.3.6.1.4.1.18.3.3.2.7.1.1.8
Smallest memory segment allocated by the mib in bytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapLrgstSeg 1.3.6.1.4.1.18.3.3.2.7.1.1.9
Largest memory segment allocated by the mib in bytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapStartSize 1.3.6.1.4.1.18.3.3.2.7.1.1.10
Segment size to start displaying in the mib heap stats
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 4..4096  

wfMibHeapSize1 1.3.6.1.4.1.18.3.3.2.7.1.1.11
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize1SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.12
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize1SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.13
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize1Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.14
Total number of pages allocated for a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize2 1.3.6.1.4.1.18.3.3.2.7.1.1.15
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize2SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.16
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize2SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.17
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize2Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.18
Total number of pages allocated for a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize3 1.3.6.1.4.1.18.3.3.2.7.1.1.19
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize3SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.20
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize3SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.21
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize3Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.22
Total number of pages allocated for a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize4 1.3.6.1.4.1.18.3.3.2.7.1.1.23
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize4SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.24
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize4SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.25
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize4Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.26
Total number of pages allocated for a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize5 1.3.6.1.4.1.18.3.3.2.7.1.1.27
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize5SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.28
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize5SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.29
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize5Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.30
Total number of pages allocated for a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize6 1.3.6.1.4.1.18.3.3.2.7.1.1.31
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize6SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.32
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize6SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.33
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize6Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.34
Total number of pages allocated for a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize7 1.3.6.1.4.1.18.3.3.2.7.1.1.35
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize7SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.36
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize7SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.37
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize7Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.38
Total number of pages allocated for a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize8 1.3.6.1.4.1.18.3.3.2.7.1.1.39
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize8SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.40
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize8SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.41
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize8Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.42
Total number of pages allocated for a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize9 1.3.6.1.4.1.18.3.3.2.7.1.1.43
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize9SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.44
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize9SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.45
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize9Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.46
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize10 1.3.6.1.4.1.18.3.3.2.7.1.1.47
Size of memory segment in the mib heap page table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize10SegsFree 1.3.6.1.4.1.18.3.3.2.7.1.1.48
Total number of unallocated segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize10SegsTotal 1.3.6.1.4.1.18.3.3.2.7.1.1.49
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapSize10Pages 1.3.6.1.4.1.18.3.3.2.7.1.1.50
Total number of allocatable segments of a given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPageTable 1.3.6.1.4.1.18.3.3.2.7.2
Table of MIB Heap Manager Page Table Stats, indexed by slot number
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfMibHeapPageEntry

wfMibHeapPageEntry 1.3.6.1.4.1.18.3.3.2.7.2.1
A particular interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfMibHeapPageEntry  

wfMibHeapPageSlot 1.3.6.1.4.1.18.3.3.2.7.2.1.1
The slot number indexes the mib heap statistics table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPageListOffset 1.3.6.1.4.1.18.3.3.2.7.2.1.2
The offset into the page list to start displaying
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfMibHeapPageSegSize 1.3.6.1.4.1.18.3.3.2.7.2.1.3
The Segment size can be set from 4 to 4096 and the page statstics then gathered for that segment size
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 2..4096  

wfMibHeapPageTotal 1.3.6.1.4.1.18.3.3.2.7.2.1.4
Total number of pages allocated for the given memory segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPageMemoryTotal 1.3.6.1.4.1.18.3.3.2.7.2.1.5
Total amount of memory allocated of a given segment size in bytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPageSegsTotal 1.3.6.1.4.1.18.3.3.2.7.2.1.6
Total amount of allocable segments for a given segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPageSegsAllocd 1.3.6.1.4.1.18.3.3.2.7.2.1.7
Total amount of segments allocated for a given segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPageSegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.8
Total amount of unallocated segments for a given segment size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage1Size 1.3.6.1.4.1.18.3.3.2.7.2.1.9
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage1SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.10
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage1SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.11
Maximum amount of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage2Size 1.3.6.1.4.1.18.3.3.2.7.2.1.12
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage2SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.13
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage2SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.14
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage3Size 1.3.6.1.4.1.18.3.3.2.7.2.1.15
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage3SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.16
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage3SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.17
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage4Size 1.3.6.1.4.1.18.3.3.2.7.2.1.18
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage4SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.19
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage4SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.20
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage5Size 1.3.6.1.4.1.18.3.3.2.7.2.1.21
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage5SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.22
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage5SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.23
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage6PageSize 1.3.6.1.4.1.18.3.3.2.7.2.1.24
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage6SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.25
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage6SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.26
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage7Size 1.3.6.1.4.1.18.3.3.2.7.2.1.27
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage7SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.28
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage7SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.29
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage8Size 1.3.6.1.4.1.18.3.3.2.7.2.1.30
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage8SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.31
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage8SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.32
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage9Size 1.3.6.1.4.1.18.3.3.2.7.2.1.33
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage9SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.34
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage9SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.35
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage10Size 1.3.6.1.4.1.18.3.3.2.7.2.1.36
Size in bytes of a given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage10SegsFree 1.3.6.1.4.1.18.3.3.2.7.2.1.37
Total number of unallocated segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfMibHeapPage10SegsMax 1.3.6.1.4.1.18.3.3.2.7.2.1.38
Maximum number of allocable segments for the given page
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER