hardware information

Started by std pikover 16 years ago6 messagesgeneral
Jump to latest
#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.

#2John R Pierce
pierce@hogranch.com
In reply to: std pik (#1)
Re: hardware information

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.

what operating system are you on? If its Linux or some flavor of Unix,
I'd use a combination of ps(1), df(1)/du(1), and top(1)

#3Scott Marlowe
scott.marlowe@gmail.com
In reply to: John R Pierce (#2)
Re: hardware information

On Tue, Sep 15, 2009 at 1:49 PM, John R Pierce <pierce@hogranch.com> wrote:

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.

what operating system are you on?   If its Linux or some flavor of Unix, I'd
use a combination of ps(1), df(1)/du(1), and top(1)

Pretty much also anything in sysstat package

#4dennis jenkins
dennis.jenkins.75@gmail.com
In reply to: Scott Marlowe (#3)
Re: hardware information

On Tue, Sep 15, 2009 at 3:03 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:

On Tue, Sep 15, 2009 at 1:49 PM, John R Pierce <pierce@hogranch.com> wrote:

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.

what operating system are you on?   If its Linux or some flavor of Unix, I'd
use a combination of ps(1), df(1)/du(1), and top(1)

Pretty much also anything in sysstat package

"htop" is really nice too. http://htop.sourceforge.net/
(disclaimer - I did not write it)

#5Scott Marlowe
scott.marlowe@gmail.com
In reply to: dennis jenkins (#4)
Re: hardware information

On Tue, Sep 15, 2009 at 2:10 PM, dennis jenkins
<dennis.jenkins.75@gmail.com> wrote:

On Tue, Sep 15, 2009 at 3:03 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:

On Tue, Sep 15, 2009 at 1:49 PM, John R Pierce <pierce@hogranch.com> wrote:

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.

what operating system are you on?   If its Linux or some flavor of Unix, I'd
use a combination of ps(1), df(1)/du(1), and top(1)

Pretty much also anything in sysstat package

"htop" is really nice too.    http://htop.sourceforge.net/
(disclaimer - I did not write it)

That's cool! Thanks.

#6Ow Mun Heng
Ow.Mun.Heng@wdc.com
In reply to: Scott Marlowe (#5)
Re: hardware information

-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-

"htop" is really nice too.    http://htop.sourceforge.net/
(disclaimer - I did not write it)

I like atop better