Process and Memory Management Commands on Cisco IOS-XR Software process core
SMR-283
Cisco IOS-XR System Management Command Reference
Specifying the process name (executable-name) changes the core dumping option for all instances of the
process. Specifying a job-id value changes the core dumping option for a single instance of a running
process.
Examples In the following example, the process core command is used to enable dumping of main memory and
shared memory:
RP/0/RP1/CPU0:router# process ospf core mainmem-sharedmem
In the following example, the process core command is used to turn off core dumping for a process:
RP/0/RP1/CPU0:router# process media_ether_config_di core off
Core dumping is turned back on by specifying the type of core dump for a process, as shown in the
following example:
RP/0/RP1/CPU0:router# process media_ether_config_di core mainmem-text-sharedmem
Related Commands Command Description
show processes Displays information about processes.