PG IO Monitor
by Jeff Trout <jeff@jefftrout.com>
http://postgresql.jefftrout.com/


This little utility uses the pg_statio_ tables to track the IO PostgreSQL 
is doing.  It provides a top-like interface to the data.

It requires Perl, DBI and DBD::Pg to run.

Normal operation:

./pgiomonitor "dbname=foo host=myserver"

Options:
	-h: help
	-c: Don't include cache in numbers
	-b: Display in blocks/sec instead of kB/sec
	
Sort Options:
	-t: sort by total
	-i: sort by index
	-e: sort by heap
	-o: sort by toast
	-a: sort by toast idx

While running pgiomonitor you can press the keys that correspond to the 
command line options to change its running behaviour.

Press q or ctrl-c to quit.


	