Re: Remote monitoring

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Remote monitoring
Дата
Msg-id 200209060425.g864PHn20477@candle.pha.pa.us
обсуждение исходный текст
Ответ на Remote monitoring  ("Marc Mitchell" <marcm@eisolution.com>)
Список pgsql-admin
Marc Mitchell wrote:
> I have a requirement to be able to remotely monitor and diagnose a
> production Postgres installation running on a machine with limited firewall
> access.  When local to the box, I use pgmonitor and find it completely
> indispensable.  But, from my remote location, I can only slogin to the box
> and get terminal access and thus have a problem with the Xwindows display.
> Admittedly, I'm not very well versed in Xwindows.  Is there any way to
> achieve similar functionality but in a completely server based way?  I know
> pgmonitor is basically based on a series of ps and awk commands.  Is there
> a way this could be wrapped in a script to provide straight text based
> information along the same lines as "top" or "sar"?

Well, if you enable  stats_command_string in postgresql.conf you will
see the queries being run in pg_stat_activity.

Another option is to ssh into the machine, set your $DISPLAY back to
your local machine, and then run pgmonitor.  ssh does secure remote X
display.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Marc Mitchell"
Дата:
Сообщение: Remote monitoring
Следующее
От: "Marc Mitchell"
Дата:
Сообщение: Re: Remote monitoring