debug speedtest
This command tests the upload and download speed (in bps) to and from a specified URL, respectively.
Syntax
# debug speedtest set {upload|download} <URL>
# debug speedtest set upsize <Upload Transfer Bytes>
# debug speedtest {run|show|stop}
|
Command |
Description |
|---|---|
|
upload |
Tests the upload speed to a URL (IP address or FQDN). |
|
upsize |
(Optional) Defines the number of bytes (1-10000000) to upload to the specified URL for testing the upload speed |
|
download |
Tests the download speed from a URL (IP address or FQDN). |
|
show |
Displays the test results. |
|
stop |
Stops the test. |
|
run |
Starts the test. |
Example
Testing upload speed to speedy.com:
# debug speedtest set upload http://www.speedy.com/speedtest Upload URL : http://www.speedy.com/speedtest
# debug speedtest run Starting speed test. Check results using the command "debug speedtest show".
# debug speedtest show Speed test results: Upload : Complete URL: http://www.speedy.com/speedtest Bytes transferred: 1000000 Speed: 9.8 Mbps