Choose a platform to download:
* Note: Support for up to 100Mbps networks only on Windows 2008 and Windows 7
Instructions
The Sequencer executables must be run with administrative rights.
- Copy the executable into a directory on the machine where your network test will shoot from. Unzip if necessary.
- From a command line run:
sas <address_of_target_machine>
- Optional: When complete, the XML file(s) will be created in the "out" directory. Rename files to something meaningful, such as "Server3_to_Client.xml".
- Optional: Compress (zip or tar/gzip) the XML files.
- Email the files back to the support engineer for analysis.
Note: Whenever possible you should target computers, not routers. Also, the target computer must be able to respond to ping and traceroute.
Example
To analyze the network between a server at address 192.168.10.10 and a client at address 192.168.10.250, you would copy the executable onto the server and from a console on the server you would run:
sas 192.168.10.250
Syntax
Syntax example for Windows:
|
sas.exe [-t] target | [-r] range [-n iterations] [-b max burst size] [-h]
-t target name or address
-r range of addresses to be tested: xxx.xxx.xxx.xxx-xxx
-n number of iterations (default 60)
-b maximum size of any bursts (default 10)
-h print this help screen and exit
|