Re: Memory monitoring tool - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Memory monitoring tool
Date
Msg-id 4A986531.2000501@agliodbs.com
Whole thread Raw
In response to Memory monitoring tool  (Jean-Michel Pouré <jm@poure.com>)
List pgsql-performance
> What more complex tools would you recommend to monitor memory usage?

vmstat, and sar on Linux.  Dtrace on BSD or Solaris, if you're ready to
write some d-script.  pg_top for PG memory usage interactively.

See performance-whack-a-mole: www.pgcon.org/2009/schedule/events/188.en.html

--
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com

pgsql-performance by date:

Previous
From: Jean-Michel Pouré
Date:
Subject: Memory monitoring tool
Next
From: Jeff Janes
Date:
Subject: Re: What exactly is postgres doing during INSERT/UPDATE ?