Graph

Is it possible to create Bit Rate Graph that will show sum Tx or Rx traffic for 5 interfaces? …for example.

Add them all together?

Hi,

i’m looking for the same…
I’d like to add multiple links to one Graph “Overall-Network-Traffic: xy Gbps”

How can i add those links?

Thanks a lot!

Florian

Yes, for example:

Interface1 tx bit rate: 100kbps
Interface2 tx bit rate: 100kbps
Interface3 tx bit rate: 100kbps
Interface4 tx bit rate: 100kbps
Interface5 tx bit rate: 100kbps


sum = 500kbps

Graph values:
X (bps)
Y (time)

Yes but you will need to do your own custom probe which includes finding the oid(which is already done) calculating the correct integer and adding them together. The previous example is correct with out any of the underlying code.