diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-24 12:19:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-24 12:19:25 +0200 |
| commit | 3e77c1cde0c40eeb2f99debe17ea1aa766e9424d (patch) | |
| tree | 5009812dc4520ef1b34c7aadf273e44a02e83df6 /lib/Loadbars/Shared.pm | |
| parent | 0125016afe38b0b96082964893d8ce5cab161406 (diff) | |
init net parsing
Diffstat (limited to 'lib/Loadbars/Shared.pm')
| -rw-r--r-- | lib/Loadbars/Shared.pm | 5 |
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; |
