MySpeed

Summary of MySpeed options<param>

Option

Description
<myspeed.bin> Used to assign a different myspeed.bin parameter file title which allows the user to change many of the MySpeed options in a single parameter . Example

<param name="myspeed.bin" value="french.bin">

<start> Used to auto-start the test so the user does not have to click anything to initiate the test. Example

<param name="start"  value="*">

<timeout> Used to change the time of the test. Lengthening and/or shortening the test can be useful when dealing with high usage or slow networks. Example

<param name="timeout"  value="12000">

<uptype> Used to set the upload test type to either HTTP for an HTTP test or SOCKET for a socket-to-socket test. Example

<param name="uptype"  value="SOCKET">

<downtype> Used to set the download test type to either HTTP for an HTTP test or SOCKET for a socket-to-socket test. Example

<param name="downtype"  value="HTTP">

<runtests> Used to select which tests are performed from the Speed and Quality tests. Example

<param name="runtests"  value="upload">

<js> Used to set a JavaScript method to be called when the Speed test and quality tests complete. This allows you to take control of one or more of the results. Example

<param name="js"  value="mss( $DSPEED$, $USPEED$)>

<sid> Used to assign or request as user identifier before the test can start. This allows you to track all the tests for one or more users. Example

<param name="sid"  value="Enter name">

<bps2c>
 
Used to assign RGB color values to the different Speed UI scales. Example

<param name="bps2c=10000=FF8080, 28000=FFC0C0, 128000=FFFFC0, 3000000=C0FFC0">

<backgroundoverlay>
 
Used to assign a gif  image to the Speed UI test tab. Example:

<param name="backgroundoverlay" value="companylogo.gif">

<lobps>
<hibps>
Used to assign a 'high' and 'low' scale for the speed test tab view. Example:

<param name="lobps" value="1000000">
<param name="highbps" value="1000000000">
 

<codebase> Used to redirect the applet reference to another server that is hosting a MySpeed Server or Applet. Example:

<param name="codebase" value="http://virginia.myspeed.com">