Changes between Initial Version and Version 1 of Old/Athstats/ScriptsRepository


Ignore:
Timestamp:
Feb 10, 2006, 12:13:57 AM (18 years ago)
Author:
kishore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Athstats/ScriptsRepository

    v1 v1  
     1[wiki:WikiStart Orbit] > [wiki:Athstats Athstats] > Scripts Repository
     2
     3== Application Definition ==
     4 * [wiki:Athstats/ScriptsRepository/AthstatsAppDef athstats.rb]
     5
     6== Prototype Definition ==
     7 * [wiki:Athstats/ScriptsRepository/ProtoDefAthstats driverqueryapp.rb]
     8
     9== Example Experiment Scripts ==
     10 * [wiki:Athstats/ScriptsRepository/ExpUDP1  UDP One-to-one communication CBR]
     11
     12== Download Instructions ==
     13
     14Because all script files are pure text, just go to corresponding page and copy-paste the contents of the file.
     15
     16== Usage Instructions ==
     17
     18Only the prototype and application definition scripts are included in the default nodehandler package. If you want to improvise or use customized scripts like some of the above ones, you can put them in your home directory or from the directory where you are going to call "nodehandler" command.
     19
     20For the application definition files and prototype files, the following naming convention is used:
     21 * '''test_app_<appname>.rb'''    For example:  test_app_athstats.rb
     22 * '''test_proto_<protoname>.rb'''  For example: test_proto_driverqueryapp.rb
     23
     24For experiment files, there is no naming convention, any name ended with "rb" will work.