diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-24 14:24:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-24 14:24:33 +0200 |
| commit | 4f79d454792f494e4e241ea02bc4979946827708 (patch) | |
| tree | da74c877e1b022b5c1c63fe5db2ee818c7ba0947 /lib/Loadbars/Shared.pm | |
| parent | 67082ff93ae5515e958c462c2e1a2a4966c6d97a (diff) | |
optimization
Diffstat (limited to 'lib/Loadbars/Shared.pm')
| -rw-r--r-- | lib/Loadbars/Shared.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm index 01dc9fc..362161f 100644 --- a/lib/Loadbars/Shared.pm +++ b/lib/Loadbars/Shared.pm @@ -7,6 +7,7 @@ use base 'Exporter'; our @EXPORT = qw( %PIDS %CPUSTATS + %NETSTATS_LASTUPDATE %AVGSTATS %AVGSTATS_HAS %MEMSTATS @@ -30,6 +31,7 @@ our %MEMSTATS_HAS : shared; our %NETSTATS : shared; our %NETSTATS_HAS : shared; our %NETSTATS_INT : shared; +our %NETSTATS_LASTUPDATE : shared; # Global configuration hash our %C : shared; @@ -41,6 +43,7 @@ our %I : shared; %C = ( title => undef, average => 15, + netaverage => 5, barwidth => 35, extended => 0, factor => 1, |
