Previous Topic: 5.2.8.3 WEBSRV Usage Considerations

Next Topic: 5.2.9 JVM Heap Interval File (WEBHPI)

5.2.8.4 WEBSRV Retrieval Examples


This section presents a typical WEBSRV retrieval example.

   Produce a report showing the observations where the
   servlet response time exceeds 7 seconds.

   PROC PRINT DATA=&PWEBX..WEBSRV01;
     ID WEBCELL WEBNODE WEBSRVNM WEBINAME WEBAPPL SRVSNAME;
     VAR SRVMNRTM SRVMXRTM;
     WHERE SRVMXRTM GT 7;