Changes between Version 9 and Version 10 of Tutorial/HowToStatus


Ignore:
Timestamp:
Jul 4, 2007, 1:42:45 AM (17 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToStatus

    v9 v10  
    2525
    2626  statnode system:topo:circle
    27   # will query the status of the nodes in the topology file 'system:topo:circle'
     27  # will query the status of the nodes in the topology file 'repository/system/topo/circle.rb'
     28
     29  statnode mytopo
     30  # will query the status of the nodes in the topology file './mytopo.rb'
    2831
    2932  statnode -c
     
    4649      -c, --count   print a summary of the node status for the testbed DOMAIN
    4750                    (default is the testbed where this command is executed)
    48       TOPOLOGY      a valid topology description or file
     51      TOPOLOGY      a valid topology description or file without the trailing '.rb'
    4952                    (default is the entire set of nodes on the default testbed)
    5053 
    5154      Some Examples:
    5255                    statnode all grid
     56                    statnode 1,1..2
    5357                    statnode [[1,2],[1,1]] sb1
    5458                    statnode [[1,1],[2..6,1..2]]
    5559                    statnode system:topo:all
    5660                    statnode system:topo:circle
     61                    statnode topo_grid_active
    5762 }}}
    5863