3 Replies Latest reply on Mar 14, 2014 7:53 AM by jfclere

    Runtime statistic maxTime.

    whitingjr

      Hi,

      I am using EAP 6.2.0 Final and trying to query the maxTime attribute value using the CLI.

       

      After starting up EAP on my local development environment I am seeing an extraordinarily large initial value for the maxTime. I was expecting 0L.

       

      [standalone@f19lite:10000 /] /deployment=acme.ear/subdeployment=acme.war/subsystem=web/servlet=roadrunner:read-resource(recursive=true, include-runtime=true)

      {

          "outcome" => "success",

          "result" => {

              "load-time" => 0L,

              "maxTime" => 9223372036854775807L,

              "min-time" => 0L,

              "processingTime" => 0L,

              "requestCount" => 0,

              "servlet-class" => undefined

          }

      }

       

      Should the initial value be 0L ?

       

      Regards,

      Jeremy