show processes memory
Table 137 describes the significant fields shown in the display.
Table 137 | show processes memory (Software Modularity) Field Descriptions | |
|
|
|
Field |
| Description |
|
|
|
total |
| Total amount of memory, in kilobytes, on the device. |
|
|
|
used |
| Amount of memory, in kilobytes, used in the system. |
|
|
|
free |
| Amount of free memory, in kilobytes, available in the system. |
|
|
|
PID |
| Process ID. |
|
|
|
Text |
| Amount of memory, in kilobytes, used by the text segment of the specified |
|
| process. |
|
|
|
Data |
| Amount of memory, in kilobytes, used by the data segment of the specified |
|
| process. |
|
|
|
Stack |
| Amount of memory, in kilobytes, used by the stack segment of the specified |
|
| process. |
|
|
|
Dynamic |
| Amount of memory, in kilobytes, used by the dynamic segment of the specified |
|
| process. |
|
|
|
Total |
| Total amount of memory, in kilobytes, used by the specified process. |
|
|
|
Process |
| Process name. |
|
|
|
The following is sample output from the show processes memory command with details about the memory of the process named cdp2.iosproc:
Router# show processes memory detailed cdp2.iosproc
System Memory : 262144K total, 113460K used, 148684K free
Process sbin/cdp2.iosproc, type IOS, PID = 12329
640K total, 4K text, 4K data, 32K stack, 600K dynamic
Memory Summary for TaskID = 1
Holding = 10032
PC | Size | Count |
0x7322FC74 | 9192 | 1 |
0x73236538 | 640 | 1 |
0x73231E8C | 200 | 1 |
The following is sample output from the show processes memory command with details about the memory of process 12322 and the task with the ID of 1:
Router# show processes memory detailed 12322 taskid 1
System Memory : 262144K total, 113456K used, 148688K free
Process
| 16568K | total, 16K text, | 8K data, 64K stack, 16480K dynamic | ||||
| Memory Summary for TaskID = | 1 |
|
|
| ||
| Holding = 10248 |
|
|
|
|
| |
| PC | Size | Count |
|
|
|
|
| 0x7322FC74 | 9192 | 1 |
|
|
|
|
| 0x73236538 | 640 | 1 |
|
|
|
|
| 0x73231E8C | 256 | 1 |
|
|
|
|
|
|
|
| Cisco IOS Configuration Fundamentals Command Reference |
|
|
|
|
|
|
|
| |||
|
|
|
|
|
|
|
|
| July 2008 |
|
|
|
|
|
|
|
|
|
|
|
|