Changes between Version 2 and Version 3 of Old/omf-4-4/LaunchApp


Ignore:
Timestamp:
Nov 29, 2007, 12:41:07 AM (16 years ago)
Author:
thierry
Comment:

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 =
    23
    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 launch
     4This 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
    45{{{
    56   tcpdump -i eth1
     
    1011
    1112== 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 application
     13This 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
    1314
    1415'''Think about this as a class definition for your application'''