289
slot
slot-number
: Specifies an IRF member device by its ID. If you do not specify this option, the
command displays block address information on the master device.
cpu
cpu-number
: Specifies a CPU by its number.
Usage guidelines
The command displays memory block addresses in hexadecimal format. To view memory block
content, execute the
display process memory heap address
command.
Examples
# Display the addresses of 16-byte memory blocks used by process job 1.
<Sysname> display process memory heap job 1 size 16
0xb7e300c0 0xb7e300d0 0xb7e300e0 0xb7e300f0
0xb7e30100 0xb7e30110 0xb7e30120 0xb7e30130
0xb7e30140 0xb7e30150 0xb7e30160 0xb7e30170
0xb7e30180 0xb7e30190 0xb7e301a0 0xb7e301b0
0xb7e301c0 0xb7e301d0 0xb7e301e0 0xb7e301f0
0xb7e30200 0xb7e30210 0xb7e30220 0xb7e30230
# Display the addresses of 16-byte memory blocks starting from the fifth block used by process job 1.
<Sysname> display process memory heap job 1 size 16 offset 4
0xb7e30100 0xb7e30110 0xb7e30120 0xb7e30130
0xb7e30140 0xb7e30150 0xb7e30160 0xb7e30170
0xb7e30180 0xb7e30190 0xb7e301a0 0xb7e301b0
0xb7e301c0 0xb7e301d0 0xb7e301e0 0xb7e301f0
0xb7e30200 0xb7e30210 0xb7e30220 0xb7e30230
Related commands
•
display process memory heap
•
display process memory heap address
exception filepath
Use
exception filepath
to specify the directory for saving core files.
Use
undo exception filepath
to remove the specified directory.
Syntax
exception filepath directory
undo exception filepath
directory
Default
Core files are saved in flash:/ on the master device.
Views
User view
Predefined user roles
network-admin
Parameters
directory
: Specifies the directory for saving core files, which can only be the root directory of flash.
Usage guidelines
Core files are saved only in flash:/ on the master device.