0 Replies Latest reply on Mar 25, 2014 8:17 AM by dannyruchman

    WildFly JMX does not expose servlet metrics to MBeans

    dannyruchman

      Hi,

       

      I am using WildFly 8 Final version.

      I am able to connect with JConsole and look in the MBeans tab to see information.

       

      When looking in jboss.as category I can see my war in there.

      If I open it and the undertow under it I can see a list with all my servlets and and have a list of attributes for each of them:

      maxRequestTime

      minRequestTime

      requestCount

      totalRequestTime

       

      but they are always 0 even if I hit them many times from different browsers.

       

      Anyone can help me get those attributes filled with real data?

       

      Thanks!