Previous Topic: Component ControlNext Topic: component list Command Output Specification


list (Component Control)--Retrieve List of Components

List all components for the specified running application

Syntax
component list name [ --batch [--extended] ]  
Arguments
name

Name of application for which to retrieve list of components

--batch

Display output in UDL format

--extended

Display all component information in the list

Examples

component list sugarcrm - List components for application 'sugarcrm'

Notes: A specification of the output of this command can be found here.

Typical Output
Name                            Server    State          CPU       Mem(MB)   Bandwidth(Mbps)
   main.mail                       srv1      running        0.01        32.00     1.00
   main.logs                       srv2      running        0.01        32.00     1.00
   main.config                     srv3      running        0.01        32.00     1.00
   main.dbase                      srv1      running        0.01       128.00     1.00
   main.srv2                       srv2      running        0.10        64.00     1.00
   main.srv1                       srv3      running        0.10        64.00     1.00
   main.webs                       srv1      running        0.01        32.00     1.00
   main.admin                      srv2      running        0.01        32.00     1.00
   main.usr                        srv3      running        0.01        32.00     1.00

This section contains the following topics:

component list Command Output Specification