Re: Web Service performance issues

2006-06-28 Thread Giovane Moura
Hi Rajeev, First of all, thanks for your answer. For memory measuring, the best ways seems to be JMX. And then connect to it using some front end application, something like MC4J. I think that by that way I should put inside my web services the JMX code. Could I have a problem that way? Couse

Re: Web Service performance issues

2006-06-27 Thread Rajeev N. Jha
Giovane Moura wrote: Hello, I'm using Muse/Tomcat/Apache on a Linux box (slackware 10.2) in order to run my Web service. And now I need to do a performance test on my Web Service and find out some things: 1. How much memory does my web service consume?Can I measure it with Tomcat Manager?

Web Service performance issues

2006-06-27 Thread Giovane Moura
Hello, I'm using Muse/Tomcat/Apache on a Linux box (slackware 10.2) in order to run my Web service. And now I need to do a performance test on my Web Service and find out some things: 1. How much memory does my web service consume?Can I measure it with Tomcat Manager? Or Via JMX? What's the be