ASAP 2.7 Extension Manual

Configuring the ASAP Extension
HP NonStop ASAP Extension Manual425265-004
2-23
SET TEST
subvolume
is a legal subvolume name where the swap files are created. It must be in the form:
$volume.subvolume
Examples
SET SWAPVOLS 0 $SYSTEM.ASAPX, 1-5 $DATA.ASAPX, 7-15 $DATA5.ASAPX
SET SWAPVOLS 1-7 $DATA1.ASPXSWAP, 8-15 $DATA5.ASPXSWAP
SET TEST
SET TEST turns off detailed precision for interval elapsed time values. This command
is set to OFF by default. If SET TEST ON is set in the ASAPXCNF file, the ASAP
Extension rounds to the nearest minute for a sample and uses 60 seconds per minute
converted to microseconds as the elapsed time used for rate calculations.
By default, the ASAP Extension uses the exact number of microseconds between
samples, converted to a high-precision 64-bit REAL number representation for the
number of seconds in the interval.
Setting TEST to ON eliminates the detailed precision used by ASAPX and is useful
when you validate metric values against those produced by an external driver program.
Example
SET TEST ON
Example: ASAPXCNF File
set aggregate ATM 1 2
set collector $ZOOS
set cpus 0-1
set priority 160
set object $mm.asapx.asapxmon
set swapvols 0 $system.asapx
set swapvols 1 $data.asapx
Note. After an ASAPXMON creates its swap files in a specific location, always point it back to
that location when you stop and restart it. Otherwise it cannot access needed contextual
information and must re-create the swap files from the Domain table.
SET TEST ON