Changes between Version 23 and Version 24 of Documentation/CGettingStarted
- Timestamp:
- Feb 15, 2006, 5:31:17 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/CGettingStarted
v23 v24 18 18 * You first need to log into '''gateway.orbit-lab.org''' with your Orbit credentials using [http://www.openssh.com/ SSH]. 19 19 20 [[Image( orbit-howto010.jpg)]]20 [[Image(howto1.PNG)]] 21 21 * '''During your approved time slot''', you can then log into the '''console''' corresponding to the following table using SSH: 22 22 23 [[Image(orbit-howto 015.jpg)]]23 [[Image(orbit-howto2.PNG)]] 24 24 ||Main grid (400 nodes)|| console.grid.orbit-lab.org || 25 25 ||Sandbox 1 (2 nodes)|| console.sb1.orbit-lab.org || … … 37 37 38 38 39 [[Image( orbit-howto019.jpg)]]39 [[Image(howto3.PNG)]] 40 40 When you have successfully logged in, you can start an experiment using the [wiki:NodeHandler nodehandler]. First time users are '''highly''' encouraged to reserve time on a sandbox instead of the main grid, and start with the built-in ''Hello World'' experiment. This experiment will send UDP datagrams of 1024 bytes from node 1-1 to node 1-2 at 300 kbps CBR traffic. Both, sender and receiver, report measurements to a database, using our [wiki:OML OML] measurement framework. 41 41 … … 43 43 44 44 45 [[Image( orbit-howto020.jpg)]]45 [[Image(howto4.PNG)]] 46 46 47 [[Image( orbit-howto021.jpg)]]47 [[Image(howto5.PNG)]] 48 48 {{{ 49 49 user#> nodehandler -t … … 58 58 Orbit provides a sophisticated framework to efficiently collect measurements at runtime into a database. This database is accessible to the experimenter during the experiment from the console. At the end of an experiment, the database is copied to an external machine and is accessible without a reservation. More information can be found [wiki:OML here]. 59 59 60 [[Image(orbit-howto027.jpg)]]61 [[Image(orbit-howto029.jpg)]]62 63 60 = Where to go from here = 64 61