From 3e77c1cde0c40eeb2f99debe17ea1aa766e9424d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 Jun 2012 12:19:25 +0200 Subject: init net parsing --- lib/Loadbars/Shared.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/Loadbars/Shared.pm') 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; -- cgit v1.2.3