cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
424
Views
5
Helpful
2
Replies

Free memory and CPU usage

ghenaprocop
Level 1
Level 1

Hi all,

Can anybody help how to see the amount of free dram and cpu?

I typed sh memory, but it shows only the processor memory.

How can I see the free DRAM memory?

2 Replies 2

Bobby Thekkekandam
Cisco Employee
Cisco Employee

Hi,

You can check the free DRAM with the command "show mem free"

Router#show mem free

Head Total(b) Used(b) Free(b) Lowest(b) Largest(b)

Processor 43401B60 952100000 29358536 922741464 922506716 793191380

I/O 8000000 67108872 11676696 55432176 55432176 55432124

The DRAM on the router first get divided into I/O memory and Processor memory. The values of "total" for Processor and I/O memory add up to the total amount of DRAM.

For available CPU, the command "show proc cpu" will give you the value.

HTH,

Bobby

Thanks a lot!