analyze_pg_log [options] file ... Options: --sort-by-count, -c Sort by the number of each type of query (default) --sort-by-sql, -s Sort by the query text itself --sort-by-dupes, -d Sort by the ratio of instances of a query to unique instances of a query --sort-by-weight, -w Sort by the total time spent on each type of query --params, -p Show the unique parameter sets used for each query type --one-pid, -o Ignore entries for all but the first pid encountered. analyze_pg_log --help: Show this help message. analyze_pg_log --man: Show the full manual page. analyze_pg_log --version: Show the version number.