Tag Archives: tools

Graphing pgstat output

If you’re using the pgd pgstat utility I posted about previously, you can graph the output with very little effort using gnuplot. In my case I use pgd pgstat for capturing output for various PostgreSQL performance tests, and of course … Continue reading

Posted in PostgreSQL | Tagged , , | View Comments

pgstat: a database utility like iostat

I needed a utility for capturing various data-points about a PostgreSQL database as I performed load tests. I copied a utility I have used previously on Oracle that worked quite well. The new utility is called pgd pgstat. This utility … Continue reading

Posted in PostgreSQL | Tagged , , | View Comments