| 1 | |
| 2 | == stat == |
| 3 | |
| 4 | {{{ |
| 5 | user@console:omf-5.4 help stat |
| 6 | Returns the status of the nodes in a testbed |
| 7 | Usage: |
| 8 | omf-5.4 stat [-h] [-s] [-t TOPOLOGY] [-c AGGREGATE] |
| 9 | |
| 10 | With: |
| 11 | -h, --help print this help message |
| 12 | -s, --summary print a summary of the node status for the testbed |
| 13 | -c, --config AGGREGATE use testbed AGGREGATE |
| 14 | -t, --topology TOPOLOGY a valid topology file or description (defaults to 'system:topo:all') |
| 15 | |
| 16 | Some Examples: |
| 17 | omf-5.4 stat |
| 18 | omf-5.4 stat -s |
| 19 | omf-5.4 stat -t omf.nicta.node1,omf.nicta.node2 -c sb1 |
| 20 | omf-5.4 stat -t system:topo:all -c grid |
| 21 | }}} |
| 22 | |
| 23 | For example: |
| 24 | {{{ |
| 25 | user@console.outdoor:~# omf stat |
| 26 | |
| 27 | INFO NodeHandler: OMF Experiment Controller 5.4 (git 6d34264) |
| 28 | INFO NodeHandler: Slice ID: default_slice (default) |
| 29 | INFO NodeHandler: Experiment ID: default_slice-2012-10-14t14.42.15-04.00 |
| 30 | INFO NodeHandler: Message authentication is disabled |
| 31 | INFO Experiment: load system:exp:stdlib |
| 32 | INFO property.resetDelay: value = 210 (Fixnum) |
| 33 | INFO property.resetTries: value = 1 (Fixnum) |
| 34 | INFO Experiment: load system:exp:eventlib |
| 35 | INFO Experiment: load system:exp:stat |
| 36 | INFO Topology: Loading topology ''. |
| 37 | INFO property.nodes: value = "system:topo:all" (String) |
| 38 | INFO property.summary: value = false (FalseClass) |
| 39 | INFO Topology: Loading topology 'system:topo:all'. |
| 40 | Talking to the CMC service, please wait |
| 41 | ----------------------------------------------- |
| 42 | Domain: outdoor.orbit-lab.org |
| 43 | Node: node3-6.outdoor.orbit-lab.org State: NOT REGISTERED |
| 44 | Node: node3-3.outdoor.orbit-lab.org State: POWEROFF |
| 45 | Node: node2-10.outdoor.orbit-lab.org State: POWEROFF |
| 46 | Node: node1-10.outdoor.orbit-lab.org State: POWEROFF |
| 47 | Node: node1-8.outdoor.orbit-lab.org State: POWERON |
| 48 | Node: node1-6.outdoor.orbit-lab.org State: POWERON |
| 49 | Node: node3-2.outdoor.orbit-lab.org State: POWEROFF |
| 50 | Node: node3-1.outdoor.orbit-lab.org State: POWEROFF |
| 51 | Node: node1-3.outdoor.orbit-lab.org State: POWERON |
| 52 | Node: node3-5.outdoor.orbit-lab.org State: POWEROFF |
| 53 | Node: node2-5.outdoor.orbit-lab.org State: NOT REGISTERED |
| 54 | Node: node1-2.outdoor.orbit-lab.org State: POWERON |
| 55 | ----------------------------------------------- |
| 56 | INFO Experiment: Switching ON resources which are OFF |
| 57 | INFO EXPERIMENT_DONE: Event triggered. Starting the associated tasks. |
| 58 | INFO NodeHandler: |
| 59 | INFO NodeHandler: Shutting down experiment, please wait... |
| 60 | INFO NodeHandler: |
| 61 | INFO run: Experiment default_slice-2012-10-14t14.42.15-04.00 finished after 0:6 |
| 62 | }}} |