Re: Too much CPU usage - Mailing list pgsql-general

From Richard Huxton
Subject Re: Too much CPU usage
Date
Msg-id 200402131630.02144.dev@archonet.com
Whole thread Raw
In response to Too much CPU usage  ("Froggy / Froggy Corp." <froggy@froggycorp.com>)
List pgsql-general
On Friday 13 February 2004 15:30, Froggy / Froggy Corp. wrote:
> Hello,
>
>     I am looking for a function like "top" to show online the cpu time used
> by request.
>
>     When i try to show which http request eat all my cpu, i can use the
> stat_mod (not very usefull but can help), and the log.
>     But i have no way to link the http thread and the postgresql thread, so
> if a module like stat_mod existe under postgres, it will be very fine.

Combine "top" with pg_stat_activity. Details in the manuals under "monitoring
activity".

--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Quad Xeon vs. Dual Itanium
Next
From: Zak McGregor
Date:
Subject: Re: Join 2 aggregate queries?