icm/HTTP/request_timer

Parameter Description

With this parameter you can measure the duration of HTTP requests and

also display it.

The duration is displayed if the Level 2 Trace is switched on.

Alternatively, instead of setting this parameter, you can have the runtime of HTTP

requests measured in HTTP Logging using the parameter icm/HTTP/logging_<xx>

or icm/HTTP/logging_client_<xx>.

Five time measurements can be displayed:

t0:    Start of HTTP request processing in ICM (absolute time)

dt1:   Sending of HTTP request to the server (relative to t0)

dt2:   End of HTTP request processing in ICM (relative to t1)

dt3:   Start of HTTP response processing in ICM (relative to t2)

dt4:   End of HTTP response processing in ICM (relative to t3)

Depending on the value of the parameter, the absolute time can be listed as an internal

counter with microsecond display (parameter value 1) or as

the number of seconds since 1.1.1970

(Parameter value 2).

You May Also Like

Leave a Reply?