Re: see all queries incoming

From: Kretschmer Andreas <andreas_kretschmer(at)despammed(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: see all queries incoming
Date: 2005-08-28 12:37:00
Message-ID: 20050828123700.GA1709@kaufbach.delug.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Flávio Brito <flavio(at)gral(dot)org(dot)br> schrieb:

> How can I see, such as MSSQL screen, all queries that are processing in real
> time?
>
> I want to monitor all the queries that are being processed by a user in real
> time.

watch "echo \"SELECT * FROM pg_stat_activity;\" | psql -U <user> <db>

(and enable stats_command_string)

Regards, Andreas
--
Diese Message wurde erstellt mit freundlicher Unterstützung eines freilau-
fenden Pinguins aus artgerechter Freilandhaltung. Er ist garantiert frei
von Micro$oft'schen Viren. (#97922 http://counter.li.org) GPG 7F4584DA
Was, Sie wissen nicht, wo Kaufbach ist? Hier: N 51.05082°, E 13.56889° ;-)

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2005-08-28 13:19:23 Re: see all queries incoming
Previous Message Flávio Brito 2005-08-28 11:47:11 see all queries incoming