vxstat

The vxstat utility has keywords and operands for displaying statistics for dynamic disks, dynamic volumes, and subdisks of dynamic volumes. It can also display statistics at specified intervals and for specified numbers of times.

Typing the following sequence brings up a description of its syntax:

vxstat <Keyword> -?

vxstat [-g<DynamicDiskGroupName>] [-s] [-d] [-v] [-i<Interval>] [-c<Count>] [<Object>...]

The following attributes apply:

-g<DynamicDiskGroupName>

Name of the dynamic disk group from which the records are selected. For example, -gDynDskGrp1.

[<Object>...]

An object can be a disk or a volume (specified by the volume name or drive letter). If no object is specified, the statistics apply to all the volumes on the managed server. Multiple objects are separated by a space.

[-s]

Displays the statistics for subdisks on the objects specified. If the object specified is a disk, all subdisks on that disk are selected. If the object specified is a volume, all subdisks on that volume are selected.

[-d]

Displays the statistics for disks on the objects specified.

[-v]

Displays the statistics for volumes on the objects specified.

[-i<Interval>]

Displays the statistics every <Interval> seconds. The default and minimum interval is 5 seconds between the instances that the statistics are displayed.

[-c<Count>]

Stops displaying the interval statistics after <Count> times.

If the -i<Interval> option is specified without the -c<Count> option, the statistics runs continuously with the interval specified. If neither the -i<Interval> option nor the -c<Count> option is specified, the statistics display once.

Summary statistics for each object are displayed in one-line output records, preceded by two header lines. The output line consists of blank-separated fields for the object type and object name.

Statistics Types

The statistics types are as follows:

You can use these statistics to improve performance on your system.

Examples

vxstat -s

Displays the statistics for all subdisks on a managed server.

vxstat -d Harddisk5 Harddisk6

Displays the statistics for Harddisk5 and Harddisk6

vxstat -s E:

Displays the statistics for the subdisks of volume E.

vxstat -i 10 -c 5 -d

Displays 5 sets of statistics at 10-second intervals for all the disks on the managed server.

vxstat -d F:

Displays the statistics for the disks that are associated with volume F.

vxstat -v Harddisk5

Displays the statistics for the volumes that are associated with Harddisk5.

vxstat -gDynDskGrp1 -v

Displays the statistics for all volumes in DynDskGrp1.

vxstat -s F: G: H: Harddisk7
	

Displays the subdisk statistics for volumes F, G, H, and for Harddisk7.

More Information

Statistics overview