From 5c9228a98026a75c067c9dbfedd76be2b9b18ee9 Mon Sep 17 00:00:00 2001 From: Paul Saunders Date: Thu, 12 Jan 2012 12:39:00 +0000 Subject: [PATCH] boinc_projs: Add graph_total Add graph_total, so you can see total number of WUs --- plugins/other/boinc_projs | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/other/boinc_projs b/plugins/other/boinc_projs index c8bf0172..f56dba00 100755 --- a/plugins/other/boinc_projs +++ b/plugins/other/boinc_projs @@ -226,6 +226,7 @@ if ( (defined $ARGV[0]) && ($ARGV[0] eq "config") ) { print "graph_category BOINC\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel BOINC applications\n"; + print "graph_total Total\n"; # First project is AREA, next are STACK # Not nice, but fast: