gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24803 - gnunet-planetlab/gplmt


From: gnunet
Subject: [GNUnet-SVN] r24803 - gnunet-planetlab/gplmt
Date: Tue, 6 Nov 2012 14:16:16 +0100

Author: wachs
Date: 2012-11-06 14:16:16 +0100 (Tue, 06 Nov 2012)
New Revision: 24803

Modified:
   gnunet-planetlab/gplmt/README
Log:
- docu


Modified: gnunet-planetlab/gplmt/README
===================================================================
--- gnunet-planetlab/gplmt/README       2012-11-05 21:48:02 UTC (rev 24802)
+++ gnunet-planetlab/gplmt/README       2012-11-06 13:16:16 UTC (rev 24803)
@@ -100,11 +100,39 @@
 Usage
 ===============
 
-To run run gplmt you have to specify a configuration file, a node file 
-and a task file containing the tasks to perform.
+To run run gplmt you have need to specify a configuration file a task file 
+containing the tasks to perform. 
 
-./gplmt.py -c <configuration> -n <nodes> -t <tasks>
+./gplmt.py -c <configuration> -t <tasks>
 
+The hosts to use can be specified in different ways:
+
+Single host
+-----------
+
+Perform the tasks on a single host. The host name is given as a command line 
+argument using the -H / --host switch:
+
+./gplmt.py -c <configuration> -t <tasks> -H hostname.local.example.com
+
+File
+----
+
+Perform the tasks on all hosts included in a file. Each line contains a 
+hostname The file name is given as a command line argument using the 
+-n / --nodes switch:
+
+./gplmt.py -c <configuration> -t <tasks> -n nodes.file
+
+PlanetLab 
+---------
+
+Perform the tasks on all nodes assigned to a PlanetLab slice. Slice name and 
+password can be specified in the configuration. If password required to be 
+secret, pass it  with the -p switch or wait to be prompted for it: 
+
+./gplmt.py -c <configuration> -t <tasks> -a -p <secretpw>
+
 The task and node file can also be specified in the configuration file.
 Command line arguments overwrite settings in the configuration file
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]