Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

otfshrink(1) [debian man page]

OTFSHRINK(1)							   User Commands						      OTFSHRINK(1)

NAME
otfshrink - otfshrink DESCRIPTION
otfshrink - creates a new otf file that only includes specified processes options: -h, --help show this help message -V show OTF version -i <file> specify the input trace file -o <file> specify the output file -l "<list>" a space-separated list of processes in quotes to enable, i.e. keep in the copy, e.g. '-l "1 2 3 4 8 5"' -v invert setting from '-l', i.e. deactivate/exclude listed processes -m "<list>" map all listed processes to one representative and remove all remaining ones must not be mixed with '-l' and '-v' -f <file> read multiple '-m' lists from the given file one list/group per line, empty lines allowed -s <mode> simulation mode: display all selected processes, no files are created, display modes: (l)ist, (r)ange or (t)able defaut: range Multiple instances of '-l', '-m', and '-f' may be used otfshrink 1.10.2 May 2012 OTFSHRINK(1)

Check Out this Related Man Page

OTFPROFILE(1)							   User Commands						     OTFPROFILE(1)

NAME
otfprofile - otfprofile DESCRIPTION
otfprofile - generate a profile of a trace in LaTeX format. Syntax: otfprofile [options] <input file name> options: -h, --help show this help message -V show OTF version -v increase output verbosity (can be used more than once) -p show progress -f <n> max. number of filehandles available per rank (default: 50) -b <size> set buffersize of the reader (default: 1048576) -o <prefix> specify the prefix of output file(s) (default: result) -g <n> max. number of process groups in LaTeX output (range: 1-16, default: 16) -c, --cluster[ <alg>] do additional clustering of processes/threads using comparison algorithm <alg> (KMEANS or CLINKAGE) (default comparison algorithm: KMEANS) -m <mapfile> write cluster mapping to <mapfile> (implies -c, default: result.map) -s <prefix> call otfshrink to apply the cluster mapping to input trace and produce a new trace named <prefix> with symbolic links to the origi- nal (implies -c) -H use hard groups for CLINKAGE clustering (implies --cluster CLINKAGE) -q <0-1> quality threshold for CLINKAGE clustering (implies --cluster CLINKAGE, default: 0.1) --stat read only summarized information, no events --[no]csv enable/disable producing CSV output (default: disabled) --[no]tex enable/disable producing LaTeX output (default: enabled) PDF creation requires the PGFPLOTS package version >1.4 http://sourceforge.net/projects/pgfplots/ otfprofile - generate a profile of a trace in LaTeX format. Syntax: otfprofile [options] <input file name> options: -h, --help show this help message -V show OTF version -v increase output verbosity (can be used more than once) -p show progress -f <n> max. number of filehandles available per rank (default: 50) -b <size> set buffersize of the reader (default: 1048576) -o <prefix> specify the prefix of output file(s) (default: result) -g <n> max. number of process groups in LaTeX output (range: 1-16, default: 16) -c, --cluster[ <alg>] do additional clustering of processes/threads using comparison algorithm <alg> (KMEANS or CLINKAGE) (default comparison algorithm: KMEANS) -m <mapfile> write cluster mapping to <mapfile> (implies -c, default: result.map) -s <prefix> call otfshrink to apply the cluster mapping to input trace and produce a new trace named <prefix> with symbolic links to the origi- nal (implies -c) -H use hard groups for CLINKAGE clustering (implies --cluster CLINKAGE) -q <0-1> quality threshold for CLINKAGE clustering (implies --cluster CLINKAGE, default: 0.1) --stat read only summarized information, no events --[no]csv enable/disable producing CSV output (default: disabled) --[no]tex enable/disable producing LaTeX output (default: enabled) PDF creation requires the PGFPLOTS package version >1.4 http://sourceforge.net/projects/pgfplots/ otfprofile 1.10.2 May 2012 OTFPROFILE(1)
Man Page