diff options
| -rwxr-xr-x | loadbars | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -481,9 +481,9 @@ sub main_loop ($@) { $app->fill($rect_iowait, Loadbars::PURPLE); if ($C{extended}) { - my %maxheights = map { - $_ => defined $cpumax->{$_} ? $cpumax->{$_} * ($C{height}/100) : 1 - } keys %$cpumax; + my %maxheights = map { + $_ => defined $cpumax->{$_} ? $cpumax->{$_} * ($C{height}/100) : 1 + } keys %$cpumax; $rect_peak = get_rect $rects, "$key;max"; $rect_peak->width($width); @@ -632,7 +632,7 @@ Explanations: us = User cpu usage in % Color: Yellow, dark yellow if to>50%, orange if to>50% sy = System cpu sage in % - Blue, purple if >30% + Blue, lighter blue if >30% to = Total CPU usage, which is (100% - id) pk = Max al peak of last avg. samples (extended) avg = System load average; desc. order: 1, 5 and 15 min. avg. |
