hardware information

Started by std pikover 16 years ago4 messages
#1std pik
stdpik@gmail.com

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.

#2Robert Haas
robertmhaas@gmail.com
In reply to: std pik (#1)
Re: hardware information

On Tue, Sep 15, 2009 at 5:34 AM, std pik <stdpik@gmail.com> 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.

This question would be more appropriate for pgsql-general or pgsql-novice.

...Robert

#3Josh Berkus
josh@agliodbs.com
In reply to: std pik (#1)
Re: hardware information

On 9/15/09 2:34 AM, 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.

This is not a question for the -hackers mailing list. Please post your
question to pgsql-performance instead.

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

#4Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: std pik (#1)
Re: hardware information

std pik <stdpik@gmail.com> wrote:

How can I get information about the hardware utilization:

This list is for discussing development of the PostgreSQL product.
Please re-post on the novice or admin list. You'll be more likely
to get a useful reply if you give people more information, like what
operating system you use. (The answer for Linux is going to be
different from Windows, etc.)

-Kevin