Ipqos to monitor bandwidth utilization in zones?

I'd like to use IPQos and the extended accounting features in the global zone to monitor bandwidth utilization in my zones - ie, keep a simple count of amount of traffic each zone's IPs use.
I can't quite figure out how to do it, though. The IPQos docs are extensive, but complex.
Anyone got a simple 'howto' for it??

not really using ipqos, but i have a dtrace script that tracks socket traffic per pid and uid, you can probably change it to meet your needs.
#!/usr/sbin/dtrace -Cs
/* like top but tracks pid's network transfers */
/* By James Dickens [email protected] */
#pragma D option quiet
#include<sys/uio.h>
int DR; /* Data READ */
int DW; /* Data WROTE */
int DRL; /* Data Read in the last second */
int DWL; /* Data Wrote in the last second */
int new_data; /* set when there is new data to print */
dtrace:::BEGIN { printf("Waiting for data...\n"); }
fbt:sockfs:socktpi_write:entry
self->registry=1;
self->uiop = (struct uio *) arg1;
self->request = self->uiop->uio_resid; /* MAX amount of data to send *
fbt:sockfs:socktpi_read:entry
self->registry=1;
self->uiop = (struct uio *) arg1;
self->request = self->uiop->uio_resid; /* MAX amount of data to recieve
fbt:sockfs:socktpi_read:return
/arg0 != 0 && self->registry/ /* don't grab data if an error was returned. */
size = self->request - self->uiop->uio_resid; /* update the data read *
DR +=size;
DRL += size;
@data[uid,pid, "rcv'd" ] = sum(size);
@datac[uid,pid,"rcv'd" ] = sum(size);
self->request=0;
self->registry=0;
self->uiop=0;
new_data=1 ;
fbt:sockfs:socktpi_write:return
/arg0 != 0 && self->registry / /* don't grab data if an error was returned. */
size = self->request - self->uiop->uio_resid ; /* update amount of data
sent */
DW += size;
DWL += size;
@data[uid, pid, "sent" ]= sum(size);
@datac[uid,pid,"sent" ] = sum(size);
self->request=0;
self->registery=0;
self->uiop=0;
new_data=1;
tick-1s
/new_data /
new_data=0;
printf("\nwalltime : %Y\nStats for the active last Second\nUID\tPID\tdi
retion\tBytes\n", walltimestamp);
printa("%d\t%d\t%8s\t%@d\n",@data);
printf("Totals for this second\nData Rcv'd ==%d Data Sent == %d TOTAL %d
\n",
DRL, DWL, DRL+DWL);
printf("TOTALS\nData Rcv'd == %d Data Sent ==%d Total TRANSFERRED == %d\
n",
DR , DW, DR + DW) ;
trunc(@data,0);
DRL=0; DWL=0;
dtrace:::END {
printf("\nGrand Totals\n");
printf("UID\tPID\tdiretion\tBytes\n");
printa("%d\t%d\t%8s\t%@d\t\n",@datac);
printf("TOTALS\n");
printf("Data Rcv'd == %d Data Sent ==%d TOTAL TRANSFERRED == %d", DR , D
W, DR + DW) ;
}

Similar Messages

  • PIX - Monitoring Bandwidth Utilization?

    I have PIX running 6.3 software with a few site to site VPN tunnels. Is there any way to monitor the bandwidth utilization of a particular tunnel?
    Same question goes with ASAs and using ASDM...no plans to get CSM here...
    Thanks,
    Jason

    Try PRTG - Paessler Router Traffic Grapher
    www.paessler.com

  • Monitor bandwidth utilization for Hyper-V's Virtual Machines

    Hi,
    I'm wondering, if SCOM is capable to monitor incoming & outgoing traffic (current and total over time) of VMs in Hyper-V?
    Tried to search about it, and found only 3rd party tools or the monitoring is only available for Router, not VMs.
    Thanks.

    Hi Andre,
    Also you can use performance monitor to monitor the VM's bandwidth through counter "Bytes Received/sec" and "Bytes Sent/sec" under Hyper-v virtual network adapter :
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Ciscoworks 4.0, Bandwidth Utilization

    Hello!
    I haven't worked with Ciscoworks in a long time and see v4.0 is out. Does anyone if this app is a good tool to monitor bandwidth utilization? We need a good product that can monitor utilization on our WAN circuits and also doing regular backups of our configs for a variety of routers, switches.
    Your opinions are appreciated!
    Ben

    My opinion may be biased, but LMS 4.0 can do what you want.  It has performance management capabilities that can graph and report on interface, CPU, and memory utilization as well as allows for custom MIB object pollers to be defined.  LMS also does configuration collection for a wide variety of devices.
    If you really want to get a good idea if this is the right product suite for you, download the 90-day eval from http://www.cisco.com/go/nmsevals (click on the Network Management Software link).  You will be able to test the full functionality of LMS 4.0 on up to 100 devices for 90 days.

  • Why is there no updates to the firefox throttle add-ons ? Is there an alternative? throttle is Bandwidth utilization throttling and monitoring extension for Firefox

    Why is there no updates to the firefox throttle add-ons ? Is there an alternative? throttle is Bandwidth utilization throttling and monitoring extension for Firefox

    Well, it's probably one of two things: either the awesome dude(tte) who developed this awesome extension was tired of updating or the changes in FFox software architecture carried out between version 3.x and 4+ created challenges that were too difficult for him to surmount or a combination of both. Honestly, I love Mozilla but I think they dropped the ball on the throttle issue. It's such an obvious and necessary function and it's so easy to implement. They should have included it a long time ago as in built feature. And, if you are browsing and looking at this post and you agree. Add a suggestion in mozilla.org. The more of us asking for this function, the better.
    Meanwhile, I have the following solution for you:
    Solution 0.6.9.23.11 (DIY Version of my Solution ):
    Setting Up a Separate Portable Firefox 3.6.x that runs independently of and simultaneously to your latest version of Firefox
    Get FireFox Portable 3.6.24:
    http://portableapps.com/apps/internet/firefox_portable/localization#legacy36
    It's a portable app, meaning that it's got all it's profiles and preference and application files in the same directory. It won't compete with your current installation of Firefox, has it's own separate extension folder etc...
    Get Firefox Throttle 1.1.6
    http://firefox-throttle.en.softonic.com/ (I couldn't find it in the official mozilla site)
    It will be flagged as incompatible with even that old version of firefox (but it isn't). You just need to turn off compatibility checking. You can do that with this extension:
    https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/?src=search
    If you have Bookmarks you want to port to the portable (bad pun intend), backup them up to bookmarks.json file on your desktop and import them to the portable version. You can export/import more stuff using FEBE addon but that's a whole world of headaches if you don't your doing.
    Many of your extensions favourites extensions will no longer work on FFox 3.6.x but if, in that same addon's page, you look around until you find a link to previous versions of the addon, you will notice that the compatibility info is right below the version numbers. Just download and install the latest version that is compatible with you 3.6.x....
    Voila mon ami! Your FFox 3.6 portable has just become your own private Download Mule whom you can throttle to your hearts content (ever throttle a real Mule??? I wouldn't try it, personally...) Do your regular browsing in another (unthrottled) browser and do your big downloads in the Mule...
    If you want to keep using your brand spanking new Firefox for other types of browsing while using this portable Mule edition for the downloads, just add -p -no-remote to the shortcut leading to your Firefox Portable Mule edition.
    For example, my taskbar shortcut to my Firefox Portable is:
    ""C:\Program Files (x86)\FirefoxPortableLegacy36\FirefoxPortable.exe"
    I just changed it to:
    "C:\Program Files (x86)\FirefoxPortableLegacy36\FirefoxPortable.exe" -p -no-remote
    This will make it occupy it's own independent instance and I can use the both my Firefox Nightly and the Firefox Portable editions at the same time (each one, using a different profile ie. extensions, cookies, password, cache etc).
    If you're on Linux, you can just run this on Wine and set the Windows Version to Windows 2000 in the Wine config,
    If you want to get rid of the Portable Apps splash screen, click here:
    http://www.ghacks.net/2011/06/06/getting-rid-of-portableapps-splash-screens/
    Solution 0.6.9.23.11 (Non-DIY Version of my Solution):
    Download my preconfigured but SWAGGED-THE-HECK-UP PortableFirefox 3.6
    Having realized that some of you may find the above to be daunting. I took my own customize firefox portable, took out all my data and compressed the folder (it's portable, so it'll run as soon as you unzip it).
    Here is a screenshot:
    http://www.mediafire.com/?o95nkwo8y6q535j
    Here is the download link:
    http://www.mediafire.com/?xdw87ivf3184u2s
    Don't forget to modify your Start/Taskbar shortcuts:
    "C:\wherever you decide to put it\FirefoxPortableLegacy36-Swagged-UP!\FirefoxPortable.exe"
    I just changed it to:
    "C:\wherever you decide to put it\FirefoxPortableLegacy36-Swagged-UP!\FirefoxPortable.exe" -p -no-remote

  • Monitoring IPSec Tunnel Bandwidth Utilization

    We have a Cisco ASA 5520 supporting multiple VPNs - both remote-access  and Lan-to-Lan.  We would like to monitor the bandwidth utilization of the IPSec Lan-to-Lan tunnels. How can we do that?
    Thanks,
    Spr

    Hi Spr,
    Check out VPNTTG (VPN Tunnel Traffic Grapher) is a software for SNMP monitoring and measuring the traffic load for IPsec  (Site-to-Site, Remote Access) and SSL (With Client, Clientless) VPN  tunnels on a Cisco ASA. It allows the user to see traffic load on a VPN  tunnel over time in graphical form.
    Advantage of VPNTTG over other SNMP based monitoring software's is  following: Other (commonly used) software's are working with static OID  numbers, i.e. whenever tunnel disconnects and reconnects, it gets  assigned a new OID number. This means that the historical data, gathered  on the connection, is lost each time. However, VPNTTG works with VPN  peer's IP address and it stores for each VPN tunnel historical  monitoring data into the Database.
    For more information about VPNTTG please visit www.vpnttg.com

  • Monitoring Internet Bandwidth Utilization

    Dear Net Pros,
    I am looking for some software which can help me monitor Internet Bandwidth Utilization in more details. Currently I am already using MRTG to monitor the Internet Bandwidth. Need something deeper than that. Can anyone suggest a suitable solution for the same??
    Rushabh

    Buying it I think.
    Sorry, its a joke.
    You can try download a Demo on CCO Software Library.
    Well, happy new year and good luck.

  • Cisco Network Assistant - Health Monitor Not Showing Bandwidth Utilization

    Hello,
    Ive setup a new network with 3x 2960 and 2x 3650 switches, trying to view the bandwidth utilization per switch in cisco network assistant in the health monitor unfortunatly it show 0%. I know there is alot of traffic passing through the switches, the other monitors are working correctly (temp, ram and cpu). Is there any special settings that are needed in the switch?
    Thanks

    Srikanth Achanta,
         Thanks for the help!  Here is the output from putty. 
    XXX-Switch1#show controllers utilization
    Port       Receive Utilization  Transmit Utilization
    Gi0/1       0   0
    Gi0/2       0   0
    Gi0/3       0   0
    Gi0/4       0   0
    Gi0/5       0   0
    Gi0/6       0   0
    Gi0/7       0   0
    Gi0/8       0   0
    Gi0/9       0   0
    Gi0/10       0   0
    Gi0/11       0   0
    Gi0/12       0   0
    Gi0/13       0   0
    Gi0/14       0   0
    Gi0/15       0   0
    Gi0/16       0   0
    Gi0/17       0   0
    Gi0/18       0   0
    Gi0/19       0   0
    Gi0/20       0   0
    Gi0/21       0   0
    Gi0/22       0   0
    Gi0/23       0   0
    Gi0/24       0   0
    Gi1/1       0   0
    Gi1/2       0   0
    Gi1/3       0   0
    Gi1/4       0   0
    Te1/1       0   0
    Te1/2       0   0
    Total Ports : 30
    Switch Receive Bandwidth Percentage Utilization  : 0
    Switch Transmit Bandwidth Percentage Utilization : 0
    Switch Fabric Percentage Utilization : 0
    XXX-Switch1#show interfaces | include packets
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         5934288 packets input, 546197579 bytes, 0 no buffer
         308885 packets output, 112398123 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 471000 bits/sec, 109 packets/sec
      5 minute output rate 191000 bits/sec, 104 packets/sec
         315586906 packets input, 252876271812 bytes, 0 no buffer
         0 input packets with dribble condition detected
         267801306 packets output, 88017856802 bytes, 0 underruns
      5 minute input rate 52000 bits/sec, 37 packets/sec
      5 minute output rate 55000 bits/sec, 37 packets/sec
         120529568 packets input, 27639696244 bytes, 0 no buffer
         0 input packets with dribble condition detected
         141742070 packets output, 32628299588 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 1 packets/sec
         5028 packets input, 468079 bytes, 0 no buffer
         0 input packets with dribble condition detected
         7868783 packets output, 893479978 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 2000 bits/sec, 2 packets/sec
         27290987 packets input, 25279841114 bytes, 0 no buffer
         0 input packets with dribble condition detected
         34291062 packets output, 16098960773 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 2 packets/sec
         3431939 packets input, 1615199699 bytes, 0 no buffer
         0 input packets with dribble condition detected
         20491634 packets output, 4044194406 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 2000 bits/sec, 2 packets/sec
         21992856 packets input, 7784577454 bytes, 0 no buffer
         0 input packets with dribble condition detected
         47483488 packets output, 32259133953 bytes, 0 underruns
      5 minute input rate 4000 bits/sec, 2 packets/sec
      5 minute output rate 4000 bits/sec, 3 packets/sec
         17585313 packets input, 6353936617 bytes, 0 no buffer
         0 input packets with dribble condition detected
         40272645 packets output, 23412383942 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         15684208 packets input, 5064927935 bytes, 0 no buffer
         0 input packets with dribble condition detected
         37918769 packets output, 18601560856 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 1 packets/sec
         3150289 packets input, 734752119 bytes, 0 no buffer
         0 input packets with dribble condition detected
         19003285 packets output, 2764534874 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 1 packets/sec
         9029922 packets input, 2596828776 bytes, 0 no buffer
         0 input packets with dribble condition detected
         26350637 packets output, 9197196784 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         7064148 packets input, 2426044345 bytes, 0 no buffer
         0 input packets with dribble condition detected
         22569075 packets output, 8606781954 bytes, 0 underruns
      5 minute input rate 2000 bits/sec, 1 packets/sec
      5 minute output rate 6000 bits/sec, 3 packets/sec
         17875471 packets input, 6103242910 bytes, 0 no buffer
         0 input packets with dribble condition detected
         36793666 packets output, 17156441845 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         19264746 packets input, 8318993561 bytes, 0 no buffer
         0 input packets with dribble condition detected
         40577274 packets output, 20008103681 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         1073682 packets input, 524894617 bytes, 0 no buffer
         0 input packets with dribble condition detected
         1290197 packets output, 967649887 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 2000 bits/sec, 2 packets/sec
         1434841 packets input, 399859897 bytes, 0 no buffer
         0 input packets with dribble condition detected
         15034817 packets output, 1988146136 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 31000 bits/sec, 1 packets/sec
         18246575 packets input, 8048146812 bytes, 0 no buffer
         0 input packets with dribble condition detected
         34632744 packets output, 15331407257 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         12575644 packets input, 3507267403 bytes, 0 no buffer
         0 input packets with dribble condition detected
         27415447 packets output, 13019686162 bytes, 0 underruns
      5 minute input rate 9000 bits/sec, 1 packets/sec
      5 minute output rate 60000 bits/sec, 2 packets/sec
         16988554 packets input, 6347935146 bytes, 0 no buffer
         0 input packets with dribble condition detected
         40488073 packets output, 23658053615 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 2 packets/sec
         1775464 packets input, 456920432 bytes, 0 no buffer
         0 input packets with dribble condition detected
         5550312 packets output, 848939175 bytes, 0 underruns
      5 minute input rate 74000 bits/sec, 62 packets/sec
      5 minute output rate 276000 bits/sec, 66 packets/sec
         38109701 packets input, 21483991198 bytes, 0 no buffer
         0 input packets with dribble condition detected
         53920463 packets output, 35745966772 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 2000 bits/sec, 2 packets/sec
         3905203 packets input, 1197213173 bytes, 0 no buffer
         0 input packets with dribble condition detected
         9322988 packets output, 3398916481 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 1 packets/sec
         31147644 packets input, 7922363688 bytes, 0 no buffer
         0 input packets with dribble condition detected
         64110078 packets output, 59004959626 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         5916020 packets input, 2203139928 bytes, 0 no buffer
         0 input packets with dribble condition detected
         17783154 packets output, 6763038614 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
    XXX-Switch1#show interfaces | include line protocol
    Vlan1 is up, line protocol is up
    FastEthernet0 is down, line protocol is down
    GigabitEthernet0/1 is up, line protocol is up (connected)
    GigabitEthernet0/2 is up, line protocol is up (connected)
    GigabitEthernet0/3 is up, line protocol is up (connected)
    GigabitEthernet0/4 is up, line protocol is up (connected)
    GigabitEthernet0/5 is up, line protocol is up (connected)
    GigabitEthernet0/6 is up, line protocol is up (connected)
    GigabitEthernet0/7 is up, line protocol is up (connected)
    GigabitEthernet0/8 is up, line protocol is up (connected)
    GigabitEthernet0/9 is up, line protocol is up (connected)
    GigabitEthernet0/10 is up, line protocol is up (connected)
    GigabitEthernet0/11 is up, line protocol is up (connected)
    GigabitEthernet0/12 is up, line protocol is up (connected)
    GigabitEthernet0/13 is up, line protocol is up (connected)
    GigabitEthernet0/14 is down, line protocol is down (notconnect)
    GigabitEthernet0/15 is down, line protocol is down (notconnect)
    GigabitEthernet0/16 is up, line protocol is up (connected)
    GigabitEthernet0/17 is up, line protocol is up (connected)
    GigabitEthernet0/18 is up, line protocol is up (connected)
    GigabitEthernet0/19 is up, line protocol is up (connected)
    GigabitEthernet0/20 is up, line protocol is up (connected)
    GigabitEthernet0/21 is up, line protocol is up (connected)
    GigabitEthernet0/22 is up, line protocol is up (connected)
    GigabitEthernet0/23 is up, line protocol is up (connected)
    GigabitEthernet0/24 is down, line protocol is down (notconnect)
    GigabitEthernet1/1 is down, line protocol is down (notconnect)
    GigabitEthernet1/2 is down, line protocol is down (notconnect)
    GigabitEthernet1/3 is down, line protocol is down (notconnect)
    GigabitEthernet1/4 is down, line protocol is down (notconnect)
    TenGigabitEthernet1/1 is down, line protocol is down (notconnect)
    TenGigabitEthernet1/2 is down, line protocol is down (notconnect)
    XXX-Switch1#show interfaces | include line errors
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 2 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         Dave

  • Bandwidth utilization on topology diagram of LMS 4.2

    Hi,
      I am running LMS 4.2 , using that i am monitering some switches . I am using topology services also  . In that i am getting veiw of all connected devices with links. But bandwidth utilization is for those links are not showning in topology veiw .
    Is there any settings to be done in LMS 4.2.2 or any configuration changes to done on my switches ??  to find the traffic flow  bandwidth utiliztion.
    thanks ,
    pandian .

    Hi
    You have to enable RMON to measure bandwidth utilization.
    Take a look on the Monitoring and Troubleshooting With Cisco Prime LAN Management Solution 4.2 guide.
    Begining on the page 7-43 you can find the procedure.
    Hope you can set it

  • Cisco Prime LMS 4.2- Bandwidth utilization

    Dear Experts,
    Is it possible to monitor port level bandwidth utilization like how much b/w currently using.?
    If we generate report, it gives only percentage, can we change it to bps or mbps.?.

    Hi Enea,
    The size of the DB is huge now, you can try to do a Force Purge
    go to Admin > Network > Purge Settings  >IPSLA data Purge Settings
    see if it helps.
    If not then the last resort is to Re-initialize the IPM database.
    here are the steps:
    1.stop the daemon manager
    2.
    /opt/CSCOpx/bin/dbRestoreOrig.pl dsn=ipm dmprefix=Ipm  (linux/solaris)
    NMSROOT\bin\perl.exe NMSROOT\bin\dbRestoreOrig.pl dsn=ipm dmprefix=Ipm    (windows)
    3.start the daemon manager
    Note: If you Re-initialize the database  then you need to create the collectors again .
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ****

  • High Bandwidth Utilization

    Hi all,
    i am a newbie here. Currently i am working as net admin which is i need to monitoring and manage my workplace network( education center )
    I got a few question about network traffic flow. Here is the issued.
    I got high bandwidth utilization so high after office hours which is only on night. as we know, after office hours there is no person at the office but the traffic flow on bandwidth utilization is high.
    what are the possibilities of this issued? If there any possibilities that cause the event, I'd like to know everything that may cause it.
    Thanks

    What switches do you have?
    What router are you using?
    What servers do you have?
    What time does the high utilization start and what time does it end?
    Are you running backup across the WAN links?

  • 3750 Bandwidth Utilization

    Hello,
    Is there a way to look at the bandwidth utilization on a per port basis on the 3750 switches?  Trying to track down a possible issue remote;y and nothing like WireShark is onsite.
    Thanks in advance.
    All replies rated.

    You can enter "show interface summary" to see the tx rate and rx rate for each port.  Very easy to read format.
    To use wireshark remotely, you could always use ERSPAN, which would send the monitor session to a remote switch.  If I'm not sure of the commands I'm entering on a remote switch, I normally do a "reload in 15".  In case I lose connectivity, it will reload in x number of minutes to restore service.  Save you a commute to the remote site to restore service.  Just don't forget to cancel the reload when you are finished.
    https://supportforums.cisco.com/document/139236/understanding-spanrspanand-erspan#comment-10119266
    If you have network monitoring software, it should show the top talker along with the ip address.
    show arp | i x.x.xx
    this will return the mac
    then enter show mac address-table address xxxx.xxxx.xxxx
    this will show the interface that learned the mac.
    show cdp neigh to verify the port isn't connected to another switch.
    Keep entering sh mac and sh cdp until you locate the port with the mac of the top talker. 
    You can shut the port and see if the trouble goes away. 
    Just be careful when shutting ports.  Its easy to shut the wrong port and lose connectivity.

  • Monitoring Bandwidth usage for individual hosted sites on osx server?

    Does anyone know of a good way to monitor bandwidth consumption for individual websites hosted on osx server?

    Part of this answer depends on server configuration details that you haven't provided.
    Are you looking for 'bandwidth' as in total bytes transferred for any given site? or are you looking for a megabits-per-second network throughput calculation?
    Are your various sites logging to separate log files? or a single, unified log file?
    If you want a total bytes transferred calculation, then that data is stored in the standard log files, so a simple parser that adds up the response sizes would suffice - it will tell you that x number of bytes/megabytes were transferred.
    A bandwitch utilization graph (e.g. mbps) is a little trickier, though.
    Are your sites running on the same port, using name-based virtual hosting to separate the traffic, or are they running on different ports?
    If different ports then you may be able to implement some kind of network monitoring, but if they're all running on the same port (e.g. 80) then that doesn't work - you're down to Apache logging.
    The standard Apache logs, though, don't include enough data to calculate a bandwidth graph. It does include timestamps of requests, and the total bytes in the reply, but that's not enough - the timestamp is only accurate to the second, and there's no indication of duration... for example, a 1mb web page served in 1 second equates to 8mbps, but that same file transferred in 30 seconds is only about 273kbps.
    Since the transfer time is required to calculate the bandwidth utilization for the site, you'll need to amend your logging to include the transfer size. You'll need to enable mod_logio and add the %O (output bytes) and %T (request time) variables to your log format. Only then can you calculate the bits-per-second throughput of your site.

  • Bandwidth Utilization Avg or Max for capacity Planning best practice

    Hello All - This is a conceptual or Non-Cisco product question. Hope you can help me to get this best industry practice
    I am doing a Capacity planning for the WAN Link Bandwidth. To study the last month bandwidth utilization in the MRTG graph, i am seeing  two values
    Average
    Maximum.
    To measure how much bandwidth my remote location is using which value i have to use. Average or Max?
    Average is always low eg. 20% to 30%
    Maximum is continuous 100% for 3 hour in 3 different intervals in a day and become 60% in rest of the day
    What is the best practice followed in the networking industry to derive the upgrade size of the bandwidth by using the Utilization graph
    regards,
    SAIRAM

    Hello.
    It makes no sense to use average during whole day (or a month), as you do the capacity management to avoid business impact due to link utilization; and average does not help you to catch is the end-users experience any performance issues.
    Typically your capacity management algorithm/thresholds are dependent on traffic patterns. As theses are really different cases if you run SAP+VoIP vs. youtube+Outlook. If you have any business critical traffic, you need to deploy QoS (unless you are allowed to increase link bandwidth infinitely).
    So, I would recommend to use 95-percentile of maximum values on 5-15 minutes interval (your algorithm/thresholds will be really sensitive to pooling interval, so choose it carefully). After to collect baseline (for a month or so)  - go and ask users about their experience and try to correlate poor experience with traffic bursts. This would help you to define thresholds for link upgrade triggers.
    PS: proactive capacity management includes link planning for new sites and their impact on existing links (in HQ and other spoke).
    PS2: also I would recommend to separately track utilization during business hours (business traffic) and non-business (service or backup traffic).

  • Using LMS 3.2 can it possible to monitor device Utilization

    Hi,
    Running LMS 3.2. Can we able to see the utilization reports related CPU,memory,link,interface etc ??
    Help me out!!!
    Regards,
    Krishna

    Hi,
    If you have HUM installed along with LMS 3.2, you will be able to monitor Device Utilization too. By default HUM comes as an add on for 90 days of evaluation period with the LMS 3.2 bundle setup.
    Thanks,
    Gaganjeet

Maybe you are looking for

  • Script for cropping only landscape or only portrait pages

    I need to apply different crop settings to the landscape and portrait pages in a document. The document runs into about a thousand pages so any kind of manual solution isn't viable. I know that Acrobat only allows the crop tool to be selectively appl

  • Need to download databse 8.1.7.4

    Hi Everybody, Can anybody please send me a link to download database 8.1.7.4 Thanks

  • IPhone 5- uploaded 7.1.2 now iMessages don't work!! Help!!!

    I did the new download 7.1.2 and my iMessages don't go through and no one can receive them!! I tried restarting my phone and turning off for a couple hours and nothing works!!!! I still have wifi which works and my apple id works on the apple site bu

  • Disable cell editing

    Hi. Can I disable cell editing in a JTable without using a TableModel and still let the user click on different cells? /lars

  • Ipod USB in car

    USB connection in the car gives message, device without function, when I plug new ipod touch in. The car is a VW passat. Is there a setting I need to find?