From: | Joshua Tolley <eggyknap(at)gmail(dot)com> |
---|---|
To: | std pik <stdpik(at)gmail(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: statistical table |
Date: | 2009-09-17 13:43:19 |
Message-ID: | 20090917134319.GF25739@eddie |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Tue, Sep 15, 2009 at 02:27:41AM -0700, std pik wrote:
> Hello all..
> I'm using PostgreSQL 8.3..
> How can I get information about the hardware utilization:
> - CPU usage.
> - Disk space.
> - Memory allocation.
> thank you.
In general, use the utilities provided by your operating system. There are a
series of functions that will tell you the size on disk of various database
objects. See "Database Object Size Functions" on this page:
http://www.postgresql.org/docs/8.4/interactive/functions-admin.html
For CPU or memory usage information, use your operating system.
--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com
From | Date | Subject | |
---|---|---|---|
Next Message | Andy Colson | 2009-09-17 13:45:43 | Re: Possible causes of sometimes slow single-row UPDATE with trivial indexed condition? |
Previous Message | Lennin Caro | 2009-09-17 13:43:06 | Re: statistical table |