Previous Topic: component list Command Output SpecificationNext Topic: component info Command Output Specification


info (Component Control)--Retrieve Detailed Information for a Component

The component info command retrieves detailed information for a specific component.

Syntax
component info name [ --batch [--extended]][ --verbose ]
Arguments
name

Specifies the name of the component for which to retrieve information. name has the following format:

application_name:component_name
--batch

Displays the output in UDL format.

--extended

Displays extended component information.

--verbose

Includes the list of interfaces for the component.

Example: Retrieve Component Information

This example displays information about the main.config component in the 'sugarcrm application:'

component info sugarcrm:main.config

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

Typical Output
name               : main.WEB5
state              : running
default IP address : 10.96.32.1
console options    : web:80,ssh
time started       : Tue Sep 18 13:49:29 2012
server             : srv1
cpu                : 0.30
mem                : 512.00 MB
bw                 : 250.00 Mbps
OS type            : Linux
OS name            : CentOS
OS version         : 5.5
OS kernel          : Linux 2.6.32-220.cl6.s390x #1 SMP Mon Aug 20 15:15:18 PDT 2012
PV driver          : unknown
class              : .WEB5

This section contains the following topics:

component info Command Output Specification