You are here: Visualware Home » Broadband Testing » MySpeed » Support » RTA Manual


WEB PAGE CUSTOMIZATION
The MySpeed Server speed test applet can be easily incorporated into your own web pages. Details.


LANGUAGES
The MySpeed Server display text can be easily translated to another language, just edit the text in the myspeed.bin file to change the display.


PERFORMANCE
DATABASE
The Professional and NOC Editions record all speed test results in a server-side database that provides visibility to end-user bandwidth performance.

The Session ID option enables easy tagging of results to identify bandwidth performance from individual customers, web pages, locations, etc.


VoIP TESTING
Try MyVoIPSpeed Server to provide VoIP simulation testing to your end-users, to identify the level quality of VoIP sound supported by their connections.



MYSPEED
FOR YOUR PC
Looking for an accurate speed test program to run bandwidth tests from your PC?

MySpeed PC
FREE for Personal Use!

MySpeed PC
Advanced

Adds automated broadband speed test options, flexible reporting, and more!

 


Running RTA

The RTA is designed to be run as a Windows Service and initiates Speed and Quality tests on an interval basis as defined by the RTA.script file. The RTA can also be run from the command line without being installed as a service as indicated below.

Command Line Syntax Options

1. Applying the license key (Not required for trial mode)

msnocrta  -license:< key >

key : activate this license key (only required to be done on first use)

Note: if you have purchased a license key you will need to apply the license key as a one-off event using the -license syntax. This is not necessary for trial mode.

2. Installing and uninstalling as a Windows service (recommended)

msnocrta  -install

msnocrta -uninstall

When running as a service you need to configure the rta.script text file to define the MySpeed test requirements to set the interval , password, Session ID and the URL etc . Please review the example_rta.script (text) file for further documentation of the RTA script options. For your convenience this file can be copied to the file title rta.script.

IMPORTANT NOTE : If you are running with a license key you must install the license key as per the instructions above before starting as a service. This is not necessary when running in trial mode however the service will fail when the trial period expires.

3. Running from the command line without installing as a Windows Service

Method 1 (recommended)

msnocrta  -script
msnocrta  -script:<optional script file name>

Using the -service tag instructs the RTA agent to locate the rta.script file for processing unless another script file name is specified using the :<optional file name> syntax. This is useful for testing multiple script files for deployment or when using batch files for processing. Note when running as a Windows service only the file titled rta.script can be used as Windows services do not support command line options. Please review the example_rta.script (text) file for further documentation of script options. Script file is shown below. Note the script file has to be renamed to rta.script before it can be used.

# The session ID is designed to allow the user to define an identifier
# that is recorded in the database to identify the source of the speed test

sid=mytrial

# The RTA will multi-thread and can therefore do more than one test at a time.
# To prevent tests running simultaneously, set the value of 'allowsimultaneous'
# to 'no'

allowsimultaneous=no

# The prefix before '.' defines a title name for a specific thread test e.g 'mstest1'
# - URL defines where the speed test is directed, domain name or IP address
# - tests defines whether upload or download
# - pass defines the access password needed to access the MySpeed server
# - delay defines the number of milliseconds to delay before starting another test
# Note: if allowsimultaneous=no then the second test will not start until
# first test is complete. If you set yes then the different test definitions
# as indicated by the different prefix labels will run independently. This
# can mean that more than one test can run at any one time.

mstest1.url=myspeed.mydomain.com
mstest1.tests=upload+download
mstest1.pass=myspeedpassword
mstest1.delay=90000

mstest2.url=1.1.1.1
mstest2.tests=download
mstest2.pass=myspeedotherpassword
mstest2.delay=30000

In the first section you can set a SID (session ID) for your speed test. This helps to identify the speed test in the records.

In the second section you can choose whether to allow simultaneous tests or have the tests done one at a time. Simply set the 'allowsimultaneous=' parameter to no or yes accordingly.

In the third section you define each test you wish to do. The parameters you can add for each test are explained below, and also in the the script file itself.

- URL defines where the speed test is directed, domain name or IP address
- tests defines whether upload or download
- pass defines the access password needed to access the MySpeed server
- delay defines the number of milliseconds to delay before starting another test

Setting a password

To learn how to set a password for your MySpeed NOC Edition Server click here

Example results

Once the MySpeed RTA has performed the speed test it then logs the results on the MySpeed Server you designated in the command line.

The results will appear as they would do if you had performed the trace from the server applet.

  Copyright © 1997-2007 Visualware Inc. · All Rights Reserved