RPM 1.2 User's Guide
HP NonStop RPM User’s Guide  Page 27 of 52 
RPMCNF - T6530 Configuration file Example #2 
The example below ADDs 3 nodes \Chicago, \Newyork, \Sanfran; sets the TERM type to 
T6530, indicates the 7 busiest processes should be displayed for each node (ENTRIES 
7), sets SORT to be BYNODE, sets critical, warn, and info thresholds, sets the RATE to 
10 seconds, and executes a PB \* Process Busy report that updates every 10 seconds. 
!====================================================== 
!== RPM T6530 Configuration settings 08/04/15 10:00:00 
!====================================================== 
ADD \CHICAGO ! add \chicago to list of nodes 
ADD \NEWYORK ! add \newyork to list of nodes 
ADD \SANFRAN ! add \sanfran to list of nodes 
SET TERM T6530 ! define default term type, VT100, T6530, TTY 
SET ENTRIES 7 ! show top 7 busy processes on each cpu/node 
SET SORT BYNODE ! sort across all cpus in each node 
SET CRIT 50  ! set Critical alert busy threshold 50% 
SET WARN 10  ! set Warning alert busy threshold 10% 
SET INFO 1  ! set Info alert busy threshold 1% 
SET RATE 10  ! set refresh rate in seconds 
PB \*   ! show Busy Processes every 10 sec 










