Changes between Version 2 and Version 3 of Old/omf-4-4/LaunchApp
- Timestamp:
- Nov 29, 2007, 12:41:07 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/omf-4-4/LaunchApp
v2 v3 1 = How to integrate your application with nodehandler = 1 [[TOC(heading=Tutorial TOC, Tutorial, depth=2)]] 2 = How to integrate your application with Node Handler = 2 3 3 This tutorial is for users who want to use [wiki:NodeHandler nodeHandler] to launch their applications on the nodes. For example, we assume that you want to launch4 This tutorial is for users who want to use the NodeHandler to launch their applications on the nodes in an experiment. For example, we assume that you want to launch 4 5 {{{ 5 6 tcpdump -i eth1 … … 10 11 11 12 == Step 1: Create application definition file == 12 This definition tells the nodehandler about your new application that you want to launch. It mainly includes details such as what are the command line options it takes and what are the statistics it returns. Here is a sample application definition for our above application13 This definition tells the Node Handler about your new application that you want to launch. It mainly includes details such as what are the command line options it takes and what are the statistics it returns. Here is a sample application definition for our above application 13 14 14 15 '''Think about this as a class definition for your application'''