Never heard of Conky before. Here's what I have going now. Seems
pretty cool, but it takes ~3% CPU constantly (not so great when on
battery power).
You also have to run the python script like:
python print_vm_stats.py forever delay 5 conky "#7f8ed3" outfile
/tmp/vmstats
This takes another 2-3% CPU.
I'd really like to automate some traffic graphs from NetVMs and
ProxyVMs. Let me know if you get anywhere with that.
Andrew
PS: Just saw that the included conkyrc has two diskiograph-read's
instead of one -read and one -write. That should be fixed.
You can have some graphs if you install etherape in your netvm.
The only thing is that you need to tweak it a little bit if you want to
isolate traffic of each AppVM in your graph:
- Select interface > any instead of eth0 or your first interface
- Filter out traffic going through the eth0 of your firewallvm by
changing the filter to 'not host your_firewallvm_ip_address'
Et voilà, you can see a nice realtime traffic and bandwith graph
generated by all appvm connected to your firewall vm.
Thank you Andrew.