summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Shared.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-23 11:53:48 +0200
committerPaul Buetow <paul@buetow.org>2012-06-23 11:53:48 +0200
commit1ae5097b890ecc6ef950b8f70cf2902bfe193cbc (patch)
treee22099253ca468efad3f759dfe9d142c261ac8b5 /lib/Loadbars/Shared.pm
parent92b1dd6f4b4e8892e7dc483de1a8a22d597f946d (diff)
use more precompiled regexp, initial network stats
Diffstat (limited to 'lib/Loadbars/Shared.pm')
-rw-r--r--lib/Loadbars/Shared.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm
index aa1016b..311367d 100644
--- a/lib/Loadbars/Shared.pm
+++ b/lib/Loadbars/Shared.pm
@@ -19,9 +19,8 @@ our %AVGSTATS : shared;
our %CPUSTATS : shared;
our %MEMSTATS : shared;
our %MEMSTATS_HAS : shared;
-
-#my %NETSTATS : shared;
-#my %NETSTATS_HAS : shared;
+our %NETSTATS : shared;
+our %NETSTATS_HAS : shared;
# Global configuration hash
our %C : shared;