Changes between Version 8 and Version 9 of FeddUsersGuide
- Timestamp:
- May 20, 2014 2:47:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddUsersGuide
v8 v9 170 170 Much of that is useful only for debugging but the last line indicates the final status of the experiment creation. The two choices are {{{active}}} and {{{failed}}}. 171 171 172 == Examining the Federated Experiment == 173 172 174 To gather detailed information about how the system has created the experiment, use the {{{fedd_ftopo.py}}} command (ftopo is short for "federated topology"). Here's a sample invocation; again the {{{--experiment_name}}} parameter is the shorthand name returned by {{{fedd_create.py}}} or picked from {{{fedd_multistatus.py}}}. 173 175 … … 191 193 192 194 The first line describes node {{{d}}}. It can be accessed at {{{bpc144.isi.deterlab.net}}} and {{{d.fed1-exp1.TIED.isi.deterlab.net}}}. The node is active, defines no operations, is instantiated on {{{deter/exp1}}}. 195 196 Simple views of the topology can be produced by the {{{fedd_image.py}}} command. This invocation: 197 198 {{{ 199 users:~$ fedd_image.py --experiment_name fed1 --out fed1.png 200 }}} 201 202 Produces this image in {{{fed1.png}}}. 203 204 193 205 194 206 == Looking Around Inside The Federated Experiment ==