Changes between Version 52 and Version 53 of Documentation/CGettingStarted
- Timestamp:
- Jul 13, 2011, 3:25:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/CGettingStarted
v52 v53 98 98 Now ssh into ''node1-2'' and do the same. 99 99 100 * To run a tutorial experiment that involves one UDP traffic sender and one receiver . Make sure you're backat the console.100 * To run a tutorial experiment that involves one UDP traffic sender and one receiver, run the following command at the console. 101 101 {{{ 102 102 username@console.sb2:~$ omf-5.2 exec --tutorial -- --tutorialName tutorial-1a 103 103 }}} 104 Once this experiment is started, the output should look similar to:104 Make note of the unique experiment ID as shown in the experiment output below. This ID can be used later to view the results from a database (sqlite3) file. 105 105 106 106 [[Image(newhowto5.jpg)]] 107 107 108 108 109 * Both, sender and receiver, report measurements to a database, using the OML measurement framework. The file is saved as a sqlite3 file (extension .sq3); the file name for the experiment is shown in the last line of the tutorial's output and saved in the console under /var/lib/oml2109 * Both, sender and receiver, report measurements to a database, using the OML measurement framework. The file is saved as a sqlite3 file; the file name for the experiment is shown in the last line of the tutorial's output and saved in the console under /var/lib/oml2 110 110 111 111 To dump the database file for this experiment: