Re: Memory monitoring tool

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Jean-Michel Pouré <jm(at)poure(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Memory monitoring tool
Date: 2009-08-28 23:16:01
Message-ID: 4A986531.2000501@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff Janes 2009-08-29 00:19:17 Re: What exactly is postgres doing during INSERT/UPDATE ?
Previous Message Jean-Michel Pouré 2009-08-28 21:02:57 Memory monitoring tool