Changes between Version 11 and Version 12 of Tutorial/HowToStatus


Ignore:
Timestamp:
Nov 29, 2007, 12:21:24 AM (16 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToStatus

    v11 v12  
    1515 }}}
    1616
     17[[BR]]
    1718=== Getting Started ===
    1819
     
    2021
    2122 {{{
    22   statnode all
     23  orbit stat all
    2324  # will query the status of the entire set of 20x20 nodes on the 'grid'
    2425 
    25   statnode [[3,1],[5,6],[1,1..2]]
     26  orbit stat [[3,1],[5,6],[1,1..2]]
    2627  # will query the status of nodes 3,1 and 5,6 and 1,1 and 1,2
    2728
    28   statnode system:topo:circle
     29  orbit stat system:topo:circle
    2930  # will query the status of the nodes in the topology file 'repository/system/topo/circle.rb'
    3031
    31   statnode mytopo
     32  orbit stat mytopo
    3233  # will query the status of the nodes in the topology file './mytopo.rb'
    3334
    34   statnode -c
     35  orbit stat -c
    3536  # will return a summary of the state of the nodes on the grid
    3637 }}}
    3738
     39[[BR]]
    3840=== Learning More ===
    3941
    40 The complete available option/commands for ''statnode'' are:
     42The complete available options for this command is given by ''"orbit help stat"'':
    4143
    4244 {{{
    43   statnode --help
     45  orbit help stat
    4446
    4547Returns the status of the nodes in a testbed
    4648Usage:
    47       statnode [-h]
    48       statnode [-c] [DOMAIN]
    49       statnode [TOPOLOGY] [DOMAIN]
     49      orbit stat [-h]
     50      orbit stat [-c] [DOMAIN]
     51      orbit stat [TOPOLOGY] [DOMAIN]
    5052 
    5153      With:
     
    5759 
    5860      Some Examples:
    59                     statnode all grid
    60                     statnode 1,1..2
    61                     statnode [[1,2],[1,1]] sb1
    62                     statnode [[1,1],[2..6,1..2]]
    63                     statnode system:topo:all
    64                     statnode system:topo:circle
    65                     statnode topo_grid_active
     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
    6668 }}}
    6769