| Linux Forum Index » Linux Setup » Help needed inBandwidth Monitoring... |
|
Page 1 of 1 |
|
| Author |
Message |
| kaari... |
Posted: Thu Nov 05, 2009 11:17 pm |
|
|
|
Guest
|
Hi All,
I'm here stuck for a solution to total bandwidth monitoring on our
network (VPN link + ADSL too).
The problem is the SNMP is always disable and I need a tool to use on
this environment without SNMP.
Cacti seems to be cannot use without SNMP and same as MRTG i guess.
(Tried but not got correctly)
Can any one help me out this..
I really appreciate the help.
Thanks in advance. |
|
|
| Back to top |
|
|
|
| Charles Polisher... |
Posted: Sat Nov 07, 2009 5:49 pm |
|
|
|
Guest
|
Quote: Hi All,
I'm here stuck for a solution to total bandwidth monitoring on our
network (VPN link + ADSL too).
The problem is the SNMP is always disable and I need a tool to use on
this environment without SNMP.
Cacti seems to be cannot use without SNMP and same as MRTG i guess.
(Tried but not got correctly)
Can any one help me out this..
I really appreciate the help.
Thanks in advance.
Try googling for: "Fun with Slackware: bandwidth monitor"
HTH, HAND
--
Charles Polisher |
|
|
| Back to top |
|
|
|
| eric... |
Posted: Fri Nov 13, 2009 2:56 pm |
|
|
|
Guest
|
On Nov 6, 1:17 am, kaari <amilaren... at (no spam) gmail.com> wrote:
Quote: Hi All,
I'm here stuck for a solution to total bandwidth monitoring on our
network (VPN link + ADSL too).
The problem is the SNMP is always disable and I need a tool to use on
this environment without SNMP.
Cacti seems to be cannot use without SNMP and same as MRTG i guess.
(Tried but not got correctly)
Can any one help me out this..
I really appreciate the help.
Thanks in advance.
maybe you could try sflow. If you device of switch support it, the
sflow will send udp sampling rate to certain destination ip and port
and you could use in-mon or other application to monitor you traffic. |
|
|
| Back to top |
|
|
|
| Hans... |
Posted: Sat Nov 14, 2009 1:32 am |
|
|
|
Guest
|
On Nov 6, 6:17 am, kaari <amilaren... at (no spam) gmail.com> wrote:
Quote: Hi All,
I'm here stuck for a solution to total bandwidth monitoring on our
network (VPN link + ADSL too).
The problem is the SNMP is always disable and I need a tool to use on
this environment without SNMP.
You can use MRTG without SNMP, you just need a script that returns the
values as follows:
1st value - incoming bytes
2nd value - outcoming bytes
3rd value - uptime of a target [OPTIONAL]
4th value - name of a target [OPTIONAL]
You can obtain network traffic values from /proc/net/dev.
greetings,
hans
--
http://www.paraguaycoins.com/ |
|
|
| Back to top |
|
|
|
| kaari... |
Posted: Sat Nov 14, 2009 5:53 am |
|
|
|
Guest
|
On Nov 14, 6:32 am, Hans <gooss... at (no spam) gmail.com> wrote:
Quote: On Nov 6, 6:17 am, kaari <amilaren... at (no spam) gmail.com> wrote:
Hi All,
I'm here stuck for a solution to total bandwidth monitoring on our
network (VPN link + ADSL too).
The problem is the SNMP is always disable and I need a tool to use on
this environment without SNMP.
You can use MRTG without SNMP, you just need a script that returns the
values as follows:
1st value - incoming bytes
2nd value - outcoming bytes
3rd value - uptime of a target [OPTIONAL]
4th value - name of a target [OPTIONAL]
You can obtain network traffic values from /proc/net/dev.
greetings,
hans
--http://www.paraguaycoins.com/
Wow....
thanks a lot Hans...I'm now trying those things. hope this will lead
me to the solution....
Thanks Eric and Charles too....thanks v much..
I'll come back with the results... |
|
|
| Back to top |
|
|
|
|