OVNPM 1.5.2 - Performance Agent for NonStop Server Monitoring Guide
Appendix E 101
LINE $LAN1 , TREND = ON
LINE $X25A , TREND = ON
---------------------------------------------------------------
-- Section: NETLINE
-- Syntax : NETLINE <$Device> [,TREND=<ON|OFF>]
-- Example: NETLINE $PATHSQ
---------------------------------------------------------------
NETLINE $LEXT2 , TREND = OFF
---------------------------------------------------------------
-- Section: TMF
-- Syntax : TMF <Cpu Number> [,TREND=<ON|OFF>]
-- Example: TMF 00
---------------------------------------------------------------
TMF 00
TMF 01
---------------------------------------------------------------
-- Section: APPLIDEF
-- Syntax : APPLIDEF <ApplicationName> [,TREND=<ON|OFF>]
-- =<$Process1>+<$Process2>+...
-- Example: APPLIDEF MEASURE
-- =$XMM+$XM00+$XM01
-- Usage : This domain is made to monitor a set of processes as a application.
---------------------------------------------------------------
APPLIDEF OVNPM , TREND = ON
=$CM+$DBS+$DS+$STCP+$LLP0+$BC00+$BC01
APPLIDEF STOCK-APPLI , TREND = ON
=$STK0+$STK1+$STK2
---------------------------------------------------------------
-- Section: APPLIFILE
-- Syntax : APPLIFILE <ApplicationName> [,TREND=<ON|OFF>]
-- .Processes=<$Process1>+<$Process2>+...
-- .File=<$Filename>
-- Example: APPLIFILE MY-APPLI
-- .Processes=$SVR0+$SVR1+$SVR2+$SVR3
-- .File=$DATA.SUBVOL.MYDATA
-- Usage : This domain is made to monitor IO made by a set of processes on a
file.
---------------------------------------------------------------
APPLIFILE STOCK-IO , TREND = ON
Appendix E