Vdl examples, Example of viewsys configuration file – HP Integrity NonStop H-Series User Manual
Page 57
ViewSys Definition Language (VDL)
ViewSys User’s Guide— 526358-002
D- 5
MAXIMUM Statement
VDL Examples
DEFINE K10000 = CPUTYPE 7:2 #;
DEFINE DEFAULTS = CPUTYPE *.*#;
MAX K10000 CACHEHIT 2000,
CPUQUEUE 25,
DISKIO 300,
DISPATCHES 1000,
SENDBUSY 175,
MEMQUEUE 20,
SENDBUSY 165,
PAGEFAULTS 100;
This example instructs ViewSys to use the maximum metric values from the
MAXIMUM statement K1000 for a CPU TYPE 7, SUBTYPE 2 configuration.
Example of ViewSys Configuration File
This ViewSysC Maximum Values Configuration file was last modified December 1,
2002.
DEFINE DEFAULTS = CPUTYPE *.*#;
MAX DEFAULTS,
PAGEFAULTS 225,
CACHEHITS 9000,
CPUQUEUE 60,
MEMQUEUE 60,
DISPATCH 20000,
SENDBUSY 160
DISKIO 1200,
PCBLOW 255,
BREAKPOINT 25;
DEFINE NonStopII = CPUTYPE 1:0
.