users@grizzly.java.net

perfdump like feature for grizzly

From: Igor Minar <iiminar_at_gmail.com>
Date: Mon, 11 May 2009 14:30:08 -0700

hi there,

Sun Webserver 7 has a feature called "perfdump" which allows admins to
quickly get all the important perf stats of the webserver by hitting a
URI or using the console tool. One part that I find really useful to
when debugging production issues, is the list of open sessions
(basically the list of requests that are currently being processed by
the webserver with the ip addresses and the states).

I was wondering if anyone thinks that this would be a useful feature
for grizzly too. Info like this exposed via JMX would be pretty cool
IMO.

http://blogs.sun.com/elving/entry/perfdump_in_7_0
http://docs.sun.com/app/docs/doc/820-1067/6ncovgc84?l=ru&a=view

what do you think?

/i