Re: GlobalRequestProcessor get Response time?

2008-06-13 Thread Liang Xiao Zhu
Rainer Jung escribió: ubekhet wrote: Hi folks, Sorry for insisting this question, but I want to know how I can monitoring the Response Time for all requests coming for specific port. I used GlobalRequestProcessor and RequestProcessor for getting prcessingTime, but I not sure what's the

Jconsole or JMXPROXY monitoring memory usage of the system

2008-06-11 Thread Liang Xiao Zhu
Hi, I would like to know if there is some way which I can monitoring of the memory usage through of Tomcat. I mean, I have currently running a Tomcat 6 server, and through that I want to know not only the memory usage of JVM also the memory usage of the system. Thanks in advance

Re: Jconsole or JMXPROXY monitoring memory usage of the system

2008-06-11 Thread Liang Xiao Zhu
Can anyone help me? Liang Xiao Zhu escribió: Hi, I would like to know if there is some way which I can monitoring of the memory usage through of Tomcat. I mean, I have currently running a Tomcat 6 server, and through that I want to know not only the memory usage of JVM also the memory usage

Re: Jconsole or JMXPROXY monitoring memory usage of the system

2008-06-11 Thread Liang Xiao Zhu
Thanks for your answer!!! Christopher Schultz escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Liang, Liang Xiao Zhu wrote: | I would like to know if there is some way which I can monitoring of the | memory usage through of Tomcat. I mean, I have currently running a | Tomcat 6 server

Response Time in Tomcat

2008-06-11 Thread Liang Xiao Zhu
Hi, I am monitoring Tomcat 6 Performance and I want to get the Response Time of the incoming Request. And I would like to know what the differents between requestProcessingTime and processingTime, and also I would like to know the unit of these attributes. And the other problem I noticed

Re: Response Time in Tomcat

2008-06-11 Thread Liang Xiao Zhu
Johnny Kewl escribió: - Original Message - From: Liang Xiao Zhu [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, June 11, 2008 4:33 PM Subject: Response Time in Tomcat Hi, I am monitoring Tomcat 6 Performance and I want to get the Response Time

Re: JMX MBean

2008-05-20 Thread Liang Xiao Zhu
Can anyone help me? Liang Xiao Zhu escribió: Hi Bill, I did what you said and still doesnt work!!! I show my code and how I've implemented the whole things. I added in the java/org/apache/catalina/deploy/mbeans-descriptors.xml the follow code: ... mbean name=Kaugures

Re: JMX MBean

2008-05-19 Thread Liang Xiao Zhu
: Registry.getRegistry(null, null).registerComponent(this, oname, null ); Where 'oname' is the ObjectName that you want to register your component under. Since you are using TC6, the correct import is: import org.apache.tomcat.util.modeler.Registry; Liang Xiao Zhu [EMAIL PROTECTED] wrote in message

Re: JMX MBean

2008-05-18 Thread Liang Xiao Zhu
Message- From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Subject: JMX MBean I am searching how to implement a MBean for a class that I implemented, which add some new funcionality to Tomcat. Don't suppose you'd care to tell us what version of Tomcat you're using? If it's

Re: JMX MBean

2008-05-18 Thread Liang Xiao Zhu
/catalina/deploy directory contain another mbeans-descriptor.xml file Can you say me, if I am right? Thanks a lots!!! Caldarale, Charles R wrote: -Original Message- From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Subject: JMX MBean I am searching how to implement a MBean for a class

JMX MBean

2008-05-16 Thread Liang Xiao Zhu
Hi, I am searching how to implement a MBean for a class that I implemented, which add some new funcionality to Tomcat. But I dont know deploy this MBean from the source of tomcat. I know how work MBean, but not how to within of Tomcat! Even I try to do something like change a

Re: Redirect request to another Tomcat server

2008-05-15 Thread Liang Xiao Zhu
Johnny Kewl escribió: --- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server.

Re: Redirect request to another Tomcat server

2008-05-15 Thread Liang Xiao Zhu
Yes, maybe you are right that I couldn't salvage a session. So, How can manage that using as session, I mean can I redirect the Tomcat sessions? For example, I detected a session that I dont want to response, and so I want to redirect this session, How I have to do that? Thanks in advance!!!

Re: Redirect request to another Tomcat server

2008-05-15 Thread Liang Xiao Zhu
: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Sent: 15 May 2008 17:42 To: Tomcat Users List Subject: Re: Redirect request to another Tomcat server Yes, maybe you are right that I couldn't salvage a session. So, How can manage that using as session, I mean can I redirect the Tomcat sessions? For example, I

JMXProxy

2008-04-22 Thread Liang Xiao Zhu
Hi everyone, I want monitoring Tomcat applications below webapps. So I am using JMX for to do this. Exactly I am interested in the timing for every process, so I am using this http://localhost:port/manager/jmxproxy/?query=RequestProcessor for extract what I want, I am monitoring

get Tomcat perfomance using JMX

2008-04-19 Thread Liang Xiao Zhu
Hi, I want to get information relative a tomcat performance, such as time response, throughput, etc.. And I also want using JMX for getting this kind of information. I have been overview manual and tutorial for using JMX in Tomcat, but I didnt find anything that I want as time response. And

Re: get Tomcat perfomance using JMX

2008-04-19 Thread Liang Xiao Zhu
Thanks for you answer, but also I want to know if for getting time response of Tomcat there is another alternative that not only through logs. Regards Caldarale, Charles R escribió: From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Subject: get Tomcat perfomance using JMX I want to get