other versions
- wheezy 3.2.1-1
GENPLOTFILES(1) | colplot | GENPLOTFILES(1) |
NAME¶
genplotfiles - utility to help automate creation of collectl plot file from raw onesSYNOPSIS¶
/opt/hp/colplot/genplotfiles.pl -outdir [-switches]DESCRIPTIONS¶
This utility is not intended to meet all plot file creation needs, but quite frankly should meet most. Features not provided with this utility are best realized by running collectl directly in playback mode (see collectl -p). It is therefore important to understand what this utility will and will not do for you before building an automation strategy around it.SWITCHES¶
All switches are optional with the exception of -outdir:This points to collectl and is only necessary
if /usr/sbin is not in your path or you`ve chosen to install collectl in a
non-standard directory.
Primarily for development, will provide
intermediate processing information based on its value. See souce for
details.
Always generate plot files even in there is an
existing one that is newer than the latest raw file. This will be necessary if
you want to rerun this script and just change the value of -subsys.
Print a summary of available switches.
Only process files that contain this string in
their hostname portion of the filename.
Directory where to look for collectl logs. The
default is /var/log/collectl and is therefore only necessary if your logs are
in a non-standard location.
Directory into which to write the plottable
files. This field is required.
Ignore files with a datestamp in their name
less that this value. The default is 20050101 and so defaults to all files.
The value of `yesterday` is also recognized to simplify scripts that call
this.
Ignore files with a datestamp in their name
with a datestamp greater than this value. The default is the current day and
one can also specify a value of `yesterday`.
Instead of using the default subsystems for
which data was collected, generate output files based on this set. There are
basically two reasons for doing this. The first is that you may want to reduce
the size of the plot files, though with compression there is rarely much point
in this. The second is if you`ve asked collectl to collect summary data but
want to plot detail data.
See the colplot FAQ for more information.
AUTHOR¶
This program was written by Mark Seger (mjseger@gmail.com).SEE ALSO¶
OCTOBER 2005 | LOCAL |