diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-07 14:31:41 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-07 14:31:41 +0000 |
| commit | 3d89a1f24c10b33923717690f878a463f66e2c04 (patch) | |
| tree | d67d77d6eafa346159c441f81046c34e459ee0d3 /cpuload.pl | |
| parent | 09de93676339db2e97e13d56c8b83e10af998944 (diff) | |
50 => 20
Diffstat (limited to 'cpuload.pl')
| -rwxr-xr-x | cpuload.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
