This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Statistics of remote-method calls and transactionsdarranl Sep 15, 2004 2:24 PM (in response to smilidon)For invocation statistics see http://localhost:8080/web-console, there will be some info regarding this in the WIKI. 
- 
        2. Re: Statistics of remote-method calls and transactionssmilidon Sep 16, 2004 3:50 AM (in response to smilidon)thanks, that is what i want. but can i get this information from "outside" of jboss? what i have to do to get this information from a client(servlet or application)? do i have to write a mbean? 
- 
        3. Re: Statistics of remote-method calls and transactionsdimitris Sep 16, 2004 6:06 AM (in response to smilidon)No need to write an MBean. 
 You can connect to a remote MBeanServer and read attributes from any registered MBean, just like the jmx-console does.
 There are examples of how to do this on the jboss docs or the wiki.
 Regards
 /Dimitris
- 
        4. Re: Statistics of remote-method calls and transactionssmilidon Sep 16, 2004 7:16 AM (in response to smilidon)thank you very much. now i know what i'm looking for :) 
 
     
    