Tcl Speed Test 0.0
|
Tcl Coded Speed Test Client program
TclSpeedTest [-server ""] [-port 8080] [-time 10]
This program is the client side for the Tcl Coded Speed Test. It connects to the Tcl Coded Speed Test Server (using HTTP) to measure download and upload speeds. It does this by first downloading data files staring with a 1 megabyte sized file, and increasing the size by powers of 2 (1, 2, 4, 8, 16, 32, etc.) megabytes. It expects the server to serve files named 1, 2, 4, 8, 16, 32, etc. that are files of that size. The contents of the file are discarded. The real time to download the file is measured and once a download time that excedes the specified time (10 seconds by default), the download test completes with the time in MBits/sec of the printed to the terminal. Then the upload test commences. The program POSTs a data file starting with a 1 megabyte sized file, and increasing the size by powers of 2 (1, 2, 4, 8, 16, 32, etc.) megabytes. Again the transfer is timed and once an upload excedes the specified time (10 seconds by default), the upload test completes with the time in MBits/sec of the printed to the terminal.
none
Robert Heller <heller@deepsoft.com>