Administrator's Guide
Managing HyperFabric
Displaying Status and Statistics
Chapter 5 119
• -c displays the statistics of the adapter identified by
adapter_ID
.
• -n displays statistics for the node identified by
nodename
.
• -s specifies that you want to get the status of the switch identified by
switch_ID
(assigned by clic_init or SAM). Note that this
parameter is meaningful only if you enabled switch management
(through the clic_init command).
To determine the
switch_ID
, run the clic_stat command without
specifying any parameters. This displays each
switch_ID
known to
the system. Look through the command’s output to find the ID of the
switch you are interested in.
• -? displays the online help for clic_stat.
If you do not specify any of the above parameters, the current fabric map
is displayed, showing the last known status of the components.
Examples of clic_stat
Some examples of using clic_stat are as follows:
• Example 1
If the local node is bently7, and you want to enable DLPI driver
statistics gathering, issue this command:
clic_stat -p TCP
The generated output could look like this:
============================================================================
Date: Sat Aug 5 16:08:14 2000
Node: bently7.corp2.com
----------------------------------------------------------------------------
Performance Statistics Levels - Possible perf degradation occurring:
DLPI performance statistics enabled
============================================================================
• Example 2