341 | | The output indicates that the experiment is swapping in. You can get more information using the [FeddCommands#fedd_spewlog.py fedd_spewlog.py] command or [FeddCommands#fedd_multistatus.py fedd_multistatus.py] as well as watching the fedd log files and DETER web interface. The [FeddCommands#fedd_terminate.py fedd_terminate.py] command will delete the experiment. There are [FeddCommands many command line tools to try]. |
342 | | |
343 | | |
344 | | {{{ |
345 | | <experiment> |
346 | | <version>1.0</version> |
347 | | <substrates> |
348 | | <name>lan0</name> |
349 | | <capacity> |
350 | | <rate>100000.000000</rate> |
351 | | <kind>max</kind> |
352 | | </capacity> |
353 | | </substrates> |
354 | | <elements> |
355 | | <computer> |
356 | | <name>a</name> |
357 | | <interface> |
358 | | <substrate>lan0</substrate> |
359 | | <name>inf000</name> |
360 | | <capacity> |
361 | | <rate>100000.000000</rate> |
362 | | <kind>max</kind> |
363 | | </capacity> |
364 | | </interface> |
365 | | <attribute> |
366 | | <attribute>type</attribute> |
367 | | <value>pc</value> |
368 | | </attribute> |
369 | | <attribute> |
370 | | <attribute>testbed</attribute> |
371 | | <value>mytestbed</value> |
372 | | </attribute> |
373 | | <attribute> |
374 | | <attribute>failureaction</attribute> |
375 | | <value>fatal</value> |
376 | | </attribute> |
377 | | </computer> |
378 | | </elements> |
379 | | <elements> |
380 | | <computer> |
381 | | <name>b</name> |
382 | | <interface> |
383 | | <substrate>lan0</substrate> |
384 | | <name>inf000</name> |
385 | | <capacity> |
386 | | <rate>100000.000000</rate> |
387 | | <kind>max</kind> |
388 | | </capacity> |
389 | | </interface> |
390 | | <attribute> |
391 | | <attribute>type</attribute> |
392 | | <value>pc</value> |
393 | | </attribute> |
394 | | <attribute> |
395 | | <attribute>testbed</attribute> |
396 | | <value>mytestbed</value> |
397 | | </attribute> |
398 | | <attribute> |
399 | | <attribute>failureaction</attribute> |
400 | | <value>fatal</value> |
401 | | </attribute> |
402 | | </computer> |
403 | | </elements> |
404 | | </experiment> |
405 | | }}} |
| 341 | The output indicates that the experiment is swapping in. You can get more information using the [FeddCommands#fedd_spewlog.py fedd_spewlog.py] command or [FeddCommands#fedd_multistatus.py fedd_multistatus.py] as well as watching the fedd log files and DETER web interface. The [FeddCommands#fedd_terminate.py fedd_terminate.py] command will delete the experiment. There are [FeddCommands#CommandLine many command line tools to try]. |
| 342 | |