The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

StorageDisplay::Collect - modules required to collect data. No dependencies (but perl itself)

VERSION

version 1.0.1

Main class, allows one to register collectors and run them (through the collect method)

Collectors will be registered when their class is loaded

Base (abstract) class to run command to collect infos

Only one instance should be created

# sub classes must implement open_cmd_pipe and open_cmd_pipe_root

Run commands locally

Run commands through SSH

Record commands

Used to declare a class to be a collector.

The collector will be registered

Base class for collectors

AUTHOR

Vincent Danjean <Vincent.Danjean@ens-lyon.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Vincent Danjean.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.