gpmemreport
Interprets the output created by the gpmemwatcher utility and generates output files in a readable format.
Synopsis
gpmemreport [<GZIP_FILE>] [[-s <START>] | [--start= <START>]] [[-e <END>] | [--end= <END>]]
gpmemreport --version
gpmemreport -h | --help
Description
The gpmemreport
utility helps interpret the output file created by the gpmemwatcher utility.
When running gpmemreport
against the .gz
files generated by gpmemwatcher
, it generates a series of files, where each file corresponds to a 60 second period of data collected by gpmemwatcher
converted into a readable format.
Options
-s | --start start_time
Indicates the start of the reporting period. Timestamp format must be '%Y-%m-%d %H:%M:%S'
.
-e | --end end_time
Indicates the end of the reporting period. Timestamp format must be '%Y-%m-%d %H:%M:%S'
.
--version
Displays the version of this utility.
-h | --help
Displays the online help.