Disk IO Graph

ctradmin

New Member
Dec 18, 2013
6
0
1
Hi,

We have a Proxmox 3.0 Cluster Running with Ceph. For each VM Proxmox generates 4 rrd graphs.

CPU, Memory, Network and Disk IO.

My Problem with Disk IO is that at some VMs theres a P to measure the amount of IO, and at others is a T or a k. So what does they mean?


Thanks
 
That is the amount of data read/written in bytes, scaled by following units:

k (Kilo, 10e3)
M (Mega, 10e6)
G (Giga, 10e9)
T (Terra, 10e12)
P (Peta, 10e15)
 
Hi, P is petabyte.

but it's a bug in proxmox.
I have sometime this bug when I stop/start a vm.

The io value is a delta between old total io amount tranferred and new total io amount transferred.
I need to look at it. (I think they are already a bugreport in bugzilla)