Previous Topic: DescriptionNext Topic: REPORT


Qualifiers

/PERCENTAGE = {TOTAL | MAXIMUM}

Specifies that a pie chart representing data in units of percentages is to be filled out to be the MAXIMUM of 100 percent, or is to represent only the TOTAL of the parts. For example; if you are producing a pie chart of CPU Utilization, and the parts of the pie chart have the following values:

If you specify /PERCENTAGE=TOTAL, the pie chart represents the sum of these parts, a total of 51 percent utilization, with the largest slice of the pie (approximately 3/5ths) being represented by “Interactive.” If you specify /PERCENTAGE=MAXIMUM, the pie chart contains a slice representing IDLE at 49 percent of the total pie with the remaining 51 percent representing their respective slices. If /PERCENTAGE is not used on the Pie command line, then /PERCENTAGE=MAXIMUM is assumed.

This qualifier has no effect on graphs, custom pie charts, or pie charts of metrics other than CPU Utilization.