cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Response time

Former Member
0 Kudos

Hi

I try to log the response time for my http request

having enabled it with LogResponseTime Property in service HttpProvider (setting it to true)

(using SAP Web AS Java 2004s SPS10)

in the responses.trc file I see the following output (here is an sample)

[Nov 1, 2007 1:49:41 PM   ] - 111.111.111.111: POST /webdynpro/dispatcher/sap.com/pb/PageBuilder;jsessionid=..... HTTP/1.1 200 29497 [19140]

Could somebody tell me, which field is related to the reponse time, and which unit is used to measure the time (seconds, milli seconds)...

Any help is appreciated

Regards Karin

Accepted Solutions (0)

Answers (2)

Answers (2)

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Karin,

try to use the logviewer. I think it should show the field names also. It may also help to check the log configuration, as this one defines what is shown where.

Regards,

Benny

Former Member
0 Kudos

Hi Karin,

The time is in milliseconds:

http://help.sap.com/saphelp_nw70/helpdata/en/52/46f6a089754e3a964a5d932eb9db8b/frameset.htm

I believe it is the value in brackets:

[19140] = 19 seconds

Does that correspond with the times you observe?