Changes between Version 5 and Version 6 of Old/Documentation/OTG/UserManual
- Timestamp:
- Oct 6, 2005, 4:11:17 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/UserManual
v5 v6 3 3 = OTG Software User Manual For release 1.1.2 = 4 4 == Introduction == 5 ORBIT Traffic Generator is a tool to generate traffic for testing network performance. It is primary focus is to generate bulk data of various characteristics and use either TCP or UCP protocol to transport data. Also, the properties of each packet such as packet size, packet deliver time are all reported to OML or a local logfile. User can obtain certain measurements like throughput, packet loss by querying the OML database directly. Options to extract physical layer parameters are also availab e.5 ORBIT Traffic Generator is a tool to generate traffic for testing network performance. It is primary focus is to generate bulk data of various characteristics and use either TCP or UCP protocol to transport data. Also, the properties of each packet such as packet size, packet deliver time are all reported to OML or a local logfile. User can obtain certain measurements like throughput, packet loss by querying the OML database directly. Options to extract physical layer parameters are also available. 6 6 == Install OTG Software Package == 7 7 Some prerequisites for OTG installation: … … 16 16 17 17 == Using Orbit Traffic Generator Software == 18 === List of Optio ins ===18 === List of Options === 19 19 A user could give many command-line arguments to configure the OTG and OTR program. The proper usage of all arguments are described in following tables. Note that as long as there is a default value for the option argument, that option could be omitted. Option could be set in either of following format: 20 20 {{{ … … 27 27 ||generator||specify the generator used by OTG program.||cbr ||cbr, expoo|| 28 28 ||debuglog|| speficy the logfile for debugging mode (non-OML mode).By default, OTG use OML mode || NULL || tmp/log1 || 29 ||clockref|| spe ficy the clocking reference for timestamp reporting. hours since 01/01/1970 || -1 || 313171,... ||30 For UDP or TCP prot col, further options are:29 ||clockref|| specify the clocking reference for timestamp reporting. hours since 01/01/1970 || -1 || 313171,... || 30 For UDP or TCP protocol, further options are: 31 31 ||'''name'''||'''usage''' ||'''default''' ||'''Possible values'''|| 32 32 ||port|| Specify a unique local port the OTG program binds to.||3000||any unused port number || … … 36 36 For "raw" protocol, 37 37 ||'''name'''||'''usage''' ||'''default''' ||'''Possible values'''|| 38 ||txdev || the device to tran msit packets || || eth2, ath0...||38 ||txdev || the device to transmit packets || || eth2, ath0...|| 39 39 ||dstmacaddr || MAC address of the destination|| ||12:4A:56:D0:E1:75|| 40 40 If generator type is "cbr", … … 61 61 ||'''name'''||'''usage''' ||'''default'''||'''possible values'''|| 62 62 ||protocol|| specify the protocol used by OTR program.|| ||udp,tcp,udp_libmac,tcp_libmac, raw, raw_libmac|| 63 ||debuglog|| spe ficy the logfile for debugging mode (non-OML mode).By default, OTR use OML mode || NULL || tmp/log1 ||64 ||clockref|| spe ficy the clocking reference for timestamp reporting. hours since 01/01/1970 || -1 || 313171,... ||63 ||debuglog|| specify the logfile for debugging mode (non-OML mode).By default, OTR use OML mode || NULL || tmp/log1 || 64 ||clockref|| specify the clocking reference for timestamp reporting. hours since 01/01/1970 || -1 || 313171,... || 65 65 66 66 If protocol is set as "udp" or "tcp"