On Wed, Jan 26, 2000 at 03:49:21PM +0100, [EMAIL PROTECTED] wrote:
> I just started to use this module to analyze my server. It's great but I
> miss historical data to get a better picture of what's going on. There
> are A LOT of clients connecting for a very short time. Every established
> client connection generates a new watcher on the fly which is cancelled
> when the client disconnects. All these temporary watchers together
> consume a percentage of runtime which I'm interested in and would like
> to watch by the top server. Is there a way to address this?

Oh, I see.  So they are cancelled before the time consumed shows up in
the Top listing?

> Of course, displaying hundreds or even thousands of alreay cancelled
> watchers (each consuming only a few seconds) is not exactly what I'm
> looking for. Perhaps they could be grouped ...

What if all watchers had another attribute called 'stats_group'?  Ugh. 
Coding this is going to be messy.

> Further more, I suggest an "op" directive to sort by priority.

Good idea.  Done.

-- 
"Never ascribe to malice that which can be explained by stupidity."
                            via, but not speaking for Deutsche Bank

Reply via email to