diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/perl/LogSummary/README | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/perl/LogSummary/README')
-rw-r--r-- | src/perl/LogSummary/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/perl/LogSummary/README b/src/perl/LogSummary/README new file mode 100644 index 0000000..dd11f5f --- /dev/null +++ b/src/perl/LogSummary/README @@ -0,0 +1,32 @@ +PCP-LogSummary version 1.00 +=========================== + +The PCP::LogSummary module is a wrapper around the PCP 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 - when done manually +it involves much cutting+pasting and can be a significant time waster. + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + +DEPENDENCIES + +This module requires no other Perl modules and libraries, but does +obviously require a working Performance Co-Pilot installation. + +COPYRIGHT AND LICENCE + +Copyright (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). + |