X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=examples%2Flinux%2Fnetcat_file_transfer.py;h=e2047d10047e07cde6a794965bb2d202a825ecd1;hb=e7eb6ef8873e1e197b3db8842f67a483c004a77a;hp=69091b49c2d346220bbc4abe4d9876bbc5459f9b;hpb=19e3969ca3da5eb9da00d2a0cc256eee2eb70533;p=nepi.git diff --git a/examples/linux/netcat_file_transfer.py b/examples/linux/netcat_file_transfer.py index 69091b49..e2047d10 100644 --- a/examples/linux/netcat_file_transfer.py +++ b/examples/linux/netcat_file_transfer.py @@ -20,10 +20,10 @@ # Alina Quereilhac # # -# Example of how to run this experiment (replace with your credentials): +# Example of how to run this experiment (replace with your information): # # $ cd -# python examples/linux/netcat_file_transfer.py -a -b -u -i +# python examples/linux/netcat_file_transfer.py -a -b -u -i from nepi.execution.ec import ExperimentController from nepi.execution.resource import ResourceAction, ResourceState @@ -139,3 +139,5 @@ f.close() ec.shutdown() +print "Total bytes transfered saved to bw.txt..." +