On Fri, Aug 8, 2008 at 3:49 PM, Rudi Ahlers rudiahlers@gmail.com wrote:
I need a way for a client to login to a PHP / MySQL based sytem, which can show them traffic graphs for their VPS's, and OpenVZ works different from Xen, so I can't even rely on the Xen stuff.
I'm looking for something similar to Cacti / MRTG - but something that can graph traffic for each IP / VM on a server
How about the xentop command, you can use it in batch mode and it can display network statistics. So you should be able to write simple plugin for Cacti that parses it output.
Regards, Tim