lagotto 0.0.1 Usage: plog [options] [...] --help Show usage ... Optional list of log files. Otherwise read stdin. -g | --grep Filter by messages including text --grep! Exclude messages containing text -f:path=value | --field:path=value Filter by field path. Eg 48.1.2=value. Operators: =, ~, >, < ~/regex/ -t | --tsv Output tab separated values -c | --csv Output comma separated values -j | --jira-table Output a table that can be pasted into Jira --html Output an HTML table --ascii Output an ASCII table --live-ascii Output an ASCII table incrementally. Can be messy. --json Output a line of JSON per log entry. --histogram Output a histogram --pair Match requests with responses --no-header Don't print the tsv/csv header row -B | --before-context Like -B in grep -A | --after-context Like -A in grep -C | --context Like -C in grep --sort Sort output by field. Prevents incremental output --sort-desc Sort output descending by field. Prevents incremental output --gnuplot Write a gnuplot script .gp. Write the output to .csv. Only makes sense with --tsv. --strict Fail on rubbish input instead the default of continuing to read --progress Print progress to standard error. Only really sane if standard out is redirected.