R21xx-HP FlexFabric 11900 Network Management and Monitoring Command Reference
161
Related commands
• display process memory heap
• display process memory heap address
• display process memory heap size
display process memory heap
Use display process memory heap to display heap memory usage for a user process.
Syntax
In standalone mode:
display process memory heap job job-id [ verbose ] [ slot slot-number ]
In IRF mode:
display process memory heap job job-id [ verbose ] [ chassis chassis-number slot slot-number ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
job job-id: Specifies a user process by its job ID in the range of 1 to 2147483647.
verbose: Displays detailed information. Without this keyword, the command displays brief information.
slot slot-number: Specifies a card by its slot number. Without this option, the command displays heap
memory usage for the user process on the active MPU. (In standalone mode.)
chassis chassis-number slot slot-number: Specifies a card on an IRF member device. Without this option,
the command displays heap memory usage for the user process on the global active MPU. (In IRF mode.)
Usage guidelines
Heap memory comprises fixed-sized blocks such as 16-byte or 64-byte blocks. It stores data and
variables used by the user process. When a user process starts, the system dynamically allocates heap
memory to the process.
Each memory block has an address represented in hexadecimal format, which can be used to access the
memory block. You can view memory block addresses by using the display process memory heap size
command, and view memory block contents by using the display process memory heap address
command.
Examples
# Display brief information about heap memory usage for the process identified by job ID 48.
<Sysname> display process memory heap job 48
Total virtual memory heap space (in bytes) : 2293760
Total physical memory heap space (in bytes) : 58368
Total allocated memory (in bytes) : 42368
# Display detailed information about heap memory usage for the process identified by job ID 48.
<Sysname> display process memory heap job 48 verbose










