09-18-2012 02:59 AM - edited 03-07-2019 08:56 AM
Which r the Main Processes of Switch and Router That Utilize more Memory
And We need not worry if Its Utillization increases........
Pls Help with the defferent commands that help to determine Memory Utilization Problems.
Solved! Go to Solution.
09-18-2012 04:49 AM
Hi Santosh,
It is not possible to say some process is specifically not harmful. Memory utilization changes depending on configured features, network ctivity, switch load, etc. E.g. STP process on a switch may increase memory consumption during network topology change but release it when the calculations are completed. Or BGP process on a router can take more memory when more routes are added to the table.
If you suspect a memory issue, you should look at process that taking most of memory and:
- check if that corresponds to the switch activity. E.g. if SNMP is holding lots of memory while box is not supposed to do much of SNMP - this could be a problem;
- collect statistics few times and check if there is a memory leak. Process steadily increasing Holding memory amount would be a suspect.
- some platforms have memory leak detection mechanism and you can test the situation with "show memory debug leaks":
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gtmleakd.html#wp1044959
Kind Regards,
Ivan Shirshin
**Please grade this post if you find it useful.
09-18-2012 03:14 AM
Hi Santosh,
You can check the memory utilization with "show proc memory sort" command. It will give you the totals and the per process information - with the most memory consuming processes on top.
There is Cisco guide for troubleshooting memory issues, check it here:
Kind Regards,
Ivan Shirshin
**Please grade this post if you find it useful.
09-18-2012 03:21 AM
I know about this command..... I want to know that which processes r not harmful..... when it takes more memory
09-18-2012 04:49 AM
Hi Santosh,
It is not possible to say some process is specifically not harmful. Memory utilization changes depending on configured features, network ctivity, switch load, etc. E.g. STP process on a switch may increase memory consumption during network topology change but release it when the calculations are completed. Or BGP process on a router can take more memory when more routes are added to the table.
If you suspect a memory issue, you should look at process that taking most of memory and:
- check if that corresponds to the switch activity. E.g. if SNMP is holding lots of memory while box is not supposed to do much of SNMP - this could be a problem;
- collect statistics few times and check if there is a memory leak. Process steadily increasing Holding memory amount would be a suspect.
- some platforms have memory leak detection mechanism and you can test the situation with "show memory debug leaks":
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gtmleakd.html#wp1044959
Kind Regards,
Ivan Shirshin
**Please grade this post if you find it useful.
09-22-2012 12:27 AM
Thanks dude..
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