T tincboy Renowned Member Apr 13, 2010 466 6 83 Oct 5, 2011 #1 I can see there's IO graph for each vm, How does Proxmox calculate each VMs IO activity? Does Proxmox create a lvm for each VM?
I can see there's IO graph for each vm, How does Proxmox calculate each VMs IO activity? Does Proxmox create a lvm for each VM?
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,271 683 213 Austria www.proxmox.com Oct 5, 2011 #2 tincboy said: I can see there's IO graph for each vm, How does Proxmox calculate each VMs IO activity? Click to expand... see /proc/$pid/io tincboy said: Does Proxmox create a lvm for each VM? Click to expand... no
tincboy said: I can see there's IO graph for each vm, How does Proxmox calculate each VMs IO activity? Click to expand... see /proc/$pid/io tincboy said: Does Proxmox create a lvm for each VM? Click to expand... no
T tincboy Renowned Member Apr 13, 2010 466 6 83 Oct 5, 2011 #3 Thanks dietmar, As every time a VM starts, it's pid change, how does you keep track of it's IO statistics while a VM can stop every moment?
Thanks dietmar, As every time a VM starts, it's pid change, how does you keep track of it's IO statistics while a VM can stop every moment?
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,271 683 213 Austria www.proxmox.com Oct 5, 2011 #4 tincboy said: As every time a VM starts, it's pid change, how does you keep track of it's IO statistics while a VM can stop every moment? Click to expand... We use rrd database to store time series.
tincboy said: As every time a VM starts, it's pid change, how does you keep track of it's IO statistics while a VM can stop every moment? Click to expand... We use rrd database to store time series.
T tincboy Renowned Member Apr 13, 2010 466 6 83 Oct 5, 2011 #5 Thanks for your kind response, Would you please guide me a little bit more? What do you mean by store time series? Do you query save VM's total read/write on a fixed period and save them in db?
Thanks for your kind response, Would you please guide me a little bit more? What do you mean by store time series? Do you query save VM's total read/write on a fixed period and save them in db?
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,271 683 213 Austria www.proxmox.com Oct 6, 2011 #6 tincboy said: What do you mean by store time series? Do you query save VM's total read/write on a fixed period and save them in db? Click to expand... Please read the documentation at http://oss.oetiker.ch/rrdtool/ Basically I store total read/write with a timestamp, the rest is done by the rrdtool.
tincboy said: What do you mean by store time series? Do you query save VM's total read/write on a fixed period and save them in db? Click to expand... Please read the documentation at http://oss.oetiker.ch/rrdtool/ Basically I store total read/write with a timestamp, the rest is done by the rrdtool.