logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PCP::LogSummary - Perl interface for pmlogsummary(1)

Author

       Nathan Scott, <nathans@debian.org>

Description

       The PCP::LogSummary module is a wrapper around the Performance Co-Pilot pmlogsummary(1) command.  Its
       primary purpose is to automate the production of post-processed pmlogsummary data, in particular to
       automate the step where the summarised data is imported into a spreadsheet for further anaylsis.  This
       has proven to often be an iterative process - done manually it involves much cutting+pasting, and can be
       a significant time waster.

   EXPORT
       new

       metric_instance

Name

       PCP::LogSummary - Perl interface for pmlogsummary(1)

See Also

pmlogsummary(1).

       The PCP mailing list pcp@groups.io can be used for questions about this module.

       Further details can be found at https://pcp.io

Synopsis

         use PCP::LogSummary;

         my $summary = new PCP::LogSummary($log, \@metrics, $start, $end);

See Also