Re: [GENERAL] how to know cpu utilization using sql command

2013-10-03 Thread bricklen
On Thu, Oct 3, 2013 at 1:50 AM, M Tarkeshwar Rao < m.tarkeshwar@ericsson.com> wrote: > How to know cpu and memory utilization in postgres. > > We require this information to show it on our Application using any > postgres command or tool. > pg_activity works pretty well: https://github.

Re: [GENERAL] how to know cpu utilization using sql command

2013-10-03 Thread John R Pierce
On 10/3/2013 1:50 AM, M Tarkeshwar Rao wrote: How to know cpu and memory utilization in postgres. We require this information to show it on our Application using any postgres command or tool. the CPU usage would be the total of CPU used by the various postgres server processes. accurate

[GENERAL] how to know cpu utilization using sql command

2013-10-03 Thread M Tarkeshwar Rao
Hello Friends, How to know cpu and memory utilization in postgres. We require this information to show it on our Application using any postgres command or tool. Regards Tarkeshwar