Real-time Bandwith report

monitoringnetworking

I need to find a solution to monitor, in real-time, the traffic currently used by an office of about 25 peoples. We already have Zenoss for SNMP monitoring, but I'm looking more at something that would tell me who is using most of the bandwidth "right now". Something similar to this interface: ClearOS Network Traffic Report

Since ClearOS has this functionality, it must not be very hard to reproduce, yet I can't seems to find it in things like PFsense or in Cisco Small business routers.

Any suggestions?

Best Answer

Here are two other ways to accomplish this:

  1. Use PRTG in conjunction with a switch port monitor, if your switch supports port monitoring. You would configure the port to which PRTG is connected to monitor the port that links the switch to the router and create a packet sniffing sensor in PRTG. This is what I do in my office.

  2. Use Netflow in conjunction with a Netflow collector, if your switch or router supports Netflow. This is what I do in my datacenter.

Related Topic