[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bandwidth usage in bytes on Linux
- To: hobbit (at) hswn.dk
- Subject: bandwidth usage in bytes on Linux
- From: Jesper Johnson <jesper.johnson (at) welho.com>
- Date: Thu, 10 Nov 2005 14:43:57 +0200
- User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
Hi
I'm looking for a way to create graphs for hobbit on Linux to monitor network bandwidth
usage, separately on each interface (eth0,eth1). The provided netstat rrd Network I/O
graph measures packets/second but I want bytes/second, which netstat0 (as defined in
hobbitgraph.cfg) is supposed to graph but it doesn't since the netstat -s command on my
server (RHEL4) doesn't return any byte statistics (only packets).
I suppose I could build something like this (monitoring the /proc/net/dev file) myself if
I looked into setting up a custom rrd and so forth, but I'm hoping to save some trouble by
asking if someone here has already done this :-D
Help, anyone?