{"list": [
  {
    "name": "",
    "children": [
      {
        "name": "Catalina",
        "children": [
          {
            "name": "Connector",
            "children": [
              {
                "name": "Catalina:type=Connector,port=80",
                "description": "Implementation of a Coyote connector",
                "attributes": [
                  {
                    "name": "URIEncoding",
                    "description": "Character encoding used to decode the URI",
                    "formattedValue": "UTF-8"
                  },
                  {
                    "name": "acceptCount",
                    "description": "The accept count for this Connector",
                    "formattedValue": "100"
                  },
                  {
                    "name": "address",
                    "description": "The IP address on which to bind",
                    "formattedValue": "null"
                  },
                  {
                    "name": "ajpFlush",
                    "description": "Send AJP flush package for each explicit flush",
                    "formattedValue": "null"
                  },
                  {
                    "name": "allowTrace",
                    "description": "Allow disabling TRACE method",
                    "formattedValue": "false"
                  },
                  {
                    "name": "allowedRequestAttributesPattern",
                    "description": "Regular expression that any custom request attributes muct match else the request will be rejected",
                    "formattedValue": "null"
                  },
                  {
                    "name": "ciphers",
                    "description": "Comma-separated list of requested cipher suites",
                    "formattedValue": "HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA"
                  },
                  {
                    "name": "ciphersUsed",
                    "description": "Array of ciphers suites in use",
                    "formattedValue": "null"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "null"
                  },
                  {
                    "name": "connectionLinger",
                    "description": "Linger value on the incoming connection",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "connectionTimeout",
                    "description": "Timeout value on the incoming connection",
                    "formattedValue": "20 000"
                  },
                  {
                    "name": "enableLookups",
                    "description": "The 'enable DNS lookups' flag for this Connector",
                    "formattedValue": "false"
                  },
                  {
                    "name": "executorName",
                    "description": "The name of the executor - if any - associated with this Connector",
                    "formattedValue": "Internal"
                  },
                  {
                    "name": "keepAliveTimeout",
                    "description": "The number of milliseconds Tomcat will wait for a subsequent request before closing the connection",
                    "formattedValue": "20 000"
                  },
                  {
                    "name": "localPort",
                    "description": "The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.",
                    "formattedValue": "80"
                  },
                  {
                    "name": "maxHeaderCount",
                    "description": "The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.",
                    "formattedValue": "100"
                  },
                  {
                    "name": "maxKeepAliveRequests",
                    "description": "Maximum number of Keep-Alive requests to honor per connection",
                    "formattedValue": "100"
                  },
                  {
                    "name": "maxParameterCount",
                    "description": "The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.",
                    "formattedValue": "1 000"
                  },
                  {
                    "name": "maxPostSize",
                    "description": "Maximum size in bytes of a POST which will be handled by the servlet API provided features",
                    "formattedValue": "2 097 152"
                  },
                  {
                    "name": "maxSavePostSize",
                    "description": "Maximum size of a POST which will be saved by the container during authentication",
                    "formattedValue": "4 096"
                  },
                  {
                    "name": "maxSwallowSize",
                    "description": "The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload",
                    "formattedValue": "2 097 152"
                  },
                  {
                    "name": "maxThreads",
                    "description": "The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.",
                    "formattedValue": "200"
                  },
                  {
                    "name": "minSpareThreads",
                    "description": "The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.",
                    "formattedValue": "10"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "null"
                  },
                  {
                    "name": "packetSize",
                    "description": "The ajp packet size.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "port",
                    "description": "The port number (excluding any offset) on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.",
                    "formattedValue": "80"
                  },
                  {
                    "name": "portOffset",
                    "description": "The offset that will be applied to port to determine the actual port number used.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "portWithOffset",
                    "description": "The actual port number (including any offset) on which this connector is configured to listen for requests.",
                    "formattedValue": "80"
                  },
                  {
                    "name": "processorCache",
                    "description": "The processor cache size.",
                    "formattedValue": "200"
                  },
                  {
                    "name": "protocol",
                    "description": "Coyote protocol handler in use",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "protocolHandlerClassName",
                    "description": "Coyote Protocol handler class name",
                    "formattedValue": "org.apache.coyote.http11.Http11NioProtocol"
                  },
                  {
                    "name": "proxyName",
                    "description": "The Server name to which we should pretend requests to this Connector",
                    "formattedValue": "null"
                  },
                  {
                    "name": "proxyPort",
                    "description": "The Server port to which we should pretend requests to this Connector",
                    "formattedValue": "0"
                  },
                  {
                    "name": "redirectPort",
                    "description": "The redirect port (excluding any offset) for non-SSL to SSL redirects",
                    "formattedValue": "443"
                  },
                  {
                    "name": "redirectPortWithOffset",
                    "description": "The actual redirect port (including any offset) for non-SSL to SSL redirects.",
                    "formattedValue": "443"
                  },
                  {
                    "name": "scheme",
                    "description": "Protocol name for this Connector (http, https)",
                    "formattedValue": "http"
                  },
                  {
                    "name": "secretRequired",
                    "description": "Must secret be set to a non-null, non-zero-length String?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "secure",
                    "description": "Is this a secure (SSL) Connector?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "sslProtocols",
                    "description": "Comma-separated list of SSL protocol variants to be enabled",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "tcpNoDelay",
                    "description": "Should we use TCP no delay?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "threadPriority",
                    "description": "The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.",
                    "formattedValue": "5"
                  },
                  {
                    "name": "useBodyEncodingForURI",
                    "description": "Should the body encoding be used for URI query parameters",
                    "formattedValue": "false"
                  },
                  {
                    "name": "useIPVHosts",
                    "description": "Should IP-based virtual hosting be used? ",
                    "formattedValue": "false"
                  },
                  {
                    "name": "xpoweredBy",
                    "description": "Is generation of X-Powered-By response header enabled/disabled?",
                    "formattedValue": "false"
                  }
                ]
              }
            ]
          },
          {
            "name": "DataSource",
            "children": [
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\"",
                "attributes": [
                  {
                    "name": "abandonedUsageTracking",
                    "description": "Introspected attribute abandonedUsageTracking",
                    "formattedValue": "false"
                  },
                  {
                    "name": "accessToUnderlyingConnectionAllowed",
                    "description": "Introspected attribute accessToUnderlyingConnectionAllowed",
                    "formattedValue": "false"
                  },
                  {
                    "name": "autoCommitOnReturn",
                    "description": "Introspected attribute autoCommitOnReturn",
                    "formattedValue": "true"
                  },
                  {
                    "name": "cacheState",
                    "description": "Introspected attribute cacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "closed",
                    "description": "Introspected attribute closed",
                    "formattedValue": "false"
                  },
                  {
                    "name": "connectionFactoryClassName",
                    "description": "Introspected attribute connectionFactoryClassName",
                    "formattedValue": "null"
                  },
                  {
                    "name": "connectionInitSqlsAsArray",
                    "description": "Introspected attribute connectionInitSqlsAsArray",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "defaultAutoCommit",
                    "description": "Introspected attribute defaultAutoCommit",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultCatalog",
                    "description": "Introspected attribute defaultCatalog",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultQueryTimeout",
                    "description": "Introspected attribute defaultQueryTimeout",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultReadOnly",
                    "description": "Introspected attribute defaultReadOnly",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultSchema",
                    "description": "Introspected attribute defaultSchema",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultTransactionIsolation",
                    "description": "Introspected attribute defaultTransactionIsolation",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "disconnectionSqlCodesAsArray",
                    "description": "Introspected attribute disconnectionSqlCodesAsArray",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "driverClassName",
                    "description": "Introspected attribute driverClassName",
                    "formattedValue": "org.h2.Driver"
                  },
                  {
                    "name": "enableAutoCommitOnReturn",
                    "description": "Introspected attribute enableAutoCommitOnReturn",
                    "formattedValue": "true"
                  },
                  {
                    "name": "evictionPolicyClassName",
                    "description": "Introspected attribute evictionPolicyClassName",
                    "formattedValue": "org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy"
                  },
                  {
                    "name": "fastFailValidation",
                    "description": "Introspected attribute fastFailValidation",
                    "formattedValue": "false"
                  },
                  {
                    "name": "initialSize",
                    "description": "Introspected attribute initialSize",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jmxName",
                    "description": "Introspected attribute jmxName",
                    "formattedValue": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\""
                  },
                  {
                    "name": "lifo",
                    "description": "Introspected attribute lifo",
                    "formattedValue": "true"
                  },
                  {
                    "name": "logAbandoned",
                    "description": "Introspected attribute logAbandoned",
                    "formattedValue": "false"
                  },
                  {
                    "name": "logExpiredConnections",
                    "description": "Introspected attribute logExpiredConnections",
                    "formattedValue": "true"
                  },
                  {
                    "name": "maxConnLifetimeMillis",
                    "description": "Introspected attribute maxConnLifetimeMillis",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "maxIdle",
                    "description": "Introspected attribute maxIdle",
                    "formattedValue": "10"
                  },
                  {
                    "name": "maxOpenPreparedStatements",
                    "description": "Introspected attribute maxOpenPreparedStatements",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "maxTotal",
                    "description": "Introspected attribute maxTotal",
                    "formattedValue": "100"
                  },
                  {
                    "name": "maxWaitMillis",
                    "description": "Introspected attribute maxWaitMillis",
                    "formattedValue": "30 000"
                  },
                  {
                    "name": "minEvictableIdleTimeMillis",
                    "description": "Introspected attribute minEvictableIdleTimeMillis",
                    "formattedValue": "1 800 000"
                  },
                  {
                    "name": "minIdle",
                    "description": "Introspected attribute minIdle",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.tomcat.dbcp.dbcp2.BasicDataSource"
                  },
                  {
                    "name": "numActive",
                    "description": "Introspected attribute numActive",
                    "formattedValue": "4"
                  },
                  {
                    "name": "numIdle",
                    "description": "Introspected attribute numIdle",
                    "formattedValue": "8"
                  },
                  {
                    "name": "numTestsPerEvictionRun",
                    "description": "Introspected attribute numTestsPerEvictionRun",
                    "formattedValue": "3"
                  },
                  {
                    "name": "poolPreparedStatements",
                    "description": "Introspected attribute poolPreparedStatements",
                    "formattedValue": "false"
                  },
                  {
                    "name": "removeAbandonedOnBorrow",
                    "description": "Introspected attribute removeAbandonedOnBorrow",
                    "formattedValue": "false"
                  },
                  {
                    "name": "removeAbandonedOnMaintenance",
                    "description": "Introspected attribute removeAbandonedOnMaintenance",
                    "formattedValue": "false"
                  },
                  {
                    "name": "removeAbandonedTimeout",
                    "description": "Introspected attribute removeAbandonedTimeout",
                    "formattedValue": "300"
                  },
                  {
                    "name": "rollbackOnReturn",
                    "description": "Introspected attribute rollbackOnReturn",
                    "formattedValue": "true"
                  },
                  {
                    "name": "softMinEvictableIdleTimeMillis",
                    "description": "Introspected attribute softMinEvictableIdleTimeMillis",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "testOnBorrow",
                    "description": "Introspected attribute testOnBorrow",
                    "formattedValue": "true"
                  },
                  {
                    "name": "testOnCreate",
                    "description": "Introspected attribute testOnCreate",
                    "formattedValue": "false"
                  },
                  {
                    "name": "testOnReturn",
                    "description": "Introspected attribute testOnReturn",
                    "formattedValue": "false"
                  },
                  {
                    "name": "testWhileIdle",
                    "description": "Introspected attribute testWhileIdle",
                    "formattedValue": "false"
                  },
                  {
                    "name": "timeBetweenEvictionRunsMillis",
                    "description": "Introspected attribute timeBetweenEvictionRunsMillis",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "url",
                    "description": "Introspected attribute url",
                    "formattedValue": "jdbc:h2:/opt/data/demo/h2"
                  },
                  {
                    "name": "username",
                    "description": "Introspected attribute username",
                    "formattedValue": "sa"
                  },
                  {
                    "name": "validationQuery",
                    "description": "Introspected attribute validationQuery",
                    "formattedValue": "null"
                  },
                  {
                    "name": "validationQueryTimeout",
                    "description": "Introspected attribute validationQueryTimeout",
                    "formattedValue": "-1"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections",
                "attributes": [
                  {
                    "name": "AbandonedConfig",
                    "formattedValue": "false"
                  },
                  {
                    "name": "BlockWhenExhausted",
                    "formattedValue": "true"
                  },
                  {
                    "name": "BorrowedCount",
                    "formattedValue": "61 589"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "false"
                  },
                  {
                    "name": "CreatedCount",
                    "formattedValue": "12"
                  },
                  {
                    "name": "CreationStackTrace",
                    "formattedValue": "java.lang.Exception\n\tat org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool.<init>(BaseGenericObjectPool.java:147)\n\tat org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool.<init>(GenericObjectPool.java:109)\n\tat org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createObjectPool(BasicDataSource.java:628)\n\tat org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createConnectionPool(BasicDataSource.java:492)\n\tat org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:558)\n\tat org.apache.tomcat.dbcp.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:753)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\n\tat net.bull.javamelody.JdbcWrapper$3.invoke(JdbcWrapper.java:812)\n\tat net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:306)\n\tat com.sun.proxy.$Proxy5.getConnection(Unknown Source)\n\tat net.bull.javamelody.internal.model.JavaInformations.buildDataBaseVersion(JavaInformations.java:426)\n\tat net.bull.javamelody.internal.model.JavaInformations.<init>(JavaInformations.java:200)\n\tat net.bull.javamelody.internal.web.MonitoringController.doActionIfNeededAndReport(MonitoringController.java:158)\n\tat net.bull.javamelody.MonitoringFilter.doMonitoring(MonitoringFilter.java:408)\n\tat net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:206)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat fr.spi4j.filter.HttpSessionFilter.doFilter(HttpSessionFilter.java:69)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:199)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat ForbiddenActionsFilter.doFilter(ForbiddenActionsFilter.java:24)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat fr.spi4j.lib.security.RemoteUserFilter.doFilter(RemoteUserFilter.java:66)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)\n\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n\tat org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688)\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)\n\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)\n\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594)\n\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n\tat java.base/java.lang.Thread.run(Thread.java:834)\n"
                  },
                  {
                    "name": "DestroyedByBorrowValidationCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "DestroyedByEvictorCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "DestroyedCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "FactoryType",
                    "formattedValue": "org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory<org.apache.tomcat.dbcp.dbcp2.PoolableConnection>"
                  },
                  {
                    "name": "Fairness",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Lifo",
                    "formattedValue": "true"
                  },
                  {
                    "name": "LogAbandoned",
                    "formattedValue": "false"
                  },
                  {
                    "name": "MaxBorrowWaitTimeMillis",
                    "formattedValue": "301"
                  },
                  {
                    "name": "MaxIdle",
                    "formattedValue": "10"
                  },
                  {
                    "name": "MaxTotal",
                    "formattedValue": "100"
                  },
                  {
                    "name": "MaxWaitMillis",
                    "formattedValue": "30 000"
                  },
                  {
                    "name": "MeanActiveTimeMillis",
                    "formattedValue": "20"
                  },
                  {
                    "name": "MeanBorrowWaitTimeMillis",
                    "formattedValue": "0"
                  },
                  {
                    "name": "MeanIdleTimeMillis",
                    "formattedValue": "1 509"
                  },
                  {
                    "name": "MinEvictableIdleTimeMillis",
                    "formattedValue": "1 800 000"
                  },
                  {
                    "name": "MinIdle",
                    "formattedValue": "0"
                  },
                  {
                    "name": "NumActive",
                    "formattedValue": "4"
                  },
                  {
                    "name": "NumIdle",
                    "formattedValue": "8"
                  },
                  {
                    "name": "NumTestsPerEvictionRun",
                    "formattedValue": "3"
                  },
                  {
                    "name": "NumWaiters",
                    "formattedValue": "0"
                  },
                  {
                    "name": "RemoveAbandonedOnBorrow",
                    "formattedValue": "false"
                  },
                  {
                    "name": "RemoveAbandonedOnMaintenance",
                    "formattedValue": "false"
                  },
                  {
                    "name": "RemoveAbandonedTimeout",
                    "formattedValue": "2 147 483 647"
                  },
                  {
                    "name": "ReturnedCount",
                    "formattedValue": "61 585"
                  },
                  {
                    "name": "TestOnBorrow",
                    "formattedValue": "true"
                  },
                  {
                    "name": "TestOnCreate",
                    "formattedValue": "false"
                  },
                  {
                    "name": "TestOnReturn",
                    "formattedValue": "false"
                  },
                  {
                    "name": "TestWhileIdle",
                    "formattedValue": "false"
                  },
                  {
                    "name": "TimeBetweenEvictionRunsMillis",
                    "formattedValue": "-1"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=1",
                "attributes": [
                  {
                    "name": "AutoCommit",
                    "formattedValue": "false"
                  },
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Catalog",
                    "formattedValue": "H2"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Holdability",
                    "formattedValue": "1"
                  },
                  {
                    "name": "ReadOnly",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Schema",
                    "formattedValue": "PUBLIC"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "2066898152, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  },
                  {
                    "name": "TransactionIsolation",
                    "formattedValue": "2"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=10",
                "attributes": [
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "2079597389, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=11",
                "attributes": [
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "1618792831, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=12",
                "attributes": [
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "1731607334, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=2",
                "attributes": [
                  {
                    "name": "AutoCommit",
                    "formattedValue": "false"
                  },
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Catalog",
                    "formattedValue": "H2"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Holdability",
                    "formattedValue": "1"
                  },
                  {
                    "name": "ReadOnly",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Schema",
                    "formattedValue": "PUBLIC"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "1600955469, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  },
                  {
                    "name": "TransactionIsolation",
                    "formattedValue": "2"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=3",
                "attributes": [
                  {
                    "name": "AutoCommit",
                    "formattedValue": "false"
                  },
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Catalog",
                    "formattedValue": "H2"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Holdability",
                    "formattedValue": "1"
                  },
                  {
                    "name": "ReadOnly",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Schema",
                    "formattedValue": "PUBLIC"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "1310649450, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  },
                  {
                    "name": "TransactionIsolation",
                    "formattedValue": "2"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=4",
                "attributes": [
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "242241515, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=5",
                "attributes": [
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "1377295899, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=6",
                "attributes": [
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "1270741831, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=7",
                "attributes": [
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "58761230, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=8",
                "attributes": [
                  {
                    "name": "AutoCommit",
                    "formattedValue": "false"
                  },
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Catalog",
                    "formattedValue": "H2"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Holdability",
                    "formattedValue": "1"
                  },
                  {
                    "name": "ReadOnly",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Schema",
                    "formattedValue": "PUBLIC"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "45706282, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  },
                  {
                    "name": "TransactionIsolation",
                    "formattedValue": "2"
                  }
                ]
              },
              {
                "name": "Catalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\",connectionpool=connections,connection=9",
                "attributes": [
                  {
                    "name": "CacheState",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Closed",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ToString",
                    "formattedValue": "334820214, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver"
                  }
                ]
              }
            ]
          },
          {
            "name": "Deployer",
            "children": [
              {
                "name": "Catalina:type=Deployer,host=localhost",
                "description": "Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts",
                "attributes": [
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.startup.HostConfig"
                  },
                  {
                    "name": "configBaseName",
                    "description": "The base directory for Context configuration files",
                    "formattedValue": "/opt/apache-tomcat-9.0.33/conf/Catalina/localhost"
                  },
                  {
                    "name": "contextClass",
                    "description": "The Java class name of the Context implementation we should use",
                    "formattedValue": "org.apache.catalina.core.StandardContext"
                  },
                  {
                    "name": "copyXML",
                    "description": "The copy XML config file flag for this component",
                    "formattedValue": "false"
                  },
                  {
                    "name": "deployXML",
                    "description": "The deploy XML config file flag for this component",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.startup.HostConfig"
                  },
                  {
                    "name": "unpackWARs",
                    "description": "The unpack WARs flag",
                    "formattedValue": "false"
                  }
                ]
              }
            ]
          },
          {
            "name": "Engine",
            "children": [
              {
                "name": "Catalina:type=Engine",
                "description": "Standard Engine Component",
                "attributes": [
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "10"
                  },
                  {
                    "name": "catalinaBase",
                    "description": "Base (instance) directory for this Engine, typically same as catalina.base system property",
                    "formattedValue": "/opt/apache-tomcat-9.0.33"
                  },
                  {
                    "name": "defaultHost",
                    "description": "Name of the default Host for this Engine",
                    "formattedValue": "localhost"
                  },
                  {
                    "name": "jvmRoute",
                    "description": "Route used for load balancing",
                    "formattedValue": "null"
                  },
                  {
                    "name": "managedResource",
                    "description": "The managed resource this MBean is associated with",
                    "formattedValue": "StandardEngine[Catalina]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardEngine"
                  },
                  {
                    "name": "name",
                    "description": "Unique name of this Engine",
                    "formattedValue": "Catalina"
                  },
                  {
                    "name": "realm",
                    "description": "Associated realm.",
                    "formattedValue": "LockOutRealm[StandardEngine[Catalina]]"
                  },
                  {
                    "name": "startChildren",
                    "description": "Will children be started automatically when they are added.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "startStopThreads",
                    "description": "The number of threads to use when starting and stopping child Hosts",
                    "formattedValue": "1"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              }
            ]
          },
          {
            "name": "Filter",
            "children": [
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "org.apache.tomcat.websocket.server.WsFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "Tomcat WebSocket (JSR356) Filter"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/demo,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "org.apache.tomcat.websocket.server.WsFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "Tomcat WebSocket (JSR356) Filter"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/demo,name=forbiddenActions,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "ForbiddenActionsFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "forbiddenActions"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/demo,name=httpSessionInThread,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "fr.spi4j.filter.HttpSessionFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "httpSessionInThread"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/demo,name=javamelody,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "net.bull.javamelody.MonitoringFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "javamelody"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/demo,name=monitoring,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "net.bull.javamelody.MonitoringFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "monitoring"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/demo,name=remoteUser,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "fr.spi4j.lib.security.RemoteUserFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "remoteUser"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/downloads,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "org.apache.tomcat.websocket.server.WsFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "Tomcat WebSocket (JSR356) Filter"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/usage,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "org.apache.tomcat.websocket.server.WsFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "Tomcat WebSocket (JSR356) Filter"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/usage,name=basic-auth,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "net.bull.javamelody.usagestats.BasicAuthFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "basic-auth"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/usage,name=gzip,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "net.bull.javamelody.usagestats.GzipFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "gzip"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Filter,WebModule=//localhost/usage,name=javamelody,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet-filter definition",
                "attributes": [
                  {
                    "name": "filterClass",
                    "description": "Fully qualified class name of the filter object",
                    "formattedValue": "net.bull.javamelody.MonitoringFilter"
                  },
                  {
                    "name": "filterInitParameterMap",
                    "description": "Return the initialization parameters associated with this filter",
                    "formattedValue": "{}"
                  },
                  {
                    "name": "filterName",
                    "description": "The name used to reference the filter in web.xml",
                    "formattedValue": "javamelody"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.ApplicationFilterConfig"
                  }
                ]
              }
            ]
          },
          {
            "name": "GlobalRequestProcessor",
            "children": [
              {
                "name": "Catalina:type=GlobalRequestProcessor,name=\"http-nio-80\"",
                "description": "Runtime information of a group of requests",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Amount of data received, in bytes",
                    "formattedValue": "86 338"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Amount of data sent, in bytes",
                    "formattedValue": "9 009 811 425"
                  },
                  {
                    "name": "errorCount",
                    "description": "Number of errors",
                    "formattedValue": "239 413"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum time to process a request",
                    "formattedValue": "1 040 067"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestGroupInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total time to process the requests",
                    "formattedValue": "409 605 568"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed",
                    "formattedValue": "39 552 322"
                  }
                ]
              }
            ]
          },
          {
            "name": "Host",
            "children": [
              {
                "name": "Catalina:type=Host,host=localhost",
                "description": "Standard Host Component",
                "attributes": [
                  {
                    "name": "aliases",
                    "description": "Host aliases",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "appBase",
                    "description": "The application root for this Host",
                    "formattedValue": "webapps"
                  },
                  {
                    "name": "autoDeploy",
                    "description": "The auto deploy flag for this Host",
                    "formattedValue": "true"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "children",
                    "description": "Object names of all children",
                    "formattedValue": "[Catalina:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=WebModule,name=//localhost/downloads,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=WebModule,name=//localhost/demo,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=WebModule,name=//localhost/usage,J2EEApplication=none,J2EEServer=none]"
                  },
                  {
                    "name": "configClass",
                    "description": "The configuration class for contexts",
                    "formattedValue": "org.apache.catalina.startup.ContextConfig"
                  },
                  {
                    "name": "contextClass",
                    "description": "The Java class name of the default Context implementation class for deployed web applications.",
                    "formattedValue": "org.apache.catalina.core.StandardContext"
                  },
                  {
                    "name": "copyXML",
                    "description": "Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "createDirs",
                    "description": "Should we create directories upon startup for appBase and xmlBase? ",
                    "formattedValue": "true"
                  },
                  {
                    "name": "deployIgnore",
                    "description": "Paths within appBase ignored for automatic deployment",
                    "formattedValue": "null"
                  },
                  {
                    "name": "deployOnStartup",
                    "description": "The deploy on startup flag for this Host",
                    "formattedValue": "true"
                  },
                  {
                    "name": "deployXML",
                    "description": "deploy Context XML config files property",
                    "formattedValue": "true"
                  },
                  {
                    "name": "errorReportValveClass",
                    "description": "The Java class name of the default error reporter implementation class for deployed web applications.",
                    "formattedValue": "org.apache.catalina.valves.ErrorReportValve"
                  },
                  {
                    "name": "managedResource",
                    "description": "The managed resource this MBean is associated with",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardHost"
                  },
                  {
                    "name": "name",
                    "description": "Unique name of this Host",
                    "formattedValue": "localhost"
                  },
                  {
                    "name": "realm",
                    "description": "Associated realm.",
                    "formattedValue": "LockOutRealm[StandardEngine[Catalina]]"
                  },
                  {
                    "name": "startChildren",
                    "description": "Will children be started automatically when they are added?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "startStopThreads",
                    "description": "The number of threads to use when starting, stopping and deploying child Contexts",
                    "formattedValue": "1"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "undeployOldVersions",
                    "description": "Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "unpackWARs",
                    "description": "Unpack WARs property",
                    "formattedValue": "false"
                  },
                  {
                    "name": "valveNames",
                    "description": "Return the MBean Names of the Valves associated with this Host",
                    "formattedValue": "[Catalina:type=Valve,host=localhost,name=AccessLogValve,\nCatalina:type=Valve,host=localhost,name=ErrorReportValve,\nCatalina:type=Valve,host=localhost,name=StandardHostValve]"
                  },
                  {
                    "name": "workDir",
                    "description": "Work Directory base for applications",
                    "formattedValue": "null"
                  },
                  {
                    "name": "xmlBase",
                    "description": "The XML root for this Host.",
                    "formattedValue": "null"
                  }
                ]
              }
            ]
          },
          {
            "name": "JspMonitor",
            "children": [
              {
                "name": "Catalina:type=JspMonitor,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none",
                "description": "JSP Monitoring",
                "attributes": [
                  {
                    "name": "jspCount",
                    "description": "The number of JSPs that have been loaded into a webapp",
                    "formattedValue": "1"
                  },
                  {
                    "name": "jspQueueLength",
                    "description": "The length of the JSP queue (if enabled via maxLoadedJsps)",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "jspReloadCount",
                    "description": "The number of JSPs that have been reloaded",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jspUnloadCount",
                    "description": "The number of JSPs that have been unloaded",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.jasper.servlet.JspServlet"
                  }
                ]
              },
              {
                "name": "Catalina:type=JspMonitor,WebModule=//localhost/demo,name=jsp,J2EEApplication=none,J2EEServer=none",
                "description": "JSP Monitoring",
                "attributes": [
                  {
                    "name": "jspCount",
                    "description": "The number of JSPs that have been loaded into a webapp",
                    "formattedValue": "1"
                  },
                  {
                    "name": "jspQueueLength",
                    "description": "The length of the JSP queue (if enabled via maxLoadedJsps)",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "jspReloadCount",
                    "description": "The number of JSPs that have been reloaded",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jspUnloadCount",
                    "description": "The number of JSPs that have been unloaded",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.jasper.servlet.JspServlet"
                  }
                ]
              },
              {
                "name": "Catalina:type=JspMonitor,WebModule=//localhost/downloads,name=jsp,J2EEApplication=none,J2EEServer=none",
                "description": "JSP Monitoring",
                "attributes": [
                  {
                    "name": "jspCount",
                    "description": "The number of JSPs that have been loaded into a webapp",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jspQueueLength",
                    "description": "The length of the JSP queue (if enabled via maxLoadedJsps)",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "jspReloadCount",
                    "description": "The number of JSPs that have been reloaded",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jspUnloadCount",
                    "description": "The number of JSPs that have been unloaded",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.jasper.servlet.JspServlet"
                  }
                ]
              },
              {
                "name": "Catalina:type=JspMonitor,WebModule=//localhost/usage,name=jsp,J2EEApplication=none,J2EEServer=none",
                "description": "JSP Monitoring",
                "attributes": [
                  {
                    "name": "jspCount",
                    "description": "The number of JSPs that have been loaded into a webapp",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jspQueueLength",
                    "description": "The length of the JSP queue (if enabled via maxLoadedJsps)",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "jspReloadCount",
                    "description": "The number of JSPs that have been reloaded",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jspUnloadCount",
                    "description": "The number of JSPs that have been unloaded",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.jasper.servlet.JspServlet"
                  }
                ]
              }
            ]
          },
          {
            "name": "Loader",
            "children": [
              {
                "name": "Catalina:type=Loader,host=localhost,context=/",
                "description": "Classloader implementation which is specialized for handling web applications",
                "attributes": [
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.loader.WebappLoader"
                  },
                  {
                    "name": "delegate",
                    "description": "The 'follow standard delegation model' flag that will be used to configure our ClassLoader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "loaderRepositories",
                    "description": "Repositories set in the real loader",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "loaderRepositoriesString",
                    "description": "Repositories set in the real loader",
                    "formattedValue": ""
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.loader.WebappLoader"
                  },
                  {
                    "name": "reloadable",
                    "description": "The reloadable flag for this Loader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Loader,host=localhost,context=/demo",
                "description": "Classloader implementation which is specialized for handling web applications",
                "attributes": [
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.loader.WebappLoader"
                  },
                  {
                    "name": "delegate",
                    "description": "The 'follow standard delegation model' flag that will be used to configure our ClassLoader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "loaderRepositories",
                    "description": "Repositories set in the real loader",
                    "formattedValue": "[war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/classes/,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.core-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/ehcache-core-2.6.8.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/log4j-1.2.17.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-lib-security-server-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/slf4j-api-1.6.1.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/jta-1.1.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.template.freemarker-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/xpp3_min-1.1.4c.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/gwt-servlet-2.7.0.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-gwt-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/itext-2.1.7.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.template-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/freemarker-2.3.16.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.converter-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/validation-api-1.0.0.GA.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/appwhite1-commons-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.docx-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/jrobin-1.5.9.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.odt-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-ui-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/javamelody-core-1.98.0.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-doc-report-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.pptx-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-lib-security-commons-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/appwhite1-server-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/referentiel-server-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/h2-1.4.200.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/xstream-1.4.11.1.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/referentiel-commons-1.7-SNAPSHOT.jar]"
                  },
                  {
                    "name": "loaderRepositoriesString",
                    "description": "Repositories set in the real loader",
                    "formattedValue": "war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/classes/:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.core-1.0.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/ehcache-core-2.6.8.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/log4j-1.2.17.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-lib-security-server-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/slf4j-api-1.6.1.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/jta-1.1.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.template.freemarker-1.0.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/xpp3_min-1.1.4c.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/gwt-servlet-2.7.0.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-gwt-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document-1.0.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/itext-2.1.7.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.template-1.0.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/freemarker-2.3.16.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.converter-1.0.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/validation-api-1.0.0.GA.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/appwhite1-commons-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.docx-1.0.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/jrobin-1.5.9.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.odt-1.0.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-ui-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/javamelody-core-1.98.0.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-doc-report-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.pptx-1.0.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-lib-security-commons-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/appwhite1-server-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/referentiel-server-1.7-SNAPSHOT.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/h2-1.4.200.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/xstream-1.4.11.1.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/referentiel-commons-1.7-SNAPSHOT.jar:"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.loader.WebappLoader"
                  },
                  {
                    "name": "reloadable",
                    "description": "The reloadable flag for this Loader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Loader,host=localhost,context=/downloads",
                "description": "Classloader implementation which is specialized for handling web applications",
                "attributes": [
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.loader.WebappLoader"
                  },
                  {
                    "name": "delegate",
                    "description": "The 'follow standard delegation model' flag that will be used to configure our ClassLoader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "loaderRepositories",
                    "description": "Repositories set in the real loader",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "loaderRepositoriesString",
                    "description": "Repositories set in the real loader",
                    "formattedValue": ""
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.loader.WebappLoader"
                  },
                  {
                    "name": "reloadable",
                    "description": "The reloadable flag for this Loader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Loader,host=localhost,context=/usage",
                "description": "Classloader implementation which is specialized for handling web applications",
                "attributes": [
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.loader.WebappLoader"
                  },
                  {
                    "name": "delegate",
                    "description": "The 'follow standard delegation model' flag that will be used to configure our ClassLoader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "loaderRepositories",
                    "description": "Repositories set in the real loader",
                    "formattedValue": "[war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/classes/,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/javamelody-core-1.99.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/jrobin-1.5.9.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/itext-2.1.7.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/gson-2.10.1.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/commons-csv-1.10.0.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/log4j-1.2.17.jar]"
                  },
                  {
                    "name": "loaderRepositoriesString",
                    "description": "Repositories set in the real loader",
                    "formattedValue": "war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/classes/:war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/javamelody-core-1.99.4.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/jrobin-1.5.9.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/itext-2.1.7.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/gson-2.10.1.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/commons-csv-1.10.0.jar:war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/log4j-1.2.17.jar:"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.loader.WebappLoader"
                  },
                  {
                    "name": "reloadable",
                    "description": "The reloadable flag for this Loader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              }
            ]
          },
          {
            "name": "MBeanFactory",
            "children": [
              {
                "name": "Catalina:type=MBeanFactory",
                "description": "Factory for MBeans and corresponding components",
                "attributes": [
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.mbeans.MBeanFactory"
                  }
                ]
              }
            ]
          },
          {
            "name": "Manager",
            "children": [
              {
                "name": "Catalina:type=Manager,host=localhost,context=/",
                "description": "Standard implementation of the Manager interface",
                "attributes": [
                  {
                    "name": "activeSessions",
                    "description": "Number of active sessions at this moment",
                    "formattedValue": "6"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.session.StandardManager"
                  },
                  {
                    "name": "duplicates",
                    "description": "Number of duplicated session ids generated",
                    "formattedValue": "0"
                  },
                  {
                    "name": "expiredSessions",
                    "description": "Number of sessions that expired ( doesn't include explicit invalidations )",
                    "formattedValue": "31 641"
                  },
                  {
                    "name": "jvmRoute",
                    "description": "Retrieve the JvmRoute for the enclosing Engine",
                    "formattedValue": "null"
                  },
                  {
                    "name": "maxActive",
                    "description": "Maximum number of active sessions so far",
                    "formattedValue": "159"
                  },
                  {
                    "name": "maxActiveSessions",
                    "description": "The maximum number of active Sessions allowed, or -1 for no limit",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.session.StandardManager"
                  },
                  {
                    "name": "name",
                    "description": "The descriptive name of this Manager implementation (for logging)",
                    "formattedValue": "StandardManager"
                  },
                  {
                    "name": "pathname",
                    "description": "Path name of the disk file in which active sessions",
                    "formattedValue": "SESSIONS.ser"
                  },
                  {
                    "name": "persistAuthentication",
                    "description": "Indicates whether sessions shall persist authentication information when being persisted (e.g. across application restarts).",
                    "formattedValue": "false"
                  },
                  {
                    "name": "processExpiresFrequency",
                    "description": "The frequency of the manager checks (expiration and passivation)",
                    "formattedValue": "6"
                  },
                  {
                    "name": "processingTime",
                    "description": "Time spent doing housekeeping and expiration",
                    "formattedValue": "2 160"
                  },
                  {
                    "name": "rejectedSessions",
                    "description": "Number of sessions we rejected due to maxActive being reached",
                    "formattedValue": "0"
                  },
                  {
                    "name": "secureRandomAlgorithm",
                    "description": "The secure random number generator algorithm name",
                    "formattedValue": "SHA1PRNG"
                  },
                  {
                    "name": "secureRandomClass",
                    "description": "The secure random number generator class name",
                    "formattedValue": "null"
                  },
                  {
                    "name": "secureRandomProvider",
                    "description": "The secure random number generator provider name",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAttributeNameFilter",
                    "description": "The string pattern used for including session attributes in distribution. Null means all attributes are included.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAttributeValueClassNameFilter",
                    "description": "The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAverageAliveTime",
                    "description": "Average time an expired session had been alive",
                    "formattedValue": "18"
                  },
                  {
                    "name": "sessionCounter",
                    "description": "Total number of sessions created by this manager",
                    "formattedValue": "31 647"
                  },
                  {
                    "name": "sessionCreateRate",
                    "description": "Session creation rate in sessions per minute",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionExpireRate",
                    "description": "Session expiration rate in sessions per minute",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionMaxAliveTime",
                    "description": "Longest time an expired session had been alive",
                    "formattedValue": "2 983"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "warnOnSessionAttributeFilterFailure",
                    "description": "Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?",
                    "formattedValue": "false"
                  }
                ]
              },
              {
                "name": "Catalina:type=Manager,host=localhost,context=/demo",
                "description": "Standard implementation of the Manager interface",
                "attributes": [
                  {
                    "name": "activeSessions",
                    "description": "Number of active sessions at this moment",
                    "formattedValue": "171"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.session.StandardManager"
                  },
                  {
                    "name": "duplicates",
                    "description": "Number of duplicated session ids generated",
                    "formattedValue": "0"
                  },
                  {
                    "name": "expiredSessions",
                    "description": "Number of sessions that expired ( doesn't include explicit invalidations )",
                    "formattedValue": "166 133"
                  },
                  {
                    "name": "jvmRoute",
                    "description": "Retrieve the JvmRoute for the enclosing Engine",
                    "formattedValue": "null"
                  },
                  {
                    "name": "maxActive",
                    "description": "Maximum number of active sessions so far",
                    "formattedValue": "1 067"
                  },
                  {
                    "name": "maxActiveSessions",
                    "description": "The maximum number of active Sessions allowed, or -1 for no limit",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.session.StandardManager"
                  },
                  {
                    "name": "name",
                    "description": "The descriptive name of this Manager implementation (for logging)",
                    "formattedValue": "StandardManager"
                  },
                  {
                    "name": "pathname",
                    "description": "Path name of the disk file in which active sessions",
                    "formattedValue": "SESSIONS.ser"
                  },
                  {
                    "name": "persistAuthentication",
                    "description": "Indicates whether sessions shall persist authentication information when being persisted (e.g. across application restarts).",
                    "formattedValue": "false"
                  },
                  {
                    "name": "processExpiresFrequency",
                    "description": "The frequency of the manager checks (expiration and passivation)",
                    "formattedValue": "6"
                  },
                  {
                    "name": "processingTime",
                    "description": "Time spent doing housekeeping and expiration",
                    "formattedValue": "5 546"
                  },
                  {
                    "name": "rejectedSessions",
                    "description": "Number of sessions we rejected due to maxActive being reached",
                    "formattedValue": "0"
                  },
                  {
                    "name": "secureRandomAlgorithm",
                    "description": "The secure random number generator algorithm name",
                    "formattedValue": "SHA1PRNG"
                  },
                  {
                    "name": "secureRandomClass",
                    "description": "The secure random number generator class name",
                    "formattedValue": "null"
                  },
                  {
                    "name": "secureRandomProvider",
                    "description": "The secure random number generator provider name",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAttributeNameFilter",
                    "description": "The string pattern used for including session attributes in distribution. Null means all attributes are included.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAttributeValueClassNameFilter",
                    "description": "The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAverageAliveTime",
                    "description": "Average time an expired session had been alive",
                    "formattedValue": "18"
                  },
                  {
                    "name": "sessionCounter",
                    "description": "Total number of sessions created by this manager",
                    "formattedValue": "166 304"
                  },
                  {
                    "name": "sessionCreateRate",
                    "description": "Session creation rate in sessions per minute",
                    "formattedValue": "17"
                  },
                  {
                    "name": "sessionExpireRate",
                    "description": "Session expiration rate in sessions per minute",
                    "formattedValue": "1"
                  },
                  {
                    "name": "sessionMaxAliveTime",
                    "description": "Longest time an expired session had been alive",
                    "formattedValue": "14 985"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "warnOnSessionAttributeFilterFailure",
                    "description": "Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?",
                    "formattedValue": "false"
                  }
                ]
              },
              {
                "name": "Catalina:type=Manager,host=localhost,context=/downloads",
                "description": "Standard implementation of the Manager interface",
                "attributes": [
                  {
                    "name": "activeSessions",
                    "description": "Number of active sessions at this moment",
                    "formattedValue": "0"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.session.StandardManager"
                  },
                  {
                    "name": "duplicates",
                    "description": "Number of duplicated session ids generated",
                    "formattedValue": "0"
                  },
                  {
                    "name": "expiredSessions",
                    "description": "Number of sessions that expired ( doesn't include explicit invalidations )",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jvmRoute",
                    "description": "Retrieve the JvmRoute for the enclosing Engine",
                    "formattedValue": "null"
                  },
                  {
                    "name": "maxActive",
                    "description": "Maximum number of active sessions so far",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxActiveSessions",
                    "description": "The maximum number of active Sessions allowed, or -1 for no limit",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.session.StandardManager"
                  },
                  {
                    "name": "name",
                    "description": "The descriptive name of this Manager implementation (for logging)",
                    "formattedValue": "StandardManager"
                  },
                  {
                    "name": "pathname",
                    "description": "Path name of the disk file in which active sessions",
                    "formattedValue": "SESSIONS.ser"
                  },
                  {
                    "name": "persistAuthentication",
                    "description": "Indicates whether sessions shall persist authentication information when being persisted (e.g. across application restarts).",
                    "formattedValue": "false"
                  },
                  {
                    "name": "processExpiresFrequency",
                    "description": "The frequency of the manager checks (expiration and passivation)",
                    "formattedValue": "6"
                  },
                  {
                    "name": "processingTime",
                    "description": "Time spent doing housekeeping and expiration",
                    "formattedValue": "178"
                  },
                  {
                    "name": "rejectedSessions",
                    "description": "Number of sessions we rejected due to maxActive being reached",
                    "formattedValue": "0"
                  },
                  {
                    "name": "secureRandomAlgorithm",
                    "description": "The secure random number generator algorithm name",
                    "formattedValue": "SHA1PRNG"
                  },
                  {
                    "name": "secureRandomClass",
                    "description": "The secure random number generator class name",
                    "formattedValue": "null"
                  },
                  {
                    "name": "secureRandomProvider",
                    "description": "The secure random number generator provider name",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAttributeNameFilter",
                    "description": "The string pattern used for including session attributes in distribution. Null means all attributes are included.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAttributeValueClassNameFilter",
                    "description": "The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAverageAliveTime",
                    "description": "Average time an expired session had been alive",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionCounter",
                    "description": "Total number of sessions created by this manager",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionCreateRate",
                    "description": "Session creation rate in sessions per minute",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionExpireRate",
                    "description": "Session expiration rate in sessions per minute",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionMaxAliveTime",
                    "description": "Longest time an expired session had been alive",
                    "formattedValue": "0"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "warnOnSessionAttributeFilterFailure",
                    "description": "Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?",
                    "formattedValue": "false"
                  }
                ]
              },
              {
                "name": "Catalina:type=Manager,host=localhost,context=/usage",
                "description": "Standard implementation of the Manager interface",
                "attributes": [
                  {
                    "name": "activeSessions",
                    "description": "Number of active sessions at this moment",
                    "formattedValue": "0"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.session.StandardManager"
                  },
                  {
                    "name": "duplicates",
                    "description": "Number of duplicated session ids generated",
                    "formattedValue": "0"
                  },
                  {
                    "name": "expiredSessions",
                    "description": "Number of sessions that expired ( doesn't include explicit invalidations )",
                    "formattedValue": "0"
                  },
                  {
                    "name": "jvmRoute",
                    "description": "Retrieve the JvmRoute for the enclosing Engine",
                    "formattedValue": "null"
                  },
                  {
                    "name": "maxActive",
                    "description": "Maximum number of active sessions so far",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxActiveSessions",
                    "description": "The maximum number of active Sessions allowed, or -1 for no limit",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.session.StandardManager"
                  },
                  {
                    "name": "name",
                    "description": "The descriptive name of this Manager implementation (for logging)",
                    "formattedValue": "StandardManager"
                  },
                  {
                    "name": "pathname",
                    "description": "Path name of the disk file in which active sessions",
                    "formattedValue": "SESSIONS.ser"
                  },
                  {
                    "name": "persistAuthentication",
                    "description": "Indicates whether sessions shall persist authentication information when being persisted (e.g. across application restarts).",
                    "formattedValue": "false"
                  },
                  {
                    "name": "processExpiresFrequency",
                    "description": "The frequency of the manager checks (expiration and passivation)",
                    "formattedValue": "6"
                  },
                  {
                    "name": "processingTime",
                    "description": "Time spent doing housekeeping and expiration",
                    "formattedValue": "89"
                  },
                  {
                    "name": "rejectedSessions",
                    "description": "Number of sessions we rejected due to maxActive being reached",
                    "formattedValue": "0"
                  },
                  {
                    "name": "secureRandomAlgorithm",
                    "description": "The secure random number generator algorithm name",
                    "formattedValue": "SHA1PRNG"
                  },
                  {
                    "name": "secureRandomClass",
                    "description": "The secure random number generator class name",
                    "formattedValue": "null"
                  },
                  {
                    "name": "secureRandomProvider",
                    "description": "The secure random number generator provider name",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAttributeNameFilter",
                    "description": "The string pattern used for including session attributes in distribution. Null means all attributes are included.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAttributeValueClassNameFilter",
                    "description": "The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionAverageAliveTime",
                    "description": "Average time an expired session had been alive",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionCounter",
                    "description": "Total number of sessions created by this manager",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionCreateRate",
                    "description": "Session creation rate in sessions per minute",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionExpireRate",
                    "description": "Session expiration rate in sessions per minute",
                    "formattedValue": "0"
                  },
                  {
                    "name": "sessionMaxAliveTime",
                    "description": "Longest time an expired session had been alive",
                    "formattedValue": "0"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "warnOnSessionAttributeFilterFailure",
                    "description": "Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?",
                    "formattedValue": "false"
                  }
                ]
              }
            ]
          },
          {
            "name": "Mapper",
            "children": [
              {
                "name": "Catalina:type=Mapper",
                "description": "Maps requests received by the associated connector to Hosts, Contexts and Wrappers",
                "attributes": [
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.mapper.MapperListener"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              }
            ]
          },
          {
            "name": "NamingResources",
            "children": [
              {
                "name": "Catalina:type=NamingResources",
                "description": "Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context",
                "attributes": [
                  {
                    "name": "container",
                    "description": "The container with which the naming resources are associated.",
                    "formattedValue": "StandardServer[8005]"
                  },
                  {
                    "name": "environments",
                    "description": "MBean Names of the set of defined environment entries for this web application",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.deploy.NamingResourcesImpl"
                  },
                  {
                    "name": "resourceLinks",
                    "description": "MBean Names of all the defined resource link references for this application.",
                    "formattedValue": "[]"
                  }
                ]
              },
              {
                "name": "Catalina:type=NamingResources,host=localhost,context=/",
                "description": "Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context",
                "attributes": [
                  {
                    "name": "container",
                    "description": "The container with which the naming resources are associated.",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost].StandardContext[]"
                  },
                  {
                    "name": "environments",
                    "description": "MBean Names of the set of defined environment entries for this web application",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.deploy.NamingResourcesImpl"
                  },
                  {
                    "name": "resourceLinks",
                    "description": "MBean Names of all the defined resource link references for this application.",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "resources",
                    "description": "MBean Names of all the defined resource references for this application.",
                    "formattedValue": "[]"
                  }
                ]
              },
              {
                "name": "Catalina:type=NamingResources,host=localhost,context=/demo",
                "description": "Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context",
                "attributes": [
                  {
                    "name": "container",
                    "description": "The container with which the naming resources are associated.",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost].StandardContext[/demo]"
                  },
                  {
                    "name": "environments",
                    "description": "MBean Names of the set of defined environment entries for this web application",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.deploy.NamingResourcesImpl"
                  },
                  {
                    "name": "resourceLinks",
                    "description": "MBean Names of all the defined resource link references for this application.",
                    "formattedValue": "[]"
                  }
                ]
              },
              {
                "name": "Catalina:type=NamingResources,host=localhost,context=/downloads",
                "description": "Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context",
                "attributes": [
                  {
                    "name": "container",
                    "description": "The container with which the naming resources are associated.",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost].StandardContext[/downloads]"
                  },
                  {
                    "name": "environments",
                    "description": "MBean Names of the set of defined environment entries for this web application",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.deploy.NamingResourcesImpl"
                  },
                  {
                    "name": "resourceLinks",
                    "description": "MBean Names of all the defined resource link references for this application.",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "resources",
                    "description": "MBean Names of all the defined resource references for this application.",
                    "formattedValue": "[]"
                  }
                ]
              },
              {
                "name": "Catalina:type=NamingResources,host=localhost,context=/usage",
                "description": "Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context",
                "attributes": [
                  {
                    "name": "container",
                    "description": "The container with which the naming resources are associated.",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost].StandardContext[/usage]"
                  },
                  {
                    "name": "environments",
                    "description": "MBean Names of the set of defined environment entries for this web application",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.deploy.NamingResourcesImpl"
                  },
                  {
                    "name": "resourceLinks",
                    "description": "MBean Names of all the defined resource link references for this application.",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "resources",
                    "description": "MBean Names of all the defined resource references for this application.",
                    "formattedValue": "[]"
                  }
                ]
              }
            ]
          },
          {
            "name": "ParallelWebappClassLoader",
            "children": [
              {
                "name": "Catalina:type=ParallelWebappClassLoader,host=localhost,context=/",
                "description": "Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel",
                "attributes": [
                  {
                    "name": "URLs",
                    "description": "The URLs of this loader",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.loader.ParallelWebappClassLoader"
                  },
                  {
                    "name": "contextName",
                    "description": "Name of the webapp context",
                    "formattedValue": "ROOT"
                  },
                  {
                    "name": "delegate",
                    "description": "The 'follow standard delegation model' flag that will be used to configure our ClassLoader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.loader.ParallelWebappClassLoader"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=ParallelWebappClassLoader,host=localhost,context=/demo",
                "description": "Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel",
                "attributes": [
                  {
                    "name": "URLs",
                    "description": "The URLs of this loader",
                    "formattedValue": "[war:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/classes/,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.core-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/ehcache-core-2.6.8.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/log4j-1.2.17.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-lib-security-server-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/slf4j-api-1.6.1.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/jta-1.1.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.template.freemarker-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/xpp3_min-1.1.4c.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/gwt-servlet-2.7.0.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-gwt-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/itext-2.1.7.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.template-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/freemarker-2.3.16.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.converter-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/validation-api-1.0.0.GA.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/appwhite1-commons-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.docx-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/jrobin-1.5.9.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.odt-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-ui-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/javamelody-core-1.98.0.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-doc-report-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/fr.opensagres.xdocreport.document.pptx-1.0.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/spi4j-lib-security-commons-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/appwhite1-server-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/referentiel-server-1.7-SNAPSHOT.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/h2-1.4.200.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/xstream-1.4.11.1.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/demo.war*/WEB-INF/lib/referentiel-commons-1.7-SNAPSHOT.jar]"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.loader.ParallelWebappClassLoader"
                  },
                  {
                    "name": "contextName",
                    "description": "Name of the webapp context",
                    "formattedValue": "demo"
                  },
                  {
                    "name": "delegate",
                    "description": "The 'follow standard delegation model' flag that will be used to configure our ClassLoader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.loader.ParallelWebappClassLoader"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=ParallelWebappClassLoader,host=localhost,context=/downloads",
                "description": "Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel",
                "attributes": [
                  {
                    "name": "URLs",
                    "description": "The URLs of this loader",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.loader.ParallelWebappClassLoader"
                  },
                  {
                    "name": "contextName",
                    "description": "Name of the webapp context",
                    "formattedValue": "downloads"
                  },
                  {
                    "name": "delegate",
                    "description": "The 'follow standard delegation model' flag that will be used to configure our ClassLoader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.loader.ParallelWebappClassLoader"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=ParallelWebappClassLoader,host=localhost,context=/usage",
                "description": "Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel",
                "attributes": [
                  {
                    "name": "URLs",
                    "description": "The URLs of this loader",
                    "formattedValue": "[war:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/classes/,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/javamelody-core-1.99.4.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/jrobin-1.5.9.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/itext-2.1.7.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/gson-2.10.1.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/commons-csv-1.10.0.jar,\nwar:file:/opt/apache-tomcat-9.0.33/webapps/usage.war*/WEB-INF/lib/log4j-1.2.17.jar]"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.loader.ParallelWebappClassLoader"
                  },
                  {
                    "name": "contextName",
                    "description": "Name of the webapp context",
                    "formattedValue": "usage"
                  },
                  {
                    "name": "delegate",
                    "description": "The 'follow standard delegation model' flag that will be used to configure our ClassLoader",
                    "formattedValue": "false"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.loader.ParallelWebappClassLoader"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              }
            ]
          },
          {
            "name": "ProtocolHandler",
            "children": [
              {
                "name": "Catalina:type=ProtocolHandler,port=80",
                "attributes": [
                  {
                    "name": "acceptCount",
                    "description": "Introspected attribute acceptCount",
                    "formattedValue": "100"
                  },
                  {
                    "name": "acceptorThreadCount",
                    "description": "Introspected attribute acceptorThreadCount",
                    "formattedValue": "1"
                  },
                  {
                    "name": "acceptorThreadPriority",
                    "description": "Introspected attribute acceptorThreadPriority",
                    "formattedValue": "5"
                  },
                  {
                    "name": "algorithm",
                    "description": "Introspected attribute algorithm",
                    "formattedValue": "SunX509"
                  },
                  {
                    "name": "allowHostHeaderMismatch",
                    "description": "Introspected attribute allowHostHeaderMismatch",
                    "formattedValue": "false"
                  },
                  {
                    "name": "allowedTrailerHeaders",
                    "description": "Introspected attribute allowedTrailerHeaders",
                    "formattedValue": ""
                  },
                  {
                    "name": "aprRequired",
                    "description": "Introspected attribute aprRequired",
                    "formattedValue": "false"
                  },
                  {
                    "name": "ciphers",
                    "description": "Introspected attribute ciphers",
                    "formattedValue": "HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA"
                  },
                  {
                    "name": "clientAuth",
                    "description": "Introspected attribute clientAuth",
                    "formattedValue": "NONE"
                  },
                  {
                    "name": "clientCertProvider",
                    "description": "Introspected attribute clientCertProvider",
                    "formattedValue": "null"
                  },
                  {
                    "name": "compressibleMimeType",
                    "description": "Introspected attribute compressibleMimeType",
                    "formattedValue": "text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json,application/xml"
                  },
                  {
                    "name": "compressibleMimeTypes",
                    "description": "Introspected attribute compressibleMimeTypes",
                    "formattedValue": "[text/html,\ntext/xml,\ntext/plain,\ntext/css,\ntext/javascript,\napplication/javascript,\napplication/json,\napplication/xml]"
                  },
                  {
                    "name": "compression",
                    "description": "Introspected attribute compression",
                    "formattedValue": "off"
                  },
                  {
                    "name": "compressionMinSize",
                    "description": "Introspected attribute compressionMinSize",
                    "formattedValue": "2 048"
                  },
                  {
                    "name": "connectionCount",
                    "description": "Introspected attribute connectionCount",
                    "formattedValue": "151"
                  },
                  {
                    "name": "connectionLinger",
                    "description": "Introspected attribute connectionLinger",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "connectionTimeout",
                    "description": "Introspected attribute connectionTimeout",
                    "formattedValue": "20 000"
                  },
                  {
                    "name": "connectionUploadTimeout",
                    "description": "Introspected attribute connectionUploadTimeout",
                    "formattedValue": "300 000"
                  },
                  {
                    "name": "crlFile",
                    "description": "Introspected attribute crlFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultSSLHostConfigName",
                    "description": "Introspected attribute defaultSSLHostConfigName",
                    "formattedValue": "_default_"
                  },
                  {
                    "name": "disableUploadTimeout",
                    "description": "Introspected attribute disableUploadTimeout",
                    "formattedValue": "true"
                  },
                  {
                    "name": "domain",
                    "description": "Introspected attribute domain",
                    "formattedValue": "Catalina"
                  },
                  {
                    "name": "keepAliveTimeout",
                    "description": "Introspected attribute keepAliveTimeout",
                    "formattedValue": "20 000"
                  },
                  {
                    "name": "keyAlias",
                    "description": "Introspected attribute keyAlias",
                    "formattedValue": "null"
                  },
                  {
                    "name": "keyPass",
                    "description": "Introspected attribute keyPass",
                    "formattedValue": "null"
                  },
                  {
                    "name": "keystoreFile",
                    "description": "Introspected attribute keystoreFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "keystorePass",
                    "description": "Introspected attribute keystorePass",
                    "formattedValue": "null"
                  },
                  {
                    "name": "keystoreProvider",
                    "description": "Introspected attribute keystoreProvider",
                    "formattedValue": "null"
                  },
                  {
                    "name": "keystoreType",
                    "description": "Introspected attribute keystoreType",
                    "formattedValue": "null"
                  },
                  {
                    "name": "localPort",
                    "description": "Introspected attribute localPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "maxConnections",
                    "description": "Introspected attribute maxConnections",
                    "formattedValue": "8 192"
                  },
                  {
                    "name": "maxExtensionSize",
                    "description": "Introspected attribute maxExtensionSize",
                    "formattedValue": "8 192"
                  },
                  {
                    "name": "maxHeaderCount",
                    "description": "Introspected attribute maxHeaderCount",
                    "formattedValue": "100"
                  },
                  {
                    "name": "maxHttpHeaderSize",
                    "description": "Introspected attribute maxHttpHeaderSize",
                    "formattedValue": "8 192"
                  },
                  {
                    "name": "maxKeepAliveRequests",
                    "description": "Introspected attribute maxKeepAliveRequests",
                    "formattedValue": "100"
                  },
                  {
                    "name": "maxSavePostSize",
                    "description": "Introspected attribute maxSavePostSize",
                    "formattedValue": "4 096"
                  },
                  {
                    "name": "maxSwallowSize",
                    "description": "Introspected attribute maxSwallowSize",
                    "formattedValue": "2 097 152"
                  },
                  {
                    "name": "maxThreads",
                    "description": "Introspected attribute maxThreads",
                    "formattedValue": "200"
                  },
                  {
                    "name": "maxTrailerSize",
                    "description": "Introspected attribute maxTrailerSize",
                    "formattedValue": "8 192"
                  },
                  {
                    "name": "minSpareThreads",
                    "description": "Introspected attribute minSpareThreads",
                    "formattedValue": "10"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.http11.Http11NioProtocol"
                  },
                  {
                    "name": "name",
                    "description": "Introspected attribute name",
                    "formattedValue": "\"http-nio-80\""
                  },
                  {
                    "name": "nameIndex",
                    "description": "Introspected attribute nameIndex",
                    "formattedValue": "1"
                  },
                  {
                    "name": "noCompressionStrongETag",
                    "description": "Introspected attribute noCompressionStrongETag",
                    "formattedValue": "true"
                  },
                  {
                    "name": "noCompressionUserAgents",
                    "description": "Introspected attribute noCompressionUserAgents",
                    "formattedValue": "null"
                  },
                  {
                    "name": "objectName",
                    "description": "Introspected attribute objectName",
                    "formattedValue": "Catalina:type=ProtocolHandler,port=80"
                  },
                  {
                    "name": "paused",
                    "description": "Introspected attribute paused",
                    "formattedValue": "false"
                  },
                  {
                    "name": "pollerThreadCount",
                    "description": "Introspected attribute pollerThreadCount",
                    "formattedValue": "1"
                  },
                  {
                    "name": "pollerThreadPriority",
                    "description": "Introspected attribute pollerThreadPriority",
                    "formattedValue": "5"
                  },
                  {
                    "name": "port",
                    "description": "Introspected attribute port",
                    "formattedValue": "80"
                  },
                  {
                    "name": "portOffset",
                    "description": "Introspected attribute portOffset",
                    "formattedValue": "0"
                  },
                  {
                    "name": "portWithOffset",
                    "description": "Introspected attribute portWithOffset",
                    "formattedValue": "80"
                  },
                  {
                    "name": "processorCache",
                    "description": "Introspected attribute processorCache",
                    "formattedValue": "200"
                  },
                  {
                    "name": "rejectIllegalHeader",
                    "description": "Introspected attribute rejectIllegalHeader",
                    "formattedValue": "true"
                  },
                  {
                    "name": "rejectIllegalHeaderName",
                    "description": "Introspected attribute rejectIllegalHeaderName",
                    "formattedValue": "true"
                  },
                  {
                    "name": "relaxedPathChars",
                    "description": "Introspected attribute relaxedPathChars",
                    "formattedValue": "null"
                  },
                  {
                    "name": "relaxedQueryChars",
                    "description": "Introspected attribute relaxedQueryChars",
                    "formattedValue": "null"
                  },
                  {
                    "name": "restrictedUserAgents",
                    "description": "Introspected attribute restrictedUserAgents",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLCACertificateFile",
                    "description": "Introspected attribute sSLCACertificateFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLCACertificatePath",
                    "description": "Introspected attribute sSLCACertificatePath",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLCARevocationFile",
                    "description": "Introspected attribute sSLCARevocationFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLCARevocationPath",
                    "description": "Introspected attribute sSLCARevocationPath",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLCertificateChainFile",
                    "description": "Introspected attribute sSLCertificateChainFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLCertificateFile",
                    "description": "Introspected attribute sSLCertificateFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLCertificateKeyFile",
                    "description": "Introspected attribute sSLCertificateKeyFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLCipherSuite",
                    "description": "Introspected attribute sSLCipherSuite",
                    "formattedValue": "HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA"
                  },
                  {
                    "name": "sSLDisableCompression",
                    "description": "Introspected attribute sSLDisableCompression",
                    "formattedValue": "true"
                  },
                  {
                    "name": "sSLDisableSessionTickets",
                    "description": "Introspected attribute sSLDisableSessionTickets",
                    "formattedValue": "false"
                  },
                  {
                    "name": "sSLEnabled",
                    "description": "Introspected attribute sSLEnabled",
                    "formattedValue": "false"
                  },
                  {
                    "name": "sSLHonorCipherOrder",
                    "description": "Introspected attribute sSLHonorCipherOrder",
                    "formattedValue": "false"
                  },
                  {
                    "name": "sSLPassword",
                    "description": "Introspected attribute sSLPassword",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sSLProtocol",
                    "description": "Introspected attribute sSLProtocol",
                    "formattedValue": ""
                  },
                  {
                    "name": "sSLVerifyClient",
                    "description": "Introspected attribute sSLVerifyClient",
                    "formattedValue": "NONE"
                  },
                  {
                    "name": "sSLVerifyDepth",
                    "description": "Introspected attribute sSLVerifyDepth",
                    "formattedValue": "10"
                  },
                  {
                    "name": "secure",
                    "description": "Introspected attribute secure",
                    "formattedValue": "false"
                  },
                  {
                    "name": "selectorTimeout",
                    "description": "Introspected attribute selectorTimeout",
                    "formattedValue": "1 000"
                  },
                  {
                    "name": "sendfileSupported",
                    "description": "Introspected attribute sendfileSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "server",
                    "description": "Introspected attribute server",
                    "formattedValue": "null"
                  },
                  {
                    "name": "serverRemoveAppProvidedValues",
                    "description": "Introspected attribute serverRemoveAppProvidedValues",
                    "formattedValue": "false"
                  },
                  {
                    "name": "sessionCacheSize",
                    "description": "Introspected attribute sessionCacheSize",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "sessionTimeout",
                    "description": "Introspected attribute sessionTimeout",
                    "formattedValue": "86 400"
                  },
                  {
                    "name": "sniParseLimit",
                    "description": "Introspected attribute sniParseLimit",
                    "formattedValue": "65 536"
                  },
                  {
                    "name": "sslEnabledProtocols",
                    "description": "Introspected attribute sslEnabledProtocols",
                    "formattedValue": ""
                  },
                  {
                    "name": "sslImplementationName",
                    "description": "Introspected attribute sslImplementationName",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sslProtocol",
                    "description": "Introspected attribute sslProtocol",
                    "formattedValue": "TLS"
                  },
                  {
                    "name": "tcpNoDelay",
                    "description": "Introspected attribute tcpNoDelay",
                    "formattedValue": "true"
                  },
                  {
                    "name": "threadPriority",
                    "description": "Introspected attribute threadPriority",
                    "formattedValue": "5"
                  },
                  {
                    "name": "trustManagerClassName",
                    "description": "Introspected attribute trustManagerClassName",
                    "formattedValue": "null"
                  },
                  {
                    "name": "trustMaxCertLength",
                    "description": "Introspected attribute trustMaxCertLength",
                    "formattedValue": "10"
                  },
                  {
                    "name": "truststoreAlgorithm",
                    "description": "Introspected attribute truststoreAlgorithm",
                    "formattedValue": "PKIX"
                  },
                  {
                    "name": "truststoreFile",
                    "description": "Introspected attribute truststoreFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "truststorePass",
                    "description": "Introspected attribute truststorePass",
                    "formattedValue": "null"
                  },
                  {
                    "name": "truststoreProvider",
                    "description": "Introspected attribute truststoreProvider",
                    "formattedValue": "null"
                  },
                  {
                    "name": "truststoreType",
                    "description": "Introspected attribute truststoreType",
                    "formattedValue": "JKS"
                  },
                  {
                    "name": "useKeepAliveResponseHeader",
                    "description": "Introspected attribute useKeepAliveResponseHeader",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useSendfile",
                    "description": "Introspected attribute useSendfile",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useServerCipherSuitesOrder",
                    "description": "Introspected attribute useServerCipherSuitesOrder",
                    "formattedValue": "false"
                  }
                ]
              }
            ]
          },
          {
            "name": "Realm",
            "children": [
              {
                "name": "Catalina:type=Realm,realmPath=/realm0",
                "description": "Realm implementation that can be used to wrap existing realms to provide a user lock-out capability",
                "attributes": [
                  {
                    "name": "allRolesMode",
                    "description": "The all roles mode.",
                    "formattedValue": "strict"
                  },
                  {
                    "name": "cacheRemovalWarningTime",
                    "description": "If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).",
                    "formattedValue": "3 600"
                  },
                  {
                    "name": "cacheSize",
                    "description": "Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.",
                    "formattedValue": "1 000"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.realm.LockOutRealm"
                  },
                  {
                    "name": "failureCount",
                    "description": "The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.",
                    "formattedValue": "5"
                  },
                  {
                    "name": "lockOutTime",
                    "description": "The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).",
                    "formattedValue": "300"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.realm.LockOutRealm"
                  },
                  {
                    "name": "realmPath",
                    "description": "The realm path",
                    "formattedValue": "/realm0"
                  },
                  {
                    "name": "realms",
                    "description": "The set of realms that the lockout realm is wrapping",
                    "formattedValue": "[Catalina:type=Realm,realmPath=/realm0/realm0]"
                  },
                  {
                    "name": "validate",
                    "description": "The 'validate certificate chains' flag.",
                    "formattedValue": "true"
                  }
                ]
              },
              {
                "name": "Catalina:type=Realm,realmPath=/realm0/realm0",
                "description": "Realm connected to a UserDatabase as a global JNDI resource",
                "attributes": [
                  {
                    "name": "allRolesMode",
                    "description": "The all roles mode.",
                    "formattedValue": "strict"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.realm.UserDatabaseRealm"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.realm.UserDatabaseRealm"
                  },
                  {
                    "name": "realmPath",
                    "description": "The realm path",
                    "formattedValue": "/realm0/realm0"
                  },
                  {
                    "name": "resourceName",
                    "description": "The global JNDI name of the UserDatabase resource to use",
                    "formattedValue": "UserDatabase"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "validate",
                    "description": "The 'validate certificate chains' flag.",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "RequestProcessor",
            "children": [
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest1",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "28 730 571"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "676"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "500 088"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 379 287"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "57 876"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest1"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest10",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "502 608"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "12"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "506 877"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 614 933"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "212"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest10"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest100",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "373 508"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "525 183"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "525 183"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 382 061"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "55"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest100"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest101",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "348 197"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "10"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "525 734"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 491 337"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "184"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest101"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest102",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "482 705"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "490 015"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "532 694"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 630 211"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "140"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest102"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest103",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "346 562"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "596 637"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "596 637"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 689 114"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "100"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest103"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest104",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "5 932"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "841 423 211"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "22 367"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "524 159"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "13 141 639"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "3 979 235"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest104"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest105",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "810"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "116 445 205"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "class=org.apache.catalina.connector.Request%247&part=source"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "1 294"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "506 143"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "5 284 392"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "517 862"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "1 547"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest105"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-289"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest106",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "324"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "101 739 595"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "1 911"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "404"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "483 375"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "3 299 797"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "621 820"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest106"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest107",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "1 018"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "161 916 651"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "8 847"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "620 465"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "3 961 359"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "1 017 839"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest107"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest108",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "73 626 971"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "1 160"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "485 726"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "3 113 511"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "177 483"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest108"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest109",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "112 537 002"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4 038"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "504 583"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 597 341"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "1 038 632"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest109"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest11",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "246 266"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "19"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "368 641"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "941 873"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 665 807"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "161"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest11"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest110",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "648"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "219 780 905"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5 084"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "432 825"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "484 738"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "5 382 115"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "1 143 298"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest110"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest111",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "3 248"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "212 184 294"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4 546"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "519 964"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "6 500 726"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "1 317 201"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest111"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest112",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "195 580"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "460 935"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "477 183"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 485 519"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "115"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest112"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest113",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "124 916 696"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2 333"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "308"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "515 844"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "3 407 511"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "549 353"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest113"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest114",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "192 952"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "549 017"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 353 055"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "75"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest114"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest115",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "187 530"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "506 655"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 385 177"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "50"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest115"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest116",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "438 229"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "493 318"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 285 862"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "125"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest116"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest117",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "242 343"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "479 544"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 436 905"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "116"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest117"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest118",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "242 915"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "8"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "527 564"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 432 238"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "85"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest118"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest119",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "267 223"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "474 887"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 457 881"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "135"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest119"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest12",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "178 720"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "512 084"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 446 873"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "95"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest12"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest120",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "150 177"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "522 658"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 460 949"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "90"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest120"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest121",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "154 095"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "513 838"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 266 187"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "58"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest121"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest122",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "123 825"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "976 489"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "976 489"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 432 634"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "17"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest122"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest123",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "182 492"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "484 717"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "515 936"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 448 575"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "39"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest123"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest124",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "112 711"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "275"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "813 456"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 233 762"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "33"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest124"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest125",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "289 315"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "507 963"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 428 501"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "67"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest125"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest126",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "145 210"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "458 447"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "481 778"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 409 185"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "47"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest126"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest127",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "241 713"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "532 974"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 401 743"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "107"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest127"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest128",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "190 061"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "1 005 893"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 405 314"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "36"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest128"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest129",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "222 519"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "473 682"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 303 846"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "46"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest129"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest13",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "523 613"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "516 755"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 605 483"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "82"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest13"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest130",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "233 551"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "507 327"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 294 586"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "64"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest130"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest131",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "198 027"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "490 979"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 429 871"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "113"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest131"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest132",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "213 685"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "524 848"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 369 121"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "62"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest132"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest133",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "142 288"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "494 249"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 353 169"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "51"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest133"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest134",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "203 705"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "519 329"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "519 329"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 233 393"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "51"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest134"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest135",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "199 178"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "541 881"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 325 222"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "81"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest135"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest136",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "227 874"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "520 985"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 357 181"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "51"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest136"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest137",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "497 134"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "481 785"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 574 743"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "149"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest137"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest138",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "333 139"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "511 083"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 397 998"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "34"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest138"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest139",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "287 187"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "486 653"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 371 689"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "68"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest139"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest14",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "6 322"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "632 895 095"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "21 243"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "535 577"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "9 761 076"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "3 182 722"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest14"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest140",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "254 517"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "523 626"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 398 054"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "143"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest140"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest141",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "150 921"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "530 452"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 243 428"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "59"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest141"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest142",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "261 526"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "504 339"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 378 319"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "116"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest142"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest143",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "156 278"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "518 448"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 275 241"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "13"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest143"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest144",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "1 230 649"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "13"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "21"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "530 223"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 510 680"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "850"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest144"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest145",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "219 259"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "9"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "253"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "494 482"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 154 334"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "137"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest145"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest146",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "101 578"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "19"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "587 632"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 328 788"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "185"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest146"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest147",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "283 984"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "10"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "515 998"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 474 596"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "141"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest147"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest148",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "4 423 591"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "format=json&part=sessions"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "11"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "525 718"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 667 798"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "3 861"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "1 179"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest148"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-439"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest149",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "323 144"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "810 595"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 425 249"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "119"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest149"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest15",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "28 289 279"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "839"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "511 763"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 122 411"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "273 183"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest15"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest150",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "207 583"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "523 058"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 250 592"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "107"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest150"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest151",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "200 533"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "544 070"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "609 198"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 339 523"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "101"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest151"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest152",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "161 973"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "8"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 447"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "538 502"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 184 578"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "58"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest152"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest153",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "223 954"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "10"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "514 269"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 240 587"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "178"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest153"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest154",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "83 369"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "514 408"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 332 222"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "26"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest154"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest155",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "343 094"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "512 266"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 414 751"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "68"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest155"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest156",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "157 399"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "499 495"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 086 463"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "147"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest156"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest157",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "533 981"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "461 597"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 512 348"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "161"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest157"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest158",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "127 542"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "622 696"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 205 226"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "78"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest158"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest159",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "86 199"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "501 476"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 188 750"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "55"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest159"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest16",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "386 161"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "9"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "29"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "362 624"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 665 128"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "96"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest16"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest160",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "126 769"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "530 696"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "530 696"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 258 936"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "53"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest160"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest161",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "157 097"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "347 679"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "509 949"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 353 459"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "26"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest161"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest162",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "141 908"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "497 189"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 283 131"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "30"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest162"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest163",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "264 261"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "518 193"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 290 825"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "117"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest163"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest164",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "196 502"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "507 831"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 196 657"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "79"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest164"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest165",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "143 007"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "297"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "596 224"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 156 720"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "42"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest165"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest166",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "235 990"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "508 289"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 194 075"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "98"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest166"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest167",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "82 802"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "538 426"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "538 426"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 068 198"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "16"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest167"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest168",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "171 819"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "467 568"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 170 408"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "62"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest168"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest169",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "147 692"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "547 023"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 150 571"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "44"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest169"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest17",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "353 686"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "503 094"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 528 324"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "109"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest17"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest170",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "227 046"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "19"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "512 178"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 252 368"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "139"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest170"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest171",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "558 463"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "12"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "512 360"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 421 346"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "161"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest171"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest172",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "157 475"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "751 714"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 281 830"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "31"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest172"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest173",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "180 914"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "525 298"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 135 925"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "135"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest173"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest174",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "203 075"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "521 791"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 230 235"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "38"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest174"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest175",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "230 078"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "507 728"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "507 728"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 104 897"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "74"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest175"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest176",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "177 637"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "517 285"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 231 006"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "52"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest176"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest177",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "819 515"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "12"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "535 161"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 549 377"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "207"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest177"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest178",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "176 315"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "508 777"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 189 051"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "76"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest178"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest179",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "159 239"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "371"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "485 898"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 145 962"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "60"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest179"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest18",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "527 356"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "538 340"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 585 559"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "277"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest18"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest180",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "196 423"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "34"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "488 368"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 130 398"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "32"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest180"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest181",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "193 205"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 804"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "532 853"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 005 375"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "104"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest181"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest182",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "123 951"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "324 532"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "507 192"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 094 035"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "20"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest182"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest183",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "166 605"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "418 977"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "449 960"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 049 314"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "50"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest183"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest184",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "185 920"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "34"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "514 531"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 138 198"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "21"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest184"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest185",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "280 955"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "496 290"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 250 971"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "60"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest185"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest186",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "227 253"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "488 641"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 131 581"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "87"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest186"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest187",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "136 691"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "439"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "541 823"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 111 764"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "33"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest187"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest188",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "1 594 832"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "9"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "151"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "532 731"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 532 953"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "557"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest188"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest189",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "209 103"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "522 284"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 190 968"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "142"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest189"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest19",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "15 482"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "719 983 034"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "23 400"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "493 885"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "13 639 574"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "2 995 859"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest19"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest190",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "255 509"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "327"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "506 241"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 076 672"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "310"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest190"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest191",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "24 321 469"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "131"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "2"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "536 747"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 999 278"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "46 461"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest191"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest192",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "225 484"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "338"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "460 311"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 078 540"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "113"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest192"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest193",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "190 344"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "504 139"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 279 577"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "174"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest193"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest194",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "672 378"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "format=xml&part=jndi&path=comp%2Fenv"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "461 982"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 422 125"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "157"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "881"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest194"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-416"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest195",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "222 538"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 480"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "388 015"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 124 775"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "133"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest195"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest196",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "195 983"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "382"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "518 738"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 126 347"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "144"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest196"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest197",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "262 625"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "7"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "419 745"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 039 551"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "99"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest197"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest198",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "192 491"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "426 019"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "426 019"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 249 454"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "53"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest198"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest199",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "212 408"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "535 824"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 230 593"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "85"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest199"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest2",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "273 742"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "9"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "887 195"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 517 616"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "263"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest2"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest20",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "3 310 363"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "343"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "364 107"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "703 185"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 528 165"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "26 206"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest20"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest200",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "152 965"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "514 067"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 113 707"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "59"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest200"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest21",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "5 388 624"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "31"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "669 790"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 146 443"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "19 502"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest21"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest22",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "309 274"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "695 909"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 459 821"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "150"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest22"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest23",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "266 971"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "455 231"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "495 879"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 492 024"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "168"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest23"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest24",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "225 366"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 730"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "506 323"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 392 773"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "105"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest24"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest25",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "15 556 741"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "88"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "21"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "852 179"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 309 477"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "44 779"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest25"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest26",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "473 338"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "14"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "524 913"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 526 262"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "312"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest26"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest27",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "2 097 240"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "26"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "816 785"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 940 298"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "534"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest27"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest28",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "82 919 362"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "1 137"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "586 596"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "586 596"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "4 141 202"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "375 757"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest28"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest29",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "224 401"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "539 498"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 497 240"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "74"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest29"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest3",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "304 110"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "7"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "436 208"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "504 307"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 548 022"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "181"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest3"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest30",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "5 199 838"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "180"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "528 049"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 841 218"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "64 914"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest30"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest31",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "9 015"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "820 219 240"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "30 183"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "420 257"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "9 208 408"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "2 944 896"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest31"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest32",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "243 872"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "522 141"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 482 738"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "75"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest32"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest33",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "734 529"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "8"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "674 871"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 839 905"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "270"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest33"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest34",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "185 820"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 030 414"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "1 030 414"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 345 072"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "30"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest34"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest35",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "1 385 059"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "10"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "508 754"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 717 581"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "323"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest35"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest36",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "332 819"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "487 245"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 412 618"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "41"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest36"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest37",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "181 928"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "904 605"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 526 418"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "31"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest37"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest38",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "259 608"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "7"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 469"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "507 779"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 419 655"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "204"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest38"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest39",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "187 250"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "360"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "505 535"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 329 611"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "70"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest39"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest4",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "8 703"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "1 089 526 473"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "34 528"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "634 354"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "15 675 005"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "4 958 586"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest4"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest40",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "3 745 344"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "format=xml&part=jvm"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "16"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "501 937"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 895 053"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "1 309"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "351"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest40"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-331"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest41",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "146 130"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 730"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "610 515"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 352 503"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "96"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest41"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest42",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "303 758"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "387 209"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "515 563"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 641 430"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "31"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest42"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest43",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "162"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "73 406 313"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "1 771"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "407 519"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "451 402"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 265 302"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "666 901"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest43"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest44",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "208 611"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "690 459"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 346 968"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "51"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest44"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest45",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "207 381"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "529 808"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 407 077"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "174"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest45"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest46",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "12 383 870"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "34"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "1 040 067"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 016 151"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "15 708"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest46"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest47",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "249 526"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "253 841"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "540 029"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 321 868"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "83"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest47"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest48",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "186 892"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "447 456"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "562 660"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 414 917"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "39"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest48"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest49",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "246 224"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "472 063"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 476 608"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "101"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest49"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest5",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "248 075"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "482 267"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "515 895"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 509 190"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "78"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest5"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest50",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "282 938"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "503 820"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 445 124"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "74"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest50"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest51",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "219 285"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "495 398"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 406 968"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "109"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest51"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest52",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "157 853"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "530 717"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 429 727"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "38"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest52"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest53",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "261 921"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "448 690"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 278 374"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "71"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest53"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest54",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "293 182"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "3 345"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "982 339"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 493 646"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "77"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest54"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest55",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "192 989"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "490 314"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 451 625"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "83"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest55"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest56",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "210 216"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 804"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "517 388"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 252 060"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "49"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest56"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest57",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "238 578"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "316"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "620 568"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 296 435"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "105"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest57"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest58",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "210 566"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "438 435"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "527 704"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 473 421"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "134"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest58"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest59",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "278 888"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "495 943"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 499 800"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "84"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest59"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest6",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "285 777"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "426 868"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "564 048"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 660 427"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "92"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest6"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest60",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "172 461"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "460 628"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "460 628"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 321 498"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "70"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest60"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest61",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "996 746"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "format=json&part=mbeans"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "22"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 311"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "510 945"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 594 543"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "292"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "688"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest61"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-425"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest62",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "71 751"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "796 133"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 280 457"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "33"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest62"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest63",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "178 962"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "516 985"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 255 359"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "113"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest63"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest64",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "3 018 636"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "graph=sql2ece4e4df4f483b6e6176e5cbf20674a7d192dae&part=usages"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "11"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "525 590"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 714 453"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "818"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "979"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest64"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-308"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest65",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "126 560"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "522 537"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 428 003"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "62"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest65"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest66",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "99 549"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "527 964"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 339 984"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "36"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest66"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest67",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "183 500"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "495 938"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "495 938"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 327 554"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "55"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest67"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest68",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "240 970"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "489 129"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "502 715"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 428 942"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "57"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest68"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest69",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "157 601"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "516 619"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 454 303"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "34"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest69"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest7",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "277 057"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "473 973"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 393 775"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "157"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest7"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest70",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "307 899"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "504 534"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "504 534"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 425 001"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "87"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest70"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest71",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "14 572"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "790 013 598"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "22 340"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "410 598"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "14 454 578"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "4 183 444"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest71"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest72",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "810"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "81 128 707"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "1 581"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "440 108"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "3 986 278"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "470 884"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest72"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest73",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "69 926 122"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "1 684"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "823 993"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "823 993"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 162 949"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "692 795"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest73"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest74",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "2 998 565"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "70"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "571 424"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 554 072"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "24 945"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest74"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest75",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "493 713"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "423 925"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "510 222"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 645 564"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "148"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest75"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest76",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "13 869 368"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "419"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1 458"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "518 684"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 454 329"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "169 001"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest76"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest77",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "420 676"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "10"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "516 445"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "516 445"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 456 121"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "136"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest77"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest78",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "355 969"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "513 219"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "513 219"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 472 766"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "99"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest78"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest79",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "406 499"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "7"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "393"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "504 429"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 421 743"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "92"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest79"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest8",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "278 178"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "497 386"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 458 035"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "137"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest8"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest80",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "669 321"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "519 815"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 508 629"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "4 875"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest80"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest81",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "16 090 503"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "506"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "500 572"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 755 207"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "171 546"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest81"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest82",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "255 741"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "697 888"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 555 858"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "34"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest82"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest83",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "403 222"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "492 177"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 623 648"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "72"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest83"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest84",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "561 714"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "496 639"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 610 234"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "106"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest84"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest85",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "466 502"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "2"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "349"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "507 773"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 397 326"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "100"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest85"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest86",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "208 498"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "617 465"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 455 764"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "93"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest86"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest87",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "486"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "65 894 529"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "968"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "526 727"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "3 830 090"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "222 980"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest87"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest88",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "1 587 461"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "8"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "519 649"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 772 923"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "346"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest88"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest89",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "511 847"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "416"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "532 842"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 423 032"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "102"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest89"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest9",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "231 807"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "7"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "688 562"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 585 603"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "182"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest9"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest90",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "232 082"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "5"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "537 283"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 429 459"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "83"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest90"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest91",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "162"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "19 182 972"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "257"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "30"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "474 612"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 769 673"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "179 513"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest91"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest92",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "14 916 107"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "class=org.apache.catalina.connector.Response&part=source"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "224"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "514 725"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 226 662"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "36 403"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "1 573"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest92"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-312"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest93",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "324"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "55 517 758"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "3 242"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "27 359"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "431 099"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 671 617"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "490 532"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest93"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest94",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "475 444"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "6"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "510 064"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 544 150"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "121"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest94"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest95",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "321 047"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "4"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "348 639"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "495 443"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 564 259"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "65"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest95"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest96",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "25 595 352"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "69"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "528 749"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "2 558 509"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "81 805"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest96"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest97",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "682 145"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "class=org.apache.catalina.connector.Request%244&part=source"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "10"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "130"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "451 867"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "1 729 094"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "191"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "1 827"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest97"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-318"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest98",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "7 432"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "921 937 699"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "class=org.apache.catalina.connector.Request%241&part=source"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "13 962"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "531 147"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "GET"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "8 703 582"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "HTTP/1.1"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "216.73.216.54"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "2 674 208"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "3 461"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest98"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "3"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "javamelody.org"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "http-nio-80-exec-290"
                  }
                ]
              },
              {
                "name": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest99",
                "attributes": [
                  {
                    "name": "bytesReceived",
                    "description": "Introspected attribute bytesReceived",
                    "formattedValue": "10 888"
                  },
                  {
                    "name": "bytesSent",
                    "description": "Introspected attribute bytesSent",
                    "formattedValue": "1 365 415 754"
                  },
                  {
                    "name": "contentLength",
                    "description": "Introspected attribute contentLength",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "currentQueryString",
                    "description": "Introspected attribute currentQueryString",
                    "formattedValue": "null"
                  },
                  {
                    "name": "currentUri",
                    "description": "Introspected attribute currentUri",
                    "formattedValue": "null"
                  },
                  {
                    "name": "errorCount",
                    "description": "Introspected attribute errorCount",
                    "formattedValue": "27 081"
                  },
                  {
                    "name": "globalProcessor",
                    "description": "Introspected attribute globalProcessor",
                    "formattedValue": "BaseModelMbean[null]"
                  },
                  {
                    "name": "lastRequestProcessingTime",
                    "description": "Introspected attribute lastRequestProcessingTime",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxRequestUri",
                    "description": "Introspected attribute maxRequestUri",
                    "formattedValue": "/demo/monitoring"
                  },
                  {
                    "name": "maxTime",
                    "description": "Introspected attribute maxTime",
                    "formattedValue": "618 382"
                  },
                  {
                    "name": "method",
                    "description": "Introspected attribute method",
                    "formattedValue": "null"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.coyote.RequestInfo"
                  },
                  {
                    "name": "processingTime",
                    "description": "Introspected attribute processingTime",
                    "formattedValue": "17 345 141"
                  },
                  {
                    "name": "protocol",
                    "description": "Introspected attribute protocol",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddr",
                    "description": "Introspected attribute remoteAddr",
                    "formattedValue": "null"
                  },
                  {
                    "name": "remoteAddrForwarded",
                    "description": "Introspected attribute remoteAddrForwarded",
                    "formattedValue": "null"
                  },
                  {
                    "name": "requestBytesReceived",
                    "description": "Introspected attribute requestBytesReceived",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestBytesSent",
                    "description": "Introspected attribute requestBytesSent",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Introspected attribute requestCount",
                    "formattedValue": "4 089 633"
                  },
                  {
                    "name": "requestProcessingTime",
                    "description": "Introspected attribute requestProcessingTime",
                    "formattedValue": "0"
                  },
                  {
                    "name": "rpName",
                    "description": "Introspected attribute rpName",
                    "formattedValue": "Catalina:type=RequestProcessor,worker=\"http-nio-80\",name=HttpRequest99"
                  },
                  {
                    "name": "serverPort",
                    "description": "Introspected attribute serverPort",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "stage",
                    "description": "Introspected attribute stage",
                    "formattedValue": "7"
                  },
                  {
                    "name": "virtualHost",
                    "description": "Introspected attribute virtualHost",
                    "formattedValue": "null"
                  },
                  {
                    "name": "workerThreadName",
                    "description": "Introspected attribute workerThreadName",
                    "formattedValue": "null"
                  }
                ]
              }
            ]
          },
          {
            "name": "Resource",
            "children": [
              {
                "name": "Catalina:type=Resource,resourcetype=Context,host=localhost,context=/demo,class=javax.sql.DataSource,name=\"jdbc/demo_javamelody\"",
                "description": "Representation of a resource reference for a web application",
                "attributes": [
                  {
                    "name": "auth",
                    "description": "The authorization requirement for this resource",
                    "formattedValue": "Container"
                  },
                  {
                    "name": "description",
                    "description": "The description of this resource",
                    "formattedValue": "Datasource"
                  },
                  {
                    "name": "name",
                    "description": "The name of this resource",
                    "formattedValue": "jdbc/demo_javamelody"
                  },
                  {
                    "name": "scope",
                    "description": "The sharing scope of this resource factory",
                    "formattedValue": "Shareable"
                  },
                  {
                    "name": "type",
                    "description": "The type of this environment entry",
                    "formattedValue": "javax.sql.DataSource"
                  }
                ]
              },
              {
                "name": "Catalina:type=Resource,resourcetype=Global,class=org.apache.catalina.UserDatabase,name=\"UserDatabase\"",
                "description": "Representation of a resource reference for a web application",
                "attributes": [
                  {
                    "name": "auth",
                    "description": "The authorization requirement for this resource",
                    "formattedValue": "Container"
                  },
                  {
                    "name": "description",
                    "description": "The description of this resource",
                    "formattedValue": "User database that can be updated and saved"
                  },
                  {
                    "name": "name",
                    "description": "The name of this resource",
                    "formattedValue": "UserDatabase"
                  },
                  {
                    "name": "scope",
                    "description": "The sharing scope of this resource factory",
                    "formattedValue": "Shareable"
                  },
                  {
                    "name": "type",
                    "description": "The type of this environment entry",
                    "formattedValue": "org.apache.catalina.UserDatabase"
                  }
                ]
              }
            ]
          },
          {
            "name": "SSLHostConfig",
            "children": [
              {
                "name": "Catalina:type=SSLHostConfig,ThreadPool=\"http-nio-80\",name=\"_default_\"",
                "attributes": [
                  {
                    "name": "caCertificateFile",
                    "description": "Introspected attribute caCertificateFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "caCertificatePath",
                    "description": "Introspected attribute caCertificatePath",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateChainFile",
                    "description": "Introspected attribute certificateChainFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateFile",
                    "description": "Introspected attribute certificateFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateKeyAlias",
                    "description": "Introspected attribute certificateKeyAlias",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateKeyFile",
                    "description": "Introspected attribute certificateKeyFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateKeyPassword",
                    "description": "Introspected attribute certificateKeyPassword",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateKeystoreFile",
                    "description": "Introspected attribute certificateKeystoreFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateKeystorePassword",
                    "description": "Introspected attribute certificateKeystorePassword",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateKeystoreProvider",
                    "description": "Introspected attribute certificateKeystoreProvider",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateKeystoreType",
                    "description": "Introspected attribute certificateKeystoreType",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateRevocationListFile",
                    "description": "Introspected attribute certificateRevocationListFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateRevocationListPath",
                    "description": "Introspected attribute certificateRevocationListPath",
                    "formattedValue": "null"
                  },
                  {
                    "name": "certificateVerificationAsString",
                    "description": "Introspected attribute certificateVerificationAsString",
                    "formattedValue": "NONE"
                  },
                  {
                    "name": "certificateVerificationDepth",
                    "description": "Introspected attribute certificateVerificationDepth",
                    "formattedValue": "10"
                  },
                  {
                    "name": "certificateVerificationDepthConfigured",
                    "description": "Introspected attribute certificateVerificationDepthConfigured",
                    "formattedValue": "false"
                  },
                  {
                    "name": "ciphers",
                    "description": "Introspected attribute ciphers",
                    "formattedValue": "HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA"
                  },
                  {
                    "name": "disableCompression",
                    "description": "Introspected attribute disableCompression",
                    "formattedValue": "true"
                  },
                  {
                    "name": "disableSessionTickets",
                    "description": "Introspected attribute disableSessionTickets",
                    "formattedValue": "false"
                  },
                  {
                    "name": "enabledCiphers",
                    "description": "Introspected attribute enabledCiphers",
                    "formattedValue": "null"
                  },
                  {
                    "name": "enabledProtocols",
                    "description": "Introspected attribute enabledProtocols",
                    "formattedValue": "null"
                  },
                  {
                    "name": "honorCipherOrder",
                    "description": "Introspected attribute honorCipherOrder",
                    "formattedValue": "false"
                  },
                  {
                    "name": "hostName",
                    "description": "Introspected attribute hostName",
                    "formattedValue": "_default_"
                  },
                  {
                    "name": "insecureRenegotiation",
                    "description": "Introspected attribute insecureRenegotiation",
                    "formattedValue": "false"
                  },
                  {
                    "name": "keyManagerAlgorithm",
                    "description": "Introspected attribute keyManagerAlgorithm",
                    "formattedValue": "SunX509"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.tomcat.util.net.SSLHostConfig"
                  },
                  {
                    "name": "objectName",
                    "description": "Introspected attribute objectName",
                    "formattedValue": "Catalina:type=SSLHostConfig,ThreadPool=\"http-nio-80\",name=\"_default_\""
                  },
                  {
                    "name": "openSslConf",
                    "description": "Introspected attribute openSslConf",
                    "formattedValue": "null"
                  },
                  {
                    "name": "openSslConfContext",
                    "description": "Introspected attribute openSslConfContext",
                    "formattedValue": "0"
                  },
                  {
                    "name": "openSslContext",
                    "description": "Introspected attribute openSslContext",
                    "formattedValue": "0"
                  },
                  {
                    "name": "revocationEnabled",
                    "description": "Introspected attribute revocationEnabled",
                    "formattedValue": "false"
                  },
                  {
                    "name": "sessionCacheSize",
                    "description": "Introspected attribute sessionCacheSize",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "sessionTimeout",
                    "description": "Introspected attribute sessionTimeout",
                    "formattedValue": "86 400"
                  },
                  {
                    "name": "sslProtocol",
                    "description": "Introspected attribute sslProtocol",
                    "formattedValue": "TLS"
                  },
                  {
                    "name": "trustManagerClassName",
                    "description": "Introspected attribute trustManagerClassName",
                    "formattedValue": "null"
                  },
                  {
                    "name": "truststoreAlgorithm",
                    "description": "Introspected attribute truststoreAlgorithm",
                    "formattedValue": "PKIX"
                  },
                  {
                    "name": "truststoreFile",
                    "description": "Introspected attribute truststoreFile",
                    "formattedValue": "null"
                  },
                  {
                    "name": "truststorePassword",
                    "description": "Introspected attribute truststorePassword",
                    "formattedValue": "null"
                  },
                  {
                    "name": "truststoreProvider",
                    "description": "Introspected attribute truststoreProvider",
                    "formattedValue": "null"
                  },
                  {
                    "name": "truststoreType",
                    "description": "Introspected attribute truststoreType",
                    "formattedValue": "JKS"
                  }
                ]
              }
            ]
          },
          {
            "name": "Server",
            "children": [
              {
                "name": "Catalina:type=Server",
                "description": "Standard Server Component",
                "attributes": [
                  {
                    "name": "address",
                    "description": "The address on which we wait for shutdown commands.",
                    "formattedValue": "localhost"
                  },
                  {
                    "name": "managedResource",
                    "description": "The managed resource this MBean is associated with",
                    "formattedValue": "StandardServer[8005]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardServer"
                  },
                  {
                    "name": "port",
                    "description": "TCP port (excluding any offset) for shutdown messages",
                    "formattedValue": "8 005"
                  },
                  {
                    "name": "portOffset",
                    "description": "The offset applied to port and to the port attributes of any nested connectors",
                    "formattedValue": "0"
                  },
                  {
                    "name": "portWithOffset",
                    "description": "Actual TCP port (including any offset) for shutdown messages",
                    "formattedValue": "8 005"
                  },
                  {
                    "name": "serverBuilt",
                    "description": "Tomcat server built timestamp",
                    "formattedValue": "Mar 11 2020 09:31:38 UTC"
                  },
                  {
                    "name": "serverInfo",
                    "description": "Tomcat server release identifier",
                    "formattedValue": "Apache Tomcat/9.0.33"
                  },
                  {
                    "name": "serverNumber",
                    "description": "Tomcat server's version number",
                    "formattedValue": "9.0.33.0"
                  },
                  {
                    "name": "serviceNames",
                    "description": "Object names of all services we know about",
                    "formattedValue": "[Catalina:type=Service]"
                  },
                  {
                    "name": "shutdown",
                    "description": "Shutdown password",
                    "formattedValue": "SHUTDOWN"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              }
            ]
          },
          {
            "name": "Service",
            "children": [
              {
                "name": "Catalina:type=Service",
                "description": "Standard Service Component",
                "attributes": [
                  {
                    "name": "connectorNames",
                    "description": "ObjectNames of the connectors",
                    "formattedValue": "[Catalina:type=Connector,port=80]"
                  },
                  {
                    "name": "managedResource",
                    "description": "The managed resource this MBean is associated with",
                    "formattedValue": "StandardService[Catalina]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardService"
                  },
                  {
                    "name": "name",
                    "description": "Unique name of this Service",
                    "formattedValue": "Catalina"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              }
            ]
          },
          {
            "name": "Servlet",
            "children": [
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "154 158"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "985"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "19 251"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "154 121"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "org.apache.catalina.servlets.DefaultServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "94"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "3"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "164"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "9 870"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "32 084"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "org.apache.jasper.servlet.JspServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AdresseService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AdresseService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.annuaire.AdresseGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AuthentificationService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "1 481"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "1 481"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "12 593"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "1"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AuthentificationService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "18 225"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "331"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.secu.AuthentificationGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=BuildInfoServlet,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "2"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "3"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=BuildInfoServlet,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.Appli1BuildInfoServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=CompetenceService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=CompetenceService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.annuaire.CompetenceGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=GradeService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "2 439"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=GradeService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "2 634"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "62"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.referentiel.server.business.ref.GradeGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=MailService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=MailService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.annuaire.MailGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PermissionService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PermissionService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.secu.PermissionGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PersonneService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "1"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "18 475"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "2"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PersonneService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "23 791"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "109"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.annuaire.PersonneGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PrintUtilsService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PrintUtilsService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.utils.PrintUtilsGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=RoleService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=RoleService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.secu.RoleGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=TelephoneService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=TelephoneService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.annuaire.TelephoneGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=UtilisateurService,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=UtilisateurService,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "fr.appwhite1.server.business.secu.UtilisateurGwtServiceImpl"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "null"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=default,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "32"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "10"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "64 517"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "32"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "996 416"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=default,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "357 981 829"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "319 664"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "org.apache.catalina.servlets.DefaultServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=jsp,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "1"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "3"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "42"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "2"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "2"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=jsp,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "2"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "1"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "org.apache.jasper.servlet.JspServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=default,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "130"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "4"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=default,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "50"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "142"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "org.apache.catalina.servlets.DefaultServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=jsp,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "1"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "3"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "2"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=jsp,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "org.apache.jasper.servlet.JspServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=admin,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "1"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "22"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=admin,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "net.bull.javamelody.usagestats.AdminServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=default,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "2"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "0"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "7"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=default,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "47"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "68"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "org.apache.catalina.servlets.DefaultServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=jsp,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "1"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "3"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "1"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "9 223 372 036 854 775 807"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=jsp,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "0"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "0"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "org.apache.jasper.servlet.JspServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=usagestats,J2EEApplication=none,J2EEServer=none",
                "description": "Wrapper that represents an individual servlet definition",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Async support",
                    "formattedValue": "false"
                  },
                  {
                    "name": "available",
                    "description": "The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.",
                    "formattedValue": "0"
                  },
                  {
                    "name": "backgroundProcessorDelay",
                    "description": "The processor delay for this component.",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "classLoadTime",
                    "description": "Time taken to load the Servlet class",
                    "formattedValue": "0"
                  },
                  {
                    "name": "countAllocated",
                    "description": "The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).",
                    "formattedValue": "0"
                  },
                  {
                    "name": "errorCount",
                    "description": "Error count",
                    "formattedValue": "327"
                  },
                  {
                    "name": "loadOnStartup",
                    "description": "The load-on-startup order value (negative value means load on first call) for this servlet.",
                    "formattedValue": "1"
                  },
                  {
                    "name": "loadTime",
                    "description": "Time taken to load and initialise the Servlet",
                    "formattedValue": "313 882"
                  },
                  {
                    "name": "maxInstances",
                    "description": "Maximum number of STM instances.",
                    "formattedValue": "20"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum processing time of a request",
                    "formattedValue": "7 114"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum processing time of a request",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardWrapper"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=usagestats,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "processingTime",
                    "description": "Total execution time of the servlet's service method",
                    "formattedValue": "7 868 449"
                  },
                  {
                    "name": "requestCount",
                    "description": "Number of requests processed by this wrapper",
                    "formattedValue": "39 025 767"
                  },
                  {
                    "name": "runAs",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "servletClass",
                    "description": "The run-as identity for this servlet.",
                    "formattedValue": "net.bull.javamelody.usagestats.UsageStatsServlet"
                  },
                  {
                    "name": "singleThreadModel",
                    "description": "Does this servlet implement the SingleThreadModel interface?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              }
            ]
          },
          {
            "name": "StringCache",
            "children": [
              {
                "name": "Catalina:type=StringCache",
                "attributes": [
                  {
                    "name": "accessCount",
                    "description": "Introspected attribute accessCount",
                    "formattedValue": "158 570 846"
                  },
                  {
                    "name": "byteEnabled",
                    "description": "Introspected attribute byteEnabled",
                    "formattedValue": "true"
                  },
                  {
                    "name": "cacheSize",
                    "description": "Introspected attribute cacheSize",
                    "formattedValue": "200"
                  },
                  {
                    "name": "charEnabled",
                    "description": "Introspected attribute charEnabled",
                    "formattedValue": "false"
                  },
                  {
                    "name": "hitCount",
                    "description": "Introspected attribute hitCount",
                    "formattedValue": "118 367 605"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.tomcat.util.buf.StringCache"
                  },
                  {
                    "name": "trainThreshold",
                    "description": "Introspected attribute trainThreshold",
                    "formattedValue": "20 000"
                  }
                ]
              }
            ]
          },
          {
            "name": "ThreadPool",
            "children": [
              {
                "name": "Catalina:type=ThreadPool,name=\"http-nio-80\"",
                "attributes": [
                  {
                    "name": "acceptCount",
                    "formattedValue": "100"
                  },
                  {
                    "name": "acceptorThreadCount",
                    "formattedValue": "1"
                  },
                  {
                    "name": "acceptorThreadPriority",
                    "formattedValue": "5"
                  },
                  {
                    "name": "alpnSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "bindOnInit",
                    "formattedValue": "true"
                  },
                  {
                    "name": "connectionCount",
                    "formattedValue": "153"
                  },
                  {
                    "name": "connectionLinger",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "connectionTimeout",
                    "formattedValue": "20 000"
                  },
                  {
                    "name": "currentThreadCount",
                    "formattedValue": "130"
                  },
                  {
                    "name": "currentThreadsBusy",
                    "formattedValue": "10"
                  },
                  {
                    "name": "daemon",
                    "formattedValue": "true"
                  },
                  {
                    "name": "defaultSSLHostConfigName",
                    "formattedValue": "_default_"
                  },
                  {
                    "name": "deferAccept",
                    "formattedValue": "false"
                  },
                  {
                    "name": "domain",
                    "formattedValue": "Catalina"
                  },
                  {
                    "name": "executorTerminationTimeoutMillis",
                    "formattedValue": "5 000"
                  },
                  {
                    "name": "keepAliveCount",
                    "formattedValue": "1"
                  },
                  {
                    "name": "keepAliveTimeout",
                    "formattedValue": "20 000"
                  },
                  {
                    "name": "localPort",
                    "formattedValue": "80"
                  },
                  {
                    "name": "maxConnections",
                    "formattedValue": "8 192"
                  },
                  {
                    "name": "maxKeepAliveRequests",
                    "formattedValue": "100"
                  },
                  {
                    "name": "maxThreads",
                    "formattedValue": "200"
                  },
                  {
                    "name": "minSpareThreads",
                    "formattedValue": "10"
                  },
                  {
                    "name": "modelerType",
                    "formattedValue": "org.apache.tomcat.util.net.NioEndpoint"
                  },
                  {
                    "name": "name",
                    "formattedValue": "http-nio-80"
                  },
                  {
                    "name": "paused",
                    "formattedValue": "false"
                  },
                  {
                    "name": "pollerThreadCount",
                    "formattedValue": "1"
                  },
                  {
                    "name": "pollerThreadPriority",
                    "formattedValue": "5"
                  },
                  {
                    "name": "port",
                    "formattedValue": "80"
                  },
                  {
                    "name": "portOffset",
                    "formattedValue": "0"
                  },
                  {
                    "name": "portWithOffset",
                    "formattedValue": "80"
                  },
                  {
                    "name": "running",
                    "formattedValue": "true"
                  },
                  {
                    "name": "sSLEnabled",
                    "formattedValue": "false"
                  },
                  {
                    "name": "selectorTimeout",
                    "formattedValue": "1 000"
                  },
                  {
                    "name": "sniParseLimit",
                    "formattedValue": "65 536"
                  },
                  {
                    "name": "sslImplementation",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sslImplementationName",
                    "formattedValue": "null"
                  },
                  {
                    "name": "tcpNoDelay",
                    "formattedValue": "true"
                  },
                  {
                    "name": "threadPriority",
                    "formattedValue": "5"
                  },
                  {
                    "name": "useInheritedChannel",
                    "formattedValue": "false"
                  },
                  {
                    "name": "useSendfile",
                    "formattedValue": "true"
                  }
                ]
              },
              {
                "name": "Catalina:type=ThreadPool,name=\"http-nio-80\",subType=SocketProperties",
                "attributes": [
                  {
                    "name": "appReadBufSize",
                    "description": "Introspected attribute appReadBufSize",
                    "formattedValue": "8 192"
                  },
                  {
                    "name": "appWriteBufSize",
                    "description": "Introspected attribute appWriteBufSize",
                    "formattedValue": "8 192"
                  },
                  {
                    "name": "bufferPool",
                    "description": "Introspected attribute bufferPool",
                    "formattedValue": "500"
                  },
                  {
                    "name": "bufferPoolSize",
                    "description": "Introspected attribute bufferPoolSize",
                    "formattedValue": "104 857 600"
                  },
                  {
                    "name": "directBuffer",
                    "description": "Introspected attribute directBuffer",
                    "formattedValue": "false"
                  },
                  {
                    "name": "directBufferPool",
                    "description": "Introspected attribute directBufferPool",
                    "formattedValue": "500"
                  },
                  {
                    "name": "directSslBuffer",
                    "description": "Introspected attribute directSslBuffer",
                    "formattedValue": "false"
                  },
                  {
                    "name": "eventCache",
                    "description": "Introspected attribute eventCache",
                    "formattedValue": "500"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.tomcat.util.net.SocketProperties"
                  },
                  {
                    "name": "processorCache",
                    "description": "Introspected attribute processorCache",
                    "formattedValue": "500"
                  },
                  {
                    "name": "soLingerOn",
                    "description": "Introspected attribute soLingerOn",
                    "formattedValue": "false"
                  },
                  {
                    "name": "soLingerTime",
                    "description": "Introspected attribute soLingerTime",
                    "formattedValue": "-1"
                  },
                  {
                    "name": "soTimeout",
                    "description": "Introspected attribute soTimeout",
                    "formattedValue": "20 000"
                  },
                  {
                    "name": "tcpNoDelay",
                    "description": "Introspected attribute tcpNoDelay",
                    "formattedValue": "true"
                  },
                  {
                    "name": "timeoutInterval",
                    "description": "Introspected attribute timeoutInterval",
                    "formattedValue": "1 000"
                  },
                  {
                    "name": "unlockTimeout",
                    "description": "Introspected attribute unlockTimeout",
                    "formattedValue": "250"
                  }
                ]
              }
            ]
          },
          {
            "name": "UtilityExecutor",
            "children": [
              {
                "name": "Catalina:type=UtilityExecutor",
                "attributes": [
                  {
                    "name": "activeCount",
                    "description": "Introspected attribute activeCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "completedTaskCount",
                    "description": "Introspected attribute completedTaskCount",
                    "formattedValue": "8 181 627"
                  },
                  {
                    "name": "continueExistingPeriodicTasksAfterShutdownPolicy",
                    "description": "Introspected attribute continueExistingPeriodicTasksAfterShutdownPolicy",
                    "formattedValue": "false"
                  },
                  {
                    "name": "corePoolSize",
                    "description": "Introspected attribute corePoolSize",
                    "formattedValue": "2"
                  },
                  {
                    "name": "executeExistingDelayedTasksAfterShutdownPolicy",
                    "description": "Introspected attribute executeExistingDelayedTasksAfterShutdownPolicy",
                    "formattedValue": "false"
                  },
                  {
                    "name": "largestPoolSize",
                    "description": "Introspected attribute largestPoolSize",
                    "formattedValue": "2"
                  },
                  {
                    "name": "maximumPoolSize",
                    "description": "Introspected attribute maximumPoolSize",
                    "formattedValue": "2 147 483 647"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "java.util.concurrent.ScheduledThreadPoolExecutor"
                  },
                  {
                    "name": "poolSize",
                    "description": "Introspected attribute poolSize",
                    "formattedValue": "2"
                  },
                  {
                    "name": "removeOnCancelPolicy",
                    "description": "Introspected attribute removeOnCancelPolicy",
                    "formattedValue": "true"
                  },
                  {
                    "name": "shutdown",
                    "description": "Introspected attribute shutdown",
                    "formattedValue": "false"
                  },
                  {
                    "name": "taskCount",
                    "description": "Introspected attribute taskCount",
                    "formattedValue": "8 181 633"
                  },
                  {
                    "name": "terminated",
                    "description": "Introspected attribute terminated",
                    "formattedValue": "false"
                  },
                  {
                    "name": "terminating",
                    "description": "Introspected attribute terminating",
                    "formattedValue": "false"
                  }
                ]
              }
            ]
          },
          {
            "name": "Valve",
            "children": [
              {
                "name": "Catalina:type=Valve,host=localhost,context=/,name=NonLoginAuthenticator",
                "description": "An Authenticator and Valve implementation that checks only security constraints not involving user authentication",
                "attributes": [
                  {
                    "name": "cache",
                    "description": "Should we cache authenticated Principals if the request is part of an HTTP session?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "changeSessionIdOnAuthentication",
                    "description": "Controls if the session ID is changed if a session exists at the point where users are authenticated",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.authenticator.NonLoginAuthenticator"
                  },
                  {
                    "name": "disableProxyCaching",
                    "description": "Controls the caching of pages that are protected by security constraints",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.authenticator.NonLoginAuthenticator"
                  },
                  {
                    "name": "securePagesWithPragma",
                    "description": "Controls the caching of pages that are protected by security constraints",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,context=/,name=StandardContextValve",
                "description": "Valve that implements the default basic behavior for the StandardContext container implementation",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Does this valve support async reporting?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.core.StandardContextValve"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardContextValve"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,context=/demo,name=NonLoginAuthenticator",
                "description": "An Authenticator and Valve implementation that checks only security constraints not involving user authentication",
                "attributes": [
                  {
                    "name": "cache",
                    "description": "Should we cache authenticated Principals if the request is part of an HTTP session?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "changeSessionIdOnAuthentication",
                    "description": "Controls if the session ID is changed if a session exists at the point where users are authenticated",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.authenticator.NonLoginAuthenticator"
                  },
                  {
                    "name": "disableProxyCaching",
                    "description": "Controls the caching of pages that are protected by security constraints",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.authenticator.NonLoginAuthenticator"
                  },
                  {
                    "name": "securePagesWithPragma",
                    "description": "Controls the caching of pages that are protected by security constraints",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,context=/demo,name=StandardContextValve",
                "description": "Valve that implements the default basic behavior for the StandardContext container implementation",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Does this valve support async reporting?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.core.StandardContextValve"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardContextValve"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,context=/downloads,name=NonLoginAuthenticator",
                "description": "An Authenticator and Valve implementation that checks only security constraints not involving user authentication",
                "attributes": [
                  {
                    "name": "cache",
                    "description": "Should we cache authenticated Principals if the request is part of an HTTP session?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "changeSessionIdOnAuthentication",
                    "description": "Controls if the session ID is changed if a session exists at the point where users are authenticated",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.authenticator.NonLoginAuthenticator"
                  },
                  {
                    "name": "disableProxyCaching",
                    "description": "Controls the caching of pages that are protected by security constraints",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.authenticator.NonLoginAuthenticator"
                  },
                  {
                    "name": "securePagesWithPragma",
                    "description": "Controls the caching of pages that are protected by security constraints",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,context=/downloads,name=StandardContextValve",
                "description": "Valve that implements the default basic behavior for the StandardContext container implementation",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Does this valve support async reporting?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.core.StandardContextValve"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardContextValve"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,context=/usage,name=NonLoginAuthenticator",
                "description": "An Authenticator and Valve implementation that checks only security constraints not involving user authentication",
                "attributes": [
                  {
                    "name": "cache",
                    "description": "Should we cache authenticated Principals if the request is part of an HTTP session?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "changeSessionIdOnAuthentication",
                    "description": "Controls if the session ID is changed if a session exists at the point where users are authenticated",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.authenticator.NonLoginAuthenticator"
                  },
                  {
                    "name": "disableProxyCaching",
                    "description": "Controls the caching of pages that are protected by security constraints",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.authenticator.NonLoginAuthenticator"
                  },
                  {
                    "name": "securePagesWithPragma",
                    "description": "Controls the caching of pages that are protected by security constraints",
                    "formattedValue": "false"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,context=/usage,name=StandardContextValve",
                "description": "Valve that implements the default basic behavior for the StandardContext container implementation",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Does this valve support async reporting?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.core.StandardContextValve"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardContextValve"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,name=AccessLogValve",
                "description": "Valve that generates a web server access log",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Does this valve support async reporting.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "buffered",
                    "description": "Flag to buffering.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "checkExists",
                    "description": "Check for file existence before logging.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.valves.AccessLogValve"
                  },
                  {
                    "name": "condition",
                    "description": "The value to look for conditional logging. The same as conditionUnless.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "conditionIf",
                    "description": "The value to look for conditional logging.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "conditionUnless",
                    "description": "The value to look for conditional logging.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "directory",
                    "description": "The directory in which log files are created",
                    "formattedValue": "logs"
                  },
                  {
                    "name": "enabled",
                    "description": "Enable Access Logging",
                    "formattedValue": "true"
                  },
                  {
                    "name": "encoding",
                    "description": "Character set used to write the log file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "fileDateFormat",
                    "description": "The format for the date for date based log rotation",
                    "formattedValue": ".yyyy-MM-dd"
                  },
                  {
                    "name": "locale",
                    "description": "The locale used to format timestamps in the access log lines",
                    "formattedValue": "en_US"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.valves.AccessLogValve"
                  },
                  {
                    "name": "pattern",
                    "description": "The pattern used to format our access log lines",
                    "formattedValue": "%h %l %u %t \"%r\" %s %b"
                  },
                  {
                    "name": "prefix",
                    "description": "The prefix that is added to log file filenames",
                    "formattedValue": "localhost_access_log"
                  },
                  {
                    "name": "renameOnRotate",
                    "description": "Flag to defer inclusion of the date stamp in the log file name until rotation.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "rotatable",
                    "description": "Flag to indicate automatic log rotation.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "suffix",
                    "description": "The suffix that is added to log file filenames",
                    "formattedValue": ".txt"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,name=ErrorReportValve",
                "description": "Implementation of a Valve that outputs HTML error pages",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Does this valve support async reporting.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.valves.ErrorReportValve"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.valves.ErrorReportValve"
                  },
                  {
                    "name": "showReport",
                    "description": "Enables/Disables full error reports",
                    "formattedValue": "true"
                  },
                  {
                    "name": "showServerInfo",
                    "description": "Enables/Disables server info on error pages",
                    "formattedValue": "true"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,host=localhost,name=StandardHostValve",
                "description": "Valve that implements the default basic behavior for the StandardHost container implementation",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Does this valve support async reporting?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.core.StandardHostValve"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardHostValve"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              },
              {
                "name": "Catalina:type=Valve,name=StandardEngineValve",
                "description": "Valve that implements the default basic behavior for the StandardEngine container implementation",
                "attributes": [
                  {
                    "name": "asyncSupported",
                    "description": "Does this valve support async reporting?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "className",
                    "description": "Fully qualified class name of the managed object",
                    "formattedValue": "org.apache.catalina.core.StandardEngineValve"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardEngineValve"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  }
                ]
              }
            ]
          },
          {
            "name": "WebModule",
            "children": [
              {
                "name": "Catalina:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none",
                "description": "Standard Context Component",
                "attributes": [
                  {
                    "name": "altDDName",
                    "description": "The alternate deployment descriptor name.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "antiResourceLocking",
                    "description": "Take care to not lock resources",
                    "formattedValue": "false"
                  },
                  {
                    "name": "baseName",
                    "description": "The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).",
                    "formattedValue": "ROOT"
                  },
                  {
                    "name": "children",
                    "description": "Object names of all children",
                    "formattedValue": "[Catalina:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none]"
                  },
                  {
                    "name": "clearReferencesRmiTargets",
                    "description": "Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "clearReferencesStopThreads",
                    "description": "Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "clearReferencesStopTimerThreads",
                    "description": "Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "clearReferencesThreadLocals",
                    "description": "Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "configFile",
                    "description": "Location of the context.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "configured",
                    "description": "The correctly configured flag for this Context.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "cookies",
                    "description": "Should we attempt to use cookies for session id communication?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "crossContext",
                    "description": "Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "defaultContextXml",
                    "description": "Location of the default context.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultWebXml",
                    "description": "Location of the default web.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "delegate",
                    "formattedValue": "false"
                  },
                  {
                    "name": "displayName",
                    "description": "The display name of this web application",
                    "formattedValue": "null"
                  },
                  {
                    "name": "distributable",
                    "description": "The distributable flag for this web application.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "docBase",
                    "description": "The document root for this web application",
                    "formattedValue": "ROOT"
                  },
                  {
                    "name": "encodedPath",
                    "description": "The encoded path",
                    "formattedValue": ""
                  },
                  {
                    "name": "errorCount",
                    "description": "Cumulative error count of all servlets in this context",
                    "formattedValue": "154 252"
                  },
                  {
                    "name": "ignoreAnnotations",
                    "description": "Ignore annotations flag.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "instanceManager",
                    "description": "Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling",
                    "formattedValue": "org.apache.catalina.core.DefaultInstanceManager@1f81197f"
                  },
                  {
                    "name": "javaVMs",
                    "description": "The Java virtual machines on which this module is running",
                    "formattedValue": "null"
                  },
                  {
                    "name": "loader",
                    "description": "Associated loader.",
                    "formattedValue": "WebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]"
                  },
                  {
                    "name": "logEffectiveWebXml",
                    "description": "Should the effective web.xml be logged when the context starts?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "logger",
                    "description": "Associated logger.",
                    "formattedValue": "org.apache.juli.logging.DirectJDKLog@2fd7ee17"
                  },
                  {
                    "name": "managedResource",
                    "description": "The managed resource this MBean is associated with",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost].StandardContext[]"
                  },
                  {
                    "name": "manager",
                    "description": "Associated manager.",
                    "formattedValue": "StandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]"
                  },
                  {
                    "name": "mapperContextRootRedirectEnabled",
                    "description": "Should the Mapper be used for context root redirects",
                    "formattedValue": "true"
                  },
                  {
                    "name": "mapperDirectoryRedirectEnabled",
                    "description": "Should the Mapper be used for directory redirects",
                    "formattedValue": "false"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum execution time of all servlets in this context",
                    "formattedValue": "985"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum execution time of all servlets in this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardContext"
                  },
                  {
                    "name": "name",
                    "description": "The name of this Context",
                    "formattedValue": ""
                  },
                  {
                    "name": "namingContextListener",
                    "description": "Associated naming context listener.",
                    "formattedValue": "org.apache.catalina.core.NamingContextListener@70bc965c"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "originalDocBase",
                    "description": "The original document root for this web application",
                    "formattedValue": "null"
                  },
                  {
                    "name": "override",
                    "description": "The default context.xml override flag for this web application",
                    "formattedValue": "false"
                  },
                  {
                    "name": "parentClassLoader",
                    "description": "Parent class loader.",
                    "formattedValue": "java.net.URLClassLoader@6c3708b3"
                  },
                  {
                    "name": "path",
                    "description": "The context path for this Context",
                    "formattedValue": ""
                  },
                  {
                    "name": "paused",
                    "description": "The request processing pause flag (while reloading occurs)",
                    "formattedValue": "false"
                  },
                  {
                    "name": "privileged",
                    "description": "Access to tomcat internals",
                    "formattedValue": "false"
                  },
                  {
                    "name": "processingTime",
                    "description": "Cumulative execution times of all servlets in this context",
                    "formattedValue": "29 121"
                  },
                  {
                    "name": "publicId",
                    "description": "The public identifier of the DTD for the web application deployment descriptor version that is being parsed",
                    "formattedValue": "null"
                  },
                  {
                    "name": "realm",
                    "description": "Associated realm.",
                    "formattedValue": "LockOutRealm[StandardEngine[Catalina]]"
                  },
                  {
                    "name": "reloadable",
                    "description": "The reloadable flag for this web application",
                    "formattedValue": "false"
                  },
                  {
                    "name": "renewThreadsWhenStoppingContext",
                    "description": "Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "requestCount",
                    "description": "Cumulative request count of all servlets in this context",
                    "formattedValue": "186 205"
                  },
                  {
                    "name": "server",
                    "description": "The J2EE Server this module is deployed on",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookieDomain",
                    "description": "The domain to use for session cookies.'null' indicates that the domain is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookieName",
                    "description": "The name to use for session cookies.'null' indicates that the name is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookiePath",
                    "description": "The path to use for session cookies.'null' indicates that the path is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionTimeout",
                    "description": "The session timeout (in minutes) for this web application",
                    "formattedValue": "30"
                  },
                  {
                    "name": "startTime",
                    "description": "Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started",
                    "formattedValue": "1 783 623 568 896"
                  },
                  {
                    "name": "startupTime",
                    "description": "Time (in milliseconds) it took to start this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "swallowOutput",
                    "description": "Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet",
                    "formattedValue": "false"
                  },
                  {
                    "name": "tldScanTime",
                    "description": "Time spend scanning jars for TLDs for this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "tldValidation",
                    "description": "Should the parsing of *.tld files be performed by a validating parser?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "unloadDelay",
                    "description": "Amount of ms that the container will wait for servlets to unload",
                    "formattedValue": "2 000"
                  },
                  {
                    "name": "unpackWAR",
                    "description": "Unpack WAR property",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useHttpOnly",
                    "description": "Indicates that session cookies should use HttpOnly",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useNaming",
                    "description": "Create a JNDI naming context for this application?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useRelativeRedirects",
                    "description": "When generating location headers for 302 responses, should a relative URI be used?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "webappVersion",
                    "description": "The version of this web application - used in parallel deployment to differentiate different versions of the same web application",
                    "formattedValue": ""
                  },
                  {
                    "name": "welcomeFiles",
                    "description": "The welcome files for this context",
                    "formattedValue": "[index.html,\nindex.htm,\nindex.jsp]"
                  },
                  {
                    "name": "workDir",
                    "description": "The pathname to the work directory for this context",
                    "formattedValue": "work/Catalina/localhost/ROOT"
                  },
                  {
                    "name": "xmlNamespaceAware",
                    "description": "Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "xmlValidation",
                    "description": "Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?",
                    "formattedValue": "false"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=WebModule,name=//localhost/demo,J2EEApplication=none,J2EEServer=none",
                "description": "Standard Context Component",
                "attributes": [
                  {
                    "name": "altDDName",
                    "description": "The alternate deployment descriptor name.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "antiResourceLocking",
                    "description": "Take care to not lock resources",
                    "formattedValue": "false"
                  },
                  {
                    "name": "baseName",
                    "description": "The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).",
                    "formattedValue": "demo"
                  },
                  {
                    "name": "children",
                    "description": "Object names of all children",
                    "formattedValue": "[Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=CompetenceService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=GradeService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PersonneService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PrintUtilsService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AdresseService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=UtilisateurService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=jsp,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=BuildInfoServlet,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PermissionService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=default,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=MailService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=RoleService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=TelephoneService,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AuthentificationService,J2EEApplication=none,J2EEServer=none]"
                  },
                  {
                    "name": "clearReferencesRmiTargets",
                    "description": "Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "clearReferencesStopThreads",
                    "description": "Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "clearReferencesStopTimerThreads",
                    "description": "Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "clearReferencesThreadLocals",
                    "description": "Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "configFile",
                    "description": "Location of the context.xml resource or file",
                    "formattedValue": "file:/opt/apache-tomcat-9.0.33/conf/Catalina/localhost/demo.xml"
                  },
                  {
                    "name": "configured",
                    "description": "The correctly configured flag for this Context.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "cookies",
                    "description": "Should we attempt to use cookies for session id communication?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "crossContext",
                    "description": "Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "defaultContextXml",
                    "description": "Location of the default context.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultWebXml",
                    "description": "Location of the default web.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "delegate",
                    "formattedValue": "false"
                  },
                  {
                    "name": "displayName",
                    "description": "The display name of this web application",
                    "formattedValue": "null"
                  },
                  {
                    "name": "distributable",
                    "description": "The distributable flag for this web application.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "docBase",
                    "description": "The document root for this web application",
                    "formattedValue": "demo.war"
                  },
                  {
                    "name": "encodedPath",
                    "description": "The encoded path",
                    "formattedValue": "/demo"
                  },
                  {
                    "name": "errorCount",
                    "description": "Cumulative error count of all servlets in this context",
                    "formattedValue": "64 518"
                  },
                  {
                    "name": "ignoreAnnotations",
                    "description": "Ignore annotations flag.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "instanceManager",
                    "description": "Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling",
                    "formattedValue": "org.apache.catalina.core.DefaultInstanceManager@6e2c2ab1"
                  },
                  {
                    "name": "javaVMs",
                    "description": "The Java virtual machines on which this module is running",
                    "formattedValue": "null"
                  },
                  {
                    "name": "loader",
                    "description": "Associated loader.",
                    "formattedValue": "WebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/demo]]"
                  },
                  {
                    "name": "logEffectiveWebXml",
                    "description": "Should the effective web.xml be logged when the context starts?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "logger",
                    "description": "Associated logger.",
                    "formattedValue": "org.apache.juli.logging.DirectJDKLog@45d70ecb"
                  },
                  {
                    "name": "managedResource",
                    "description": "The managed resource this MBean is associated with",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost].StandardContext[/demo]"
                  },
                  {
                    "name": "manager",
                    "description": "Associated manager.",
                    "formattedValue": "StandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/demo]]"
                  },
                  {
                    "name": "mapperContextRootRedirectEnabled",
                    "description": "Should the Mapper be used for context root redirects",
                    "formattedValue": "true"
                  },
                  {
                    "name": "mapperDirectoryRedirectEnabled",
                    "description": "Should the Mapper be used for directory redirects",
                    "formattedValue": "false"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum execution time of all servlets in this context",
                    "formattedValue": "996 416"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum execution time of all servlets in this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardContext"
                  },
                  {
                    "name": "name",
                    "description": "The name of this Context",
                    "formattedValue": "/demo"
                  },
                  {
                    "name": "namingContextListener",
                    "description": "Associated naming context listener.",
                    "formattedValue": "org.apache.catalina.core.NamingContextListener@6cc63cd3"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=WebModule,name=//localhost/demo,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "originalDocBase",
                    "description": "The original document root for this web application",
                    "formattedValue": "/opt/apache-tomcat-9.0.33/webapps/demo"
                  },
                  {
                    "name": "override",
                    "description": "The default context.xml override flag for this web application",
                    "formattedValue": "false"
                  },
                  {
                    "name": "parentClassLoader",
                    "description": "Parent class loader.",
                    "formattedValue": "java.net.URLClassLoader@6c3708b3"
                  },
                  {
                    "name": "path",
                    "description": "The context path for this Context",
                    "formattedValue": "/demo"
                  },
                  {
                    "name": "paused",
                    "description": "The request processing pause flag (while reloading occurs)",
                    "formattedValue": "false"
                  },
                  {
                    "name": "privileged",
                    "description": "Access to tomcat internals",
                    "formattedValue": "false"
                  },
                  {
                    "name": "processingTime",
                    "description": "Cumulative execution times of all servlets in this context",
                    "formattedValue": "358 026 481"
                  },
                  {
                    "name": "publicId",
                    "description": "The public identifier of the DTD for the web application deployment descriptor version that is being parsed",
                    "formattedValue": "null"
                  },
                  {
                    "name": "realm",
                    "description": "Associated realm.",
                    "formattedValue": "LockOutRealm[StandardEngine[Catalina]]"
                  },
                  {
                    "name": "reloadable",
                    "description": "The reloadable flag for this web application",
                    "formattedValue": "false"
                  },
                  {
                    "name": "renewThreadsWhenStoppingContext",
                    "description": "Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "requestCount",
                    "description": "Cumulative request count of all servlets in this context",
                    "formattedValue": "320 167"
                  },
                  {
                    "name": "server",
                    "description": "The J2EE Server this module is deployed on",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookieDomain",
                    "description": "The domain to use for session cookies.'null' indicates that the domain is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookieName",
                    "description": "The name to use for session cookies.'null' indicates that the name is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookiePath",
                    "description": "The path to use for session cookies.'null' indicates that the path is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionTimeout",
                    "description": "The session timeout (in minutes) for this web application",
                    "formattedValue": "30"
                  },
                  {
                    "name": "startTime",
                    "description": "Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started",
                    "formattedValue": "1 783 623 250 170"
                  },
                  {
                    "name": "startupTime",
                    "description": "Time (in milliseconds) it took to start this context",
                    "formattedValue": "2 369"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "swallowOutput",
                    "description": "Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet",
                    "formattedValue": "false"
                  },
                  {
                    "name": "tldScanTime",
                    "description": "Time spend scanning jars for TLDs for this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "tldValidation",
                    "description": "Should the parsing of *.tld files be performed by a validating parser?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "unloadDelay",
                    "description": "Amount of ms that the container will wait for servlets to unload",
                    "formattedValue": "2 000"
                  },
                  {
                    "name": "unpackWAR",
                    "description": "Unpack WAR property",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useHttpOnly",
                    "description": "Indicates that session cookies should use HttpOnly",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useNaming",
                    "description": "Create a JNDI naming context for this application?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useRelativeRedirects",
                    "description": "When generating location headers for 302 responses, should a relative URI be used?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "webappVersion",
                    "description": "The version of this web application - used in parallel deployment to differentiate different versions of the same web application",
                    "formattedValue": ""
                  },
                  {
                    "name": "welcomeFiles",
                    "description": "The welcome files for this context",
                    "formattedValue": "[index.html]"
                  },
                  {
                    "name": "workDir",
                    "description": "The pathname to the work directory for this context",
                    "formattedValue": "work/Catalina/localhost/demo"
                  },
                  {
                    "name": "xmlNamespaceAware",
                    "description": "Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "xmlValidation",
                    "description": "Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?",
                    "formattedValue": "false"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=WebModule,name=//localhost/downloads,J2EEApplication=none,J2EEServer=none",
                "description": "Standard Context Component",
                "attributes": [
                  {
                    "name": "altDDName",
                    "description": "The alternate deployment descriptor name.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "antiResourceLocking",
                    "description": "Take care to not lock resources",
                    "formattedValue": "false"
                  },
                  {
                    "name": "baseName",
                    "description": "The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).",
                    "formattedValue": "downloads"
                  },
                  {
                    "name": "children",
                    "description": "Object names of all children",
                    "formattedValue": "[Catalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=default,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=jsp,J2EEApplication=none,J2EEServer=none]"
                  },
                  {
                    "name": "clearReferencesRmiTargets",
                    "description": "Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "clearReferencesStopThreads",
                    "description": "Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "clearReferencesStopTimerThreads",
                    "description": "Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "clearReferencesThreadLocals",
                    "description": "Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "configFile",
                    "description": "Location of the context.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "configured",
                    "description": "The correctly configured flag for this Context.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "cookies",
                    "description": "Should we attempt to use cookies for session id communication?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "crossContext",
                    "description": "Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "defaultContextXml",
                    "description": "Location of the default context.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultWebXml",
                    "description": "Location of the default web.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "delegate",
                    "formattedValue": "false"
                  },
                  {
                    "name": "displayName",
                    "description": "The display name of this web application",
                    "formattedValue": "null"
                  },
                  {
                    "name": "distributable",
                    "description": "The distributable flag for this web application.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "docBase",
                    "description": "The document root for this web application",
                    "formattedValue": "downloads"
                  },
                  {
                    "name": "encodedPath",
                    "description": "The encoded path",
                    "formattedValue": "/downloads"
                  },
                  {
                    "name": "errorCount",
                    "description": "Cumulative error count of all servlets in this context",
                    "formattedValue": "130"
                  },
                  {
                    "name": "ignoreAnnotations",
                    "description": "Ignore annotations flag.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "instanceManager",
                    "description": "Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling",
                    "formattedValue": "org.apache.catalina.core.DefaultInstanceManager@34044d0"
                  },
                  {
                    "name": "javaVMs",
                    "description": "The Java virtual machines on which this module is running",
                    "formattedValue": "null"
                  },
                  {
                    "name": "loader",
                    "description": "Associated loader.",
                    "formattedValue": "WebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/downloads]]"
                  },
                  {
                    "name": "logEffectiveWebXml",
                    "description": "Should the effective web.xml be logged when the context starts?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "logger",
                    "description": "Associated logger.",
                    "formattedValue": "org.apache.juli.logging.DirectJDKLog@76ddfbd"
                  },
                  {
                    "name": "managedResource",
                    "description": "The managed resource this MBean is associated with",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost].StandardContext[/downloads]"
                  },
                  {
                    "name": "manager",
                    "description": "Associated manager.",
                    "formattedValue": "StandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/downloads]]"
                  },
                  {
                    "name": "mapperContextRootRedirectEnabled",
                    "description": "Should the Mapper be used for context root redirects",
                    "formattedValue": "true"
                  },
                  {
                    "name": "mapperDirectoryRedirectEnabled",
                    "description": "Should the Mapper be used for directory redirects",
                    "formattedValue": "false"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum execution time of all servlets in this context",
                    "formattedValue": "4"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum execution time of all servlets in this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardContext"
                  },
                  {
                    "name": "name",
                    "description": "The name of this Context",
                    "formattedValue": "/downloads"
                  },
                  {
                    "name": "namingContextListener",
                    "description": "Associated naming context listener.",
                    "formattedValue": "org.apache.catalina.core.NamingContextListener@175a3e11"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=WebModule,name=//localhost/downloads,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "originalDocBase",
                    "description": "The original document root for this web application",
                    "formattedValue": "null"
                  },
                  {
                    "name": "override",
                    "description": "The default context.xml override flag for this web application",
                    "formattedValue": "false"
                  },
                  {
                    "name": "parentClassLoader",
                    "description": "Parent class loader.",
                    "formattedValue": "java.net.URLClassLoader@6c3708b3"
                  },
                  {
                    "name": "path",
                    "description": "The context path for this Context",
                    "formattedValue": "/downloads"
                  },
                  {
                    "name": "paused",
                    "description": "The request processing pause flag (while reloading occurs)",
                    "formattedValue": "false"
                  },
                  {
                    "name": "privileged",
                    "description": "Access to tomcat internals",
                    "formattedValue": "false"
                  },
                  {
                    "name": "processingTime",
                    "description": "Cumulative execution times of all servlets in this context",
                    "formattedValue": "50"
                  },
                  {
                    "name": "publicId",
                    "description": "The public identifier of the DTD for the web application deployment descriptor version that is being parsed",
                    "formattedValue": "null"
                  },
                  {
                    "name": "realm",
                    "description": "Associated realm.",
                    "formattedValue": "LockOutRealm[StandardEngine[Catalina]]"
                  },
                  {
                    "name": "reloadable",
                    "description": "The reloadable flag for this web application",
                    "formattedValue": "false"
                  },
                  {
                    "name": "renewThreadsWhenStoppingContext",
                    "description": "Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "requestCount",
                    "description": "Cumulative request count of all servlets in this context",
                    "formattedValue": "142"
                  },
                  {
                    "name": "server",
                    "description": "The J2EE Server this module is deployed on",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookieDomain",
                    "description": "The domain to use for session cookies.'null' indicates that the domain is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookieName",
                    "description": "The name to use for session cookies.'null' indicates that the name is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookiePath",
                    "description": "The path to use for session cookies.'null' indicates that the path is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionTimeout",
                    "description": "The session timeout (in minutes) for this web application",
                    "formattedValue": "30"
                  },
                  {
                    "name": "startTime",
                    "description": "Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started",
                    "formattedValue": "1 783 623 568 795"
                  },
                  {
                    "name": "startupTime",
                    "description": "Time (in milliseconds) it took to start this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "swallowOutput",
                    "description": "Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet",
                    "formattedValue": "false"
                  },
                  {
                    "name": "tldScanTime",
                    "description": "Time spend scanning jars for TLDs for this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "tldValidation",
                    "description": "Should the parsing of *.tld files be performed by a validating parser?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "unloadDelay",
                    "description": "Amount of ms that the container will wait for servlets to unload",
                    "formattedValue": "2 000"
                  },
                  {
                    "name": "unpackWAR",
                    "description": "Unpack WAR property",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useHttpOnly",
                    "description": "Indicates that session cookies should use HttpOnly",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useNaming",
                    "description": "Create a JNDI naming context for this application?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useRelativeRedirects",
                    "description": "When generating location headers for 302 responses, should a relative URI be used?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "webappVersion",
                    "description": "The version of this web application - used in parallel deployment to differentiate different versions of the same web application",
                    "formattedValue": ""
                  },
                  {
                    "name": "welcomeFiles",
                    "description": "The welcome files for this context",
                    "formattedValue": "[index.html,\nindex.htm,\nindex.jsp]"
                  },
                  {
                    "name": "workDir",
                    "description": "The pathname to the work directory for this context",
                    "formattedValue": "work/Catalina/localhost/downloads"
                  },
                  {
                    "name": "xmlNamespaceAware",
                    "description": "Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "xmlValidation",
                    "description": "Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?",
                    "formattedValue": "false"
                  }
                ]
              },
              {
                "name": "Catalina:j2eeType=WebModule,name=//localhost/usage,J2EEApplication=none,J2EEServer=none",
                "description": "Standard Context Component",
                "attributes": [
                  {
                    "name": "altDDName",
                    "description": "The alternate deployment descriptor name.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "antiResourceLocking",
                    "description": "Take care to not lock resources",
                    "formattedValue": "false"
                  },
                  {
                    "name": "baseName",
                    "description": "The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).",
                    "formattedValue": "usage"
                  },
                  {
                    "name": "children",
                    "description": "Object names of all children",
                    "formattedValue": "[Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=default,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/usage,name=jsp,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/usage,name=usagestats,J2EEApplication=none,J2EEServer=none,\nCatalina:j2eeType=Servlet,WebModule=//localhost/usage,name=admin,J2EEApplication=none,J2EEServer=none]"
                  },
                  {
                    "name": "clearReferencesRmiTargets",
                    "description": "Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "clearReferencesStopThreads",
                    "description": "Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "clearReferencesStopTimerThreads",
                    "description": "Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "clearReferencesThreadLocals",
                    "description": "Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "configFile",
                    "description": "Location of the context.xml resource or file",
                    "formattedValue": "file:/opt/apache-tomcat-9.0.33/conf/Catalina/localhost/usage.xml"
                  },
                  {
                    "name": "configured",
                    "description": "The correctly configured flag for this Context.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "cookies",
                    "description": "Should we attempt to use cookies for session id communication?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "crossContext",
                    "description": "Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "defaultContextXml",
                    "description": "Location of the default context.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "defaultWebXml",
                    "description": "Location of the default web.xml resource or file",
                    "formattedValue": "null"
                  },
                  {
                    "name": "delegate",
                    "formattedValue": "false"
                  },
                  {
                    "name": "displayName",
                    "description": "The display name of this web application",
                    "formattedValue": "javamelody-usagestats"
                  },
                  {
                    "name": "distributable",
                    "description": "The distributable flag for this web application.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "docBase",
                    "description": "The document root for this web application",
                    "formattedValue": "usage.war"
                  },
                  {
                    "name": "encodedPath",
                    "description": "The encoded path",
                    "formattedValue": "/usage"
                  },
                  {
                    "name": "errorCount",
                    "description": "Cumulative error count of all servlets in this context",
                    "formattedValue": "329"
                  },
                  {
                    "name": "ignoreAnnotations",
                    "description": "Ignore annotations flag.",
                    "formattedValue": "false"
                  },
                  {
                    "name": "instanceManager",
                    "description": "Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling",
                    "formattedValue": "org.apache.catalina.core.DefaultInstanceManager@211ac7dc"
                  },
                  {
                    "name": "javaVMs",
                    "description": "The Java virtual machines on which this module is running",
                    "formattedValue": "null"
                  },
                  {
                    "name": "loader",
                    "description": "Associated loader.",
                    "formattedValue": "WebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/usage]]"
                  },
                  {
                    "name": "logEffectiveWebXml",
                    "description": "Should the effective web.xml be logged when the context starts?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "logger",
                    "description": "Associated logger.",
                    "formattedValue": "org.apache.juli.logging.DirectJDKLog@7a8f194c"
                  },
                  {
                    "name": "managedResource",
                    "description": "The managed resource this MBean is associated with",
                    "formattedValue": "StandardEngine[Catalina].StandardHost[localhost].StandardContext[/usage]"
                  },
                  {
                    "name": "manager",
                    "description": "Associated manager.",
                    "formattedValue": "StandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/usage]]"
                  },
                  {
                    "name": "mapperContextRootRedirectEnabled",
                    "description": "Should the Mapper be used for context root redirects",
                    "formattedValue": "true"
                  },
                  {
                    "name": "mapperDirectoryRedirectEnabled",
                    "description": "Should the Mapper be used for directory redirects",
                    "formattedValue": "false"
                  },
                  {
                    "name": "maxTime",
                    "description": "Maximum execution time of all servlets in this context",
                    "formattedValue": "7 114"
                  },
                  {
                    "name": "minTime",
                    "description": "Minimum execution time of all servlets in this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.core.StandardContext"
                  },
                  {
                    "name": "name",
                    "description": "The name of this Context",
                    "formattedValue": "/usage"
                  },
                  {
                    "name": "namingContextListener",
                    "description": "Associated naming context listener.",
                    "formattedValue": "org.apache.catalina.core.NamingContextListener@64c4bc3a"
                  },
                  {
                    "name": "objectName",
                    "description": "Name of the object",
                    "formattedValue": "Catalina:j2eeType=WebModule,name=//localhost/usage,J2EEApplication=none,J2EEServer=none"
                  },
                  {
                    "name": "originalDocBase",
                    "description": "The original document root for this web application",
                    "formattedValue": "/opt/apache-tomcat-9.0.33/webapps/usage"
                  },
                  {
                    "name": "override",
                    "description": "The default context.xml override flag for this web application",
                    "formattedValue": "false"
                  },
                  {
                    "name": "parentClassLoader",
                    "description": "Parent class loader.",
                    "formattedValue": "java.net.URLClassLoader@6c3708b3"
                  },
                  {
                    "name": "path",
                    "description": "The context path for this Context",
                    "formattedValue": "/usage"
                  },
                  {
                    "name": "paused",
                    "description": "The request processing pause flag (while reloading occurs)",
                    "formattedValue": "false"
                  },
                  {
                    "name": "privileged",
                    "description": "Access to tomcat internals",
                    "formattedValue": "false"
                  },
                  {
                    "name": "processingTime",
                    "description": "Cumulative execution times of all servlets in this context",
                    "formattedValue": "7 868 496"
                  },
                  {
                    "name": "publicId",
                    "description": "The public identifier of the DTD for the web application deployment descriptor version that is being parsed",
                    "formattedValue": "null"
                  },
                  {
                    "name": "realm",
                    "description": "Associated realm.",
                    "formattedValue": "LockOutRealm[StandardEngine[Catalina]]"
                  },
                  {
                    "name": "reloadable",
                    "description": "The reloadable flag for this web application",
                    "formattedValue": "false"
                  },
                  {
                    "name": "renewThreadsWhenStoppingContext",
                    "description": "Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.",
                    "formattedValue": "true"
                  },
                  {
                    "name": "requestCount",
                    "description": "Cumulative request count of all servlets in this context",
                    "formattedValue": "39 025 835"
                  },
                  {
                    "name": "server",
                    "description": "The J2EE Server this module is deployed on",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookieDomain",
                    "description": "The domain to use for session cookies.'null' indicates that the domain is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookieName",
                    "description": "The name to use for session cookies.'null' indicates that the name is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionCookiePath",
                    "description": "The path to use for session cookies.'null' indicates that the path is controlled by the application.",
                    "formattedValue": "null"
                  },
                  {
                    "name": "sessionTimeout",
                    "description": "The session timeout (in minutes) for this web application",
                    "formattedValue": "30"
                  },
                  {
                    "name": "startTime",
                    "description": "Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started",
                    "formattedValue": "1 783 623 568 752"
                  },
                  {
                    "name": "startupTime",
                    "description": "Time (in milliseconds) it took to start this context",
                    "formattedValue": "184"
                  },
                  {
                    "name": "stateName",
                    "description": "The name of the LifecycleState that this component is currently in",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "swallowOutput",
                    "description": "Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet",
                    "formattedValue": "false"
                  },
                  {
                    "name": "tldScanTime",
                    "description": "Time spend scanning jars for TLDs for this context",
                    "formattedValue": "0"
                  },
                  {
                    "name": "tldValidation",
                    "description": "Should the parsing of *.tld files be performed by a validating parser?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "unloadDelay",
                    "description": "Amount of ms that the container will wait for servlets to unload",
                    "formattedValue": "2 000"
                  },
                  {
                    "name": "unpackWAR",
                    "description": "Unpack WAR property",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useHttpOnly",
                    "description": "Indicates that session cookies should use HttpOnly",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useNaming",
                    "description": "Create a JNDI naming context for this application?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "useRelativeRedirects",
                    "description": "When generating location headers for 302 responses, should a relative URI be used?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "webappVersion",
                    "description": "The version of this web application - used in parallel deployment to differentiate different versions of the same web application",
                    "formattedValue": ""
                  },
                  {
                    "name": "welcomeFiles",
                    "description": "The welcome files for this context",
                    "formattedValue": "[index.html]"
                  },
                  {
                    "name": "workDir",
                    "description": "The pathname to the work directory for this context",
                    "formattedValue": "work/Catalina/localhost/usage"
                  },
                  {
                    "name": "xmlNamespaceAware",
                    "description": "Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "xmlValidation",
                    "description": "Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?",
                    "formattedValue": "false"
                  }
                ]
              }
            ]
          },
          {
            "name": "WebResourceRoot",
            "children": [
              {
                "name": "Catalina:type=WebResourceRoot,host=localhost,context=/",
                "description": "Provides the resources implementation for a web application",
                "attributes": [
                  {
                    "name": "allowLinking",
                    "description": "Does this resources implementation allow the use of symbolic links?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "cachingAllowed",
                    "description": "Is in memory caching of resource content and metadata enabled?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.webresources.StandardRoot"
                  },
                  {
                    "name": "stateName",
                    "description": "The current Lifecycle state of this object",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "trackLockedFiles",
                    "description": "Does this resources implementation track requests that lock files?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "trackedResources",
                    "description": "List of resources currently being tracked for possible resource leaks",
                    "formattedValue": "[]"
                  }
                ]
              },
              {
                "name": "Catalina:type=WebResourceRoot,host=localhost,context=/,name=Cache",
                "description": "Provides caching of resource metadata and content",
                "attributes": [
                  {
                    "name": "hitCount",
                    "description": "The number of requests for resources that were served from the cache",
                    "formattedValue": "306 956"
                  },
                  {
                    "name": "lookupCount",
                    "description": "The number of requests for resources",
                    "formattedValue": "378 562"
                  },
                  {
                    "name": "maxSize",
                    "description": "The maximum permitted size of the cache in kB",
                    "formattedValue": "10 240"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.webresources.Cache"
                  },
                  {
                    "name": "objectMaxSize",
                    "description": "The maximum permitted size for a single object in the cache in kB",
                    "formattedValue": "512"
                  },
                  {
                    "name": "size",
                    "description": "The current estimate of the cache size in kB",
                    "formattedValue": "9 215"
                  },
                  {
                    "name": "ttl",
                    "description": "The time-to-live for cache entries in milliseconds",
                    "formattedValue": "5 000"
                  }
                ]
              },
              {
                "name": "Catalina:type=WebResourceRoot,host=localhost,context=/demo",
                "description": "Provides the resources implementation for a web application",
                "attributes": [
                  {
                    "name": "allowLinking",
                    "description": "Does this resources implementation allow the use of symbolic links?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "cachingAllowed",
                    "description": "Is in memory caching of resource content and metadata enabled?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.webresources.StandardRoot"
                  },
                  {
                    "name": "stateName",
                    "description": "The current Lifecycle state of this object",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "trackLockedFiles",
                    "description": "Does this resources implementation track requests that lock files?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "trackedResources",
                    "description": "List of resources currently being tracked for possible resource leaks",
                    "formattedValue": "[]"
                  }
                ]
              },
              {
                "name": "Catalina:type=WebResourceRoot,host=localhost,context=/demo,name=Cache",
                "description": "Provides caching of resource metadata and content",
                "attributes": [
                  {
                    "name": "hitCount",
                    "description": "The number of requests for resources that were served from the cache",
                    "formattedValue": "361 015"
                  },
                  {
                    "name": "lookupCount",
                    "description": "The number of requests for resources",
                    "formattedValue": "362 348"
                  },
                  {
                    "name": "maxSize",
                    "description": "The maximum permitted size of the cache in kB",
                    "formattedValue": "10 240"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.webresources.Cache"
                  },
                  {
                    "name": "objectMaxSize",
                    "description": "The maximum permitted size for a single object in the cache in kB",
                    "formattedValue": "512"
                  },
                  {
                    "name": "size",
                    "description": "The current estimate of the cache size in kB",
                    "formattedValue": "3 123"
                  },
                  {
                    "name": "ttl",
                    "description": "The time-to-live for cache entries in milliseconds",
                    "formattedValue": "5 000"
                  }
                ]
              },
              {
                "name": "Catalina:type=WebResourceRoot,host=localhost,context=/downloads",
                "description": "Provides the resources implementation for a web application",
                "attributes": [
                  {
                    "name": "allowLinking",
                    "description": "Does this resources implementation allow the use of symbolic links?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "cachingAllowed",
                    "description": "Is in memory caching of resource content and metadata enabled?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.webresources.StandardRoot"
                  },
                  {
                    "name": "stateName",
                    "description": "The current Lifecycle state of this object",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "trackLockedFiles",
                    "description": "Does this resources implementation track requests that lock files?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "trackedResources",
                    "description": "List of resources currently being tracked for possible resource leaks",
                    "formattedValue": "[]"
                  }
                ]
              },
              {
                "name": "Catalina:type=WebResourceRoot,host=localhost,context=/downloads,name=Cache",
                "description": "Provides caching of resource metadata and content",
                "attributes": [
                  {
                    "name": "hitCount",
                    "description": "The number of requests for resources that were served from the cache",
                    "formattedValue": "113"
                  },
                  {
                    "name": "lookupCount",
                    "description": "The number of requests for resources",
                    "formattedValue": "158"
                  },
                  {
                    "name": "maxSize",
                    "description": "The maximum permitted size of the cache in kB",
                    "formattedValue": "10 240"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.webresources.Cache"
                  },
                  {
                    "name": "objectMaxSize",
                    "description": "The maximum permitted size for a single object in the cache in kB",
                    "formattedValue": "512"
                  },
                  {
                    "name": "size",
                    "description": "The current estimate of the cache size in kB",
                    "formattedValue": "21"
                  },
                  {
                    "name": "ttl",
                    "description": "The time-to-live for cache entries in milliseconds",
                    "formattedValue": "5 000"
                  }
                ]
              },
              {
                "name": "Catalina:type=WebResourceRoot,host=localhost,context=/usage",
                "description": "Provides the resources implementation for a web application",
                "attributes": [
                  {
                    "name": "allowLinking",
                    "description": "Does this resources implementation allow the use of symbolic links?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "cachingAllowed",
                    "description": "Is in memory caching of resource content and metadata enabled?",
                    "formattedValue": "true"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.webresources.StandardRoot"
                  },
                  {
                    "name": "stateName",
                    "description": "The current Lifecycle state of this object",
                    "formattedValue": "STARTED"
                  },
                  {
                    "name": "trackLockedFiles",
                    "description": "Does this resources implementation track requests that lock files?",
                    "formattedValue": "false"
                  },
                  {
                    "name": "trackedResources",
                    "description": "List of resources currently being tracked for possible resource leaks",
                    "formattedValue": "[]"
                  }
                ]
              },
              {
                "name": "Catalina:type=WebResourceRoot,host=localhost,context=/usage,name=Cache",
                "description": "Provides caching of resource metadata and content",
                "attributes": [
                  {
                    "name": "hitCount",
                    "description": "The number of requests for resources that were served from the cache",
                    "formattedValue": "719"
                  },
                  {
                    "name": "lookupCount",
                    "description": "The number of requests for resources",
                    "formattedValue": "749"
                  },
                  {
                    "name": "maxSize",
                    "description": "The maximum permitted size of the cache in kB",
                    "formattedValue": "10 240"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.webresources.Cache"
                  },
                  {
                    "name": "objectMaxSize",
                    "description": "The maximum permitted size for a single object in the cache in kB",
                    "formattedValue": "512"
                  },
                  {
                    "name": "size",
                    "description": "The current estimate of the cache size in kB",
                    "formattedValue": "30"
                  },
                  {
                    "name": "ttl",
                    "description": "The time-to-live for cache entries in milliseconds",
                    "formattedValue": "5 000"
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "name": "JMImplementation",
        "children": [
          {
            "name": "MBeanServerDelegate",
            "children": [
              {
                "name": "JMImplementation:type=MBeanServerDelegate",
                "description": "Represents the MBean server from the management point of view.",
                "attributes": [
                  {
                    "name": "ImplementationName",
                    "description": "The JMX implementation name (the name of this product)",
                    "formattedValue": "JMX"
                  },
                  {
                    "name": "ImplementationVendor",
                    "description": "the JMX implementation vendor (the vendor of this product).",
                    "formattedValue": "Oracle Corporation"
                  },
                  {
                    "name": "ImplementationVersion",
                    "description": "The JMX implementation version (the version of this product).",
                    "formattedValue": "11.0.6+10"
                  },
                  {
                    "name": "MBeanServerId",
                    "description": "The MBean server agent identification",
                    "formattedValue": "vps363300.ovh.net_1783623098786"
                  },
                  {
                    "name": "SpecificationName",
                    "description": "The full name of the JMX specification implemented by this product.",
                    "formattedValue": "Java Management Extensions"
                  },
                  {
                    "name": "SpecificationVendor",
                    "description": "The vendor of the JMX specification implemented by this product.",
                    "formattedValue": "Oracle Corporation"
                  },
                  {
                    "name": "SpecificationVersion",
                    "description": "The version of the JMX specification implemented by this product.",
                    "formattedValue": "1.4"
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "name": "Users",
        "children": [
          {
            "name": "UserDatabase",
            "children": [
              {
                "name": "Users:type=UserDatabase,database=UserDatabase",
                "description": "In-memory user and group database",
                "attributes": [
                  {
                    "name": "groups",
                    "description": "MBean Names of all defined groups",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "modelerType",
                    "description": "Type of the modeled resource. Can be set only once",
                    "formattedValue": "org.apache.catalina.users.MemoryUserDatabase"
                  },
                  {
                    "name": "pathname",
                    "description": "Relative or absolute pathname to database file",
                    "formattedValue": "conf/tomcat-users.xml"
                  },
                  {
                    "name": "readonly",
                    "description": "No persistent save of the user database",
                    "formattedValue": "true"
                  },
                  {
                    "name": "roles",
                    "description": "MBean Names of all defined roles",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "users",
                    "description": "MBean Names of all defined users",
                    "formattedValue": "[]"
                  },
                  {
                    "name": "writeable",
                    "description": "Check if user database is writeable",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "name": "com.sun.management",
        "children": [
          {
            "name": "DiagnosticCommand",
            "children": [
              {
                "name": "com.sun.management:type=DiagnosticCommand",
                "description": "Diagnostic Commands",
                "attributes": []
              }
            ]
          },
          {
            "name": "HotSpotDiagnostic",
            "children": [
              {
                "name": "com.sun.management:type=HotSpotDiagnostic",
                "attributes": [
                  {
                    "name": "DiagnosticOptions",
                    "formattedValue": "[{name=HeapDumpBeforeFullGC, origin=DEFAULT, value=false, writeable=true},\n{name=HeapDumpAfterFullGC, origin=DEFAULT, value=false, writeable=true},\n{name=HeapDumpOnOutOfMemoryError, origin=DEFAULT, value=false, writeable=true},\n{name=HeapDumpPath, origin=DEFAULT, value=, writeable=true},\n{name=PrintClassHistogram, origin=DEFAULT, value=false, writeable=true},\n{name=MinHeapFreeRatio, origin=DEFAULT, value=40, writeable=true},\n{name=MaxHeapFreeRatio, origin=DEFAULT, value=70, writeable=true},\n{name=PrintConcurrentLocks, origin=DEFAULT, value=false, writeable=true},\n{name=CMSAbortablePrecleanWaitMillis, origin=DEFAULT, value=100, writeable=true},\n{name=CMSWaitDuration, origin=DEFAULT, value=2000, writeable=true},\n{name=CMSTriggerInterval, origin=DEFAULT, value=-1, writeable=true}]"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "com.sun.management:type=HotSpotDiagnostic"
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "name": "java.lang",
        "children": [
          {
            "name": "ClassLoading",
            "children": [
              {
                "name": "java.lang:type=ClassLoading",
                "attributes": [
                  {
                    "name": "LoadedClassCount",
                    "formattedValue": "8 858"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=ClassLoading"
                  },
                  {
                    "name": "TotalLoadedClassCount",
                    "formattedValue": "24 641"
                  },
                  {
                    "name": "UnloadedClassCount",
                    "formattedValue": "15 783"
                  },
                  {
                    "name": "Verbose",
                    "formattedValue": "false"
                  }
                ]
              }
            ]
          },
          {
            "name": "CodeCacheManager",
            "children": [
              {
                "name": "java.lang:name=CodeCacheManager,type=MemoryManager",
                "attributes": [
                  {
                    "name": "MemoryPoolNames",
                    "formattedValue": "[CodeHeap 'non-nmethods',\nCodeHeap 'profiled nmethods',\nCodeHeap 'non-profiled nmethods']"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "CodeCacheManager"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryManager,name=CodeCacheManager"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "CodeHeap 'non-nmethods'",
            "children": [
              {
                "name": "java.lang:name=CodeHeap 'non-nmethods',type=MemoryPool",
                "attributes": [
                  {
                    "name": "CollectionUsage",
                    "formattedValue": "null"
                  },
                  {
                    "name": "CollectionUsageThresholdSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "MemoryManagerNames",
                    "formattedValue": "[CodeCacheManager]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "CodeHeap 'non-nmethods'"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryPool,name=CodeHeap 'non-nmethods'"
                  },
                  {
                    "name": "PeakUsage",
                    "formattedValue": "{committed=2 555 904, init=2 555 904, max=5 828 608, used=1 500 032}"
                  },
                  {
                    "name": "Type",
                    "formattedValue": "NON_HEAP"
                  },
                  {
                    "name": "Usage",
                    "formattedValue": "{committed=2 555 904, init=2 555 904, max=5 828 608, used=1 435 776}"
                  },
                  {
                    "name": "UsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "UsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "CodeHeap 'non-profiled nmethods'",
            "children": [
              {
                "name": "java.lang:name=CodeHeap 'non-profiled nmethods',type=MemoryPool",
                "attributes": [
                  {
                    "name": "CollectionUsage",
                    "formattedValue": "null"
                  },
                  {
                    "name": "CollectionUsageThresholdSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "MemoryManagerNames",
                    "formattedValue": "[CodeCacheManager]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "CodeHeap 'non-profiled nmethods'"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryPool,name=CodeHeap 'non-profiled nmethods'"
                  },
                  {
                    "name": "PeakUsage",
                    "formattedValue": "{committed=27 787 264, init=2 555 904, max=122 916 864, used=26 347 648}"
                  },
                  {
                    "name": "Type",
                    "formattedValue": "NON_HEAP"
                  },
                  {
                    "name": "Usage",
                    "formattedValue": "{committed=27 787 264, init=2 555 904, max=122 916 864, used=26 292 736}"
                  },
                  {
                    "name": "UsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "UsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "CodeHeap 'profiled nmethods'",
            "children": [
              {
                "name": "java.lang:name=CodeHeap 'profiled nmethods',type=MemoryPool",
                "attributes": [
                  {
                    "name": "CollectionUsage",
                    "formattedValue": "null"
                  },
                  {
                    "name": "CollectionUsageThresholdSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "MemoryManagerNames",
                    "formattedValue": "[CodeCacheManager]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "CodeHeap 'profiled nmethods'"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryPool,name=CodeHeap 'profiled nmethods'"
                  },
                  {
                    "name": "PeakUsage",
                    "formattedValue": "{committed=22 740 992, init=2 555 904, max=122 912 768, used=22 188 544}"
                  },
                  {
                    "name": "Type",
                    "formattedValue": "NON_HEAP"
                  },
                  {
                    "name": "Usage",
                    "formattedValue": "{committed=22 740 992, init=2 555 904, max=122 912 768, used=16 885 888}"
                  },
                  {
                    "name": "UsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "UsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "Compilation",
            "children": [
              {
                "name": "java.lang:type=Compilation",
                "attributes": [
                  {
                    "name": "CompilationTimeMonitoringSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "HotSpot 64-Bit Tiered Compilers"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=Compilation"
                  },
                  {
                    "name": "TotalCompilationTime",
                    "formattedValue": "742 256"
                  }
                ]
              }
            ]
          },
          {
            "name": "Compressed Class Space",
            "children": [
              {
                "name": "java.lang:name=Compressed Class Space,type=MemoryPool",
                "attributes": [
                  {
                    "name": "CollectionUsage",
                    "formattedValue": "null"
                  },
                  {
                    "name": "CollectionUsageThresholdSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "MemoryManagerNames",
                    "formattedValue": "[Metaspace Manager]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "Compressed Class Space"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryPool,name=Compressed Class Space"
                  },
                  {
                    "name": "PeakUsage",
                    "formattedValue": "{committed=7 208 960, init=0, max=1 073 741 824, used=6 496 336}"
                  },
                  {
                    "name": "Type",
                    "formattedValue": "NON_HEAP"
                  },
                  {
                    "name": "Usage",
                    "formattedValue": "{committed=7 208 960, init=0, max=1 073 741 824, used=6 337 488}"
                  },
                  {
                    "name": "UsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "UsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "Copy",
            "children": [
              {
                "name": "java.lang:name=Copy,type=GarbageCollector",
                "attributes": [
                  {
                    "name": "CollectionCount",
                    "formattedValue": "101 446"
                  },
                  {
                    "name": "CollectionTime",
                    "formattedValue": "2 703 095"
                  },
                  {
                    "name": "LastGcInfo",
                    "formattedValue": "{GcThreadCount=1, duration=7, endTime=6 546 406 698, id=101 446, memoryUsageAfterGc={GcThreadCount=1, duration=7, endTime=6546406698, id=101446, memoryUsageAfterGc=[{key=CodeHeap 'profiled nmethods', value={committed=22740992, init=2555904, max=122912768, used=16879232}}, {key=Eden Space, value={committed=108199936, init=8912896, max=136445952, used=0}}, {key=CodeHeap 'non-profiled nmethods', value={committed=27787264, init=2555904, max=122916864, used=26285312}}, {key=Survivor Space, value={committed=13500416, init=1114112, max=17039360, used=5651944}}, {key=Compressed Class Space, value={committed=7208960, init=0, max=1073741824, used=6335832}}, {key=Metaspace, value={committed=74539008, init=0, max=-1, used=72008168}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1435776}}, {key=Tenured Gen, value={committed=270319616, init=22413312, max=341180416, used=78783840}}], memoryUsageBeforeGc=[{key=CodeHeap 'profiled nmethods', value={committed=22740992, init=2555904, max=122912768, used=16879232}}, {key=Eden Space, value={committed=108199936, init=8912896, max=136445952, used=108199904}}, {key=CodeHeap 'non-profiled nmethods', value={committed=27787264, init=2555904, max=122916864, used=26285312}}, {key=Survivor Space, value={committed=13500416, init=1114112, max=17039360, used=4911168}}, {key=Compressed Class Space, value={committed=7208960, init=0, max=1073741824, used=6335832}}, {key=Metaspace, value={committed=74539008, init=0, max=-1, used=72008168}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1435776}}, {key=Tenured Gen, value={committed=270319616, init=22413312, max=341180416, used=78783840}}], startTime=6546406691}, memoryUsageBeforeGc={GcThreadCount=1, duration=7, endTime=6546406698, id=101446, memoryUsageAfterGc=[{key=CodeHeap 'profiled nmethods', value={committed=22740992, init=2555904, max=122912768, used=16879232}}, {key=Eden Space, value={committed=108199936, init=8912896, max=136445952, used=0}}, {key=CodeHeap 'non-profiled nmethods', value={committed=27787264, init=2555904, max=122916864, used=26285312}}, {key=Survivor Space, value={committed=13500416, init=1114112, max=17039360, used=5651944}}, {key=Compressed Class Space, value={committed=7208960, init=0, max=1073741824, used=6335832}}, {key=Metaspace, value={committed=74539008, init=0, max=-1, used=72008168}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1435776}}, {key=Tenured Gen, value={committed=270319616, init=22413312, max=341180416, used=78783840}}], memoryUsageBeforeGc=[{key=CodeHeap 'profiled nmethods', value={committed=22740992, init=2555904, max=122912768, used=16879232}}, {key=Eden Space, value={committed=108199936, init=8912896, max=136445952, used=108199904}}, {key=CodeHeap 'non-profiled nmethods', value={committed=27787264, init=2555904, max=122916864, used=26285312}}, {key=Survivor Space, value={committed=13500416, init=1114112, max=17039360, used=4911168}}, {key=Compressed Class Space, value={committed=7208960, init=0, max=1073741824, used=6335832}}, {key=Metaspace, value={committed=74539008, init=0, max=-1, used=72008168}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1435776}}, {key=Tenured Gen, value={committed=270319616, init=22413312, max=341180416, used=78783840}}], startTime=6546406691}, startTime=6 546 406 691}"
                  },
                  {
                    "name": "MemoryPoolNames",
                    "formattedValue": "[Eden Space,\nSurvivor Space]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "Copy"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=GarbageCollector,name=Copy"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "Eden Space",
            "children": [
              {
                "name": "java.lang:name=Eden Space,type=MemoryPool",
                "attributes": [
                  {
                    "name": "CollectionUsage",
                    "formattedValue": "{committed=108 199 936, init=8 912 896, max=136 445 952, used=0}"
                  },
                  {
                    "name": "CollectionUsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "CollectionUsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "CollectionUsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "CollectionUsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "MemoryManagerNames",
                    "formattedValue": "[Copy,\nMarkSweepCompact]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "Eden Space"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryPool,name=Eden Space"
                  },
                  {
                    "name": "PeakUsage",
                    "formattedValue": "{committed=136 445 952, init=8 912 896, max=136 445 952, used=136 445 952}"
                  },
                  {
                    "name": "Type",
                    "formattedValue": "HEAP"
                  },
                  {
                    "name": "Usage",
                    "formattedValue": "{committed=108 199 936, init=8 912 896, max=136 445 952, used=47 020 144}"
                  },
                  {
                    "name": "UsageThresholdSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "MarkSweepCompact",
            "children": [
              {
                "name": "java.lang:name=MarkSweepCompact,type=GarbageCollector",
                "attributes": [
                  {
                    "name": "CollectionCount",
                    "formattedValue": "2 830"
                  },
                  {
                    "name": "CollectionTime",
                    "formattedValue": "1 407 565"
                  },
                  {
                    "name": "LastGcInfo",
                    "formattedValue": "{GcThreadCount=1, duration=125, endTime=6 546 399 980, id=2 830, memoryUsageAfterGc={GcThreadCount=1, duration=125, endTime=6546399980, id=2830, memoryUsageAfterGc=[{key=CodeHeap 'profiled nmethods', value={committed=22740992, init=2555904, max=122912768, used=16875904}}, {key=Eden Space, value={committed=110231552, init=8912896, max=136445952, used=0}}, {key=CodeHeap 'non-profiled nmethods', value={committed=27787264, init=2555904, max=122916864, used=26260096}}, {key=Survivor Space, value={committed=13762560, init=1114112, max=17039360, used=0}}, {key=Compressed Class Space, value={committed=7208960, init=0, max=1073741824, used=6276768}}, {key=Metaspace, value={committed=74539008, init=0, max=-1, used=71660208}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1435776}}, {key=Tenured Gen, value={committed=275456000, init=22413312, max=341180416, used=78783840}}], memoryUsageBeforeGc=[{key=CodeHeap 'profiled nmethods', value={committed=22740992, init=2555904, max=122912768, used=16875904}}, {key=Eden Space, value={committed=110231552, init=8912896, max=136445952, used=632704}}, {key=CodeHeap 'non-profiled nmethods', value={committed=27787264, init=2555904, max=122916864, used=26260096}}, {key=Survivor Space, value={committed=13762560, init=1114112, max=17039360, used=0}}, {key=Compressed Class Space, value={committed=7208960, init=0, max=1073741824, used=6276768}}, {key=Metaspace, value={committed=74539008, init=0, max=-1, used=71660208}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1435776}}, {key=Tenured Gen, value={committed=275456000, init=22413312, max=341180416, used=78770672}}], startTime=6546399855}, memoryUsageBeforeGc={GcThreadCount=1, duration=125, endTime=6546399980, id=2830, memoryUsageAfterGc=[{key=CodeHeap 'profiled nmethods', value={committed=22740992, init=2555904, max=122912768, used=16875904}}, {key=Eden Space, value={committed=110231552, init=8912896, max=136445952, used=0}}, {key=CodeHeap 'non-profiled nmethods', value={committed=27787264, init=2555904, max=122916864, used=26260096}}, {key=Survivor Space, value={committed=13762560, init=1114112, max=17039360, used=0}}, {key=Compressed Class Space, value={committed=7208960, init=0, max=1073741824, used=6276768}}, {key=Metaspace, value={committed=74539008, init=0, max=-1, used=71660208}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1435776}}, {key=Tenured Gen, value={committed=275456000, init=22413312, max=341180416, used=78783840}}], memoryUsageBeforeGc=[{key=CodeHeap 'profiled nmethods', value={committed=22740992, init=2555904, max=122912768, used=16875904}}, {key=Eden Space, value={committed=110231552, init=8912896, max=136445952, used=632704}}, {key=CodeHeap 'non-profiled nmethods', value={committed=27787264, init=2555904, max=122916864, used=26260096}}, {key=Survivor Space, value={committed=13762560, init=1114112, max=17039360, used=0}}, {key=Compressed Class Space, value={committed=7208960, init=0, max=1073741824, used=6276768}}, {key=Metaspace, value={committed=74539008, init=0, max=-1, used=71660208}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1435776}}, {key=Tenured Gen, value={committed=275456000, init=22413312, max=341180416, used=78770672}}], startTime=6546399855}, startTime=6 546 399 855}"
                  },
                  {
                    "name": "MemoryPoolNames",
                    "formattedValue": "[Eden Space,\nSurvivor Space,\nTenured Gen]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "MarkSweepCompact"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=GarbageCollector,name=MarkSweepCompact"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "Memory",
            "children": [
              {
                "name": "java.lang:type=Memory",
                "attributes": [
                  {
                    "name": "HeapMemoryUsage",
                    "formattedValue": "{committed=392 019 968, init=33 554 432, max=494 665 728, used=140 890 488}"
                  },
                  {
                    "name": "NonHeapMemoryUsage",
                    "formattedValue": "{committed=134 832 128, init=7 667 712, max=-1, used=122 972 848}"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=Memory"
                  },
                  {
                    "name": "ObjectPendingFinalizationCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "Verbose",
                    "formattedValue": "false"
                  }
                ]
              }
            ]
          },
          {
            "name": "Metaspace",
            "children": [
              {
                "name": "java.lang:name=Metaspace,type=MemoryPool",
                "attributes": [
                  {
                    "name": "CollectionUsage",
                    "formattedValue": "null"
                  },
                  {
                    "name": "CollectionUsageThresholdSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "MemoryManagerNames",
                    "formattedValue": "[Metaspace Manager]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "Metaspace"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryPool,name=Metaspace"
                  },
                  {
                    "name": "PeakUsage",
                    "formattedValue": "{committed=74 539 008, init=0, max=-1, used=72 570 800}"
                  },
                  {
                    "name": "Type",
                    "formattedValue": "NON_HEAP"
                  },
                  {
                    "name": "Usage",
                    "formattedValue": "{committed=74 539 008, init=0, max=-1, used=72 014 000}"
                  },
                  {
                    "name": "UsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "UsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "Metaspace Manager",
            "children": [
              {
                "name": "java.lang:name=Metaspace Manager,type=MemoryManager",
                "attributes": [
                  {
                    "name": "MemoryPoolNames",
                    "formattedValue": "[Metaspace,\nCompressed Class Space]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "Metaspace Manager"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryManager,name=Metaspace Manager"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "OperatingSystem",
            "children": [
              {
                "name": "java.lang:type=OperatingSystem",
                "attributes": [
                  {
                    "name": "Arch",
                    "formattedValue": "amd64"
                  },
                  {
                    "name": "AvailableProcessors",
                    "formattedValue": "1"
                  },
                  {
                    "name": "CommittedVirtualMemorySize",
                    "formattedValue": "3 062 046 720"
                  },
                  {
                    "name": "FreePhysicalMemorySize",
                    "formattedValue": "135 364 608"
                  },
                  {
                    "name": "FreeSwapSpaceSize",
                    "formattedValue": "0"
                  },
                  {
                    "name": "MaxFileDescriptorCount",
                    "formattedValue": "4 096"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "Linux"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=OperatingSystem"
                  },
                  {
                    "name": "OpenFileDescriptorCount",
                    "formattedValue": "224"
                  },
                  {
                    "name": "ProcessCpuLoad",
                    "formattedValue": "1"
                  },
                  {
                    "name": "ProcessCpuTime",
                    "formattedValue": "143 438 130 000 000"
                  },
                  {
                    "name": "SystemCpuLoad",
                    "formattedValue": "1"
                  },
                  {
                    "name": "SystemLoadAverage",
                    "formattedValue": "5"
                  },
                  {
                    "name": "TotalPhysicalMemorySize",
                    "formattedValue": "2 045 435 904"
                  },
                  {
                    "name": "TotalSwapSpaceSize",
                    "formattedValue": "0"
                  },
                  {
                    "name": "Version",
                    "formattedValue": "3.10.0-1160.114.2.el7.x86_64"
                  }
                ]
              }
            ]
          },
          {
            "name": "Runtime",
            "children": [
              {
                "name": "java.lang:type=Runtime",
                "attributes": [
                  {
                    "name": "BootClassPathSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "ClassPath",
                    "formattedValue": "/opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar"
                  },
                  {
                    "name": "InputArguments",
                    "formattedValue": "[--add-opens=java.base/java.lang=ALL-UNNAMED,\n--add-opens=java.base/java.io=ALL-UNNAMED,\n--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED,\n-Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties,\n-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager,\n-Djdk.tls.ephemeralDHKeySize=2048,\n-Djava.protocol.handler.pkgs=org.apache.catalina.webresources,\n-Dorg.apache.catalina.security.SecurityListener.UMASK=0027,\n-Djava.security.egd=file:/dev/./urandom,\n-Dignore.endorsed.dirs=,\n-Dcatalina.base=/opt/tomcat,\n-Dcatalina.home=/opt/tomcat,\n-Djava.io.tmpdir=/opt/tomcat/temp]"
                  },
                  {
                    "name": "LibraryPath",
                    "formattedValue": "/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib"
                  },
                  {
                    "name": "ManagementSpecVersion",
                    "formattedValue": "2.0"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "808@vps363300.ovh.net"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=Runtime"
                  },
                  {
                    "name": "Pid",
                    "formattedValue": "808"
                  },
                  {
                    "name": "SpecName",
                    "formattedValue": "Java Virtual Machine Specification"
                  },
                  {
                    "name": "SpecVendor",
                    "formattedValue": "Oracle Corporation"
                  },
                  {
                    "name": "SpecVersion",
                    "formattedValue": "11"
                  },
                  {
                    "name": "StartTime",
                    "formattedValue": "1 783 623 096 772"
                  },
                  {
                    "name": "SystemProperties",
                    "formattedValue": "[{key=awt.toolkit, value=sun.awt.X11.XToolkit},\n{key=java.specification.version, value=11},\n{key=sun.cpu.isalist, value=},\n{key=sun.jnu.encoding, value=UTF-8},\n{key=java.class.path, value=/opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar},\n{key=pid, value=808},\n{key=java.vm.vendor, value=AdoptOpenJDK},\n{key=sun.arch.data.model, value=64},\n{key=sun.font.fontmanager, value=sun.awt.X11FontManager},\n{key=java.vendor.url, value=https://adoptopenjdk.net/},\n{key=catalina.useNaming, value=true},\n{key=user.timezone, value=Europe/Paris},\n{key=os.name, value=Linux},\n{key=java.vm.specification.version, value=11},\n{key=sun.java.launcher, value=SUN_STANDARD},\n{key=user.country, value=US},\n{key=sun.boot.library.path, value=/opt/jdk-11.0.6+10/lib},\n{key=sun.java.command, value=org.apache.catalina.startup.Bootstrap start},\n{key=jdk.debug, value=release},\n{key=sun.cpu.endian, value=little},\n{key=user.home, value=/root},\n{key=user.language, value=en},\n{key=java.specification.vendor, value=Oracle Corporation},\n{key=java.naming.factory.url.pkgs, value=org.apache.naming},\n{key=java.version.date, value=2020-01-14},\n{key=java.home, value=/opt/jdk-11.0.6+10},\n{key=ignore.endorsed.dirs, value=},\n{key=file.separator, value=/},\n{key=java.vm.compressedOopsMode, value=32-bit},\n{key=line.separator, value=\n},\n{key=java.specification.name, value=Java Platform API Specification},\n{key=java.vm.specification.vendor, value=Oracle Corporation},\n{key=java.awt.graphicsenv, value=sun.awt.X11GraphicsEnvironment},\n{key=package.access, value=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat.},\n{key=package.definition, value=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.naming.,org.apache.tomcat.},\n{key=jdk.tls.ephemeralDHKeySize, value=2048},\n{key=server.loader, value=},\n{key=java.util.logging.config.file, value=/opt/tomcat/conf/logging.properties},\n{key=java.protocol.handler.pkgs, value=org.apache.catalina.webresources},\n{key=sun.management.compiler, value=HotSpot 64-Bit Tiered Compilers},\n{key=java.runtime.version, value=11.0.6+10},\n{key=java.naming.factory.initial, value=org.apache.naming.java.javaURLContextFactory},\n{key=user.name, value=root},\n{key=path.separator, value=:},\n{key=java.security.egd, value=file:/dev/./urandom},\n{key=common.loader, value=\"${catalina.base}/lib\",\"${catalina.base}/lib/*.jar\",\"${catalina.home}/lib\",\"${catalina.home}/lib/*.jar\"},\n{key=os.version, value=3.10.0-1160.114.2.el7.x86_64},\n{key=java.runtime.name, value=OpenJDK Runtime Environment},\n{key=file.encoding, value=UTF-8},\n{key=java.vm.name, value=OpenJDK 64-Bit Server VM},\n{key=java.vendor.version, value=AdoptOpenJDK},\n{key=org.apache.catalina.security.SecurityListener.UMASK, value=0027},\n{key=java.vendor.url.bug, value=https://github.com/AdoptOpenJDK/openjdk-support/issues},\n{key=java.io.tmpdir, value=/opt/tomcat/temp},\n{key=tomcat.util.scan.StandardJarScanFilter.jarsToScan, value=log4j-taglib*.jar,log4j-web*.jar,log4javascript*.jar,slf4j-taglib*.jar},\n{key=catalina.home, value=/opt/apache-tomcat-9.0.33},\n{key=java.version, value=11.0.6},\n{key=tomcat.util.scan.StandardJarScanFilter.jarsToSkip, value=annotations-api.jar,ant-junit*.jar,ant-launcher.jar,ant.jar,asm-*.jar,aspectj*.jar,bootstrap.jar,catalina-ant.jar,catalina-ha.jar,catalina-ssi.jar,catalina-storeconfig.jar,catalina-tribes.jar,catalina.jar,cglib-*.jar,cobertura-*.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-daemon.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,dom4j-*.jar,easymock-*.jar,ecj-*.jar,el-api.jar,geronimo-spec-jaxrpc*.jar,h2*.jar,hamcrest-*.jar,hibernate*.jar,httpclient*.jar,icu4j-*.jar,jasper-el.jar,jasper.jar,jaspic-api.jar,jaxb-*.jar,jaxen-*.jar,jdom-*.jar,jetty-*.jar,jmx-tools.jar,jmx.jar,jsp-api.jar,jstl.jar,jta*.jar,junit-*.jar,junit.jar,log4j*.jar,mail*.jar,objenesis-*.jar,oraclepki.jar,oro-*.jar,servlet-api-*.jar,servlet-api.jar,slf4j*.jar,taglibs-standard-spec-*.jar,tagsoup-*.jar,tomcat-api.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-i18n-*.jar,tomcat-jdbc.jar,tomcat-jni.jar,tomcat-juli-adapters.jar,tomcat-juli.jar,tomcat-util-scan.jar,tomcat-util.jar,tomcat-websocket.jar,tools.jar,websocket-api.jar,wsdl4j*.jar,xercesImpl.jar,xml-apis.jar,xmlParserAPIs-*.jar,xmlParserAPIs.jar,xom-*.jar},\n{key=user.dir, value=/},\n{key=os.arch, value=amd64},\n{key=java.vm.specification.name, value=Java Virtual Machine Specification},\n{key=java.awt.printerjob, value=sun.print.PSPrinterJob},\n{key=sun.os.patch.level, value=unknown},\n{key=catalina.base, value=/opt/apache-tomcat-9.0.33},\n{key=shared.loader, value=},\n{key=java.util.logging.manager, value=org.apache.juli.ClassLoaderLogManager},\n{key=java.library.path, value=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib},\n{key=java.vendor, value=AdoptOpenJDK},\n{key=java.vm.info, value=mixed mode},\n{key=java.vm.version, value=11.0.6+10},\n{key=sun.io.unicode.encoding, value=UnicodeLittle},\n{key=tomcat.util.buf.StringCache.byte.enabled, value=true},\n{key=java.class.version, value=55.0}]"
                  },
                  {
                    "name": "Uptime",
                    "formattedValue": "6 546 406 939"
                  },
                  {
                    "name": "VmName",
                    "formattedValue": "OpenJDK 64-Bit Server VM"
                  },
                  {
                    "name": "VmVendor",
                    "formattedValue": "AdoptOpenJDK"
                  },
                  {
                    "name": "VmVersion",
                    "formattedValue": "11.0.6+10"
                  }
                ]
              }
            ]
          },
          {
            "name": "Survivor Space",
            "children": [
              {
                "name": "java.lang:name=Survivor Space,type=MemoryPool",
                "attributes": [
                  {
                    "name": "CollectionUsage",
                    "formattedValue": "{committed=13 500 416, init=1 114 112, max=17 039 360, used=5 651 944}"
                  },
                  {
                    "name": "CollectionUsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "CollectionUsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "CollectionUsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "CollectionUsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "MemoryManagerNames",
                    "formattedValue": "[Copy,\nMarkSweepCompact]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "Survivor Space"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryPool,name=Survivor Space"
                  },
                  {
                    "name": "PeakUsage",
                    "formattedValue": "{committed=17 039 360, init=1 114 112, max=17 039 360, used=17 039 360}"
                  },
                  {
                    "name": "Type",
                    "formattedValue": "HEAP"
                  },
                  {
                    "name": "Usage",
                    "formattedValue": "{committed=13 500 416, init=1 114 112, max=17 039 360, used=5 651 944}"
                  },
                  {
                    "name": "UsageThresholdSupported",
                    "formattedValue": "false"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "Tenured Gen",
            "children": [
              {
                "name": "java.lang:name=Tenured Gen,type=MemoryPool",
                "attributes": [
                  {
                    "name": "CollectionUsage",
                    "formattedValue": "{committed=275 456 000, init=22 413 312, max=341 180 416, used=78 783 840}"
                  },
                  {
                    "name": "CollectionUsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "CollectionUsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "CollectionUsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "CollectionUsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "MemoryManagerNames",
                    "formattedValue": "[MarkSweepCompact]"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "Tenured Gen"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=MemoryPool,name=Tenured Gen"
                  },
                  {
                    "name": "PeakUsage",
                    "formattedValue": "{committed=341 180 416, init=22 413 312, max=341 180 416, used=341 180 416}"
                  },
                  {
                    "name": "Type",
                    "formattedValue": "HEAP"
                  },
                  {
                    "name": "Usage",
                    "formattedValue": "{committed=270 319 616, init=22 413 312, max=341 180 416, used=78 783 840}"
                  },
                  {
                    "name": "UsageThreshold",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdCount",
                    "formattedValue": "0"
                  },
                  {
                    "name": "UsageThresholdExceeded",
                    "formattedValue": "false"
                  },
                  {
                    "name": "UsageThresholdSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "Valid",
                    "formattedValue": "true"
                  }
                ]
              }
            ]
          },
          {
            "name": "Threading",
            "children": [
              {
                "name": "java.lang:type=Threading",
                "attributes": [
                  {
                    "name": "AllThreadIds",
                    "formattedValue": "[J@35e2bdf3"
                  },
                  {
                    "name": "CurrentThreadCpuTime",
                    "formattedValue": "15 236 452 551"
                  },
                  {
                    "name": "CurrentThreadCpuTimeSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "CurrentThreadUserTime",
                    "formattedValue": "15 010 000 000"
                  },
                  {
                    "name": "DaemonThreadCount",
                    "formattedValue": "144"
                  },
                  {
                    "name": "ObjectMonitorUsageSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.lang:type=Threading"
                  },
                  {
                    "name": "PeakThreadCount",
                    "formattedValue": "219"
                  },
                  {
                    "name": "SynchronizerUsageSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ThreadAllocatedMemoryEnabled",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ThreadAllocatedMemorySupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ThreadContentionMonitoringEnabled",
                    "formattedValue": "false"
                  },
                  {
                    "name": "ThreadContentionMonitoringSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ThreadCount",
                    "formattedValue": "149"
                  },
                  {
                    "name": "ThreadCpuTimeEnabled",
                    "formattedValue": "true"
                  },
                  {
                    "name": "ThreadCpuTimeSupported",
                    "formattedValue": "true"
                  },
                  {
                    "name": "TotalStartedThreadCount",
                    "formattedValue": "2 230"
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "name": "java.nio",
        "children": [
          {
            "name": "direct",
            "children": [
              {
                "name": "java.nio:name=direct,type=BufferPool",
                "attributes": [
                  {
                    "name": "Count",
                    "formattedValue": "133"
                  },
                  {
                    "name": "MemoryUsed",
                    "formattedValue": "1 101 824"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "direct"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.nio:type=BufferPool,name=direct"
                  },
                  {
                    "name": "TotalCapacity",
                    "formattedValue": "1 101 824"
                  }
                ]
              }
            ]
          },
          {
            "name": "mapped",
            "children": [
              {
                "name": "java.nio:name=mapped,type=BufferPool",
                "attributes": [
                  {
                    "name": "Count",
                    "formattedValue": "0"
                  },
                  {
                    "name": "MemoryUsed",
                    "formattedValue": "0"
                  },
                  {
                    "name": "Name",
                    "formattedValue": "mapped"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.nio:type=BufferPool,name=mapped"
                  },
                  {
                    "name": "TotalCapacity",
                    "formattedValue": "0"
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "name": "java.util.logging",
        "children": [
          {
            "name": "Logging",
            "children": [
              {
                "name": "java.util.logging:type=Logging",
                "attributes": [
                  {
                    "name": "LoggerNames",
                    "formattedValue": "[,\norg.apache.catalina.core.ContainerBase.[Catalina],\norg.apache.catalina.session,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[default],\nsun.net.www.protocol.http,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[TelephoneService],\norg.apache.tomcat.dbcp.dbcp2.BasicDataSource,\norg.apache.catalina.core.ApplicationFilterConfig,\norg.apache.jasper,\norg.apache.jasper.servlet.JasperInitializer,\norg.apache.jasper.compiler.Compiler,\norg.apache.catalina.util,\norg.apache.tomcat.util.descriptor.web.WebXmlParser,\norg.apache.catalina.webresources,\njdk.event,\norg.apache.tomcat.util.net,\norg.apache.tomcat.util.digester.Digester,\nsun.awt.multiscreen.SunDisplayChanger,\nsun.awt.X11GraphicsEnvironment,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[GradeService],\norg.apache.jasper.compiler,\norg.apache.tomcat.util.descriptor.web,\norg.apache.jasper.servlet.JspServlet,\norg.apache.tomcat.websocket,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo],\norg.apache.catalina.webresources.JarWarResource,\norg.apache.tomcat.dbcp,\norg.apache.tomcat.dbcp.dbcp2.ObjectNameWrapper,\norg.apache.tomcat.util.descriptor,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[MailService],\norg.apache.catalina,\nsun.net.www.protocol.http.HttpURLConnection,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[AdresseService],\norg.apache.tomcat,\norg.apache.jasper.servlet,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[PersonneService],\norg.apache.catalina.webresources.JarResourceRoot,\njdk.event.security,\norg.apache.tomcat.util.digester.Digester.sax,\norg.apache.jasper.JspCompilationContext,\norg.apache,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[CompetenceService],\nsun.net,\norg.apache.catalina.core.ContainerBase,\norg.apache.tomcat.util.descriptor.web.WebXml,\norg.apache.jasper.servlet.TldScanner,\norg.apache.jasper.compiler.JDTCompiler,\norg.apache.tomcat.util.descriptor.tld,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[AuthentificationService],\nsun,\nsun.net.www.protocol,\nsun.net.www,\nsun.awt.multiscreen,\norg.apache.jasper.EmbeddedServletOptions,\norg.apache.tomcat.dbcp.dbcp2,\norg.apache.jasper.compiler.JspConfig,\norg.apache.tomcat.util.scan,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[PermissionService],\norg.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[BuildInfoServlet],\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[RoleService],\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost],\norg.apache.tomcat.util.digester,\norg.apache.catalina.util.SessionIdGeneratorBase,\norg.apache.tomcat.util.net.SSLHostConfig,\norg.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory,\nsun.awt.screen,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[UtilisateurService],\nsun.awt.screen.X11GraphicsEnvironment,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[jsp],\norg.apache.tomcat.dbcp.dbcp2.PoolingDataSource,\nsun.awt,\norg,\norg.apache.catalina.session.ManagerBase,\norg.apache.catalina.authenticator.AuthenticatorBase,\norg.apache.catalina.session.StandardManager,\norg.apache.tomcat.util.descriptor.tld.TldParser,\norg.apache.catalina.authenticator,\norg.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[PrintUtilsService],\njdk,\norg.apache.jasper.servlet.JspServletWrapper,\norg.apache.tomcat.util,\norg.apache.tomcat.util.net.SSLHostConfigCertificate,\norg.apache.jasper.compiler.JspRuntimeContext,\norg.apache.catalina.core.StandardWrapper,\norg.apache.tomcat.util.scan.StandardJarScanner,\norg.apache.tomcat.websocket.WsWebSocketContainer,\norg.apache.catalina.core]"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "java.util.logging:type=Logging"
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "name": "jdk.management.jfr",
        "children": [
          {
            "name": "FlightRecorder",
            "children": [
              {
                "name": "jdk.management.jfr:type=FlightRecorder",
                "attributes": [
                  {
                    "name": "Configurations",
                    "formattedValue": "[{contents=<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<!--\n     Recommended way to edit .jfc files is to use Java Mission Control,\n     see Window -> Flight Recorder Template Manager.\n-->\n\n<configuration version=\"2.0\" label=\"Profiling\" description=\"Low overhead configuration for profiling, typically around 2 % overhead.\" provider=\"Oracle\">\n\n    <event name=\"jdk.ThreadAllocationStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.ClassLoadingStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.ClassLoaderStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.JavaThreadStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.ThreadStart\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ThreadEnd\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ThreadSleep\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.ThreadPark\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.JavaMonitorEnter\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.JavaMonitorWait\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.JavaMonitorInflate\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.BiasedLockRevocation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.BiasedLockSelfRevocation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.BiasedLockClassRevocation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ReservedStackActivation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ClassLoad\">\n      <setting name=\"enabled\" control=\"class-loading-enabled\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ClassDefine\">\n      <setting name=\"enabled\" control=\"class-loading-enabled\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ClassUnload\">\n      <setting name=\"enabled\" control=\"class-loading-enabled\">false</setting>\n    </event>\n\n    <event name=\"jdk.JVMInformation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.InitialSystemProperty\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.ExecutionSample\">\n      <setting name=\"enabled\" control=\"method-sampling-enabled\">true</setting>\n      <setting name=\"period\" control=\"method-sampling-java-interval\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.NativeMethodSample\">\n      <setting name=\"enabled\" control=\"method-sampling-enabled\">true</setting>\n      <setting name=\"period\" control=\"method-sampling-native-interval\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointBegin\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointStateSynchronization\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointWaitBlocked\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointCleanup\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointCleanupTask\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointEnd\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ExecuteVMOperation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.Shutdown\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ThreadDump\">\n      <setting name=\"enabled\" control=\"thread-dump-enabled\">true</setting>\n      <setting name=\"period\" control=\"thread-dump-interval\">60 s</setting>\n    </event>\n\n    <event name=\"jdk.IntFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.UnsignedIntFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.LongFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.UnsignedLongFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.DoubleFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.BooleanFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.StringFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.IntFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.UnsignedIntFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.LongFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.UnsignedLongFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.DoubleFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.BooleanFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.StringFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ObjectCount\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-all\">false</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.GCConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.GCHeapConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.YoungGenerationConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.GCTLABConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.GCSurvivorConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.ObjectCountAfterGC\">\n      <setting name=\"enabled\">false</setting>\n    </event>\n\n    <event name=\"jdk.GCHeapSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.PSHeapSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1HeapSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceGCThreshold\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceAllocationFailure\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceOOM\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceChunkFreeListSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.GarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ParallelOldGarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.YoungGarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.OldGarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.G1GarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePause\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePauseLevel1\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePauseLevel2\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePauseLevel3\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePauseLevel4\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhaseConcurrent\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCReferenceStatistics\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.PromotionFailed\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.EvacuationFailed\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.EvacuationInformation\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1MMU\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1EvacuationYoungStatistics\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1EvacuationOldStatistics\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1BasicIHOP\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1AdaptiveIHOP\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.PromoteObjectInNewPLAB\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-medium\">true</setting>\n    </event>\n\n    <event name=\"jdk.PromoteObjectOutsidePLAB\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-medium\">true</setting>\n    </event>\n\n    <event name=\"jdk.ConcurrentModeFailure\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.AllocationRequiringGC\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.TenuringDistribution\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1HeapRegionInformation\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.G1HeapRegionTypeChange\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n    </event>\n\n    <event name=\"jdk.OldObjectSample\">\n      <setting name=\"enabled\" control=\"memory-leak-detection-enabled\">true</setting>\n      <setting name=\"stackTrace\" control=\"memory-leak-detection-stack-trace\">true</setting>\n      <setting name=\"cutoff\" control=\"memory-leak-detection-cutoff\">0 ns</setting>\n    </event>\n\n    <event name=\"jdk.CompilerConfiguration\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.CompilerStatistics\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.Compilation\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"threshold\" control=\"compiler-compilation-threshold\">100 ms</setting>\n    </event>\n\n    <event name=\"jdk.CompilerPhase\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"threshold\" control=\"compiler-phase-threshold\">10 s</setting>\n    </event>\n\n    <event name=\"jdk.CompilationFailure\">\n      <setting name=\"enabled\" control=\"compiler-enabled-failure\">true</setting>\n    </event>\n\n    <event name=\"jdk.CompilerInlining\">\n      <setting name=\"enabled\" control=\"compiler-enabled-failure\">false</setting>\n    </event>\n\n    <event name=\"jdk.CodeSweeperConfiguration\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.CodeSweeperStatistics\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.SweepCodeCache\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"threshold\" control=\"compiler-sweeper-threshold\">100 ms</setting>\n    </event>\n\n    <event name=\"jdk.CodeCacheConfiguration\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.CodeCacheStatistics\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.CodeCacheFull\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.OSInformation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.VirtualizationInformation\">\n     <setting name=\"enabled\">true</setting>\n     <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.CPUInformation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.ThreadContextSwitchRate\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">10 s</setting>\n    </event>\n\n    <event name=\"jdk.CPULoad\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.ThreadCPULoad\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">10 s</setting>\n    </event>\n\n    <event name=\"jdk.CPUTimeStampCounter\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.SystemProcess\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">endChunk</setting>\n    </event>\n\n    <event name=\"jdk.NetworkUtilization\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">5 s</setting>\n    </event>\n\n    <event name=\"jdk.InitialEnvironmentVariable\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.PhysicalMemory\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.ObjectAllocationInNewTLAB\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-medium\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ObjectAllocationOutsideTLAB\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-medium\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.NativeLibrary\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.ModuleRequire\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">endChunk</setting>\n    </event>\n\n    <event name=\"jdk.ModuleExport\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">endChunk</setting>\n    </event>\n\n    <event name=\"jdk.FileForce\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"file-io-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.FileRead\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"file-io-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.FileWrite\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"file-io-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.SocketRead\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"socket-io-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.SocketWrite\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"socket-io-threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.SecurityPropertyModification\">\n       <setting name=\"enabled\">false</setting>\n       <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.TLSHandshake\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.X509Validation\">\n       <setting name=\"enabled\">false</setting>\n       <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.X509Certificate\">\n       <setting name=\"enabled\">false</setting>\n       <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.JavaExceptionThrow\">\n      <setting name=\"enabled\" control=\"enable-exceptions\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.JavaErrorThrow\">\n      <setting name=\"enabled\" control=\"enable-errors\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ExceptionStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.ActiveRecording\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ActiveSetting\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.DataLoss\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.DumpReason\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ZPageAllocation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.ZThreadPhase\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ZStatisticsCounter\">\n      <setting name=\"threshold\">10 ms</setting>\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ZStatisticsSampler\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!--\n         Contents of the control element is not read by the JVM, it's used\n         by Java Mission Control to change settings that carry the control attribute.\n    -->\n    <control>\n\n      <selection name=\"gc-level\" default=\"detailed\" label=\"Garbage Collector\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Normal\" name=\"detailed\">normal</option>\n        <option label=\"All\" name=\"all\">all</option>\n      </selection>\n\n      <condition name=\"gc-enabled-normal\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"gc-level\" operator=\"equal\" value=\"normal\"/>\n          <test name=\"gc-level\" operator=\"equal\" value=\"all\"/>\n        </or>\n      </condition>\n\n      <condition name=\"gc-enabled-all\" true=\"true\" false=\"false\">\n        <test name=\"gc-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <selection name=\"memory-profiling\" default=\"medium\" label=\"Memory Profiling\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Object Allocation and Promotion\" name=\"medium\">medium</option>\n        <option label=\"All, including Heap Statistics (May cause long full GCs)\" name=\"all\">all</option>\n      </selection>\n\n      <condition name=\"memory-profiling-enabled-medium\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"memory-profiling\" operator=\"equal\" value=\"medium\"/>\n          <test name=\"memory-profiling\" operator=\"equal\" value=\"all\"/>\n        </or>\n      </condition>\n\n      <condition name=\"memory-profiling-enabled-all\" true=\"true\" false=\"false\">\n        <test name=\"memory-profiling\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <selection name=\"compiler-level\" default=\"detailed\" label=\"Compiler\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Normal\" name=\"normal\">normal</option>\n        <option label=\"Detailed\" name=\"detailed\">detailed</option>\n        <option label=\"All\" name=\"all\">all</option>\n      </selection>\n\n      <condition name=\"compiler-enabled\" true=\"false\" false=\"true\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <condition name=\"compiler-enabled-failure\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"compiler-level\" operator=\"equal\" value=\"detailed\"/>\n          <test name=\"compiler-level\" operator=\"equal\" value=\"all\"/>\n        </or>\n      </condition>\n\n      <condition name=\"compiler-sweeper-threshold\" true=\"0 ms\" false=\"100 ms\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <condition name=\"compiler-compilation-threshold\" true=\"1000 ms\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"normal\"/>\n      </condition>\n\n      <condition name=\"compiler-compilation-threshold\" true=\"100 ms\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"detailed\"/>\n      </condition>\n\n      <condition name=\"compiler-compilation-threshold\" true=\"0 ms\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <condition name=\"compiler-phase-threshold\" true=\"60 s\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"normal\"/>\n      </condition>\n\n      <condition name=\"compiler-phase-threshold\" true=\"10 s\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"detailed\"/>\n      </condition>\n\n      <condition name=\"compiler-phase-threshold\" true=\"0 s\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <selection name=\"method-sampling-interval\" default=\"normal\" label=\"Method Sampling\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Normal\" name=\"normal\">normal</option>\n        <option label=\"High\" name=\"high\">high</option>\n        <option label=\"Ludicrous (High Overhead)\" name=\"ludicrous\">ludicrous</option>\n      </selection>\n      \n      <condition name=\"method-sampling-java-interval\" true=\"999 d\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <condition name=\"method-sampling-java-interval\" true=\"20 ms\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"normal\"/>\n      </condition>\n\n      <condition name=\"method-sampling-java-interval\" true=\"10 ms\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"high\"/>\n      </condition>\n\n      <condition name=\"method-sampling-java-interval\" true=\"1 ms\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"ludicrous\"/>\n      </condition>\n      \n      <condition name=\"method-sampling-native-interval\" true=\"999 d\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <condition name=\"method-sampling-native-interval\" true=\"20 ms\">\n        <or>\n          <test name=\"method-sampling-interval\" operator=\"equal\" value=\"normal\"/>\n          <test name=\"method-sampling-interval\" operator=\"equal\" value=\"high\"/>\n          <test name=\"method-sampling-interval\" operator=\"equal\" value=\"ludicrous\"/>\n        </or>\n      </condition>    \n      \n      <condition name=\"method-sampling-enabled\" true=\"false\" false=\"true\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <selection name=\"thread-dump-interval\" default=\"everyMinute\" label=\"Thread Dump\">\n        <option label=\"Off\" name=\"off\">999 d</option>\n        <option label=\"At least Once\" name=\"normal\">everyChunk</option>\n        <option label=\"Every 60 s\" name=\"everyMinute\">60 s</option>\n        <option label=\"Every 10 s\" name=\"everyTenSecond\">10 s</option>\n        <option label=\"Every 1 s\" name=\"everySecond\">1 s</option>\n      </selection>\n\n      <condition name=\"thread-dump-enabled\" true=\"false\" false=\"true\">\n        <test name=\"thread-dump-interval\" operator=\"equal\" value=\"999 d\"/>\n      </condition>\n\n      <selection name=\"exception-level\" default=\"errors\" label=\"Exceptions\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Errors Only\" name=\"errors\">errors</option>\n        <option label=\"All Exceptions, including Errors\" name=\"all\">all</option>\n      </selection>\n\n      <condition name=\"enable-errors\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"exception-level\" operator=\"equal\" value=\"errors\"/>\n          <test name=\"exception-level\" operator=\"equal\" value=\"all\"/>\n        </or>\n      </condition>\n\n      <condition name=\"enable-exceptions\" true=\"true\" false=\"false\">\n        <test name=\"exception-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <selection name=\"memory-leak-detection\" default=\"medium\" label=\"Memory Leak Detection\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Object Types\" name=\"minimal\">minimal</option>\n        <option label=\"Object Types + Allocation Stack Traces\" name=\"medium\">medium</option>\n        <option label=\"Object Types + Allocation Stack Traces + Path to GC Root\" name=\"full\">full</option>\n      </selection>\n\n      <condition name=\"memory-leak-detection-enabled\" true=\"false\" false=\"true\">\n        <test name=\"memory-leak-detection\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <condition name=\"memory-leak-detection-stack-trace\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"memory-leak-detection\" operator=\"equal\" value=\"medium\"/>\n          <test name=\"memory-leak-detection\" operator=\"equal\" value=\"full\"/>\n        </or>\n      </condition>\n\n      <condition name=\"memory-leak-detection-cutoff\" true=\"1 h\" false=\"0 ns\">\n        <test name=\"memory-leak-detection\" operator=\"equal\" value=\"full\"/>\n      </condition>\n\n      <text name=\"synchronization-threshold\" label=\"Synchronization Threshold\" contentType=\"timespan\" minimum=\"0 s\">10 ms</text>\n\n      <text name=\"file-io-threshold\" label=\"File I/O Threshold\" contentType=\"timespan\" minimum=\"0 s\">10 ms</text>\n\n      <text name=\"socket-io-threshold\" label=\"Socket I/O Threshold\" contentType=\"timespan\" minimum=\"0 s\">10 ms</text>\n\n      <flag name=\"class-loading-enabled\" label=\"Class Loading\">false</flag>\n\n    </control>\n\n</configuration>\n, description=Low overhead configuration for profiling, typically around 2 % overhead., label=Profiling, name=profile, provider=Oracle, settings=[{key=jdk.ThreadAllocationStatistics#enabled, value=true}, {key=jdk.ThreadAllocationStatistics#period, value=everyChunk}, {key=jdk.ClassLoadingStatistics#enabled, value=true}, {key=jdk.ClassLoadingStatistics#period, value=1000 ms}, {key=jdk.ClassLoaderStatistics#enabled, value=true}, {key=jdk.ClassLoaderStatistics#period, value=everyChunk}, {key=jdk.JavaThreadStatistics#enabled, value=true}, {key=jdk.JavaThreadStatistics#period, value=1000 ms}, {key=jdk.ThreadStart#enabled, value=true}, {key=jdk.ThreadEnd#enabled, value=true}, {key=jdk.ThreadSleep#enabled, value=true}, {key=jdk.ThreadSleep#stackTrace, value=true}, {key=jdk.ThreadSleep#threshold, value=10 ms}, {key=jdk.ThreadPark#enabled, value=true}, {key=jdk.ThreadPark#stackTrace, value=true}, {key=jdk.ThreadPark#threshold, value=10 ms}, {key=jdk.JavaMonitorEnter#enabled, value=true}, {key=jdk.JavaMonitorEnter#stackTrace, value=true}, {key=jdk.JavaMonitorEnter#threshold, value=10 ms}, {key=jdk.JavaMonitorWait#enabled, value=true}, {key=jdk.JavaMonitorWait#stackTrace, value=true}, {key=jdk.JavaMonitorWait#threshold, value=10 ms}, {key=jdk.JavaMonitorInflate#enabled, value=true}, {key=jdk.JavaMonitorInflate#stackTrace, value=true}, {key=jdk.JavaMonitorInflate#threshold, value=10 ms}, {key=jdk.BiasedLockRevocation#enabled, value=true}, {key=jdk.BiasedLockRevocation#stackTrace, value=true}, {key=jdk.BiasedLockRevocation#threshold, value=0 ms}, {key=jdk.BiasedLockSelfRevocation#enabled, value=true}, {key=jdk.BiasedLockSelfRevocation#stackTrace, value=true}, {key=jdk.BiasedLockSelfRevocation#threshold, value=0 ms}, {key=jdk.BiasedLockClassRevocation#enabled, value=true}, {key=jdk.BiasedLockClassRevocation#stackTrace, value=true}, {key=jdk.BiasedLockClassRevocation#threshold, value=0 ms}, {key=jdk.ReservedStackActivation#enabled, value=true}, {key=jdk.ReservedStackActivation#stackTrace, value=true}, {key=jdk.ClassLoad#enabled, value=false}, {key=jdk.ClassLoad#stackTrace, value=true}, {key=jdk.ClassLoad#threshold, value=0 ms}, {key=jdk.ClassDefine#enabled, value=false}, {key=jdk.ClassDefine#stackTrace, value=true}, {key=jdk.ClassUnload#enabled, value=false}, {key=jdk.JVMInformation#enabled, value=true}, {key=jdk.JVMInformation#period, value=beginChunk}, {key=jdk.InitialSystemProperty#enabled, value=true}, {key=jdk.InitialSystemProperty#period, value=beginChunk}, {key=jdk.ExecutionSample#enabled, value=true}, {key=jdk.ExecutionSample#period, value=10 ms}, {key=jdk.NativeMethodSample#enabled, value=true}, {key=jdk.NativeMethodSample#period, value=20 ms}, {key=jdk.SafepointBegin#enabled, value=true}, {key=jdk.SafepointBegin#threshold, value=0 ms}, {key=jdk.SafepointStateSynchronization#enabled, value=false}, {key=jdk.SafepointStateSynchronization#threshold, value=0 ms}, {key=jdk.SafepointWaitBlocked#enabled, value=false}, {key=jdk.SafepointWaitBlocked#threshold, value=0 ms}, {key=jdk.SafepointCleanup#enabled, value=false}, {key=jdk.SafepointCleanup#threshold, value=0 ms}, {key=jdk.SafepointCleanupTask#enabled, value=false}, {key=jdk.SafepointCleanupTask#threshold, value=0 ms}, {key=jdk.SafepointEnd#enabled, value=false}, {key=jdk.SafepointEnd#threshold, value=0 ms}, {key=jdk.ExecuteVMOperation#enabled, value=true}, {key=jdk.ExecuteVMOperation#threshold, value=0 ms}, {key=jdk.Shutdown#enabled, value=true}, {key=jdk.Shutdown#stackTrace, value=true}, {key=jdk.ThreadDump#enabled, value=true}, {key=jdk.ThreadDump#period, value=60 s}, {key=jdk.IntFlag#enabled, value=true}, {key=jdk.IntFlag#period, value=beginChunk}, {key=jdk.UnsignedIntFlag#enabled, value=true}, {key=jdk.UnsignedIntFlag#period, value=beginChunk}, {key=jdk.LongFlag#enabled, value=true}, {key=jdk.LongFlag#period, value=beginChunk}, {key=jdk.UnsignedLongFlag#enabled, value=true}, {key=jdk.UnsignedLongFlag#period, value=beginChunk}, {key=jdk.DoubleFlag#enabled, value=true}, {key=jdk.DoubleFlag#period, value=beginChunk}, {key=jdk.BooleanFlag#enabled, value=true}, {key=jdk.BooleanFlag#period, value=beginChunk}, {key=jdk.StringFlag#enabled, value=true}, {key=jdk.StringFlag#period, value=beginChunk}, {key=jdk.IntFlagChanged#enabled, value=true}, {key=jdk.UnsignedIntFlagChanged#enabled, value=true}, {key=jdk.LongFlagChanged#enabled, value=true}, {key=jdk.UnsignedLongFlagChanged#enabled, value=true}, {key=jdk.DoubleFlagChanged#enabled, value=true}, {key=jdk.BooleanFlagChanged#enabled, value=true}, {key=jdk.StringFlagChanged#enabled, value=true}, {key=jdk.ObjectCount#enabled, value=false}, {key=jdk.ObjectCount#period, value=everyChunk}, {key=jdk.GCConfiguration#enabled, value=true}, {key=jdk.GCConfiguration#period, value=everyChunk}, {key=jdk.GCHeapConfiguration#enabled, value=true}, {key=jdk.GCHeapConfiguration#period, value=beginChunk}, {key=jdk.YoungGenerationConfiguration#enabled, value=true}, {key=jdk.YoungGenerationConfiguration#period, value=beginChunk}, {key=jdk.GCTLABConfiguration#enabled, value=true}, {key=jdk.GCTLABConfiguration#period, value=beginChunk}, {key=jdk.GCSurvivorConfiguration#enabled, value=true}, {key=jdk.GCSurvivorConfiguration#period, value=beginChunk}, {key=jdk.ObjectCountAfterGC#enabled, value=false}, {key=jdk.GCHeapSummary#enabled, value=true}, {key=jdk.PSHeapSummary#enabled, value=true}, {key=jdk.G1HeapSummary#enabled, value=true}, {key=jdk.MetaspaceSummary#enabled, value=true}, {key=jdk.MetaspaceGCThreshold#enabled, value=true}, {key=jdk.MetaspaceAllocationFailure#enabled, value=true}, {key=jdk.MetaspaceAllocationFailure#stackTrace, value=true}, {key=jdk.MetaspaceOOM#enabled, value=true}, {key=jdk.MetaspaceOOM#stackTrace, value=true}, {key=jdk.MetaspaceChunkFreeListSummary#enabled, value=true}, {key=jdk.GarbageCollection#enabled, value=true}, {key=jdk.GarbageCollection#threshold, value=0 ms}, {key=jdk.ParallelOldGarbageCollection#enabled, value=true}, {key=jdk.ParallelOldGarbageCollection#threshold, value=0 ms}, {key=jdk.YoungGarbageCollection#enabled, value=true}, {key=jdk.YoungGarbageCollection#threshold, value=0 ms}, {key=jdk.OldGarbageCollection#enabled, value=true}, {key=jdk.OldGarbageCollection#threshold, value=0 ms}, {key=jdk.G1GarbageCollection#enabled, value=true}, {key=jdk.G1GarbageCollection#threshold, value=0 ms}, {key=jdk.GCPhasePause#enabled, value=true}, {key=jdk.GCPhasePause#threshold, value=0 ms}, {key=jdk.GCPhasePauseLevel1#enabled, value=true}, {key=jdk.GCPhasePauseLevel1#threshold, value=0 ms}, {key=jdk.GCPhasePauseLevel2#enabled, value=true}, {key=jdk.GCPhasePauseLevel2#threshold, value=0 ms}, {key=jdk.GCPhasePauseLevel3#enabled, value=false}, {key=jdk.GCPhasePauseLevel3#threshold, value=0 ms}, {key=jdk.GCPhasePauseLevel4#enabled, value=false}, {key=jdk.GCPhasePauseLevel4#threshold, value=0 ms}, {key=jdk.GCPhaseConcurrent#enabled, value=true}, {key=jdk.GCPhaseConcurrent#threshold, value=0 ms}, {key=jdk.GCReferenceStatistics#enabled, value=true}, {key=jdk.PromotionFailed#enabled, value=true}, {key=jdk.EvacuationFailed#enabled, value=true}, {key=jdk.EvacuationInformation#enabled, value=true}, {key=jdk.G1MMU#enabled, value=true}, {key=jdk.G1EvacuationYoungStatistics#enabled, value=true}, {key=jdk.G1EvacuationOldStatistics#enabled, value=true}, {key=jdk.G1BasicIHOP#enabled, value=true}, {key=jdk.G1AdaptiveIHOP#enabled, value=true}, {key=jdk.PromoteObjectInNewPLAB#enabled, value=true}, {key=jdk.PromoteObjectOutsidePLAB#enabled, value=true}, {key=jdk.ConcurrentModeFailure#enabled, value=true}, {key=jdk.AllocationRequiringGC#enabled, value=false}, {key=jdk.AllocationRequiringGC#stackTrace, value=true}, {key=jdk.TenuringDistribution#enabled, value=true}, {key=jdk.G1HeapRegionInformation#enabled, value=false}, {key=jdk.G1HeapRegionInformation#period, value=everyChunk}, {key=jdk.G1HeapRegionTypeChange#enabled, value=false}, {key=jdk.OldObjectSample#enabled, value=true}, {key=jdk.OldObjectSample#stackTrace, value=true}, {key=jdk.OldObjectSample#cutoff, value=0 ns}, {key=jdk.CompilerConfiguration#enabled, value=true}, {key=jdk.CompilerConfiguration#period, value=beginChunk}, {key=jdk.CompilerStatistics#enabled, value=true}, {key=jdk.CompilerStatistics#period, value=1000 ms}, {key=jdk.Compilation#enabled, value=true}, {key=jdk.Compilation#threshold, value=100 ms}, {key=jdk.CompilerPhase#enabled, value=true}, {key=jdk.CompilerPhase#threshold, value=10 s}, {key=jdk.CompilationFailure#enabled, value=true}, {key=jdk.CompilerInlining#enabled, value=false}, {key=jdk.CodeSweeperConfiguration#enabled, value=true}, {key=jdk.CodeSweeperConfiguration#period, value=beginChunk}, {key=jdk.CodeSweeperStatistics#enabled, value=true}, {key=jdk.CodeSweeperStatistics#period, value=everyChunk}, {key=jdk.SweepCodeCache#enabled, value=true}, {key=jdk.SweepCodeCache#threshold, value=100 ms}, {key=jdk.CodeCacheConfiguration#enabled, value=true}, {key=jdk.CodeCacheConfiguration#period, value=beginChunk}, {key=jdk.CodeCacheStatistics#enabled, value=true}, {key=jdk.CodeCacheStatistics#period, value=everyChunk}, {key=jdk.CodeCacheFull#enabled, value=true}, {key=jdk.OSInformation#enabled, value=true}, {key=jdk.OSInformation#period, value=beginChunk}, {key=jdk.VirtualizationInformation#enabled, value=true}, {key=jdk.VirtualizationInformation#period, value=beginChunk}, {key=jdk.CPUInformation#enabled, value=true}, {key=jdk.CPUInformation#period, value=beginChunk}, {key=jdk.ThreadContextSwitchRate#enabled, value=true}, {key=jdk.ThreadContextSwitchRate#period, value=10 s}, {key=jdk.CPULoad#enabled, value=true}, {key=jdk.CPULoad#period, value=1000 ms}, {key=jdk.ThreadCPULoad#enabled, value=true}, {key=jdk.ThreadCPULoad#period, value=10 s}, {key=jdk.CPUTimeStampCounter#enabled, value=true}, {key=jdk.CPUTimeStampCounter#period, value=beginChunk}, {key=jdk.SystemProcess#enabled, value=true}, {key=jdk.SystemProcess#period, value=endChunk}, {key=jdk.NetworkUtilization#enabled, value=true}, {key=jdk.NetworkUtilization#period, value=5 s}, {key=jdk.InitialEnvironmentVariable#enabled, value=true}, {key=jdk.InitialEnvironmentVariable#period, value=beginChunk}, {key=jdk.PhysicalMemory#enabled, value=true}, {key=jdk.PhysicalMemory#period, value=everyChunk}, {key=jdk.ObjectAllocationInNewTLAB#enabled, value=true}, {key=jdk.ObjectAllocationInNewTLAB#stackTrace, value=true}, {key=jdk.ObjectAllocationOutsideTLAB#enabled, value=true}, {key=jdk.ObjectAllocationOutsideTLAB#stackTrace, value=true}, {key=jdk.NativeLibrary#enabled, value=true}, {key=jdk.NativeLibrary#period, value=everyChunk}, {key=jdk.ModuleRequire#enabled, value=true}, {key=jdk.ModuleRequire#period, value=endChunk}, {key=jdk.ModuleExport#enabled, value=true}, {key=jdk.ModuleExport#period, value=endChunk}, {key=jdk.FileForce#enabled, value=true}, {key=jdk.FileForce#stackTrace, value=true}, {key=jdk.FileForce#threshold, value=10 ms}, {key=jdk.FileRead#enabled, value=true}, {key=jdk.FileRead#stackTrace, value=true}, {key=jdk.FileRead#threshold, value=10 ms}, {key=jdk.FileWrite#enabled, value=true}, {key=jdk.FileWrite#stackTrace, value=true}, {key=jdk.FileWrite#threshold, value=10 ms}, {key=jdk.SocketRead#enabled, value=true}, {key=jdk.SocketRead#stackTrace, value=true}, {key=jdk.SocketRead#threshold, value=10 ms}, {key=jdk.SocketWrite#enabled, value=true}, {key=jdk.SocketWrite#stackTrace, value=true}, {key=jdk.SocketWrite#threshold, value=10 ms}, {key=jdk.SecurityPropertyModification#enabled, value=false}, {key=jdk.SecurityPropertyModification#stackTrace, value=true}, {key=jdk.TLSHandshake#enabled, value=false}, {key=jdk.TLSHandshake#stackTrace, value=true}, {key=jdk.X509Validation#enabled, value=false}, {key=jdk.X509Validation#stackTrace, value=true}, {key=jdk.X509Certificate#enabled, value=false}, {key=jdk.X509Certificate#stackTrace, value=true}, {key=jdk.JavaExceptionThrow#enabled, value=false}, {key=jdk.JavaExceptionThrow#stackTrace, value=true}, {key=jdk.JavaErrorThrow#enabled, value=true}, {key=jdk.JavaErrorThrow#stackTrace, value=true}, {key=jdk.ExceptionStatistics#enabled, value=true}, {key=jdk.ExceptionStatistics#period, value=1000 ms}, {key=jdk.ActiveRecording#enabled, value=true}, {key=jdk.ActiveSetting#enabled, value=true}, {key=jdk.DataLoss#enabled, value=true}, {key=jdk.DumpReason#enabled, value=true}, {key=jdk.ZPageAllocation#enabled, value=true}, {key=jdk.ZPageAllocation#threshold, value=10 ms}, {key=jdk.ZThreadPhase#enabled, value=true}, {key=jdk.ZThreadPhase#threshold, value=0 ms}, {key=jdk.ZStatisticsCounter#threshold, value=10 ms}, {key=jdk.ZStatisticsCounter#enabled, value=true}, {key=jdk.ZStatisticsSampler#enabled, value=true}, {key=jdk.ZStatisticsSampler#threshold, value=10 ms}]},\n{contents=<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<!--\n     Recommended way to edit .jfc files is to use Java Mission Control,\n     see Window -> Flight Recorder Template Manager.\n-->\n\n<configuration version=\"2.0\" label=\"Continuous\" description=\"Low overhead configuration safe for continuous use in production environments, typically less than 1 % overhead.\" provider=\"Oracle\">\n\n    <event name=\"jdk.ThreadAllocationStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.ClassLoadingStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.ClassLoaderStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.JavaThreadStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.ThreadStart\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ThreadEnd\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ThreadSleep\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.ThreadPark\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.JavaMonitorEnter\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.JavaMonitorWait\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.JavaMonitorInflate\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"synchronization-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.BiasedLockRevocation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.BiasedLockSelfRevocation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.BiasedLockClassRevocation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ReservedStackActivation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ClassLoad\">\n      <setting name=\"enabled\" control=\"class-loading-enabled\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ClassDefine\">\n      <setting name=\"enabled\" control=\"class-loading-enabled\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ClassUnload\">\n      <setting name=\"enabled\" control=\"class-loading-enabled\">false</setting>\n    </event>\n\n    <event name=\"jdk.JVMInformation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.InitialSystemProperty\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.ExecutionSample\">\n      <setting name=\"enabled\" control=\"method-sampling-enabled\">true</setting>\n      <setting name=\"period\" control=\"method-sampling-java-interval\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.NativeMethodSample\">\n      <setting name=\"enabled\" control=\"method-sampling-enabled\">true</setting>\n      <setting name=\"period\" control=\"method-sampling-native-interval\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointBegin\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointStateSynchronization\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointWaitBlocked\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointCleanup\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointCleanupTask\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.SafepointEnd\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.ExecuteVMOperation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.Shutdown\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ThreadDump\">\n      <setting name=\"enabled\" control=\"thread-dump-enabled\">true</setting>\n      <setting name=\"period\" control=\"thread-dump-interval\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.IntFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.UnsignedIntFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.LongFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.UnsignedLongFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.DoubleFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.BooleanFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.StringFlag\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.IntFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.UnsignedIntFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.LongFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.UnsignedLongFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.DoubleFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.BooleanFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.StringFlagChanged\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ObjectCount\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-all\">false</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.GCConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.GCHeapConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.YoungGenerationConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.GCTLABConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.GCSurvivorConfiguration\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.ObjectCountAfterGC\">\n      <setting name=\"enabled\">false</setting>\n    </event>\n\n    <event name=\"jdk.GCHeapSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.PSHeapSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1HeapSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceGCThreshold\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceAllocationFailure\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceOOM\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.MetaspaceChunkFreeListSummary\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.GarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ParallelOldGarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.YoungGarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.OldGarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.G1GarbageCollection\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePause\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePauseLevel1\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePauseLevel2\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePauseLevel3\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhasePauseLevel4\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCPhaseConcurrent\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.GCReferenceStatistics\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.PromotionFailed\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.EvacuationFailed\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.EvacuationInformation\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1MMU\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1EvacuationYoungStatistics\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1EvacuationOldStatistics\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1BasicIHOP\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1AdaptiveIHOP\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.PromoteObjectInNewPLAB\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-medium\">false</setting>\n    </event>\n\n    <event name=\"jdk.PromoteObjectOutsidePLAB\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-medium\">false</setting>\n    </event>\n\n    <event name=\"jdk.ConcurrentModeFailure\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.AllocationRequiringGC\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.TenuringDistribution\">\n      <setting name=\"enabled\" control=\"gc-enabled-normal\">true</setting>\n    </event>\n\n    <event name=\"jdk.G1HeapRegionInformation\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.G1HeapRegionTypeChange\">\n      <setting name=\"enabled\" control=\"gc-enabled-all\">false</setting>\n    </event>\n\n    <event name=\"jdk.OldObjectSample\">\n      <setting name=\"enabled\" control=\"memory-leak-detection-enabled\">true</setting>\n      <setting name=\"stackTrace\" control=\"memory-leak-detection-stack-trace\">false</setting>\n      <setting name=\"cutoff\" control=\"memory-leak-detection-cutoff\">0 ns</setting>\n    </event>\n\n    <event name=\"jdk.CompilerConfiguration\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.CompilerStatistics\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.Compilation\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"threshold\" control=\"compiler-compilation-threshold\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.CompilerPhase\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"threshold\" control=\"compiler-phase-threshold\">60 s</setting>\n    </event>\n\n    <event name=\"jdk.CompilationFailure\">\n      <setting name=\"enabled\" control=\"compiler-enabled-failure\">false</setting>\n    </event>\n\n    <event name=\"jdk.CompilerInlining\">\n      <setting name=\"enabled\" control=\"compiler-enabled-failure\">false</setting>\n    </event>\n\n    <event name=\"jdk.CodeSweeperConfiguration\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.CodeSweeperStatistics\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.SweepCodeCache\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"threshold\" control=\"compiler-sweeper-threshold\">100 ms</setting>\n    </event>\n\n    <event name=\"jdk.CodeCacheConfiguration\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.CodeCacheStatistics\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.CodeCacheFull\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.OSInformation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.VirtualizationInformation\">\n     <setting name=\"enabled\">true</setting>\n     <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.CPUInformation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.ThreadContextSwitchRate\">\n      <setting name=\"enabled\" control=\"compiler-enabled\">true</setting>\n      <setting name=\"period\">10 s</setting>\n    </event>\n\n    <event name=\"jdk.CPULoad\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.ThreadCPULoad\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">10 s</setting>\n    </event>\n\n    <event name=\"jdk.CPUTimeStampCounter\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.SystemProcess\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">endChunk</setting>\n    </event>\n\n    <event name=\"jdk.NetworkUtilization\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">5 s</setting>\n    </event>\n\n    <event name=\"jdk.InitialEnvironmentVariable\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">beginChunk</setting>\n    </event>\n\n    <event name=\"jdk.PhysicalMemory\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.ObjectAllocationInNewTLAB\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-medium\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ObjectAllocationOutsideTLAB\">\n      <setting name=\"enabled\" control=\"memory-profiling-enabled-medium\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.NativeLibrary\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">everyChunk</setting>\n    </event>\n\n    <event name=\"jdk.ModuleRequire\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">endChunk</setting>\n    </event>\n\n    <event name=\"jdk.ModuleExport\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">endChunk</setting>\n    </event>\n\n    <event name=\"jdk.FileForce\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"file-io-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.FileRead\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"file-io-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.FileWrite\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"file-io-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.SocketRead\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"socket-io-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.SocketWrite\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n      <setting name=\"threshold\" control=\"socket-io-threshold\">20 ms</setting>\n    </event>\n\n    <event name=\"jdk.SecurityPropertyModification\">\n       <setting name=\"enabled\">false</setting>\n       <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.TLSHandshake\">\n      <setting name=\"enabled\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.X509Validation\">\n       <setting name=\"enabled\">false</setting>\n       <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.X509Certificate\">\n       <setting name=\"enabled\">false</setting>\n       <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.JavaExceptionThrow\">\n      <setting name=\"enabled\" control=\"enable-exceptions\">false</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.JavaErrorThrow\">\n      <setting name=\"enabled\" control=\"enable-errors\">true</setting>\n      <setting name=\"stackTrace\">true</setting>\n    </event>\n\n    <event name=\"jdk.ExceptionStatistics\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"period\">1000 ms</setting>\n    </event>\n\n    <event name=\"jdk.ActiveRecording\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ActiveSetting\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.DataLoss\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.DumpReason\">\n      <setting name=\"enabled\">true</setting>\n    </event>\n\n    <event name=\"jdk.ZPageAllocation\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.ZThreadPhase\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">0 ms</setting>\n    </event>\n\n    <event name=\"jdk.ZStatisticsCounter\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n    <event name=\"jdk.ZStatisticsSampler\">\n      <setting name=\"enabled\">true</setting>\n      <setting name=\"threshold\">10 ms</setting>\n    </event>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!--\n        Contents of the control element is not read by the JVM, it's used\n        by Java Mission Control to change settings that carry the control attribute.\n    -->\n    <control>\n      <selection name=\"gc-level\" default=\"detailed\" label=\"Garbage Collector\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Normal\" name=\"detailed\">normal</option>\n        <option label=\"All\" name=\"all\">all</option>\n      </selection>\n\n      <condition name=\"gc-enabled-normal\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"gc-level\" operator=\"equal\" value=\"normal\"/>\n          <test name=\"gc-level\" operator=\"equal\" value=\"all\"/>\n        </or>\n      </condition>\n\n      <condition name=\"gc-enabled-all\" true=\"true\" false=\"false\">\n        <test name=\"gc-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <selection name=\"memory-profiling\" default=\"off\" label=\"Memory Profiling\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Object Allocation and Promotion\" name=\"medium\">medium</option>\n        <option label=\"All, including Heap Statistics (May cause long full GCs)\" name=\"all\">all</option>\n      </selection>\n\n      <condition name=\"memory-profiling-enabled-medium\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"memory-profiling\" operator=\"equal\" value=\"medium\"/>\n          <test name=\"memory-profiling\" operator=\"equal\" value=\"all\"/>\n        </or>\n      </condition>\n\n      <condition name=\"memory-profiling-enabled-all\" true=\"true\" false=\"false\">\n        <test name=\"memory-profiling\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <selection name=\"compiler-level\" default=\"normal\" label=\"Compiler\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Normal\" name=\"normal\">normal</option>\n        <option label=\"Detailed\" name=\"detailed\">detailed</option>\n        <option label=\"All\" name=\"all\">all</option>\n      </selection>\n\n      <condition name=\"compiler-enabled\" true=\"false\" false=\"true\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <condition name=\"compiler-enabled-failure\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"compiler-level\" operator=\"equal\" value=\"detailed\"/>\n          <test name=\"compiler-level\" operator=\"equal\" value=\"all\"/>\n        </or>\n      </condition>\n\n      <condition name=\"compiler-sweeper-threshold\" true=\"0 ms\" false=\"100 ms\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <condition name=\"compiler-compilation-threshold\" true=\"1000 ms\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"normal\"/>\n      </condition>\n\n      <condition name=\"compiler-compilation-threshold\" true=\"100 ms\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"detailed\"/>\n      </condition>\n\n      <condition name=\"compiler-compilation-threshold\" true=\"0 ms\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <condition name=\"compiler-phase-threshold\" true=\"60 s\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"normal\"/>\n      </condition>\n\n      <condition name=\"compiler-phase-threshold\" true=\"10 s\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"detailed\"/>\n      </condition>\n\n      <condition name=\"compiler-phase-threshold\" true=\"0 s\">\n        <test name=\"compiler-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <selection name=\"method-sampling-interval\" default=\"normal\" label=\"Method Sampling\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Normal\" name=\"normal\">normal</option>\n        <option label=\"High\" name=\"high\">high</option>\n        <option label=\"Ludicrous (High Overhead)\" name=\"ludicrous\">ludicrous</option>\n      </selection>\n      \n      <condition name=\"method-sampling-java-interval\" true=\"999 d\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <condition name=\"method-sampling-java-interval\" true=\"20 ms\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"normal\"/>\n      </condition>\n\n      <condition name=\"method-sampling-java-interval\" true=\"10 ms\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"high\"/>\n      </condition>\n\n      <condition name=\"method-sampling-java-interval\" true=\"1 ms\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"ludicrous\"/>\n      </condition>\n      \n      <condition name=\"method-sampling-native-interval\" true=\"999 d\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <condition name=\"method-sampling-native-interval\" true=\"20 ms\">\n        <or>\n          <test name=\"method-sampling-interval\" operator=\"equal\" value=\"normal\"/>\n          <test name=\"method-sampling-interval\" operator=\"equal\" value=\"high\"/>\n          <test name=\"method-sampling-interval\" operator=\"equal\" value=\"ludicrous\"/>\n        </or>\n      </condition>  \n\n      <condition name=\"method-sampling-enabled\" true=\"false\" false=\"true\">\n        <test name=\"method-sampling-interval\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <selection name=\"thread-dump-interval\" default=\"normal\" label=\"Thread Dump\">\n        <option label=\"Off\" name=\"off\">999 d</option>\n        <option label=\"At least Once\" name=\"normal\">everyChunk</option>\n        <option label=\"Every 60 s\" name=\"everyMinute\">60 s</option>\n        <option label=\"Every 10 s\" name=\"everyTenSecond\">10 s</option>\n        <option label=\"Every 1 s\" name=\"everySecond\">1 s</option>\n      </selection>\n\n      <condition name=\"thread-dump-enabled\" true=\"false\" false=\"true\">\n        <test name=\"thread-dump-interval\" operator=\"equal\" value=\"999 d\"/>\n      </condition>\n\n      <selection name=\"exception-level\" default=\"errors\" label=\"Exceptions\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Errors Only\" name=\"errors\">errors</option>\n        <option label=\"All Exceptions, including Errors\" name=\"all\">all</option>\n      </selection>\n\n      <condition name=\"enable-errors\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"exception-level\" operator=\"equal\" value=\"errors\"/>\n          <test name=\"exception-level\" operator=\"equal\" value=\"all\"/>\n        </or>\n      </condition>\n\n      <condition name=\"enable-exceptions\" true=\"true\" false=\"false\">\n        <test name=\"exception-level\" operator=\"equal\" value=\"all\"/>\n      </condition>\n\n      <selection name=\"memory-leak-detection\" default=\"minimal\" label=\"Memory Leak Detection\">\n        <option label=\"Off\" name=\"off\">off</option>\n        <option label=\"Object Types\" name=\"minimal\">minimal</option>\n        <option label=\"Object Types + Allocation Stack Traces\" name=\"medium\">medium</option>\n        <option label=\"Object Types + Allocation Stack Traces + Path to GC Root\" name=\"full\">full</option>\n      </selection>\n\n      <condition name=\"memory-leak-detection-enabled\" true=\"false\" false=\"true\">\n        <test name=\"memory-leak-detection\" operator=\"equal\" value=\"off\"/>\n      </condition>\n\n      <condition name=\"memory-leak-detection-stack-trace\" true=\"true\" false=\"false\">\n        <or>\n          <test name=\"memory-leak-detection\" operator=\"equal\" value=\"medium\"/>\n          <test name=\"memory-leak-detection\" operator=\"equal\" value=\"full\"/>\n        </or>\n      </condition>\n\n      <condition name=\"memory-leak-detection-cutoff\" true=\"1 h\" false=\"0 ns\">\n        <test name=\"memory-leak-detection\" operator=\"equal\" value=\"full\"/>\n      </condition>\n\n      <text name=\"synchronization-threshold\" label=\"Synchronization Threshold\" contentType=\"timespan\" minimum=\"0 s\">20 ms</text>\n\n      <text name=\"file-io-threshold\" label=\"File I/O Threshold\" contentType=\"timespan\" minimum=\"0 s\">20 ms</text>\n\n      <text name=\"socket-io-threshold\" label=\"Socket I/O Threshold\" contentType=\"timespan\" minimum=\"0 s\">20 ms</text>\n\n      <flag name=\"class-loading-enabled\" label=\"Class Loading\">false</flag>\n\n    </control>\n\n</configuration>\n, description=Low overhead configuration safe for continuous use in production environments, typically less than 1 % overhead., label=Continuous, name=default, provider=Oracle, settings=[{key=jdk.ThreadAllocationStatistics#enabled, value=true}, {key=jdk.ThreadAllocationStatistics#period, value=everyChunk}, {key=jdk.ClassLoadingStatistics#enabled, value=true}, {key=jdk.ClassLoadingStatistics#period, value=1000 ms}, {key=jdk.ClassLoaderStatistics#enabled, value=true}, {key=jdk.ClassLoaderStatistics#period, value=everyChunk}, {key=jdk.JavaThreadStatistics#enabled, value=true}, {key=jdk.JavaThreadStatistics#period, value=1000 ms}, {key=jdk.ThreadStart#enabled, value=true}, {key=jdk.ThreadEnd#enabled, value=true}, {key=jdk.ThreadSleep#enabled, value=true}, {key=jdk.ThreadSleep#stackTrace, value=true}, {key=jdk.ThreadSleep#threshold, value=20 ms}, {key=jdk.ThreadPark#enabled, value=true}, {key=jdk.ThreadPark#stackTrace, value=true}, {key=jdk.ThreadPark#threshold, value=20 ms}, {key=jdk.JavaMonitorEnter#enabled, value=true}, {key=jdk.JavaMonitorEnter#stackTrace, value=true}, {key=jdk.JavaMonitorEnter#threshold, value=20 ms}, {key=jdk.JavaMonitorWait#enabled, value=true}, {key=jdk.JavaMonitorWait#stackTrace, value=true}, {key=jdk.JavaMonitorWait#threshold, value=20 ms}, {key=jdk.JavaMonitorInflate#enabled, value=false}, {key=jdk.JavaMonitorInflate#stackTrace, value=true}, {key=jdk.JavaMonitorInflate#threshold, value=20 ms}, {key=jdk.BiasedLockRevocation#enabled, value=true}, {key=jdk.BiasedLockRevocation#stackTrace, value=true}, {key=jdk.BiasedLockRevocation#threshold, value=0 ms}, {key=jdk.BiasedLockSelfRevocation#enabled, value=true}, {key=jdk.BiasedLockSelfRevocation#stackTrace, value=true}, {key=jdk.BiasedLockSelfRevocation#threshold, value=0 ms}, {key=jdk.BiasedLockClassRevocation#enabled, value=true}, {key=jdk.BiasedLockClassRevocation#stackTrace, value=true}, {key=jdk.BiasedLockClassRevocation#threshold, value=0 ms}, {key=jdk.ReservedStackActivation#enabled, value=true}, {key=jdk.ReservedStackActivation#stackTrace, value=true}, {key=jdk.ClassLoad#enabled, value=false}, {key=jdk.ClassLoad#stackTrace, value=true}, {key=jdk.ClassLoad#threshold, value=0 ms}, {key=jdk.ClassDefine#enabled, value=false}, {key=jdk.ClassDefine#stackTrace, value=true}, {key=jdk.ClassUnload#enabled, value=false}, {key=jdk.JVMInformation#enabled, value=true}, {key=jdk.JVMInformation#period, value=beginChunk}, {key=jdk.InitialSystemProperty#enabled, value=true}, {key=jdk.InitialSystemProperty#period, value=beginChunk}, {key=jdk.ExecutionSample#enabled, value=true}, {key=jdk.ExecutionSample#period, value=20 ms}, {key=jdk.NativeMethodSample#enabled, value=true}, {key=jdk.NativeMethodSample#period, value=20 ms}, {key=jdk.SafepointBegin#enabled, value=true}, {key=jdk.SafepointBegin#threshold, value=10 ms}, {key=jdk.SafepointStateSynchronization#enabled, value=false}, {key=jdk.SafepointStateSynchronization#threshold, value=10 ms}, {key=jdk.SafepointWaitBlocked#enabled, value=false}, {key=jdk.SafepointWaitBlocked#threshold, value=10 ms}, {key=jdk.SafepointCleanup#enabled, value=false}, {key=jdk.SafepointCleanup#threshold, value=10 ms}, {key=jdk.SafepointCleanupTask#enabled, value=false}, {key=jdk.SafepointCleanupTask#threshold, value=10 ms}, {key=jdk.SafepointEnd#enabled, value=false}, {key=jdk.SafepointEnd#threshold, value=10 ms}, {key=jdk.ExecuteVMOperation#enabled, value=true}, {key=jdk.ExecuteVMOperation#threshold, value=10 ms}, {key=jdk.Shutdown#enabled, value=true}, {key=jdk.Shutdown#stackTrace, value=true}, {key=jdk.ThreadDump#enabled, value=true}, {key=jdk.ThreadDump#period, value=everyChunk}, {key=jdk.IntFlag#enabled, value=true}, {key=jdk.IntFlag#period, value=beginChunk}, {key=jdk.UnsignedIntFlag#enabled, value=true}, {key=jdk.UnsignedIntFlag#period, value=beginChunk}, {key=jdk.LongFlag#enabled, value=true}, {key=jdk.LongFlag#period, value=beginChunk}, {key=jdk.UnsignedLongFlag#enabled, value=true}, {key=jdk.UnsignedLongFlag#period, value=beginChunk}, {key=jdk.DoubleFlag#enabled, value=true}, {key=jdk.DoubleFlag#period, value=beginChunk}, {key=jdk.BooleanFlag#enabled, value=true}, {key=jdk.BooleanFlag#period, value=beginChunk}, {key=jdk.StringFlag#enabled, value=true}, {key=jdk.StringFlag#period, value=beginChunk}, {key=jdk.IntFlagChanged#enabled, value=true}, {key=jdk.UnsignedIntFlagChanged#enabled, value=true}, {key=jdk.LongFlagChanged#enabled, value=true}, {key=jdk.UnsignedLongFlagChanged#enabled, value=true}, {key=jdk.DoubleFlagChanged#enabled, value=true}, {key=jdk.BooleanFlagChanged#enabled, value=true}, {key=jdk.StringFlagChanged#enabled, value=true}, {key=jdk.ObjectCount#enabled, value=false}, {key=jdk.ObjectCount#period, value=everyChunk}, {key=jdk.GCConfiguration#enabled, value=true}, {key=jdk.GCConfiguration#period, value=everyChunk}, {key=jdk.GCHeapConfiguration#enabled, value=true}, {key=jdk.GCHeapConfiguration#period, value=beginChunk}, {key=jdk.YoungGenerationConfiguration#enabled, value=true}, {key=jdk.YoungGenerationConfiguration#period, value=beginChunk}, {key=jdk.GCTLABConfiguration#enabled, value=true}, {key=jdk.GCTLABConfiguration#period, value=beginChunk}, {key=jdk.GCSurvivorConfiguration#enabled, value=true}, {key=jdk.GCSurvivorConfiguration#period, value=beginChunk}, {key=jdk.ObjectCountAfterGC#enabled, value=false}, {key=jdk.GCHeapSummary#enabled, value=true}, {key=jdk.PSHeapSummary#enabled, value=true}, {key=jdk.G1HeapSummary#enabled, value=true}, {key=jdk.MetaspaceSummary#enabled, value=true}, {key=jdk.MetaspaceGCThreshold#enabled, value=true}, {key=jdk.MetaspaceAllocationFailure#enabled, value=true}, {key=jdk.MetaspaceAllocationFailure#stackTrace, value=true}, {key=jdk.MetaspaceOOM#enabled, value=true}, {key=jdk.MetaspaceOOM#stackTrace, value=true}, {key=jdk.MetaspaceChunkFreeListSummary#enabled, value=true}, {key=jdk.GarbageCollection#enabled, value=true}, {key=jdk.GarbageCollection#threshold, value=0 ms}, {key=jdk.ParallelOldGarbageCollection#enabled, value=true}, {key=jdk.ParallelOldGarbageCollection#threshold, value=0 ms}, {key=jdk.YoungGarbageCollection#enabled, value=true}, {key=jdk.YoungGarbageCollection#threshold, value=0 ms}, {key=jdk.OldGarbageCollection#enabled, value=true}, {key=jdk.OldGarbageCollection#threshold, value=0 ms}, {key=jdk.G1GarbageCollection#enabled, value=true}, {key=jdk.G1GarbageCollection#threshold, value=0 ms}, {key=jdk.GCPhasePause#enabled, value=true}, {key=jdk.GCPhasePause#threshold, value=0 ms}, {key=jdk.GCPhasePauseLevel1#enabled, value=true}, {key=jdk.GCPhasePauseLevel1#threshold, value=0 ms}, {key=jdk.GCPhasePauseLevel2#enabled, value=true}, {key=jdk.GCPhasePauseLevel2#threshold, value=0 ms}, {key=jdk.GCPhasePauseLevel3#enabled, value=false}, {key=jdk.GCPhasePauseLevel3#threshold, value=0 ms}, {key=jdk.GCPhasePauseLevel4#enabled, value=false}, {key=jdk.GCPhasePauseLevel4#threshold, value=0 ms}, {key=jdk.GCPhaseConcurrent#enabled, value=true}, {key=jdk.GCPhaseConcurrent#threshold, value=0 ms}, {key=jdk.GCReferenceStatistics#enabled, value=true}, {key=jdk.PromotionFailed#enabled, value=true}, {key=jdk.EvacuationFailed#enabled, value=true}, {key=jdk.EvacuationInformation#enabled, value=true}, {key=jdk.G1MMU#enabled, value=true}, {key=jdk.G1EvacuationYoungStatistics#enabled, value=true}, {key=jdk.G1EvacuationOldStatistics#enabled, value=true}, {key=jdk.G1BasicIHOP#enabled, value=true}, {key=jdk.G1AdaptiveIHOP#enabled, value=true}, {key=jdk.PromoteObjectInNewPLAB#enabled, value=false}, {key=jdk.PromoteObjectOutsidePLAB#enabled, value=false}, {key=jdk.ConcurrentModeFailure#enabled, value=true}, {key=jdk.AllocationRequiringGC#enabled, value=false}, {key=jdk.AllocationRequiringGC#stackTrace, value=true}, {key=jdk.TenuringDistribution#enabled, value=true}, {key=jdk.G1HeapRegionInformation#enabled, value=false}, {key=jdk.G1HeapRegionInformation#period, value=everyChunk}, {key=jdk.G1HeapRegionTypeChange#enabled, value=false}, {key=jdk.OldObjectSample#enabled, value=true}, {key=jdk.OldObjectSample#stackTrace, value=false}, {key=jdk.OldObjectSample#cutoff, value=0 ns}, {key=jdk.CompilerConfiguration#enabled, value=true}, {key=jdk.CompilerConfiguration#period, value=beginChunk}, {key=jdk.CompilerStatistics#enabled, value=true}, {key=jdk.CompilerStatistics#period, value=1000 ms}, {key=jdk.Compilation#enabled, value=true}, {key=jdk.Compilation#threshold, value=1000 ms}, {key=jdk.CompilerPhase#enabled, value=true}, {key=jdk.CompilerPhase#threshold, value=60 s}, {key=jdk.CompilationFailure#enabled, value=false}, {key=jdk.CompilerInlining#enabled, value=false}, {key=jdk.CodeSweeperConfiguration#enabled, value=true}, {key=jdk.CodeSweeperConfiguration#period, value=beginChunk}, {key=jdk.CodeSweeperStatistics#enabled, value=true}, {key=jdk.CodeSweeperStatistics#period, value=everyChunk}, {key=jdk.SweepCodeCache#enabled, value=true}, {key=jdk.SweepCodeCache#threshold, value=100 ms}, {key=jdk.CodeCacheConfiguration#enabled, value=true}, {key=jdk.CodeCacheConfiguration#period, value=beginChunk}, {key=jdk.CodeCacheStatistics#enabled, value=true}, {key=jdk.CodeCacheStatistics#period, value=everyChunk}, {key=jdk.CodeCacheFull#enabled, value=true}, {key=jdk.OSInformation#enabled, value=true}, {key=jdk.OSInformation#period, value=beginChunk}, {key=jdk.VirtualizationInformation#enabled, value=true}, {key=jdk.VirtualizationInformation#period, value=beginChunk}, {key=jdk.CPUInformation#enabled, value=true}, {key=jdk.CPUInformation#period, value=beginChunk}, {key=jdk.ThreadContextSwitchRate#enabled, value=true}, {key=jdk.ThreadContextSwitchRate#period, value=10 s}, {key=jdk.CPULoad#enabled, value=true}, {key=jdk.CPULoad#period, value=1000 ms}, {key=jdk.ThreadCPULoad#enabled, value=true}, {key=jdk.ThreadCPULoad#period, value=10 s}, {key=jdk.CPUTimeStampCounter#enabled, value=true}, {key=jdk.CPUTimeStampCounter#period, value=beginChunk}, {key=jdk.SystemProcess#enabled, value=true}, {key=jdk.SystemProcess#period, value=endChunk}, {key=jdk.NetworkUtilization#enabled, value=true}, {key=jdk.NetworkUtilization#period, value=5 s}, {key=jdk.InitialEnvironmentVariable#enabled, value=true}, {key=jdk.InitialEnvironmentVariable#period, value=beginChunk}, {key=jdk.PhysicalMemory#enabled, value=true}, {key=jdk.PhysicalMemory#period, value=everyChunk}, {key=jdk.ObjectAllocationInNewTLAB#enabled, value=false}, {key=jdk.ObjectAllocationInNewTLAB#stackTrace, value=true}, {key=jdk.ObjectAllocationOutsideTLAB#enabled, value=false}, {key=jdk.ObjectAllocationOutsideTLAB#stackTrace, value=true}, {key=jdk.NativeLibrary#enabled, value=true}, {key=jdk.NativeLibrary#period, value=everyChunk}, {key=jdk.ModuleRequire#enabled, value=true}, {key=jdk.ModuleRequire#period, value=endChunk}, {key=jdk.ModuleExport#enabled, value=true}, {key=jdk.ModuleExport#period, value=endChunk}, {key=jdk.FileForce#enabled, value=true}, {key=jdk.FileForce#stackTrace, value=true}, {key=jdk.FileForce#threshold, value=20 ms}, {key=jdk.FileRead#enabled, value=true}, {key=jdk.FileRead#stackTrace, value=true}, {key=jdk.FileRead#threshold, value=20 ms}, {key=jdk.FileWrite#enabled, value=true}, {key=jdk.FileWrite#stackTrace, value=true}, {key=jdk.FileWrite#threshold, value=20 ms}, {key=jdk.SocketRead#enabled, value=true}, {key=jdk.SocketRead#stackTrace, value=true}, {key=jdk.SocketRead#threshold, value=20 ms}, {key=jdk.SocketWrite#enabled, value=true}, {key=jdk.SocketWrite#stackTrace, value=true}, {key=jdk.SocketWrite#threshold, value=20 ms}, {key=jdk.SecurityPropertyModification#enabled, value=false}, {key=jdk.SecurityPropertyModification#stackTrace, value=true}, {key=jdk.TLSHandshake#enabled, value=false}, {key=jdk.TLSHandshake#stackTrace, value=true}, {key=jdk.X509Validation#enabled, value=false}, {key=jdk.X509Validation#stackTrace, value=true}, {key=jdk.X509Certificate#enabled, value=false}, {key=jdk.X509Certificate#stackTrace, value=true}, {key=jdk.JavaExceptionThrow#enabled, value=false}, {key=jdk.JavaExceptionThrow#stackTrace, value=true}, {key=jdk.JavaErrorThrow#enabled, value=true}, {key=jdk.JavaErrorThrow#stackTrace, value=true}, {key=jdk.ExceptionStatistics#enabled, value=true}, {key=jdk.ExceptionStatistics#period, value=1000 ms}, {key=jdk.ActiveRecording#enabled, value=true}, {key=jdk.ActiveSetting#enabled, value=true}, {key=jdk.DataLoss#enabled, value=true}, {key=jdk.DumpReason#enabled, value=true}, {key=jdk.ZPageAllocation#enabled, value=true}, {key=jdk.ZPageAllocation#threshold, value=10 ms}, {key=jdk.ZThreadPhase#enabled, value=true}, {key=jdk.ZThreadPhase#threshold, value=0 ms}, {key=jdk.ZStatisticsCounter#enabled, value=true}, {key=jdk.ZStatisticsCounter#threshold, value=10 ms}, {key=jdk.ZStatisticsSampler#enabled, value=true}, {key=jdk.ZStatisticsSampler#threshold, value=10 ms}]}]"
                  },
                  {
                    "name": "EventTypes",
                    "formattedValue": "[{categoryNames=[Java Development Kit, Security], description=Modification of Security property, id=9258, label=Security Property Modification, name=jdk.SecurityPropertyModification, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Development Kit, Security], description=Parameters used in TLS Handshake, id=7302, label=TLS Handshake, name=jdk.TLSHandshake, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Development Kit, Security], description=Serial numbers from X.509 Certificates forming chain of trust, id=7273, label=X509 Validation, name=jdk.X509Validation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Development Kit, Security], description=Details of X.509 Certificate parsed by JDK, id=6642, label=X509 Certificate, name=jdk.X509Certificate, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Flight Recorder], description=null, id=9256, label=Flight Recording, name=jdk.ActiveRecording, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Flight Recorder], description=null, id=9254, label=Recording Setting, name=jdk.ActiveSetting, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=An object derived from java.lang.Error has been created. OutOfMemoryErrors are ignored, id=9252, label=Java Error, name=jdk.JavaErrorThrow, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application, Statistics], description=Number of objects derived from java.lang.Throwable that have been created, id=9250, label=Exception Statistics, name=jdk.ExceptionStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Application], description=An object derived from java.lang.Exception has been created, id=9248, label=Java Exception, name=jdk.JavaExceptionThrow, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=Reading data from a socket, id=9246, label=Socket Read, name=jdk.SocketRead, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=Writing data to a file, id=9244, label=File Write, name=jdk.FileWrite, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=Reading data from a file, id=9242, label=File Read, name=jdk.FileRead, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=Force updates to be written to file, id=9240, label=File Force, name=jdk.FileForce, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=Writing data to a socket, id=9009, label=Socket Write, name=jdk.SocketWrite, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=null, id=255, label=Java Thread Start, name=jdk.ThreadStart, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Application], description=null, id=256, label=Java Thread End, name=jdk.ThreadEnd, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Application], description=null, id=257, label=Java Thread Sleep, name=jdk.ThreadSleep, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=null, id=258, label=Java Thread Park, name=jdk.ThreadPark, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=null, id=259, label=Java Monitor Blocked, name=jdk.JavaMonitorEnter, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=Waiting on a Java monitor, id=260, label=Java Monitor Wait, name=jdk.JavaMonitorWait, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=null, id=261, label=Java Monitor Inflated, name=jdk.JavaMonitorInflate, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, Runtime], description=Revoked bias of object, id=262, label=Biased Lock Revocation, name=jdk.BiasedLockRevocation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, Runtime], description=Revoked bias of object biased towards own thread, id=263, label=Biased Lock Self Revocation, name=jdk.BiasedLockSelfRevocation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, Runtime], description=Revoked biases for all instances of a class, id=264, label=Biased Lock Class Revocation, name=jdk.BiasedLockClassRevocation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, Runtime], description=Activation of Reserved Stack Area caused by stack overflow with ReservedStackAccess annotated method in call stack, id=265, label=Reserved Stack Activation, name=jdk.ReservedStackActivation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, Class Loading], description=null, id=266, label=Class Load, name=jdk.ClassLoad, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, Class Loading], description=null, id=267, label=Class Define, name=jdk.ClassDefine, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, Class Loading], description=null, id=268, label=Class Unload, name=jdk.ClassUnload, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=269, label=Int Flag Changed, name=jdk.IntFlagChanged, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=270, label=Unsigned Int Flag Changed, name=jdk.UnsignedIntFlagChanged, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=271, label=Long Flag Changed, name=jdk.LongFlagChanged, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=272, label=Unsigned Long Flag Changed, name=jdk.UnsignedLongFlagChanged, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=273, label=Double Flag Changed, name=jdk.DoubleFlagChanged, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=274, label=Boolean Flag Changed, name=jdk.BooleanFlagChanged, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=275, label=String Flag Changed, name=jdk.StringFlagChanged, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Heap], description=null, id=278, label=Heap Summary, name=jdk.GCHeapSummary, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Heap], description=null, id=280, label=Metaspace Summary, name=jdk.MetaspaceSummary, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Metaspace], description=null, id=281, label=Metaspace GC Threshold, name=jdk.MetaspaceGCThreshold, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Metaspace], description=null, id=282, label=Metaspace Allocation Failure, name=jdk.MetaspaceAllocationFailure, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, GC, Metaspace], description=null, id=283, label=Metaspace Out of Memory, name=jdk.MetaspaceOOM, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, GC, Metaspace], description=null, id=284, label=Metaspace Chunk Free List Summary, name=jdk.MetaspaceChunkFreeListSummary, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Heap], description=null, id=285, label=Parallel Scavenge Heap Summary, name=jdk.PSHeapSummary, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Heap], description=null, id=286, label=G1 Heap Summary, name=jdk.G1HeapSummary, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Collector], description=Garbage collection performed by the JVM, id=287, label=Garbage Collection, name=jdk.GarbageCollection, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Collector], description=Extra information specific to Parallel Old Garbage Collections, id=288, label=Parallel Old Garbage Collection, name=jdk.ParallelOldGarbageCollection, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Collector], description=Extra information specific to Young Garbage Collections, id=289, label=Young Garbage Collection, name=jdk.YoungGarbageCollection, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Collector], description=Extra information specific to Old Garbage Collections, id=290, label=Old Garbage Collection, name=jdk.OldGarbageCollection, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Collector], description=Extra information specific to G1 Garbage Collections, id=291, label=G1 Garbage Collection, name=jdk.G1GarbageCollection, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=292, label=G1 MMU Information, name=jdk.G1MMU, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=293, label=Evacuation Information, name=jdk.EvacuationInformation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Reference], description=Total count of processed references during GC, id=294, label=GC Reference Statistics, name=jdk.GCReferenceStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=296, label=Object Count after GC, name=jdk.ObjectCountAfterGC, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Memory related evacuation statistics during GC for the young generation, id=298, label=G1 Evacuation Statistics for Young, name=jdk.G1EvacuationYoungStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Memory related evacuation statistics during GC for the old generation, id=299, label=G1 Evacuation Memory Statistics for Old, name=jdk.G1EvacuationOldStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Basic statistics related to current IHOP calculation, id=300, label=G1 Basic IHOP Statistics, name=jdk.G1BasicIHOP, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Statistics related to current adaptive IHOP calculation, id=301, label=G1 Adaptive IHOP Statistics, name=jdk.G1AdaptiveIHOP, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Object survived scavenge and was copied to a new Promotion Local Allocation Buffer (PLAB). Supported GCs are Parallel Scavange, G1 and CMS with Parallel New. Due to promotion being done in parallel an object might be reported multiple times as the GC threads race to copy all objects., id=302, label=Promotion in new PLAB, name=jdk.PromoteObjectInNewPLAB, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Object survived scavenge and was copied directly to the heap. Supported GCs are Parallel Scavange, G1 and CMS with Parallel New. Due to promotion being done in parallel an object might be reported multiple times as the GC threads race to copy all objects., id=303, label=Promotion outside PLAB, name=jdk.PromoteObjectOutsidePLAB, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Promotion of an object failed, id=304, label=Promotion Failed, name=jdk.PromotionFailed, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Evacuation of an object failed, id=305, label=Evacuation Failed, name=jdk.EvacuationFailed, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Concurrent Mode failed, id=306, label=Concurrent Mode Failure, name=jdk.ConcurrentModeFailure, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Phases], description=null, id=307, label=GC Phase Pause, name=jdk.GCPhasePause, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Phases], description=null, id=308, label=GC Phase Pause Level 1, name=jdk.GCPhasePauseLevel1, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Phases], description=null, id=309, label=GC Phase Pause Level 2, name=jdk.GCPhasePauseLevel2, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Phases], description=null, id=310, label=GC Phase Pause Level 3, name=jdk.GCPhasePauseLevel3, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Phases], description=null, id=311, label=GC Phase Pause Level 4, name=jdk.GCPhasePauseLevel4, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Phases], description=null, id=312, label=GC Phase Concurrent, name=jdk.GCPhaseConcurrent, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=313, label=Allocation Requiring GC, name=jdk.AllocationRequiringGC, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=314, label=Tenuring Distribution, name=jdk.TenuringDistribution, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Information about a G1 heap region type change, id=315, label=G1 Heap Region Type Change, name=jdk.G1HeapRegionTypeChange, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Compiler], description=null, id=316, label=Compilation, name=jdk.Compilation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Compiler], description=null, id=317, label=Compiler Phase, name=jdk.CompilerPhase, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Compiler], description=null, id=318, label=Compilation Failure, name=jdk.CompilationFailure, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Compiler, Optimization], description=null, id=320, label=Method Inlining, name=jdk.CompilerInlining, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Code Sweeper], description=null, id=321, label=Sweep Code Cache, name=jdk.SweepCodeCache, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Code Cache], description=null, id=322, label=Code Cache Full, name=jdk.CodeCacheFull, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine, Runtime, Safepoint], description=Safepointing begin, id=323, label=Safepoint Begin, name=jdk.SafepointBegin, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Runtime, Safepoint], description=Synchronize run state of threads, id=324, label=Safepoint State Synchronization, name=jdk.SafepointStateSynchronization, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Runtime, Safepoint], description=Safepointing begin waiting on running threads to block, id=325, label=Safepoint Wait Blocked, name=jdk.SafepointWaitBlocked, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Runtime, Safepoint], description=Safepointing begin running cleanup tasks, id=326, label=Safepoint Cleanup, name=jdk.SafepointCleanup, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Runtime, Safepoint], description=Safepointing begin running cleanup tasks, id=327, label=Safepoint Cleanup Task, name=jdk.SafepointCleanupTask, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Runtime, Safepoint], description=Safepointing end, id=328, label=Safepoint End, name=jdk.SafepointEnd, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Runtime], description=Execution of a VM Operation, id=329, label=VM Operation, name=jdk.ExecuteVMOperation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, Runtime], description=JVM shutting down, id=330, label=JVM Shutdown, name=jdk.Shutdown, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=Allocation in new Thread Local Allocation Buffer, id=331, label=Allocation in new TLAB, name=jdk.ObjectAllocationInNewTLAB, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Application], description=Allocation outside Thread Local Allocation Buffers, id=332, label=Allocation outside TLAB, name=jdk.ObjectAllocationOutsideTLAB, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}]},\n{categoryNames=[Java Virtual Machine, Profiling], description=A potential memory leak, id=333, label=Old Object Sample, name=jdk.OldObjectSample, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.BooleanFlag, defaultValue=true, description=Record stack traces, label=Stack Trace, name=stackTrace, typeName=jdk.settings.StackTrace}, {contentType=jdk.jfr.Timespan, defaultValue=infinity, description=Limit running time of event, label=Cutoff, name=cutoff, typeName=jdk.settings.Cutoff}]},\n{categoryNames=[Flight Recorder], description=Who requested the recording and why, id=334, label=Recording Reason, name=jdk.DumpReason, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Flight Recorder], description=Data could not be copied out from a buffer, typically because of contention, id=335, label=Data Loss, name=jdk.DataLoss, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}]},\n{categoryNames=[Java Virtual Machine], description=Description of JVM and the Java application, id=336, label=JVM Information, name=jdk.JVMInformation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System], description=null, id=337, label=OS Information, name=jdk.OSInformation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System], description=null, id=338, label=Virtualization Information, name=jdk.VirtualizationInformation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine], description=System Property at JVM start, id=339, label=Initial System Property, name=jdk.InitialSystemProperty, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System], description=null, id=340, label=Initial Environment Variable, name=jdk.InitialEnvironmentVariable, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System], description=null, id=341, label=System Process, name=jdk.SystemProcess, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System, Processor], description=null, id=342, label=CPU Information, name=jdk.CPUInformation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System, Processor], description=null, id=343, label=CPU Time Stamp Counter, name=jdk.CPUTimeStampCounter, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System, Processor], description=OS CPU Load, id=344, label=CPU Load, name=jdk.CPULoad, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System, Processor], description=null, id=345, label=Thread CPU Load, name=jdk.ThreadCPULoad, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System, Processor], description=null, id=346, label=Thread Context Switch Rate, name=jdk.ThreadContextSwitchRate, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System, Network], description=null, id=347, label=Network Utilization, name=jdk.NetworkUtilization, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Application, Statistics], description=null, id=348, label=Java Thread Statistics, name=jdk.JavaThreadStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Application, Statistics], description=null, id=349, label=Class Loading Statistics, name=jdk.ClassLoadingStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Application, Statistics], description=null, id=350, label=Class Loader Statistics, name=jdk.ClassLoaderStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Application, Statistics], description=null, id=351, label=Thread Allocation Statistics, name=jdk.ThreadAllocationStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Operating System, Memory], description=OS Physical Memory, id=352, label=Physical Memory, name=jdk.PhysicalMemory, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Profiling], description=Snapshot of a threads state, id=353, label=Method Profiling Sample, name=jdk.ExecutionSample, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Profiling], description=Snapshot of a threads state when in native, id=354, label=Method Profiling Sample Native, name=jdk.NativeMethodSample, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Runtime], description=null, id=355, label=Thread Dump, name=jdk.ThreadDump, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Runtime], description=null, id=356, label=Native Library, name=jdk.NativeLibrary, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Runtime, Modules], description=A directed edge representing a dependency, id=357, label=Module Require, name=jdk.ModuleRequire, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Runtime, Modules], description=null, id=358, label=Module Export, name=jdk.ModuleExport, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Compiler], description=null, id=359, label=Compiler Statistics, name=jdk.CompilerStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Compiler], description=null, id=360, label=Compiler Configuration, name=jdk.CompilerConfiguration, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Code Cache], description=null, id=361, label=Code Cache Statistics, name=jdk.CodeCacheStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Code Cache], description=null, id=362, label=Code Cache Configuration, name=jdk.CodeCacheConfiguration, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Code Sweeper], description=null, id=363, label=Code Sweeper Statistics, name=jdk.CodeSweeperStatistics, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Code Sweeper], description=null, id=364, label=Code Sweeper Configuration, name=jdk.CodeSweeperConfiguration, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=365, label=Int Flag, name=jdk.IntFlag, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=366, label=Unsigned Int Flag, name=jdk.UnsignedIntFlag, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=367, label=Long Flag, name=jdk.LongFlag, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=368, label=Unsigned Long Flag, name=jdk.UnsignedLongFlag, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=369, label=Double Flag, name=jdk.DoubleFlag, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=370, label=Boolean Flag, name=jdk.BooleanFlag, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, Flag], description=null, id=371, label=String Flag, name=jdk.StringFlag, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=372, label=Object Count, name=jdk.ObjectCount, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Information about a specific heap region in the G1 GC, id=373, label=G1 Heap Region Information, name=jdk.G1HeapRegionInformation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=everyChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, GC, Configuration], description=The configuration of the garbage collector, id=374, label=GC Configuration, name=jdk.GCConfiguration, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, GC, Configuration], description=The configuration of the survivors of garbage collection, id=375, label=GC Survivor Configuration, name=jdk.GCSurvivorConfiguration, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, GC, Configuration], description=The configuration of the Thread Local Allocation Buffers (TLABs), id=376, label=TLAB Configuration, name=jdk.GCTLABConfiguration, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, GC, Configuration], description=The configuration of the garbage collected heap, id=377, label=GC Heap Configuration, name=jdk.GCHeapConfiguration, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, GC, Configuration], description=The configuration of the young generation of the garbage collected heap, id=378, label=Young Generation Configuration, name=jdk.YoungGenerationConfiguration, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=null, defaultValue=endChunk, description=Record event at interval, label=Period, name=period, typeName=jdk.settings.Period}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=Allocation of a ZPage, id=379, label=ZPage Allocation, name=jdk.ZPageAllocation, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=380, label=ZGC Thread Phase, name=jdk.ZThreadPhase, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=381, label=Z Statistics Counter, name=jdk.ZStatisticsCounter, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]},\n{categoryNames=[Java Virtual Machine, GC, Detailed], description=null, id=382, label=Z Statistics Sampler, name=jdk.ZStatisticsSampler, settingDescriptors=[{contentType=jdk.jfr.BooleanFlag, defaultValue=false, description=Record event, label=Enabled, name=enabled, typeName=jdk.settings.Enabled}, {contentType=jdk.jfr.Timespan, defaultValue=0 ns, description=Record event with duration above or equal to threshold, label=Threshold, name=threshold, typeName=jdk.settings.Threshold}]}]"
                  },
                  {
                    "name": "ObjectName",
                    "formattedValue": "jdk.management.jfr:type=FlightRecorder"
                  },
                  {
                    "name": "Recordings",
                    "formattedValue": "[]"
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }
]}