Get results from PlanetLab

From NMSL
Revision as of 21:41, 18 August 2009 by Cly (talk | contribs) (New page: __TOC__ == Retrieving Log Files From PlanetLab Nodes == To retrieve log files from your experiments use the command below: <pre> pssh -h nodes.txt -l slice_name -t 300 -p 50 -o ~/result...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Retrieving Log Files From PlanetLab Nodes

To retrieve log files from your experiments use the command below:

pssh -h nodes.txt -l slice_name -t 300 -p 50 -o ~/results/ "cat yourlogfile.txt" 

The outputs will be saved to a "results" folder under your home dir. There will be one file for each host/node.