summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Shared.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-24 12:19:25 +0200
committerPaul Buetow <paul@buetow.org>2012-06-24 12:19:25 +0200
commit3e77c1cde0c40eeb2f99debe17ea1aa766e9424d (patch)
tree5009812dc4520ef1b34c7aadf273e44a02e83df6 /lib/Loadbars/Shared.pm
parent0125016afe38b0b96082964893d8ce5cab161406 (diff)
init net parsing
Diffstat (limited to 'lib/Loadbars/Shared.pm')
-rw-r--r--lib/Loadbars/Shared.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm
index 4f851e5..01dc9fc 100644
--- a/lib/Loadbars/Shared.pm
+++ b/lib/Loadbars/Shared.pm
@@ -13,18 +13,23 @@ our @EXPORT = qw(
%MEMSTATS_HAS
%NETSTATS
%NETSTATS_HAS
+ %NETSTATS_INT
%C
%I
);
our %PIDS : shared;
+
our %CPUSTATS : shared;
our %AVGSTATS : shared;
our %AVGSTATS_HAS : shared;
+
our %MEMSTATS : shared;
our %MEMSTATS_HAS : shared;
+
our %NETSTATS : shared;
our %NETSTATS_HAS : shared;
+our %NETSTATS_INT : shared;
# Global configuration hash
our %C : shared;