Skip to main content
A newer release of this product is available.

statistics catalog instance show

Contributors
Suggest changes

Display the list of instances associated with an object

Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

Description

This command displays the names of instances associated with the specified object. The displayed data is either node-specific or cluster-wide, depending on the objects specified.

Parameters

[-fields <fieldname>,…​]

If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

-object <text> - Object (privilege: advanced)

Selects the object for which you want to display the list of instances. This parameter is required. To view a list of valid object names, type statistics catalog instance show-object`?` or statistics catalog object show .

[-instance <text>] - Instance Name (privilege: advanced)

Selects the instances that match this parameter value. If you do not specify this parameter, the command displays all the instances.

[-filter <text>] - Filter Data (privilege: advanced)

Selects the instances that match this parameter value. For example, to display instances from vserver1, specify -filter "vserver_name=vserver1" .

[-vserver <vserver name>,…​] - Vserver Name (privilege: advanced)

Selects the instances that match this parameter value. If you do not specify this parameter, the command displays instances for all of the Vservers in the cluster.

[-node {<nodename>|local}] - Node Name (privilege: advanced)

Selects the instances that match this parameter value. If you do not specify this parameter, the command displays instances for all of the nodes in the cluster.

Examples

The following example displays the list of instances associated with the processor object.

cluster1::> statistics catalog instance show -object processor
Object: processor
  processor0
  processor0
  processor1
  processor1
4 entries were displayed.