cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
562
Views
0
Helpful
1
Replies

Router utilization

mailaglady2
Level 1
Level 1

Hi

Are there any commands that I can use to check the router(s)utilization Or any best methodoloy I can use without costs?

At the moment I want to check on a 7206VXR, however, I intend to check other routers as well.

Kind regards

Mpho

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Mpho,

you can use

sh proc cpu | inc util

sh proc mem | inc Free

to have a short output that tells you the current use of cpu and the amount of free memory

You can also use SNMP MIBs to get similar information and to have it graphed for example in MRTG or similar tool

Hope to help

Giuseppe

View solution in original post

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Mpho,

you can use

sh proc cpu | inc util

sh proc mem | inc Free

to have a short output that tells you the current use of cpu and the amount of free memory

You can also use SNMP MIBs to get similar information and to have it graphed for example in MRTG or similar tool

Hope to help

Giuseppe