Ip debug httpprobe, Ip commands, Syntax – Technicolor - Thomson ST585 V6 User Manual
Page 487: Example, Description
E-DOC-CTC-20061027-0004 v1.0
IP Commands
463
ip debug httpprobe
Send a HTTP probe.
This HTTP probe will measure the Round Trip Time (RTT) taken to connect and access data from a HTTP
server.
SYNTAX:
where:
EXAMPLE:
The first example shows the measured time for a file that was downloaded:
If the URL of a normal HTML page is used the figures are not so relevant, as shown in the example below:
DESCRIPTION:
>
RTT taken to perform domain name lookup.
>
RTT taken to perform a TCP connect to the HTTP Server.
>
RTT taken to send a request and get a response back from the HTTP Server (the probe retrieves the base
HTML page only as body, and does not request hyperlinks within this page).
The SpeedTouch will send the HTTP request, receive the reply, and report the RTT statistics (including the size
of the page returned).
ip debug httpprobe
url =
[version = <{1.0 | 1.1}>]
url
The Uniform Resource Locator (URL)
identifying the HTTP server.
REQUIRED
version
The version of the HTTP server.
The default is
1.0
.
OPTIONAL
=>ip httpprobe url=http://download.winzip.com/wzipse22.exe
DNS Lookup-RTT
= 19 ms
TCP Connect-RTT
= 20 ms
HTTP transaction-RTT = 18772 ms
Total RTT
= 18811 ms
PageSize
= 385712 Bytes
Download speed
= 20.54 KByte/s
=>
=>ip httpprobe url=http://www.google.be
DNS Lookup-RTT
= 19 ms
TCP Connect-RTT
= 75 ms
HTTP transaction-RTT = 401 ms
Total RTT
= 495 ms
PageSize
= 3448 Bytes
=>