Changes between Version 21 and Version 22 of FeddCommands


Ignore:
Timestamp:
Jun 6, 2010 9:27:51 AM (14 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddCommands

    v21 v22  
    240240 '''--experiment_name='''''exp_name''::
    241241  Suggest ''exp_name'' to the `fedd` as a local identifier for the federated experiment.  The actual local name chosen will be returned from the command.
    242  
     242
     243=== fedd_ns2topdl.py ===
     244
     245Translates an ns2 experiment description into a [FeddPluginArchitecture#TopologyDescriptionLanguage topdl] one.  It takes standard arguments as well as:
     246
     247 '''--file='''''filename''::
     248  File containing the [FeddAbout#ExperimentDescriptions experiment description].
     249 '''--output='''''file''::
     250 A file to store the result.
     251
     252=== fedd_spewlog.py ===
     253
     254This command waits for an experiment to finish being created and prints its status.  As the creation log is updated, that log is printed to standard out.  The result is a running view of the progress of the experiment's creation until it succeeds or fails.  Because it is the experiment controller's log, it is less informative of the process on federants until they succeed or fail.
     255
     256It takes the standard parameters and:
     257
     258'''--experiment_cert='''''filename''::
     259  The ''filename'' must contain a certificate valid for the experiment's fedid.  If so it is used to authenticate access to the experiment.  A password may be required if one has been added to the private key.
     260 '''--experiment_name='''''name''::
     261  The local name of the experiment to query.  Only the experiment creator can use this for access.
     262 '''--logfile='''''path''::
     263 A flie to store the log in rather than printing to the standard output
     264 '''--update_time='''''secs''::
     265  Time between updates of the log.  The experiment controller is queried for each update.
     266
     267
     268
    243269== Fedd_client.py ==
    244270