Re: Slow page response time in tomcat 8.0.5

2014-05-16 Thread Mark Thomas
On 15/05/2014 18:04, Hariprasad Manchi wrote: > Hi, > We are trying to use apache-tomcat 8.0.5 for our web application and have > encountered performance issue with respect to the page response time. > However, once the application is deployed in 8.0.5 we see a longer delay in > res

Re: Slow page response time in tomcat 8.0.5

2014-05-16 Thread Leon Rosenberg
d have > encountered performance issue with respect to the page response time. > However, once the application is deployed in 8.0.5 we see a longer delay in > response time from the server for the login page itself. With older version > of tomcat i.e., tomcat 7.x(7.0.53), 6.x(6.0.18) we did

Slow page response time in tomcat 8.0.5

2014-05-16 Thread Hariprasad Manchi
Hi, We are trying to use apache-tomcat 8.0.5 for our web application and have encountered performance issue with respect to the page response time. However, once the application is deployed in 8.0.5 we see a longer delay in response time from the server for the login page itself. With older

Re: How to log response time ?

2013-11-02 Thread Albert Kam
t; maxThreads="500" >> processorCache="500" >> >> URIEncoding="UTF-8" >> /> >> >> Now, the backend's processing (in my case, an mvc controller) logging >> shows that it took 75ms, and the u

Re: How to log response time ?

2013-11-02 Thread Albert Kam
sing (in my case, an mvc controller) logging > shows that it took 75ms, and the ui rendering took 25ms. > > I would like to find out how long does it take for the connector to return > this response. Is it possible for me to log this information ? > > I also thought that the connectio

How to log response time ?

2013-11-02 Thread Albert Kam
n different websites, they all have very good response time even for html response 10 times bigger than mine, and i'm sure that the response is not cached (not 304 not modified). -- Do not pursue the past. Do not lose yourself in the future. The past no longer is. The future has not yet come.

RE: Query Response time for tomcat requests

2013-07-16 Thread Caldarale, Charles R
> From: Harsimranjit singh Kler [mailto:simran...@gmail.com] > Subject: Query Response time for tomcat requests > I am using Apache tomcat 6.0.35 version Is <http://version.is/> there any > log which specify Query response time for each request on tomcat.I mean > total ti

Query Response time for tomcat requests

2013-07-16 Thread Harsimranjit singh Kler
I am using Apache tomcat 6.0.35 version Is <http://version.is/> there any log which specify Query response time for each request on tomcat.I mean total time taken by tomcat to process request?

RE: Response Time in Jasper Logs

2009-07-06 Thread Robinson, Eric
> I would add that one good place to /start/ looking, > is the DNS name resolution of your customer's workstations. > Because if that is not working properly, then your server > won't even see the request for a while after they click.. Thanks for the suggestion. The clients connect by IP address

Re: Response Time in Jasper Logs

2009-07-06 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric, On 7/5/2009 2:56 PM, Robinson, Eric wrote: TOTAL REQUESTS: 43865 AVERAGE RESPONSE TIME: 18 ms RESPONSE TIME BREAKDOWN: 0 -10 ms: 36454 (83.00%) 11 -50 ms: 6128 (13.00%) 51 - 100 ms: 436 (0

Re: Response Time in Jasper Logs

2009-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric, On 7/5/2009 2:56 PM, Robinson, Eric wrote: > TOTAL REQUESTS: 43865 > AVERAGE RESPONSE TIME: 18 ms > RESPONSE TIME BREAKDOWN: > 0 -10 ms: 36454 (83.00%) >11 -50 ms: 6128 (13.00%) >51 - 100 ms: 436 (0%

RE: Response Time in Jasper Logs

2009-07-05 Thread Robinson, Eric
27;s perspective. For example, here's the jasper log analysis for one day last week (generated by a shell script). TOTAL REQUESTS: 43865 AVERAGE RESPONSE TIME: 18 ms RESPONSE TIME BREAKDOWN: 0 -10 ms: 36454 (83.00%) 11 -50 ms: 6128 (13.00%) 51 - 100 ms: 436 (0%) 101 -

Re: Response Time in Jasper Logs

2009-07-05 Thread Christopher Schultz
generally correct to say that the response time value > represents the time from when the request was received to the time the > response was transmitted on the wire? Roughly. Tomcat sets up the request and response objects and then delegates to the first-configured Valve (which may be s

RE: Response Time in Jasper Logs

2009-07-05 Thread Robinson, Eric
That's very helpful, Chris. > The bytes are not guaranteed to have arrived at the client by the time the valve computes the elapsed time. Right, but is it generally correct to say that the response time value represents the time from when the request was received to the time the resp

Re: Response Time in Jasper Logs

2009-07-05 Thread Christopher Schultz
ains control. The long response times experienced by your clients are more likely to be due to slow or unreliable networks than anything else: you have the data to prove that it's not your webapp. If you have the capability, try benchmarking your webapp from outside your own network. That wil

Response Time in Jasper Logs

2009-07-03 Thread Robinson, Eric
We added the %D parameter to the AccessLogValve tag in our server.xml file and now all entries in the jasper logs contain a field showing the response time in milliseconds. That's very cool. I just want to be sure of one thing. Does the value represent the total time from the moment tomca

RE: Does user's network connection speed affect "response time" loggedby AccessLogValve (i.e. "%D") ?

2009-06-10 Thread Caldarale, Charles R
> From: Pierre Goupil [mailto:goupilpie...@gmail.com] > Subject: Re: Does user's network connection speed affect "response > time" loggedby AccessLogValve (i.e. "%D") ? > > Does it mean that network connection speed effectively > affect the response tim

Re: Does user's network connection speed affect "response time" loggedby AccessLogValve (i.e. "%D") ?

2009-06-10 Thread Pierre Goupil
Hello, I'm sorry but... Does it mean that network connection speed effectively affect the response time logged by the AccessLogValve ? Something is still unclear for me, I'm afraid. Regards, Pierre On Wed, Jun 10, 2009 at 7:40 PM, Caldarale, Charles R < chuck.caldar...@unis

RE: Does user's network connection speed affect "response time" loggedby AccessLogValve (i.e. "%D") ?

2009-06-10 Thread Caldarale, Charles R
> From: Tim Funk [mailto:funk...@apache.org] > Subject: Re: Does user's network connection speed affect "response > time" loggedby AccessLogValve (i.e. "%D") ? > > AccessLogValve cannot log until the request is "done". Done meaning > that the S

Re: Does user's network connection speed affect "response time" logged by AccessLogValve (i.e. "%D") ?

2009-06-10 Thread Tim Funk
AccessLogValve cannot log until the request is "done". Done meaning that the Servlet is done writing its content. So AccessLogValve can execute once the Servlet is done writing. It may (or may not) mean the client has yet received all the content since the OS might do some buffering. The outpu

Does user's network connection speed affect "response time" logged by AccessLogValve (i.e. "%D") ?

2009-06-10 Thread William Milbratz
Hi all, Pardon me if this seems an ignorant question. I’ve recently discovered the %D option in the tomcat AccessLogValve to record response times on the “server side”. I wanted to doublecheck an issue: does the user’s network connection speed affect the time recorded by the AccessLogValve.

Re: logging of "response time"

2008-07-18 Thread Rainer Jung
Tony Anecito schrieb: I have asked on this group but have never gotten an answer. My guess is it means socket connect time. What that means is the real question. Again, I have a theory that the amount of time is not just the response time (taking into account the chatter of the signaling) of the

Re: logging of "response time"

2008-07-17 Thread Tony Anecito
I have asked on this group but have never gotten an answer. My guess is it means socket connect time. What that means is the real question. Again, I have a theory that the amount of time is not just the response time (taking into account the chatter of the signaling) of the app but how long it

logging of "response time"

2008-07-17 Thread ywtsang
i log the response time by the following option: %D - Time taken to process the request, in millis does this mean that the time includes the sum of: - start of request - application logic - streaming the whole response (html text) back to client ? -- View this message in context: http

Re: GlobalRequestProcessor get Response time?

2008-06-13 Thread Rainer Jung
Liang Xiao Zhu wrote: Rainer Jung escribió: Liang Xiao Zhu wrote: 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

Re: GlobalRequestProcessor get Response time?

2008-06-13 Thread Liang Xiao Zhu
Rainer Jung escribió: Liang Xiao Zhu wrote: 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

Re: GlobalRequestProcessor get Response time?

2008-06-13 Thread Rainer Jung
Liang Xiao Zhu wrote: 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

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'

Re: GlobalRequestProcessor get Response time?

2008-06-13 Thread Rainer Jung
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 differents between

GlobalRequestProcessor get Response time?

2008-06-12 Thread ubekhet
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 differents between both. Which one I

Re: Response Time in Tomcat

2008-06-11 Thread ubekhet
Johnny Kewl wrote: - Original Message - From: "Liang Xiao Zhu" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 11, 2008 7:41 PM Subject: Re: Response Time in Tomcat Johnny Kewl escribió: - Original Message - From: "Lia

Re: Response Time in Tomcat

2008-06-11 Thread Johnny Kewl
- Original Message - From: "Liang Xiao Zhu" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 11, 2008 7:41 PM Subject: Re: Response Time in Tomcat Johnny Kewl escribió: - Original Message - From: "Liang Xiao Zhu" &l

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

Re: Response Time in Tomcat

2008-06-11 Thread Johnny Kewl
- Original Message - From: "Liang Xiao Zhu" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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 of the incoming

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

2008-04-23 Thread Bruno Matos
I have tried with wget, and with my client application and the problem was the firefox. Now I have to go to another forum: solr. Solr really takes 3 minutes to make what my test version makes in 6 seconds. Thank you every one! Regards. Bruno Matos wrote: Thank you a lot. Alan Chaney wrote: I

Re: Response time

2008-04-23 Thread Bruno Matos
Thank you a lot. Alan Chaney wrote: I do a lot of downloads of large files (several 10's of MB). Firefox seems to limit its transfer rate to about 100 kbps (that is, kilobits per sec). If you are using linux, try doing a 'wget' on the file instead of using a browser. 300,000 bytes is 2,400,0

Re: Response time

2008-04-23 Thread Alan Chaney
I do a lot of downloads of large files (several 10's of MB). Firefox seems to limit its transfer rate to about 100 kbps (that is, kilobits per sec). If you are using linux, try doing a 'wget' on the file instead of using a browser. 300,000 bytes is 2,400,000 bits (approx) so to take 2 minutes

Re: Response time

2008-04-23 Thread Bruno Matos
Hello, Tank you every one. I connect to localhost and my CPU stays in 100% all the time. Open directly the xml file take no time at all. Alan Chaney wrote: One a similar vein, exactly how do you connect firefox to the server? Directly, or via some kind of network connection. If its a network,

Re: Response time

2008-04-23 Thread Alan Chaney
One a similar vein, exactly how do you connect firefox to the server? Directly, or via some kind of network connection. If its a network, what's the bandwidth? Alan Chaney Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno, Bruno Matos wrote: | I'm getting docum

Re: Response time

2008-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno, Bruno Matos wrote: | I'm getting documents from lucene and creating a string with all the | results with string buffer. The string creation takes 2 seconds and the | | outResponse.print(out.toString()); | | takes 1 second. Closing the writer t

Response time

2008-04-23 Thread Bruno Matos
Hello, I'm using tomcat to run my servlet. This is the code of processReuqest method: response.setContentType("text/xml;charset=UTF-8"); PrintWriter outResponse = response.getWriter(); StringBuffer out = new StringBuffer(); try { Stri

Re: Tomcat response time extremely high (minutes)

2007-12-18 Thread Nabble-Member1
ue reappeared (response times of about 2 >> minutes). > > When you observe the lng response time, try doing a thread-dump of > the JVM to see what's going on. You can see which threads are waiting on > what. You'll probably see a lot of threads doing nothing (waitin

Tomcat request response time and OSI model...

2007-12-18 Thread Tony Anecito
Hi Tomcat Team, I am wondering what the request response time represents in the tomcat logs. Is it the time between the first and last network packets including the packets? So in the OSI model is it the time measured at layer 1? If layer 1 then the time could be the latency time + Tomcat

Re: Tomcat response time extremely high (minutes)

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rapthor, Rapthor wrote: > But after 1 day the same issue reappeared (response times of about 2 > minutes). When you observe the loooong response time, try doing a thread-dump of the JVM to see what's going on. You can see which threads

Tomcat response time extremely high (minutes)

2007-08-24 Thread Rapthor
he network machine is on IP 10.45.14.26. Subnet mask 255.255.224.0. Any ideas? -- View this message in context: http://www.nabble.com/Tomcat-response-time-extremely-high-%28minutes%29-tf4323432.html#a12311908 Sent from the Tomcat - User mailing list archive at

Re: CPU usage and response time

2006-08-14 Thread Martin Gainty
riginal Message - From: "Peter Crowther" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, August 14, 2006 3:57 AM Subject: RE: CPU usage and response time > From: Eickvonder Bjoern [mailto:[EMAIL PROTECTED] > Is the following formula correct? > &g

RE: CPU usage and response time

2006-08-14 Thread Peter Crowther
> From: Eickvonder Bjoern [mailto:[EMAIL PROTECTED] > Is the following formula correct? > > (response time if 100% CPU would have been granted for the request) / > (percentage of CPU actually granted) = response time No. If CPU was the only resource, and thread switches were

CPU usage and response time

2006-08-12 Thread Eickvonder Bjoern
Hi, my webapplication (running on tomcat 5.5.17 - windows) application has a considerably high cpu usage even if there are only a few users active. I know I should search for bottlenecks and so on, but I have a more general question. Is the following formula correct? (response time if 100% CPU

RE: Response time banding

2006-08-03 Thread Edward Hibbert
: 31 July 2006 12:08 To: Tomcat Users List Subject: Re: Response time banding Do your 2 second requests happen at a particular time of day? In the early morning, when my database vacuum is running, my response times shoot way up (to around 5 seconds). Check to see what else is going on with

Re: Response time banding

2006-07-31 Thread Kurt Overberg
, July 26, 2006 2:35 PM To: Tomcat Users List Subject: Re: Response time banding I would measure at all layers during the request processing to determine whether irregularities occur somewhere. Leon P.S. "the response times as measured by the access log" - don't you have the proper

RE: Response time banding

2006-07-26 Thread Robert Harper
: Re: Response time banding I would measure at all layers during the request processing to determine whether irregularities occur somewhere. Leon P.S. "the response times as measured by the access log" - don't you have the proper tools for that? JMeter? On 7/26/06, Edward

Re: Response time banding

2006-07-26 Thread Leon Rosenberg
I would measure at all layers during the request processing to determine whether irregularities occur somewhere. Leon P.S. "the response times as measured by the access log" - don't you have the proper tools for that? JMeter? On 7/26/06, Edward Hibbert <[EMAIL PROTECTED]> wrote: Odd one, this.

RE: Response time banding

2006-07-26 Thread Gordon Smith
resolution issues also occurred to me as one of the wackier reasons, but... I don't think that would be very likely... Hope this helps. G -Original Message- From: Edward Hibbert [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 1:26 PM To: users@tomcat.apache.org Subject: Response

Response time banding

2006-07-26 Thread Edward Hibbert
Odd one, this. I'm posting looking for off the wall suggestions. Though not too off the wall, please. We have an application running under Tomcat. If we analyse the response times as measured by the access log, then we see that for the same GET operation there is a distribution of response times

Re: stylesheets giving 404 after a long response time

2006-05-09 Thread Frank W. Zammetti
metti <[EMAIL PROTECTED]> wrote: A 20 minute response time? Before I worried about why the stylesheet gets a 404, I'd solve that :) Trying to hold an HTTP connection open that long is a recipe for all sorts of problem (proxy timeouts, browser timeouts, etc). Is Tomcat serving the styleshe

Re: stylesheets giving 404 after a long response time

2006-05-09 Thread Vivek Mohan
ECTED]> wrote: A 20 minute response time? Before I worried about why the stylesheet gets a 404, I'd solve that :) Trying to hold an HTTP connection open that long is a recipe for all sorts of problem (proxy timeouts, browser timeouts, etc). Is Tomcat serving the stylesheet, i.e., no web

Re: stylesheets giving 404 after a long response time

2006-05-09 Thread Frank W. Zammetti
A 20 minute response time? Before I worried about why the stylesheet gets a 404, I'd solve that :) Trying to hold an HTTP connection open that long is a recipe for all sorts of problem (proxy timeouts, browser timeouts, etc). Is Tomcat serving the stylesheet, i.e., no web server in fro

stylesheets giving 404 after a long response time

2006-05-09 Thread Vivek Mohan
Hi People, I've an application running on tomcat 4.1. In one particular request, I could find that the server response takes a long time, say around 20 minutes, and when the page comes back all the stylesheets and header jsps are missing from the page. If I check my access logs, I see a 404 respo