Re: Ticket #8: Colour coding for the backend lines in the server status window - Mailing list pgadmin-hackers

From Magnus Hagander
Subject Re: Ticket #8: Colour coding for the backend lines in the server status window
Date
Msg-id 9837222c0909160131p73857b9el23487d5a533d3fed@mail.gmail.com
Whole thread Raw
In response to Re: Ticket #8: Colour coding for the backend lines in the server status window  (Dave Page <dpage@pgadmin.org>)
Responses Re: Ticket #8: Colour coding for the backend lines in the server status window  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
On Wed, Sep 16, 2009 at 10:22, Dave Page <dpage@pgadmin.org> wrote:
> On Tue, Sep 15, 2009 at 10:18 PM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
>> Hi,
>>
>> Here is partial patch to have colored lines for backends. I followed Dave's
>> proposition:
>>
>> Say green for running OK, orange for running, but with the query time being
>> past a configurable limit, blue for idle, and red when waiting for a lock etc.
>
> Looks pretty straightforward.
>
>> The patch is not complete because of these:
>>
>>  * Shouldn't the colors be customizable? I can add a tab on frmOptions.
>
> I think so.

Agreed.

I'd also think the default should be "not so colorful". Meaning the
one that will show the most (in most cases I've looked, that's idle)
should be the default gray color. Then the colors you suggested for
the rest (or maybe blue for running, because it's often a "softer"
color than green).


>>  * Where do I put the configuration of the time limit? on a toolbar of the
>>   frmStatus window, or in the frmOptions dialog?
>
> I think frmStatus. The time limits of interest may be different on
> your DW server than your OLTP system, so it would make sense to allow
> control on the window itself. I think a setting against the server is
> probably going a little too far, but if you can find a nice interface
> for it, I could be persuaded...

Actually, for starters I think we'd be fine even without the time
limit feature at all :-)

Now, if you can make the table sortable by "query start time", *that*
would be useful :-)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Ticket #8: Colour coding for the backend lines in the server status window
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r8035 - trunk/pgadmin3/pgadmin/db