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

Re: Performance Tuning Tomcat 7...

2011-02-23 Thread Tony Anecito
: Tomcat Users List 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 to and out of Tomcat and out

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 sen

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 > >> W

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 lo

Re: Performance Tuning Tomcat 7...

2011-02-14 Thread Tony Anecito
- Original Message From: Pid To: Tomcat Users List 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 as an attachement.

Re: Performance Tuning Tomcat 7...

2011-02-14 Thread Pid
mas > To: Tomcat Users List > 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

Re: Performance Tuning Tomcat 7...

2011-02-13 Thread Tony Anecito
s To: Tomcat Users List 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

Re: Performance Tuning Tomcat 7...

2011-02-13 Thread Tony Anecito
: 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 attachments. We can't

Re: Performance Tuning Tomcat 7...

2011-02-13 Thread Mark Thomas
ferring to. Mark > > -Tony > > > > - Original Message > From: Pid > To: Tomcat Users List > 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 th

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
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. -Tony - Original Message From: Pid To: Tomcat Users List Sent: Sat, February 12, 2011 5:04:41 PM Subject: Re: Performance Tuning Tomcat 7... On 2/12

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
short-circuit some of these calls. I attached the screenshot of visualvm showing what I mean. Thanks, -Tony - Original Message From: Mark Thomas To: Tomcat Users List Sent: Sat, February 12, 2011 11:45:29 AM Subject: Re: Performance Tuning Tomcat 7... On 12/02/2011 18:27, Tony

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
Thanks the numbers help to give me an idea what might be possible. I do have visualvm 1.3.1 and I will try that. -Tony - Original Message From: Mark Thomas To: Tomcat Users List Sent: Sat, February 12, 2011 11:45:29 AM Subject: Re: Performance Tuning Tomcat 7... On 12/02/2011 18

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

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread David Kerber
hput.. D Regards, -Tony - Original Message From: Mark Thomas To: Tomcat Users List 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 be done to Tomcat 7 beside

Re: Performance Tuning Tomcat 7...

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

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 ---

Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
Is there any performance tuning that can be done to Tomcat 7 besides just the standard jvm arguments? Regards, -Tony - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h