Understanding speed data from switch

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
stebbo
Posts: 75
Joined: Sat Aug 04, 2012 9:13 pm

Understanding speed data from switch

Post by stebbo »

Hi All,

I'm having trouble correlating the speed data that is being displayed for my switch and the actual speed of the network interface. We have a 200Mbps internet connection and I can run some downloads that average around 180Mbps for a period of time.

However, my switch data never shows anymore than between 60Mbps and 90Mbps even though I know the speed is much higher. I am assuming there is some averaging going on but I'd like to try to get a speed graph that is more accurate than what I currently have.

Any pointers would be appreciated.

Cheers,
Chris.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Understanding speed data from switch

Post by ssax »

I believe the plugin is showing in megabytes (MB) per second even though the label says megabits (Mb), I've already submitted a bug report for this so the developers can fix it.

If modified the files to output the proper values now (with calculations), you can select which one you want:

Bits - b, Kb, Mb, Gb
check_rrdtraf_bits.zip
Bytes - B, KB, MB, GB
check_rrdtraf_bytes.zip
You can replace your current plugin but it may be overwritten on an upgrade and need to be re-implemented.

Let me know if that works for you.
You do not have the required permissions to view the files attached to this post.
stebbo
Posts: 75
Joined: Sat Aug 04, 2012 9:13 pm

Re: Understanding speed data from switch

Post by stebbo »

Hi ssax,

thanks for the response. I'll give those a try, however I'd already assumed the label was wrong. My issue is that the switch values almost appear to be a factor of two out. I know the download is running at 180Mbps, yet the switch only reports around 90Mbps.

Cheers,
Chris.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Understanding speed data from switch

Post by ssax »

The bandwidth checks are an average over the last 10 minutes, how long has the download been running when you're testing?
stebbo
Posts: 75
Joined: Sat Aug 04, 2012 9:13 pm

Re: Understanding speed data from switch

Post by stebbo »

Hi ssax,

I had thought maybe they were 5 minute averages so I had the downloads running for 5 minutes. Given that they're 10 minute averages I shall make some comparisons based on that.

Is there any way to get an "instantaneous" reading? As in, what is the "current" speed, or even modifying the average to a 1 minute average? For my main upstream link that would be quite handy, at least for a while.

Cheers,
Chris.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Understanding speed data from switch

Post by tgriep »

Sorry, there isn't a way to get instantaneous information and the bandwidth are running every 5 minutes through MRTG but the check averages the last 2 readings and that cannot be changed either.
Be sure to check out our Knowledgebase for helpful articles and solutions!
stebbo
Posts: 75
Joined: Sat Aug 04, 2012 9:13 pm

Re: Understanding speed data from switch

Post by stebbo »

Hi tgriep,

thanks for the info.

Cheers,
Chris.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Understanding speed data from switch

Post by tgriep »

Your Welcome.
Shall I close up and lock the post?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked