[pve-devel] r6078 - pve-cluster/trunk/data/src
svn-commits at proxmox.com
svn-commits at proxmox.com
Wed Jun 15 07:55:16 CEST 2011
Author: dietmar
Date: 2011-06-15 07:55:16 +0200 (Wed, 15 Jun 2011)
New Revision: 6078
Modified:
pve-cluster/trunk/data/src/status.c
Log:
add diskread/diskwrite counters
Modified: pve-cluster/trunk/data/src/status.c
===================================================================
--- pve-cluster/trunk/data/src/status.c 2011-06-15 05:48:33 UTC (rev 6077)
+++ pve-cluster/trunk/data/src/status.c 2011-06-15 05:55:16 UTC (rev 6078)
@@ -817,6 +817,8 @@
"DS:disk:GAUGE:120:0:U",
"DS:netin:COUNTER:120:0:U",
"DS:netout:COUNTER:120:0:U",
+ "DS:diskread:COUNTER:120:0:U",
+ "DS:diskwrite:COUNTER:120:0:U",
"RRA:AVERAGE:0.5:1:70", // 1 min avg - one hour
"RRA:AVERAGE:0.5:30:70", // 30 min avg - one day
More information about the pve-devel
mailing list