Query: pcp::logsummary
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LogSummary(3) User Contributed Perl Documentation LogSummary(3)NAMEPCP::LogSummary - Perl interface for pmlogsummary(1)SYNOPSISuse PCP::LogSummary; my $summary = new PCP::LogSummary($log, @metrics, $start, $end);DESCRIPTIONThe 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_instanceSEE ALSOpmlogsummary(1). The PCP mailing list pcp@oss.sgi.com can be used for questions about this module. Further details can be found at http://oss.sgi.com/projects/pcpAUTHORNathan Scott, <nathans@debian.org>COPYRIGHT AND LICENSECopyright (C) 2008 by Aconex This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 (see the "COPYING" file in the PCP source tree for further details). perl v5.16.3 2013-12-05 LogSummary(3)