summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcpuload.pl2
1 files changed, 1 insertions, 1 deletions
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