X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fexp-tool%2FMakefile.help;h=d0f53cf5ece1713e88a5735f5932551e4c09c851;hb=HEAD;hp=a7d6182372ba43b1fd554a57351f6b173cd68d11;hpb=329e9f423619177b33174b1704f1702da3a01c1f;p=sliver-openvswitch.git diff --git a/planetlab/exp-tool/Makefile.help b/planetlab/exp-tool/Makefile.help index a7d618237..d0f53cf5e 100644 --- a/planetlab/exp-tool/Makefile.help +++ b/planetlab/exp-tool/Makefile.help @@ -2,6 +2,21 @@ in almost all cases below it is recommended to use the -j option to make which was the point with uing make in the first place so that maximum degree of parallelism can be reached +********************************************************** +Note: to get the greatest speedup from make -j you should also enable +connection reuse in your ssh setup, e.g., by having the following lines +in your .ssh/config: +host * + ControlMaster auto + ControlPath ~/.ssh/ssh_mux_%h_%p_%r + ControlPersist 4h + +Please note, however, that maximum concurrent per-node reuse is usually +set to something low (typically 10), and this is a problem if some node +in your topology has many links. In this case you should raise that limit +on the slivers, or limit makefile concurrency (e.g., by using make -j10). +********************************************************** + ==================== usual target make [init+all] shortcut for 'make init all' @@ -62,7 +77,7 @@ make stop make status list status of db and switch processes in all slivers ==================== -make gmap-probes +make gprobes Uses GMAP_SERVER and GMAP_PROBES to run probes in selected slivers that can update a googlemap server for animating link speeds This of course is mostly a demo thing, based on a one-host ndnmap deployment for now