Re: [OT] Remote monitoring (X tunneling via SSH)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tim Ellis <Tim(dot)Ellis(at)gamet(dot)com>
Cc: Marc Mitchell <marcm(at)eisolution(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: [OT] Remote monitoring (X tunneling via SSH)
Date: 2002-09-06 18:41:06
Message-ID: 200209061841.g86If6Y18447@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tim Ellis wrote:
> If pgmonitor can take a machine/port argument, then you should be able to
> run pgmonitor on your homeworkstation connecting to remotedb on
> pgsqlmachine (thus avoiding the overhead of X traffic over a slow pipe). I
> have done such a thing with other RDBMSs (specifically, I connected to a
> Sybase 'instance' on a remote machine to do CPU and disk monitoring using
> a GUI tool running on my home workstation).

Actually, pgmonitor never connects to the database but rather runs 'ps'
on the local machine, so you do need to run ssh. It never connects to
the PostgreSQL server port.

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

Browse pgsql-admin by date

  From Date Subject
Next Message Marc Mitchell 2002-09-06 18:49:20 Re: Remote monitoring
Previous Message Bruce Momjian 2002-09-06 18:23:17 Re: Remote monitoring