Display Process Memory Heap - HPE FlexNetwork 7500 Series Command Reference Manual

Network management and monitoring
Table of Contents

Advertisement

Usage guidelines
When a user process starts, it requests the following types of memory from the system:
Text memory—Stores code for the user process.
Data memory—Stores data for the user process.
Stack memory—Stores temporary data.
Dynamic memory—Heap memory dynamically assigned and released by the system
according to the needs of the user process. To view dynamic memory information, execute the
display process memory heap command.
Examples
# Display memory usage for all user processes.
<Sysname> display process memory
JID
1
2
3
4
5
6
29
49
52
---- More ----
Table 70 Command output
Field
JID
Text
Data
Stack
Dynamic
Name
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 [ cpu cpu-number ] ]
Text
Data
384
1800
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Description
Job ID of a process. It never changes.
Text memory used by the user process, in KB. The value for a kernel thread is 0.
Data memory used by the user process, in KB. The value for a kernel thread is 0.
Stack memory used by the user process, in KB. The value for a kernel thread is 0.
Dynamic memory used by the user process, in KB. The value for a kernel thread is 0.
Name of the user process. If square brackets ([ ]) exist in a process name, the process is
a kernel thread.
Stack
Dynamic
16
36
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
290
Name
scmd
[kthreadd]
[ksoftirqd/0]
[watchdog/0]
[events/0]
[khelper]
[kblockd/0]
[vzmond]
[pdflush]

Advertisement

Table of Contents
loading

Table of Contents