From 3d89a1f24c10b33923717690f878a463f66e2c04 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Nov 2010 14:31:41 +0000 Subject: 50 => 20 --- cpuload.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpuload.pl b/cpuload.pl index 74b8a01..facd81f 100755 --- a/cpuload.pl +++ b/cpuload.pl @@ -235,7 +235,7 @@ sub graph_stats ($$) { $app->fill($rect_iowait, $colors->{black}); $app->fill($rect_nice, $colors->{green}); $app->fill($rect_system, $colors->{blue}); - $app->fill($rect_system, $load_average{system} > 50 + $app->fill($rect_system, $load_average{system} > 20 ? $colors->{purple} : $colors->{blue}); $app->fill($rect_user, $system_n_user > 90 -- cgit v1.2.3