cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
614
Views
0
Helpful
3
Replies

average traffic per queue

get_rthym
Level 1
Level 1

Hi everyone,

Is there any command to see traffic for all queues in QoS.
My thought is to run macro every 30 min or an hour with command sh policy-map for 24 hours and calculate average afterwards.
One of our customer wants to know average traffic in each QoS.
Thank you
Lek

Sent from Cisco Technical Support iPhone App

3 Replies 3

nkarpysh
Cisco Employee
Cisco Employee

Hello,

Can you please elaborate on what is you HW and SW. Please also share your QoS config. QoS varies depending on HW/SW heavily thus need to see what you are using now.

In MQC you can use basic "show policymap interface INT_NAME".

Nik

HTH,
Niko

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The  Author of this posting offers the information contained within this  posting without consideration and with the reader's understanding that  there's no implied or expressed suitability or fitness for any purpose.  Information provided is for informational purposes only and should not  be construed as rendering professional advice of any kind. Usage of this  posting's information is solely at reader's own risk.

Liability Disclaimer

In  no event shall Author be liable for any damages whatsoever (including,  without limitation, damages for loss of use, data or profit) arising out  of the use or inability to use the posting's information even if Author  has been advised of the possibility of such damage.

Posting

If you can collect SNMP stats from the device, believe you can compute what you need that way too.

bbaillie
Level 1
Level 1

Hi Lek,

Maybe what you need is a bit of opensource software. I have had very good results with MRTG and an associated perl script.

Here is a link to MRTG  http://oss.oetiker.ch/mrtg/ it works on Linux and Windows.

Here is a link to the perl script to generate a configuration file for the generation of graphs on MRTG

https://lists.oetiker.ch/pipermail/mrtg/2009-November/035529.html

This breaks out the QOS classes, use SNMP walk to verify the OIDS are what you are looking for, and supported on the router.

I have had to change a couple of the values in the "166" area of the OID on a couple of ocassions but overall it has been good to me.

Cheers,

Brian