Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Re: Re: Bandwidth Testing

by sunadmn (Curate)
on Aug 27, 2003 at 18:45 UTC ( [id://287132]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Bandwidth Testing
in thread Bandwidth Testing

Quick question for you did you have to do anything special to get this to run correctly?? I am getting a print out that says "please invoke as /cgi-bin/speed_test.cgi?data_size=100 . Does this mean anything to you?? Here is my basic HTML for testing:
<form name="form1" method="get" action="/cgi-bin/speed_test.cgi"> <input type="submit" name="Submit" value="Start"> </form>

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Bandwidth Testing
by Preceptor (Deacon) on Aug 27, 2003 at 21:48 UTC
    It means that you need a field in the cgi for 'data_size'.
    I'd suggest adding (iirc):
    <INPUT TYPE="HIDDEN" NAME="data_size" VALUE=100>
    in your form (could be wrong there).
    Basically, you're looking for a URL that looks something like:
    http://www.myserver.net/cgi-bin/speed_test.cgi?data_size=100
    You could always hardcode the data size though, depending on what suits you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://287132]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found