pat_info
CrayPat experiment data directory quick information query tool
- Author:
Hewlett Packard Enterprise Development LP.
- Copyright:
Copyright 2019,2021-2024 Hewlett Packard Enterprise Development LP.
- Manual section:
1
SYNOPSIS
pat_info [-h] [-H] [-c] [-v] [[.ap2_file] [experiment_data_directory] …]
DESCRIPTION
The pat_info utility is used to generate a quick summary statement regarding the contents of a CrayPat experiment data directory, a set of experiment data directories, a single .ap2 file, or a set of .ap2 files. There are verbose and non-verbose (one-line) output modes.
When invoked with no arguments, the pat_info utility looks in the current directory for CrayPat experiment data directories and reports on those it finds.
When invoked with a experiment_data_directory argument, pat_info reports information about the experiment data directory and .ap2 data file contained therein.
OPTIONS
The pat_info utility supports the following arguments.
- -h | –help
Display a message describing the available options.
- -H | –header
Display all entries in the header table. This option is for advanced users and displays lower-level details.
- -c | –counters
Display a list of all counters collected.
- -v | –verbose
Display results in a verbose, multiline format. This is the default for single experiment data directory requests. To turn off verbose mode, specify –verbose=0.
EXAMPLES
Report on the contents of the experiment data directory test03 file in the current directory.
$ pat_info test03
Report on all experiment data directories in the directory $HOME/saved_experiment_dir directory and print all collected counters for each file.
$ pat_info –counters $HOME/saved_exeriment_dir
SEE ALSO
intro_craypat(1), pat_build(1), pat_opts(1), pat_help(1), pat_report(1), pat_run(1), grid_order(1), reveal(1)
perftools-base(4), perftools-lite(4), perftools-preload(4)