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
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
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
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
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
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.
> 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
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?
> 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
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
-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%
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 -
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
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
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
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
> 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
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
> 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
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
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.
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
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
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
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
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
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
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'
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
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
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
- 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
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
- 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
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
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
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
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
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,
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
-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
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
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
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
-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
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
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
> 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
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
: 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
, 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
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
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.
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
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
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
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
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
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
59 matches
Mail list logo