To my understanding G console doesn't provide this kind of facilities
currently. Also there is an effort going on collecting some statistics
information from web server side.
If your problem is too specific then might have to write a custom plug
in to the G console (first start looking at GBeans related concepts
too). Have a look at
http://cwiki.apache.org/GMOxDOC11/advanced-plugin-sample.html.
Thanks,
Lasantha Ranaweera
Titi Wangsa wrote:
hello to all..
i used tomcat as my web container, but now the application has to be
deployed on geronimo.
i was wondering is there a similar interface to the /manager/html
found in tomcat?
i know the geronimo console can be used to
upload/deploy/undeploy/redeploy/start/stop applications..
which covers like 75% of the functions provided by tomcat manager (yes
the geronimo console does a whole
lot more then the tomcat manager), but, functions like monitoring
using JMeter, free memory, cpu usage, time spent on
each servlet, current number of sessions, longest living session, etc,
i don't know how to get these figures from geronimo.
if anyone can point me to the proper docs, i'd be very grateful.
thanks you.