Command Reference Guide
IP Routing Commands
CLI Command Reference
September 2014 Page 527
HP Moonshot Switch Module CLI Command Reference
show ip stats
This command displays IP statistical information. Refer to RFC 1213 for more information about the fields that
are displayed.
show routing heap summary
This command displays a summary of the memory allocation from the routing heap. The routing heap is a
chunk of memory set aside when the system boots for use by the routing applications.
Example: The following shows example CLI display output for the command.
(Routing) #show routing heap summary
Heap Size ..................................... 41584640
Memory In Use ................................. 54802 ( 0% )
Memory on Free List ........................... 47 ( 0% )
Memory Available in Heap ...................... 41529822 ( 99% )
In Use High Water Mark ........................ 54802 ( 0% )
Format
show ip stats
Modes •Privileged EXEC
• User EXEC
Format
show routing heap summary
Mode Privileged Exec
Parameter Description
Heap Size The amount of memory, in bytes, allocated at startup for the routing heap.
Memory In Use The number of bytes currently allocated.
Memory on Free
List
The number of bytes currently on the free list. When a chunk of memory from the routing
heap is freed, it is placed on a free list for future reuse.
Memory
Available in Heap
The number of bytes in the original heap that have never been allocated.
In Use High Water
Mark
The maximum memory in use since the system last rebooted.