If you're looking for lower level statistics, have a look at collectd[0]. It has plugins to monitor network interfaces (the interface plugin), and traffic on specific ports (the tcpconns plugin). The tcpconns plugin can be configured to monitor a particular set of ports, or all ports as they're used.
For installing, there are packages for most BSD and Linux distributions. For graphing the statistics, there's a CGI script bundled with most distribution packages. If you want sexy graphs, I wrote a Raphael based collectd grapher called Visage[1]. Hope that helps, Lindsay [0] http://collectd.org/ [1] http://auxesis.github.com/visage/ 2009/12/19 Xavier Shay <[email protected]>: > hello > > I sent 15Gb from my VPS last month. > Seems like a lot. Quite a lot of excess on my plan, anyways. > Are there any tools or techniques people could recommend so I can get > some visibility on this number? > Want to find out if that's going to be a constant number, or if I'm > serving up something stupid. > > Cheers, > Xavier > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > > > -- http://holmwood.id.au/~lindsay/ (me) -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
