Tcl Speed Test 0.0
|
Tcl Coded Speed Test Server program
TclSpeedTestServer [-bindhost ""] [-port 8080] [-pidfile /var/run/TclSpeedTestServer.pid] [-log /var/log/TclSpeedTestServer/access.log]
This program is the server side for the Tcl Coded Speed Test. It accepts HTTP GET and POST requests. For GET requests, the local part is an integer that specifies the number of megabytes of random (text) data to send. The POST request can have anything as the local part and the query content is dropped on the floor. A status code of 200 is always sent, unless the local part of a get request cannot be parsed as an integer, in which case a 400 (Bad Request) is sent.
none
Robert Heller <heller@deepsoft.com>