Changes between Version 14 and Version 15 of Tutorial/HowToStatus
- Timestamp:
- May 13, 2010, 3:11:03 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/HowToStatus
v14 v15 21 21 22 22 {{{ 23 o rbitstat all23 omf stat all 24 24 # will query the status of the entire set of 20x20 nodes on the 'grid' 25 25 26 o rbitstat [[3,1],[5,6],[1,1..2]]26 omf stat [[3,1],[5,6],[1,1..2]] 27 27 # will query the status of nodes 3,1 and 5,6 and 1,1 and 1,2 28 28 29 o rbitstat system:topo:circle29 omf stat system:topo:circle 30 30 # will query the status of the nodes in the topology file 'repository/system/topo/circle.rb' 31 31 32 o rbitstat mytopo32 omf stat mytopo 33 33 # will query the status of the nodes in the topology file './mytopo.rb' 34 34 35 o rbitstat -c35 omf stat -c 36 36 # will return a summary of the state of the nodes on the grid 37 37 }}} … … 40 40 == Learning More == 41 41 42 The complete available options for this command is given by ''"o rbithelp stat"'':42 The complete available options for this command is given by ''"omf help stat"'': 43 43 44 44 {{{ 45 o rbithelp stat45 omf help stat 46 46 47 47 Returns the status of the nodes in a testbed 48 48 49 Usage: 49 o rbitstat [-h]50 o rbitstat [-c] [DOMAIN]51 o rbitstat [TOPOLOGY] [DOMAIN]50 omf stat [-h] 51 omf stat [-c] [DOMAIN] 52 omf stat [TOPOLOGY] [DOMAIN] 52 53 53 54 With: … … 59 60 60 61 Some Examples: 61 orbit stat all grid 62 orbit stat 1,1..2 63 orbit stat [[1,2],[1,1]] sb1 64 orbit stat [[1,1],[2..6,1..2]] 65 orbit stat system:topo:all 66 orbit stat system:topo:circle 67 orbit stat topo_grid_active 62 omf stat all grid 63 omf stat 1,1..2 64 omf stat [[1,2],[1,1]] sb1 65 omf stat [[1,1],[2..6,1..2]] 66 omf stat system:topo:all 67 omf stat system:topo:circle 68 omf stat topo_grid_active 69 68 70 }}} 69 71