HTTP Measurements
- Martin Moghadam
- Youssef Benarab
- Henrik Wendt
Owned by Martin Moghadam
HTTP application pings are simply web requests. The only parameter that you need to supply is the URL parameter. It takes the form :
URL=[<protocol>://]<host>[/<resource>][:<port>]
When using this type of active measurement, the agent will issue an HTTP request with the following format:
GET http://<Resource> HTTP/1.0 User-Agent: PremiTech PerformanceGuard Host: <HostName> Connection: Close Pragma: no-cache Content-Type: */*
and await the reply.
If a reply is received (before the timeout is reached) the round-trip time will be noted.
Parameter | Description |
---|---|
Response time | The number of microseconds that it took to get the response. Resolution of the timer varies greatly with the operating system. On computers Windows XP and Windows 2003 Server the resolution is around 1000 microseconds. |
Status |
|
Success | If status = [200 ; 400[ ? 1 |
Iterations | Number of times that the request has been issued - always set to 1 |
Search this documentation
On this page
In this section