Hi all,
I'm looking for suggestions for software that will draw some pretty graphs of the number of bytes transferred over an interface over the past day, week and month.
MRTG (for eg.) only seems to do network speed monitoring. I'm looking into RRDTool, but I'm not sure yet if this is what I want. A very very quick look at ntop and iptraf suggests that it's for measuring transfer speeds, and not what I want.
Basically I want something that's persistent across reboots and power-offs. Something that will tell me that in the past minute, I transferred 1MB, past 10mins: 10MB, past day: 12MB, past week: 1Gb, past month: 8GB. You get the point. Could be a command line tool, or ncurses interface. Nice pretty graphs would be a bonus (graphical toolkit on X11 or web-based solution). Has to run on Linux, and be at the very least, free as in beer.
Anyone got any recommendations?
Many thanks,
Srdjan
On Tue, 27 May, 2008 2:27 pm, Srdjan Todorovic wrote:
Hi all,
I'm looking for suggestions for software that will draw some pretty graphs of the number of bytes transferred over an interface over the past day, week and month.
MRTG (for eg.) only seems to do network speed monitoring. I'm looking into RRDTool, but I'm not sure yet if this is what I want. A very very quick look at ntop and iptraf suggests that it's for measuring transfer speeds, and not what I want.
Basically I want something that's persistent across reboots and power-offs. Something that will tell me that in the past minute, I transferred 1MB, past 10mins: 10MB, past day: 12MB, past week: 1Gb, past month: 8GB. You get the point. Could be a command line tool, or ncurses interface. Nice pretty graphs would be a bonus (graphical toolkit on X11 or web-based solution). Has to run on Linux, and be at the very least, free as in beer.
Anyone got any recommendations?
Many thanks,
For command line, you might try vnstat. Obviously no pretty graphs, but it creates a database to keep historic data.
Cheers.
-Mark
----------------------------------------------------------- This message may contain confidential and/or privileged information. This information is intended to be read only by the individual or entity to whom it is addressed. If you are not the intended recipient, you are on notice that any review, disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete or destroy any copy of this message.
On Tue, 27 May 2008, Mark Ridley wrote:
For command line, you might try vnstat. Obviously no pretty graphs, but it creates a database to keep historic data.
Perfect! Thanks! :) Might be able to use vnstat --dumpdb and write a parser and use the data with rrdtool and generate some nice graphs.
Srdjan