/
HTTP Measurements
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
Related content
Three Types of Application Ping
Three Types of Application Ping
More like this
ICMP Echo Request (Ping) Measurements
ICMP Echo Request (Ping) Measurements
More like this
Monitor Availability, Latency and Response Times with Application Ping
Monitor Availability, Latency and Response Times with Application Ping
More like this
Create an Application Ping
Create an Application Ping
More like this
Latency Chart Widget
Latency Chart Widget
More like this
Apply Application Ping to Agent Configuration
Apply Application Ping to Agent Configuration
More like this