1LogSummary(3)         User Contributed Perl Documentation        LogSummary(3)
2
3
4

NAME

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

SYNOPSIS

9         use PCP::LogSummary;
10
11         my $summary = new PCP::LogSummary($log, \@metrics, $start, $end);
12

DESCRIPTION

14       The PCP::LogSummary module is a wrapper around the Performance Co-Pilot
15       pmlogsummary(1) command.  Its primary purpose is to automate the
16       production of post-processed pmlogsummary data, in particular to
17       automate the step where the summarised data is imported into a
18       spreadsheet for further anaylsis.  This has proven to often be an
19       iterative process - done manually it involves much cutting+pasting, and
20       can be a significant time waster.
21
22   EXPORT
23       new
24
25       metric_instance
26

SEE ALSO

28       pmlogsummary(1).
29
30       The PCP mailing list pcp@groups.io can be used for questions about this
31       module.
32
33       Further details can be found at https://pcp.io
34

AUTHOR

36       Nathan Scott, <nathans@debian.org>
37
39       Copyright (C) 2008 by Aconex
40
41       This library is free software; you can redistribute it and/or modify it
42       under the terms of the GNU General Public License, version 2 (see the
43       "COPYING" file in the PCP source tree for further details).
44
45
46
47perl v5.26.3                      2018-06-05                     LogSummary(3)
Impressum