Previous Topic: Executing AUTOCOLL OPTION=BASELINE/SUMMARY/AVGPERFNext Topic: Selection Parameters


Command Option Parameter

Determines which OPTION= function should be executed. Only one function can be chosen per function DBUTLTY AUTOCOLL command.

OPTION=SUMMARY

Specifies to add the duration and counter columns from all Delta rowsets that are selected and build a new Summary Delta rowset. A Summary Delta rowset has its D_MUF_TYPE column set to SUMMARY.

The D_MUF_START_DATETIME is copied from the earliest selected Delta rowset. The D_MUF_END_DATETIME is copied from the latest Delta rowset.

OPTION=BASELINE

Specifies to add the duration and counter columns from all Delta rowsets that are selected and then divide the total value by the number of Delta rowsets selected. Use these values to build a new Baseline Delta rowset. A Baseline rowset has its D_MUF_TYPE column set to BASELINE.

The D_MUF_START_DATETIME is copied from the earliest selected Delta rowset. The D_MUF_END_DATETIME is copied from the latest Delta rowset.

OPTION=AVGPERF

Specifies to add the duration and counter columns from all selected Delta rowsets that are selected and then divide the total number of duration hours of Delta rowsets selected. Use these values to build a new Average performance (for one duration hour) Delta rowset. An Average Performance rowset has its D_MUF_TYPE column set to AVGPERF, and its D_MUF_DURATION set to 1.00.

The S_MUF_START_DATETIME is copied from the earliest selected Delta rowset. The S_MUF_END_DATETIME is copied from the latest Delta rowset.