[pve-devel] [PATCH manager 2/4] store arcsize in rrd

Matthias Heiserer m.heiserer at proxmox.com
Wed Jan 25 12:29:30 CET 2023


Signed-off-by: Matthias Heiserer <m.heiserer at proxmox.com>
---
 PVE/Service/pvestatd.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Service/pvestatd.pm b/PVE/Service/pvestatd.pm
index 2515120c..a98eb076 100755
--- a/PVE/Service/pvestatd.pm
+++ b/PVE/Service/pvestatd.pm
@@ -181,7 +181,7 @@ sub update_node_status {
 	[$uptime, $sublevel, $ctime, $avg1, $maxcpu, $stat->{cpu}, $stat->{wait},
 	 $meminfo->{memtotal}, $meminfo->{memused},
 	 $meminfo->{swaptotal}, $meminfo->{swapused},
-	 $dinfo->{blocks}, $dused, $netin, $netout]
+	 $dinfo->{blocks}, $dused, $netin, $netout, $meminfo->{arcsize}]
     );
     PVE::Cluster::broadcast_rrd("pve2-node/$nodename", $data);
 
-- 
2.30.2






More information about the pve-devel mailing list