Changes between Version 14 and Version 15 of Tutorial/HowToStatus


Ignore:
Timestamp:
May 13, 2010, 3:11:03 PM (14 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToStatus

    v14 v15  
    2121
    2222 {{{
    23   orbit stat all
     23  omf stat all
    2424  # will query the status of the entire set of 20x20 nodes on the 'grid'
    2525 
    26   orbit stat [[3,1],[5,6],[1,1..2]]
     26  omf stat [[3,1],[5,6],[1,1..2]]
    2727  # will query the status of nodes 3,1 and 5,6 and 1,1 and 1,2
    2828
    29   orbit stat system:topo:circle
     29  omf stat system:topo:circle
    3030  # will query the status of the nodes in the topology file 'repository/system/topo/circle.rb'
    3131
    32   orbit stat mytopo
     32  omf stat mytopo
    3333  # will query the status of the nodes in the topology file './mytopo.rb'
    3434
    35   orbit stat -c
     35  omf stat -c
    3636  # will return a summary of the state of the nodes on the grid
    3737 }}}
     
    4040== Learning More ==
    4141
    42 The complete available options for this command is given by ''"orbit help stat"'':
     42The complete available options for this command is given by ''"omf help stat"'':
    4343
    4444 {{{
    45   orbit help stat
     45  omf help stat
    4646
    4747Returns the status of the nodes in a testbed
     48
    4849Usage:
    49       orbit stat [-h]
    50       orbit stat [-c] [DOMAIN]
    51       orbit stat [TOPOLOGY] [DOMAIN]
     50      omf stat [-h]
     51      omf stat [-c] [DOMAIN]
     52      omf stat [TOPOLOGY] [DOMAIN]
    5253 
    5354      With:
     
    5960 
    6061      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
    6870 }}}
    6971