Re: Performance Tuning Tomcat 7...

2011-02-24 Thread Mark Thomas
On 24/02/2011 06:42, Tony Anecito wrote: Hi Mark, I setup a simple servlet with no code in the doGet() method running in Tomcat 7.0.8 and using jvm 1.6.22 and using httpclient from apache commons lib and I am lucky to get 2.8msec per request as measured at the client. I am thinking the

Re: Performance Tuning Tomcat 7...

2011-02-23 Thread Tony Anecito
...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Sat, February 12, 2011 11:45:29 AM Subject: Re: Performance Tuning Tomcat 7... On 12/02/2011 18:27, Tony Anecito wrote: Right now for most of my transactions I get less than 5 microseconds and around 1.2msec is spent on getting

Re: Performance Tuning Tomcat 7...

2011-02-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 2/15/2011 2:43 PM, Pid wrote: On 2/15/11 2:34 PM, Christopher Schultz wrote: Pid, On 2/14/2011 5:39 AM, Pid wrote: On 2/13/11 8:15 PM, Tony Anecito wrote: Hi Mark, Here is the link to the screenshot I tried to send as an attachement.

Re: Performance Tuning Tomcat 7...

2011-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 2/14/2011 5:39 AM, Pid wrote: On 2/13/11 8:15 PM, Tony Anecito wrote: Hi Mark, Here is the link to the screenshot I tried to send as an attachement. http://www.myuniportal.com/tomcatjerseyservletprofile.jpg What are we looking for

Re: Performance Tuning Tomcat 7...

2011-02-15 Thread Pid
On 2/15/11 2:34 PM, Christopher Schultz wrote: Pid, On 2/14/2011 5:39 AM, Pid wrote: On 2/13/11 8:15 PM, Tony Anecito wrote: Hi Mark, Here is the link to the screenshot I tried to send as an attachement. http://www.myuniportal.com/tomcatjerseyservletprofile.jpg What are we looking for

Re: Performance Tuning Tomcat 7...

2011-02-14 Thread Pid
@tomcat.apache.org Sent: Sun, February 13, 2011 2:54:53 AM Subject: Re: Performance Tuning Tomcat 7... On 13/02/2011 04:33, Tony Anecito wrote: Thanks Pid. Odd though I did a GET with no attachments. I do return a complex object but that is only the response not the request. Pid meant

Re: Performance Tuning Tomcat 7...

2011-02-14 Thread Tony Anecito
- Original Message From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Mon, February 14, 2011 3:39:04 AM Subject: Re: Performance Tuning Tomcat 7... On 2/13/11 8:15 PM, Tony Anecito wrote: Hi Mark, Here is the link to the screenshot I tried to send

Re: Performance Tuning Tomcat 7...

2011-02-13 Thread Mark Thomas
-Tony - Original Message From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Sat, February 12, 2011 5:04:41 PM Subject: Re: Performance Tuning Tomcat 7... On 2/12/11 10:23 PM, Tony Anecito wrote: I attached the screenshot of visualvm showing what I

Re: Performance Tuning Tomcat 7...

2011-02-13 Thread Tony Anecito
, February 13, 2011 2:54:53 AM Subject: Re: Performance Tuning Tomcat 7... On 13/02/2011 04:33, Tony Anecito wrote: Thanks Pid. Odd though I did a GET with no attachments. I do return a complex object but that is only the response not the request. Pid meant that the mailing list strips

Re: Performance Tuning Tomcat 7...

2011-02-13 Thread Tony Anecito
...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Sun, February 13, 2011 2:54:53 AM Subject: Re: Performance Tuning Tomcat 7... On 13/02/2011 04:33, Tony Anecito wrote: Thanks Pid. Odd though I did a GET with no attachments. I do return a complex object but that is only

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Mark Thomas
On 12/02/2011 18:14, Tony Anecito wrote: Is there any performance tuning that can be done to Tomcat 7 besides just the standard jvm arguments? 95%+ of tuning will need to be done in the app rather than Tomcat. My recommendation is to get yourself a profiler and go from there. Mark

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
of the method is where I should focus. The network goes overĀ a 1Gb ethernet lan. Regards, -Tony - Original Message From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Sat, February 12, 2011 11:18:18 AM Subject: Re: Performance Tuning Tomcat 7... On 12/02

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread David Kerber
Regards, -Tony - Original Message From: Mark Thomasma...@apache.org To: Tomcat Users Listusers@tomcat.apache.org Sent: Sat, February 12, 2011 11:18:18 AM Subject: Re: Performance Tuning Tomcat 7... On 12/02/2011 18:14, Tony Anecito wrote: Is there any performance tuning that can

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Mark Thomas
On 12/02/2011 18:27, Tony Anecito wrote: Right now for most of my transactions I get less than 5 microseconds and around 1.2msec is spent on getting to and out of Tomcat and out of to/out of the client call. So people were saying look at better parsers or replacing whatever does the

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
Tuning Tomcat 7... On 12/02/2011 18:27, Tony Anecito wrote: Right now for most of my transactions I get less than 5 microseconds and around 1.2msec is spent on getting to and out of Tomcat and out of to/out of the client call. So people were saying look at better parsers or replacing

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
to short-circuit some of these calls. I attached the screenshot of visualvm showing what I mean. Thanks, -Tony - Original Message From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Sat, February 12, 2011 11:45:29 AM Subject: Re: Performance Tuning Tomcat

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Pid
On 2/12/11 10:23 PM, Tony Anecito wrote: I attached the screenshot of visualvm showing what I mean. The list strips attachments... p signature.asc Description: OpenPGP digital signature

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
: Performance Tuning Tomcat 7... On 2/12/11 10:23 PM, Tony Anecito wrote: I attached the screenshot of visualvm showing what I mean. The list strips attachments... p We won't tell. Get more on shows you hate