12-27-2005 05:50 AM - edited 03-03-2019 01:15 AM
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?
12-27-2005 06:16 AM
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
12-27-2005 07:20 AM
Thanks a lot!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide