Re: Server status hanging on OS X

From: MattK <mksql(at)yahoo(dot)com>
To: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Server status hanging on OS X
Date: 2012-03-19 19:26:43
Message-ID: 1332185203.7581.YahooMailNeo@web110802.mail.gq1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

I can reproduce the issue in v1.14.0 and v1.14.1 as well. This does not happen on all of my Postgres instances, the one I am trying to actively monitor that exhibits the problem is through the ssh port forward.

Running ssh -v -L  5433:<server>:5432 <user>@<server> seems to show a constant traffic stream, with messages like this repeating:

debug2: channel 5: window 1997018 sent adjust 100134
debug2: channel 5: window 1997018 sent adjust 100134
debug2: channel 5: window 1997018 sent adjust 100134
debug2: channel 5: window 1997018 sent adjust 100134
debug2: channel 5: window 1997018 sent adjust 100134
debug2: channel 5: window 1997018 sent adjust 100134

>________________________________
> From: MattK <mksql(at)yahoo(dot)com>
>To: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
>Sent: Saturday, March 17, 2012 2:06 PM
>Subject: [pgadmin-support] Server status hanging on OS X
>
>
>When connecting to a v8.4.9 server on with PgAdmin v1.14.2 on OS X (SL and Lion) and launching the Server Status window, PgAdmin displays the status window with highlighted process info, but then the entire application becomes unresponsive, and shows as not responding in the Mac activity monitor, consuming ~10% CPU. 
>
>
>This issue was also present in PgAdmin v1.14.1, but seemed to occur less frequently (subjective). The server is question is accessed by a local ssh forward (ssh -L), but this may or not be related, as I have been able to use this configuration in the past without issue.
>
>
>I also use DbVisualizer, which has a similar but less detailed display (essentially pg_stat_activity), that does not seem to have any issue through the same connection. I can execute "select * from pg_stat_activity" via a PgAdmin query successfully on the connection.
>
>
>What other information can I collect to diagnose the cause?
>
>
>
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Bartosz Dmytrak 2012-03-20 08:02:18 autovacuum parameters
Previous Message plop plop 2012-03-19 08:43:29 Re: Pgscript : error creating a user with a variable as the password