./statnethack -- Version 2.6.0 Usage: ./statnethack [command|option|filter]+ Defaults: - logfile read from `/var/games/nethack/logfile' - generate long statistics - playerlist sorted by name - roles table sorted by name Commands: none Long ouput of statistics. -h|--help Prints this text. -l|--listnames [GNLS] Show a list of all players found in the logfile. Optional [GLNS] sorts by Games played, max Level, Name or high Score. No other tables be created. All filters can be used. -d|--deadly Show a ranking of deadly levels. -D|--deaths [crsalm] Show a list of death reasons, optionally sort by Count, Reason, Score sum, Avg score, avg Level, Max level. Default is sort by count. -s|--short Short output of statistics. -t|--tables [rRags] Long output of statistics (tables for role, race, alignment, gender and a summary) (default) Optionally you can specify any of [rRags] to choose one or more tables. --unknown Show all lines not recognized. --gtk Show alls stats in a GTK window (GTK must be installed). All filters aply as well. Options: -f|--file file Use `file' as input for statistics. -S|--sort [GLlNSs] Sort roles table by games played, max. level, avg. level, role name, max. score or avg. score --with-quits Include games which were quit. --expand-reasons Do not collapse deaths by a monster to a single line in list of death reasons. Default is to collapse. Filter: -a|--align [CLNU]+ Consider games played with alignment Chaoric, Neutral or Lawful. This works only for games played with Nethack 3.3. Prior games are listed as Unknown. You can specify more than one alignment. -r|--role Wiz[,Ran]+ Consider games played with role specified alike Wiz (first three letters of rolename) only. More than one role can be specified by a comma seperated list. -g|--gender [MF] Consider only games played as Male or Female. -n|--name n1[,n2]+ Consider games played by n1, ... only. -R|--race [HDEGO]+ Consider games played as race Human, Dwarf, Elf Gnome or Orc only. You can specify more than one race. -v|--nhversion 3.[123] Consider games played with Nethack Version 3.1 and prior, 3.2 or 3.3 only. --version Print version number and exit. Examples: statnethack -a L -g M statnethack --align L --gender M Compute stats for all games played as a lawful man. Tables for gender and alignment will be suppressed, since its content is a single line equal to the `Overall' line in the sums table. statnethack -S G -r Wiz,Pri,Hea -R HE statnethack --sort G --role Wiz,Pri,Hea --race HE Compute stats for games played either as wizard, priest or healer with race human or elf. Role table will be sorted by number of games played.