com.ibm.websphere.pmi.stat

Interface WSWebAppStats.ServletStats

  • Enclosing interface:
    WSWebAppStats


    public static interface WSWebAppStats.ServletStats
    WebSphere Servlet stats interface
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ConcurrentRequests
      Number of requests that are concurrently processed (RangeStatistic).
      static int ErrorCount
      Total number of errors in a servlet or JSP (CountStatistic).
      static java.lang.String NAME
      Stats name of the Servlets logical group under a given web application.
      static int RequestCount
      Total number of requests a servlet or JSP processed (CountStatistic).
      static int ServiceTime
      The response time (ms) of a servlet or JSP request (TimeStatistic).
    • Field Detail

      • NAME

        static final java.lang.String NAME
        Stats name of the Servlets logical group under a given web application.

        <server>
        |
        |__Web Applications+
          |
          |__<web_application_1>
            |
            |__Servlets+

        See Also:
        Constant Field Values
      • RequestCount

        static final int RequestCount
        Total number of requests a servlet or JSP processed (CountStatistic).
        See Also:
        Constant Field Values
      • ConcurrentRequests

        static final int ConcurrentRequests
        Number of requests that are concurrently processed (RangeStatistic).
        See Also:
        Constant Field Values
      • ServiceTime

        static final int ServiceTime
        The response time (ms) of a servlet or JSP request (TimeStatistic).
        See Also:
        Constant Field Values
      • ErrorCount

        static final int ErrorCount
        Total number of errors in a servlet or JSP (CountStatistic).
        See Also:
        Constant Field Values
IBM WebSphere Application ServerTM
Release 8.5