how to open stat mode in db

Lists: pgsql-general
From: postgres2008 <postgres2008(at)126(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: how to open stat mode in db
Date: 2004-10-13 07:26:36
Message-ID: 416CD8AC.0000D2.27956@m59.126.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

hi,
could anyone tell me how to open stat log in postgres? and how to monitor its concurrent connection number as well as the current sql(s) execution. thanks!

-----------------------------------------------------------
马上到http://www.126.com申请260M全国最大免费邮箱!
提供新邮件到达手机短信提醒功能, 随时掌握邮件信息!


From: Neil Conway <neilc(at)samurai(dot)com>
To: postgres2008 <postgres2008(at)126(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: how to open stat mode in db
Date: 2004-10-13 07:55:14
Message-ID: 1097654114.30026.468.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Wed, 2004-10-13 at 17:26, postgres2008 wrote:
> and how to monitor its concurrent connection number as well as the
> current sql(s) execution. thanks!

http://www.postgresql.org/docs/7.4/static/monitoring-stats.html

-Neil