diff options
| author | Paul Buetow <paul@buetow.org> | 2012-04-19 23:02:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-04-19 23:02:59 +0200 |
| commit | 3609492eab66e31be4dee57dae2f755f5c5163d3 (patch) | |
| tree | 46284f00a09aca5a2e94b59c44e7230b55128966 /Loadbars/Shared.pm | |
| parent | f65264e8856f0b702cca28a699e960ff0192a392 (diff) | |
some restructuring
Diffstat (limited to 'Loadbars/Shared.pm')
| -rw-r--r-- | Loadbars/Shared.pm | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/Loadbars/Shared.pm b/Loadbars/Shared.pm deleted file mode 100644 index 0f02b7e..0000000 --- a/Loadbars/Shared.pm +++ /dev/null @@ -1,52 +0,0 @@ -package Loadbars::Shared; - -use Exporter; - -use base 'Exporter'; - -our @EXPORT = qw( - %PIDS - %AVGSTATS - %CPUSTATS - %MEMSTATS - %MEMSTATS_HAS - %C - %I -); - -our %PIDS : shared; -our %AVGSTATS : shared; -our %CPUSTATS : shared; -our %MEMSTATS : shared; -our %MEMSTATS_HAS : shared; - -#my %NETSTATS : shared; -#my %NETSTATS_HAS : shared; - -# Global configuration hash -our %C : shared; - -# Global configuration hash for internal settings (not configurable) -our %I : shared; - -# Setting defaults -%C = ( - average => 15, - barwidth => 35, - extended => 0, - factor => 1, - height => 230, - maxwidth => 1280, - samples => 1000, - showcores => 0, - showmem => 0, - showtext => 1, - showtexthost => 0, - sshopts => '', -); - -%I = ( - cpuregexp => 'cpu', - showtextoff => 0, -); - |
