We are tracking down some memory issues in our application and we have visibility into the size of our sessions where the problem seems to be. It is only affecting certain
Thanks Ichorus. Your solution helped me with at least some way to see all the active sessions on the server at any given time.
Btw...Here are couple of things needed before running twiddle.sh Make sure JAVA_HOME and JBOSS_HOME are set in the environment And Make Sure JBOSS_CLASSPATH is either not set or has all the libs given in twiddle.sh.i.e {JBOSS_HOME}\client\jbossall-client.jar;{JBOSS_HOME}\client\getopt.jar;{JBOSS_HOME}\client\log4j.jar; {JBOSS_HOME}\lib\jboss-jmx.jar
Other wise you would run into ClassNotFound exceptions
Sudheer