Hello,

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?

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 ...

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

                            Jochen

Reply via email to