[pve-devel] r5672 - pve-cluster/trunk/data/src

svn-commits at proxmox.com svn-commits at proxmox.com
Thu Mar 10 07:13:54 CET 2011


Author: dietmar
Date: 2011-03-10 07:13:54 +0100 (Thu, 10 Mar 2011)
New Revision: 5672

Modified:
   pve-cluster/trunk/data/src/status.c
Log:
add counter for network traffic


Modified: pve-cluster/trunk/data/src/status.c
===================================================================
--- pve-cluster/trunk/data/src/status.c	2011-03-10 05:55:39 UTC (rev 5671)
+++ pve-cluster/trunk/data/src/status.c	2011-03-10 06:13:54 UTC (rev 5672)
@@ -794,6 +794,8 @@
 	"DS:swapused:GAUGE:120:0:U",
 	"DS:roottotal:GAUGE:120:0:U",
 	"DS:rootavail:GAUGE:120:0:U",
+	"DS:netin:COUNTER:120:0:U",
+	"DS:netout: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