About monitoring Memory statistics for DP and MP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

About monitoring Memory statistics for DP and MP

L3 Networker

Hi Guys.

I want to know command on CLI or WEB-UI for monitoring memory statistics for Data Plane and Control Plane in realtime.

It's important for POC and BMT.

Thanks.

Regards.

Roh.

1 accepted solution

Accepted Solutions

L6 Presenter

To monitor the control plane:  'show system resources' or 'show system resources follow'

To monitor the data plane: 'show running resource-monitor' will show you CPU and buffer utilization on the DP. Or you could tail the dp-monitor.log 'tail follow yes dp-monitor.log'

-Benjamin

View solution in original post

3 REPLIES 3

L6 Presenter

To monitor the control plane:  'show system resources' or 'show system resources follow'

To monitor the data plane: 'show running resource-monitor' will show you CPU and buffer utilization on the DP. Or you could tail the dp-monitor.log 'tail follow yes dp-monitor.log'

-Benjamin

Thanks a lot

But I want to know that memory statistics of DP and MP and I could only find cpu info from what you suggested.

Thanks.

Regards

Roh

You will see the memory utilization if you give the output of those commands another look.

Look for this in the dp-monitor.log:

Jun 07 20:03:51:  --- memory

Last 180 seconds

Type       Free (kB)     min (kB)      Total (kB)

Mem        7564          7548          254468

Swap       0             0             UNKNOWN

-----------------------------

Or in the output of show system resources

top - 07:28:36 up 2 days, 22:13,  2 users,  load average: 0.11, 0.07, 0.02

Tasks:  93 total,   1 running,  92 sleeping,   0 stopped,   0 zombie

Cpu(s):  2.3%us,  1.2%sy,  2.5%ni, 93.5%id,  0.3%wa,  0.0%hi,  0.2%si,  0.0%st

Mem:   1007852k total,   793756k used,   214096k free,    25092k buffers

Swap:  2008084k total,   775748k used,  1232336k free,   228728k cached

Note that the DP does not have any swap, but the MP does.

-Benjamin

  • 1 accepted solution
  • 4255 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!