HP Integrity NonStop H-Series User Manual
Page 58
ViewSys Definition Language (VDL)
ViewSys User’s Guide— 526358-002
D- 6
MAXIMUM Statement
.
DEFINE S86000 = CPUTYPE 9:4#;
DEFINE busy = CPUBUSY 50#;
MAX NONSTOPII,
PAGEFAULTS 126,
CACHEHITS 2000,
CPUQUEUE 20,
MEMQUEUE 20,
DISPATCH 11000,
SENDBUSY 160
DISKIO 250,
PCBLOW CONFIG,
BREAKPOINT CONFIG;
MAX S86000,
PAGEFAULTS 192,
CACHEHITS 7000,
CPUQUEUE 50,
MEMQUEUE 50,
DISPATCH 16000,
SENDBUSY 160
DISKIO 1000,
PCBLOW CONFIG,
BREAKPOINT CONFIG;
MAX CPU 2, PAGEFAULTS 160, busy, DISKIO DEFAULT, PCBLOW CONFIG,
CPUQUEUE 15;
The preceding example uses the factory settings based on the sysgen configured Cpu
Type/Subtype for the node, except CPU 2 an S86000 processor will use the values
PageFaults 160, busy 50, Diskio 1200, PCBHIGH will use the sysgen configured
values for PCBLow values. When a metric does not have a sysgened configured value
the default for that metric will be used, in this case 255 is used, CPUQUEUE will use a
value of 15 as the maximum metric instead of 40. All the other metrics that are not
defined in the Maximum CPU 2 statement will use the undefined metric values from the
Maximum statement S86000 PAGEFAULTS 192, CACHEHITS 7000, MEMQUEUE 50,
DISPATCH 16000, SENDBUSY 160, BREAKPOINT 25.