Retour Retour       Actualiser Actualiser       PDF PDF

MBeans MBeans
Catalina
Connector
port=80
(Implementation of a Coyote connector)
-  URIEncodingUTF-8(Character encoding used to decode the URI)
-  acceptCount100(The accept count for this Connector)
-  addressnull(The IP address on which to bind)
-  ajpFlushnull(Send AJP flush package for each explicit flush)
-  allowTracefalse(Allow disabling TRACE method)
-  allowedRequestAttributesPatternnull(Regular expression that any custom request attributes muct match else the request will be rejected)
-  ciphersHIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA(Comma-separated list of requested cipher suites)
-  ciphersUsednull(Array of ciphers suites in use)
-  classNamenull(Fully qualified class name of the managed object)
-  connectionLinger-1(Linger value on the incoming connection)
-  connectionTimeout20 000(Timeout value on the incoming connection)
-  enableLookupsfalse(The 'enable DNS lookups' flag for this Connector)
-  executorNameInternal(The name of the executor - if any - associated with this Connector)
-  keepAliveTimeout20 000(The number of milliseconds Tomcat will wait for a subsequent request before closing the connection)
-  localPort80(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.)
-  maxHeaderCount100(The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.)
-  maxKeepAliveRequests100(Maximum number of Keep-Alive requests to honor per connection)
-  maxParameterCount1 000(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.)
-  maxPostSize2 097 152(Maximum size in bytes of a POST which will be handled by the servlet API provided features)
-  maxSavePostSize4 096(Maximum size of a POST which will be saved by the container during authentication)
-  maxSwallowSize2 097 152(The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload)
-  maxThreads200(The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.)
-  minSpareThreads10(The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.)
-  modelerTypenull(Type of the modeled resource. Can be set only once)
-  packetSizenull(The ajp packet size.)
-  port80(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.)
-  portOffset0(The offset that will be applied to port to determine the actual port number used.)
-  portWithOffset80(The actual port number (including any offset) on which this connector is configured to listen for requests.)
-  processorCache200(The processor cache size.)
-  protocolHTTP/1.1(Coyote protocol handler in use)
-  protocolHandlerClassNameorg.apache.coyote.http11.Http11NioProtocol(Coyote Protocol handler class name)
-  proxyNamenull(The Server name to which we should pretend requests to this Connector)
-  proxyPort0(The Server port to which we should pretend requests to this Connector)
-  redirectPort443(The redirect port (excluding any offset) for non-SSL to SSL redirects)
-  redirectPortWithOffset443(The actual redirect port (including any offset) for non-SSL to SSL redirects.)
-  schemehttp(Protocol name for this Connector (http, https))
-  secretRequirednull(Must secret be set to a non-null, non-zero-length String?)
-  securefalse(Is this a secure (SSL) Connector?)
-  sslProtocolsnull(Comma-separated list of SSL protocol variants to be enabled)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  tcpNoDelaytrue(Should we use TCP no delay?)
-  threadPriority5(The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.)
-  useBodyEncodingForURIfalse(Should the body encoding be used for URI query parameters)
-  useIPVHostsfalse(Should IP-based virtual hosting be used? )
-  xpoweredByfalse(Is generation of X-Powered-By response header enabled/disabled?)

DataSource
host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody"
-  abandonedUsageTrackingfalse(Introspected attribute abandonedUsageTracking)
-  accessToUnderlyingConnectionAllowedfalse(Introspected attribute accessToUnderlyingConnectionAllowed)
-  autoCommitOnReturntrue(Introspected attribute autoCommitOnReturn)
-  cacheStatetrue(Introspected attribute cacheState)
-  closedfalse(Introspected attribute closed)
-  connectionFactoryClassNamenull(Introspected attribute connectionFactoryClassName)
-  connectionInitSqlsAsArray[](Introspected attribute connectionInitSqlsAsArray)
-  defaultAutoCommitnull(Introspected attribute defaultAutoCommit)
-  defaultCatalognull(Introspected attribute defaultCatalog)
-  defaultQueryTimeoutnull(Introspected attribute defaultQueryTimeout)
-  defaultReadOnlynull(Introspected attribute defaultReadOnly)
-  defaultSchemanull(Introspected attribute defaultSchema)
-  defaultTransactionIsolation-1(Introspected attribute defaultTransactionIsolation)
-  disconnectionSqlCodesAsArray[](Introspected attribute disconnectionSqlCodesAsArray)
-  driverClassNameorg.h2.Driver(Introspected attribute driverClassName)
-  enableAutoCommitOnReturntrue(Introspected attribute enableAutoCommitOnReturn)
-  evictionPolicyClassNameorg.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy(Introspected attribute evictionPolicyClassName)
-  fastFailValidationfalse(Introspected attribute fastFailValidation)
-  initialSize0(Introspected attribute initialSize)
-  jmxNameCatalina:type=DataSource,host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody"(Introspected attribute jmxName)
-  lifotrue(Introspected attribute lifo)
-  logAbandonedfalse(Introspected attribute logAbandoned)
-  logExpiredConnectionstrue(Introspected attribute logExpiredConnections)
-  maxConnLifetimeMillis-1(Introspected attribute maxConnLifetimeMillis)
-  maxIdle10(Introspected attribute maxIdle)
-  maxOpenPreparedStatements-1(Introspected attribute maxOpenPreparedStatements)
-  maxTotal100(Introspected attribute maxTotal)
-  maxWaitMillis30 000(Introspected attribute maxWaitMillis)
-  minEvictableIdleTimeMillis1 800 000(Introspected attribute minEvictableIdleTimeMillis)
-  minIdle0(Introspected attribute minIdle)
-  modelerTypeorg.apache.tomcat.dbcp.dbcp2.BasicDataSource(Type of the modeled resource. Can be set only once)
-  numActive100(Introspected attribute numActive)
-  numIdle0(Introspected attribute numIdle)
-  numTestsPerEvictionRun3(Introspected attribute numTestsPerEvictionRun)
-  poolPreparedStatementsfalse(Introspected attribute poolPreparedStatements)
-  removeAbandonedOnBorrowfalse(Introspected attribute removeAbandonedOnBorrow)
-  removeAbandonedOnMaintenancefalse(Introspected attribute removeAbandonedOnMaintenance)
-  removeAbandonedTimeout300(Introspected attribute removeAbandonedTimeout)
-  rollbackOnReturntrue(Introspected attribute rollbackOnReturn)
-  softMinEvictableIdleTimeMillis-1(Introspected attribute softMinEvictableIdleTimeMillis)
-  testOnBorrowtrue(Introspected attribute testOnBorrow)
-  testOnCreatefalse(Introspected attribute testOnCreate)
-  testOnReturnfalse(Introspected attribute testOnReturn)
-  testWhileIdlefalse(Introspected attribute testWhileIdle)
-  timeBetweenEvictionRunsMillis-1(Introspected attribute timeBetweenEvictionRunsMillis)
-  urljdbc:h2:/opt/data/demo/h2(Introspected attribute url)
-  usernamesa(Introspected attribute username)
-  validationQuerynull(Introspected attribute validationQuery)
-  validationQueryTimeout-1(Introspected attribute validationQueryTimeout)

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections
-  AbandonedConfigfalse 
-  BlockWhenExhaustedtrue 
-  BorrowedCount128 427 
-  Closedfalse 
-  CreatedCount100 
-  CreationStackTracejava.lang.Exception
at org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool.<init>(BaseGenericObjectPool.java:147)
at org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool.<init>(GenericObjectPool.java:109)
at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createObjectPool(BasicDataSource.java:628)
at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createConnectionPool(BasicDataSource.java:492)
at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:558)
at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:753)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at net.bull.javamelody.JdbcWrapper$3.invoke(JdbcWrapper.java:812)
at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:306)
at com.sun.proxy.$Proxy5.getConnection(Unknown Source)
at net.bull.javamelody.internal.model.JavaInformations.buildDataBaseVersion(JavaInformations.java:426)
at net.bull.javamelody.internal.model.JavaInformations.<init>(JavaInformations.java:200)
at net.bull.javamelody.internal.web.MonitoringController.doActionIfNeededAndReport(MonitoringController.java:158)
at net.bull.javamelody.MonitoringFilter.doMonitoring(MonitoringFilter.java:408)
at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:206)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at fr.spi4j.filter.HttpSessionFilter.doFilter(HttpSessionFilter.java:69)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:199)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at ForbiddenActionsFilter.doFilter(ForbiddenActionsFilter.java:24)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at fr.spi4j.lib.security.RemoteUserFilter.doFilter(RemoteUserFilter.java:66)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
 
-  DestroyedByBorrowValidationCount0 
-  DestroyedByEvictorCount0 
-  DestroyedCount0 
-  FactoryTypeorg.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory<org.apache.tomcat.dbcp.dbcp2.PoolableConnection> 
-  Fairnessfalse 
-  Lifotrue 
-  LogAbandonedfalse 
-  MaxBorrowWaitTimeMillis24 238 
-  MaxIdle10 
-  MaxTotal100 
-  MaxWaitMillis30 000 
-  MeanActiveTimeMillis0 
-  MeanBorrowWaitTimeMillis0 
-  MeanIdleTimeMillis621 229 
-  MinEvictableIdleTimeMillis1 800 000 
-  MinIdle0 
-  NumActive100 
-  NumIdle0 
-  NumTestsPerEvictionRun3 
-  NumWaiters0 
-  RemoveAbandonedOnBorrowfalse 
-  RemoveAbandonedOnMaintenancefalse 
-  RemoveAbandonedTimeout2 147 483 647 
-  ReturnedCount128 327 
-  TestOnBorrowtrue 
-  TestOnCreatefalse 
-  TestOnReturnfalse 
-  TestWhileIdlefalse 
-  TimeBetweenEvictionRunsMillis-1 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=1
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString783024975, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=10
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1977401306, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=100
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString490906246, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=11
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString185971658, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=12
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString677371156, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=13
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1296639538, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=14
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString46168481, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=15
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1658247408, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=16
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString170384653, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=17
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString646626962, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=18
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1231675909, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=19
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString710815174, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=2
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString521692877, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=20
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString2071334734, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=21
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString908028263, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=22
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString854630708, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=23
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString635844224, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=24
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1619123547, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=25
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1341419970, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=26
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString64322819, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=27
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1699763695, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=28
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1051471820, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=29
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString996756039, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=3
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString2092233560, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=30
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString651258316, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=31
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1829837951, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=32
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1435718167, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=33
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1834907429, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=34
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1079522807, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=35
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString325831138, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=36
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1769230763, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=37
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1822664844, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=38
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString280630643, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=39
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString799081082, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=4
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1250622393, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=40
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString2089950447, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=41
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString2088940987, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=42
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1034069964, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=43
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString316773526, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=44
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString225176720, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=45
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1405990542, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=46
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString225286090, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=47
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1035391296, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=48
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1469978447, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=49
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1124316079, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=5
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString405065432, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=50
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1976478168, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=51
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString2129270171, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=52
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1220281085, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=53
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1710475577, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=54
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString264144759, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=55
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString658704542, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=56
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString207163656, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=57
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1991109826, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=58
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString912376248, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=59
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString2146501831, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=6
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString77647732, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=60
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1035105775, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=61
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1609125038, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=62
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1235818974, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=63
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString973196126, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=64
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString793412002, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=65
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString647813095, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=66
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1959927412, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=67
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1758026605, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=68
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1367158730, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=69
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString502118785, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=7
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1337016279, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=70
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1656040302, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=71
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString232447972, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=72
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1192522039, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=73
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1500700667, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=74
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString188451589, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=75
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString254154736, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=76
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1053119366, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=77
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString489985869, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=78
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1365628, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=79
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString81533821, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=8
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1108511127, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=80
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1091952296, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=81
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1480618806, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=82
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1273545431, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=83
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1891438349, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=84
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString791546539, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=85
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString727631946, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=86
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString256503023, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=87
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString503746954, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=88
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString854258947, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=89
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1476051633, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=9
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString2084091035, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=90
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString862747570, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=91
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1745373345, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=92
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString439727005, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=93
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString988158127, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=94
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1471683607, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=95
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString842066800, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=96
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1182950973, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=97
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString383854166, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=98
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString56746370, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody",connectionpool=connections,connection=99
-  AutoCommitfalse 
-  CacheStatetrue 
-  CatalogH2 
-  Closedfalse 
-  Holdability1 
-  ReadOnlyfalse 
-  SchemaPUBLIC 
-  ToString1874286916, URL=jdbc:h2:/opt/data/demo/h2, UserName=SA, H2 JDBC Driver 
-  TransactionIsolation2 

Deployer
host=localhost
(Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts)
-  classNameorg.apache.catalina.startup.HostConfig(Fully qualified class name of the managed object)
-  configBaseName/opt/apache-tomcat-9.0.33/conf/Catalina/localhost(The base directory for Context configuration files)
-  contextClassorg.apache.catalina.core.StandardContext(The Java class name of the Context implementation we should use)
-  copyXMLfalse(The copy XML config file flag for this component)
-  deployXMLtrue(The deploy XML config file flag for this component)
-  modelerTypeorg.apache.catalina.startup.HostConfig(Type of the modeled resource. Can be set only once)
-  unpackWARsfalse(The unpack WARs flag)

Engine
(Standard Engine Component)
-  backgroundProcessorDelay10(The processor delay for this component.)
-  catalinaBase/opt/apache-tomcat-9.0.33(Base (instance) directory for this Engine, typically same as catalina.base system property)
-  defaultHostlocalhost(Name of the default Host for this Engine)
-  jvmRoutenull(Route used for load balancing)
-  managedResourceStandardEngine[Catalina](The managed resource this MBean is associated with)
-  modelerTypeorg.apache.catalina.core.StandardEngine(Type of the modeled resource. Can be set only once)
-  nameCatalina(Unique name of this Engine)
-  realmLockOutRealm[StandardEngine[Catalina]](Associated realm.)
-  startChildrentrue(Will children be started automatically when they are added.)
-  startStopThreads1(The number of threads to use when starting and stopping child Hosts)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

Filter
WebModule=//localhost/,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassorg.apache.tomcat.websocket.server.WsFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNameTomcat WebSocket (JSR356) Filter(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/demo,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassorg.apache.tomcat.websocket.server.WsFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNameTomcat WebSocket (JSR356) Filter(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/demo,name=forbiddenActions,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassForbiddenActionsFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNameforbiddenActions(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/demo,name=httpSessionInThread,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassfr.spi4j.filter.HttpSessionFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNamehttpSessionInThread(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/demo,name=javamelody,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassnet.bull.javamelody.MonitoringFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNamejavamelody(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/demo,name=monitoring,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassnet.bull.javamelody.MonitoringFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNamemonitoring(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/demo,name=remoteUser,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassfr.spi4j.lib.security.RemoteUserFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNameremoteUser(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/downloads,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassorg.apache.tomcat.websocket.server.WsFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNameTomcat WebSocket (JSR356) Filter(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/usage,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassorg.apache.tomcat.websocket.server.WsFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNameTomcat WebSocket (JSR356) Filter(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/usage,name=basic-auth,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassnet.bull.javamelody.usagestats.BasicAuthFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNamebasic-auth(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/usage,name=gzip,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassnet.bull.javamelody.usagestats.GzipFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNamegzip(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

WebModule=//localhost/usage,name=javamelody,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet-filter definition)
-  filterClassnet.bull.javamelody.MonitoringFilter(Fully qualified class name of the filter object)
-  filterInitParameterMap{}(Return the initialization parameters associated with this filter)
-  filterNamejavamelody(The name used to reference the filter in web.xml)
-  modelerTypeorg.apache.catalina.core.ApplicationFilterConfig(Type of the modeled resource. Can be set only once)

GlobalRequestProcessor
name="http-nio-80"
(Runtime information of a group of requests)
-  bytesReceived701 490(Amount of data received, in bytes)
-  bytesSent19 846 127 837(Amount of data sent, in bytes)
-  errorCount340 555(Number of errors)
-  maxTime185 419(Maximum time to process a request)
-  modelerTypeorg.apache.coyote.RequestGroupInfo(Type of the modeled resource. Can be set only once)
-  processingTime870 275 028(Total time to process the requests)
-  requestCount180 458 366(Number of requests processed)

Host
host=localhost
(Standard Host Component)
-  aliases[](Host aliases)
-  appBasewebapps(The application root for this Host)
-  autoDeploytrue(The auto deploy flag for this Host)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  children[Catalina:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=WebModule,name=//localhost/downloads,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=WebModule,name=//localhost/demo,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=WebModule,name=//localhost/usage,J2EEApplication=none,J2EEServer=none]
(Object names of all children)
-  configClassorg.apache.catalina.startup.ContextConfig(The configuration class for contexts)
-  contextClassorg.apache.catalina.core.StandardContext(The Java class name of the default Context implementation class for deployed web applications.)
-  copyXMLfalse(Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?)
-  createDirstrue(Should we create directories upon startup for appBase and xmlBase? )
-  deployIgnorenull(Paths within appBase ignored for automatic deployment)
-  deployOnStartuptrue(The deploy on startup flag for this Host)
-  deployXMLtrue(deploy Context XML config files property)
-  errorReportValveClassorg.apache.catalina.valves.ErrorReportValve(The Java class name of the default error reporter implementation class for deployed web applications.)
-  managedResourceStandardEngine[Catalina].StandardHost[localhost](The managed resource this MBean is associated with)
-  modelerTypeorg.apache.catalina.core.StandardHost(Type of the modeled resource. Can be set only once)
-  namelocalhost(Unique name of this Host)
-  realmLockOutRealm[StandardEngine[Catalina]](Associated realm.)
-  startChildrentrue(Will children be started automatically when they are added?)
-  startStopThreads1(The number of threads to use when starting, stopping and deploying child Contexts)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  undeployOldVersionsfalse(Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.)
-  unpackWARsfalse(Unpack WARs property)
-  valveNames[Catalina:type=Valve,host=localhost,name=AccessLogValve,
Catalina:type=Valve,host=localhost,name=ErrorReportValve,
Catalina:type=Valve,host=localhost,name=StandardHostValve]
(Return the MBean Names of the Valves associated with this Host)
-  workDirnull(Work Directory base for applications)
-  xmlBasenull(The XML root for this Host.)

JspMonitor
WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none
(JSP Monitoring)
-  jspCount1(The number of JSPs that have been loaded into a webapp)
-  jspQueueLength-1(The length of the JSP queue (if enabled via maxLoadedJsps))
-  jspReloadCount0(The number of JSPs that have been reloaded)
-  jspUnloadCount0(The number of JSPs that have been unloaded)
-  modelerTypeorg.apache.jasper.servlet.JspServlet(Type of the modeled resource. Can be set only once)

WebModule=//localhost/demo,name=jsp,J2EEApplication=none,J2EEServer=none
(JSP Monitoring)
-  jspCount1(The number of JSPs that have been loaded into a webapp)
-  jspQueueLength-1(The length of the JSP queue (if enabled via maxLoadedJsps))
-  jspReloadCount0(The number of JSPs that have been reloaded)
-  jspUnloadCount0(The number of JSPs that have been unloaded)
-  modelerTypeorg.apache.jasper.servlet.JspServlet(Type of the modeled resource. Can be set only once)

WebModule=//localhost/downloads,name=jsp,J2EEApplication=none,J2EEServer=none
(JSP Monitoring)
-  jspCount0(The number of JSPs that have been loaded into a webapp)
-  jspQueueLength-1(The length of the JSP queue (if enabled via maxLoadedJsps))
-  jspReloadCount0(The number of JSPs that have been reloaded)
-  jspUnloadCount0(The number of JSPs that have been unloaded)
-  modelerTypeorg.apache.jasper.servlet.JspServlet(Type of the modeled resource. Can be set only once)

WebModule=//localhost/usage,name=jsp,J2EEApplication=none,J2EEServer=none
(JSP Monitoring)
-  jspCount0(The number of JSPs that have been loaded into a webapp)
-  jspQueueLength-1(The length of the JSP queue (if enabled via maxLoadedJsps))
-  jspReloadCount0(The number of JSPs that have been reloaded)
-  jspUnloadCount0(The number of JSPs that have been unloaded)
-  modelerTypeorg.apache.jasper.servlet.JspServlet(Type of the modeled resource. Can be set only once)

Loader
host=localhost,context=/
(Classloader implementation which is specialized for handling web applications)
-  classNameorg.apache.catalina.loader.WebappLoader(Fully qualified class name of the managed object)
-  delegatefalse(The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-  loaderRepositories[](Repositories set in the real loader)
-  loaderRepositoriesString(Repositories set in the real loader)
-  modelerTypeorg.apache.catalina.loader.WebappLoader(Type of the modeled resource. Can be set only once)
-  reloadablefalse(The reloadable flag for this Loader)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/demo
(Classloader implementation which is specialized for handling web applications)
-  classNameorg.apache.catalina.loader.WebappLoader(Fully qualified class name of the managed object)
-  delegatefalse(The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-  loaderRepositories[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]
(Repositories set in the real loader)
-  loaderRepositoriesStringwar: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:(Repositories set in the real loader)
-  modelerTypeorg.apache.catalina.loader.WebappLoader(Type of the modeled resource. Can be set only once)
-  reloadablefalse(The reloadable flag for this Loader)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/downloads
(Classloader implementation which is specialized for handling web applications)
-  classNameorg.apache.catalina.loader.WebappLoader(Fully qualified class name of the managed object)
-  delegatefalse(The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-  loaderRepositories[](Repositories set in the real loader)
-  loaderRepositoriesString(Repositories set in the real loader)
-  modelerTypeorg.apache.catalina.loader.WebappLoader(Type of the modeled resource. Can be set only once)
-  reloadablefalse(The reloadable flag for this Loader)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/usage
(Classloader implementation which is specialized for handling web applications)
-  classNameorg.apache.catalina.loader.WebappLoader(Fully qualified class name of the managed object)
-  delegatefalse(The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-  loaderRepositories[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/itext-2.1.7.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,
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/geoip-api-1.3.1.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/javamelody-core-1.98.0.jar]
(Repositories set in the real loader)
-  loaderRepositoriesStringwar: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/itext-2.1.7.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: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/geoip-api-1.3.1.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/javamelody-core-1.98.0.jar:(Repositories set in the real loader)
-  modelerTypeorg.apache.catalina.loader.WebappLoader(Type of the modeled resource. Can be set only once)
-  reloadablefalse(The reloadable flag for this Loader)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

MBeanFactory
(Factory for MBeans and corresponding components)
-  modelerTypeorg.apache.catalina.mbeans.MBeanFactory(Type of the modeled resource. Can be set only once)

Manager
host=localhost,context=/
(Standard implementation of the Manager interface)
-  activeSessions4(Number of active sessions at this moment)
-  classNameorg.apache.catalina.session.StandardManager(Fully qualified class name of the managed object)
-  duplicates0(Number of duplicated session ids generated)
-  expiredSessions80 021(Number of sessions that expired ( doesn't include explicit invalidations ))
-  jvmRoutenull(Retrieve the JvmRoute for the enclosing Engine)
-  maxActive227(Maximum number of active sessions so far)
-  maxActiveSessions-1(The maximum number of active Sessions allowed, or -1 for no limit)
-  modelerTypeorg.apache.catalina.session.StandardManager(Type of the modeled resource. Can be set only once)
-  nameStandardManager(The descriptive name of this Manager implementation (for logging))
-  pathnameSESSIONS.ser(Path name of the disk file in which active sessions)
-  persistAuthenticationfalse(Indicates whether sessions shall persist authentication information when being persisted (e.g. across application restarts).)
-  processExpiresFrequency6(The frequency of the manager checks (expiration and passivation))
-  processingTime15 624(Time spent doing housekeeping and expiration)
-  rejectedSessions0(Number of sessions we rejected due to maxActive being reached)
-  secureRandomAlgorithmSHA1PRNG(The secure random number generator algorithm name)
-  secureRandomClassnull(The secure random number generator class name)
-  secureRandomProvidernull(The secure random number generator provider name)
-  sessionAttributeNameFilternull(The string pattern used for including session attributes in distribution. Null means all attributes are included.)
-  sessionAttributeValueClassNameFilternull(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.)
-  sessionAverageAliveTime18(Average time an expired session had been alive)
-  sessionCounter80 025(Total number of sessions created by this manager)
-  sessionCreateRate0(Session creation rate in sessions per minute)
-  sessionExpireRate0(Session expiration rate in sessions per minute)
-  sessionMaxAliveTime4 648(Longest time an expired session had been alive)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  warnOnSessionAttributeFilterFailurefalse(Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)

host=localhost,context=/demo
(Standard implementation of the Manager interface)
-  activeSessions28(Number of active sessions at this moment)
-  classNameorg.apache.catalina.session.StandardManager(Fully qualified class name of the managed object)
-  duplicates0(Number of duplicated session ids generated)
-  expiredSessions503 503(Number of sessions that expired ( doesn't include explicit invalidations ))
-  jvmRoutenull(Retrieve the JvmRoute for the enclosing Engine)
-  maxActive7 443(Maximum number of active sessions so far)
-  maxActiveSessions-1(The maximum number of active Sessions allowed, or -1 for no limit)
-  modelerTypeorg.apache.catalina.session.StandardManager(Type of the modeled resource. Can be set only once)
-  nameStandardManager(The descriptive name of this Manager implementation (for logging))
-  pathnameSESSIONS.ser(Path name of the disk file in which active sessions)
-  persistAuthenticationfalse(Indicates whether sessions shall persist authentication information when being persisted (e.g. across application restarts).)
-  processExpiresFrequency6(The frequency of the manager checks (expiration and passivation))
-  processingTime45 631(Time spent doing housekeeping and expiration)
-  rejectedSessions0(Number of sessions we rejected due to maxActive being reached)
-  secureRandomAlgorithmSHA1PRNG(The secure random number generator algorithm name)
-  secureRandomClassnull(The secure random number generator class name)
-  secureRandomProvidernull(The secure random number generator provider name)
-  sessionAttributeNameFilternull(The string pattern used for including session attributes in distribution. Null means all attributes are included.)
-  sessionAttributeValueClassNameFilternull(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.)
-  sessionAverageAliveTime18(Average time an expired session had been alive)
-  sessionCounter503 531(Total number of sessions created by this manager)
-  sessionCreateRate0(Session creation rate in sessions per minute)
-  sessionExpireRate0(Session expiration rate in sessions per minute)
-  sessionMaxAliveTime8 569(Longest time an expired session had been alive)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  warnOnSessionAttributeFilterFailurefalse(Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)

host=localhost,context=/downloads
(Standard implementation of the Manager interface)
-  activeSessions0(Number of active sessions at this moment)
-  classNameorg.apache.catalina.session.StandardManager(Fully qualified class name of the managed object)
-  duplicates0(Number of duplicated session ids generated)
-  expiredSessions0(Number of sessions that expired ( doesn't include explicit invalidations ))
-  jvmRoutenull(Retrieve the JvmRoute for the enclosing Engine)
-  maxActive0(Maximum number of active sessions so far)
-  maxActiveSessions-1(The maximum number of active Sessions allowed, or -1 for no limit)
-  modelerTypeorg.apache.catalina.session.StandardManager(Type of the modeled resource. Can be set only once)
-  nameStandardManager(The descriptive name of this Manager implementation (for logging))
-  pathnameSESSIONS.ser(Path name of the disk file in which active sessions)
-  persistAuthenticationfalse(Indicates whether sessions shall persist authentication information when being persisted (e.g. across application restarts).)
-  processExpiresFrequency6(The frequency of the manager checks (expiration and passivation))
-  processingTime1 209(Time spent doing housekeeping and expiration)
-  rejectedSessions0(Number of sessions we rejected due to maxActive being reached)
-  secureRandomAlgorithmSHA1PRNG(The secure random number generator algorithm name)
-  secureRandomClassnull(The secure random number generator class name)
-  secureRandomProvidernull(The secure random number generator provider name)
-  sessionAttributeNameFilternull(The string pattern used for including session attributes in distribution. Null means all attributes are included.)
-  sessionAttributeValueClassNameFilternull(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.)
-  sessionAverageAliveTime0(Average time an expired session had been alive)
-  sessionCounter0(Total number of sessions created by this manager)
-  sessionCreateRate0(Session creation rate in sessions per minute)
-  sessionExpireRate0(Session expiration rate in sessions per minute)
-  sessionMaxAliveTime0(Longest time an expired session had been alive)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  warnOnSessionAttributeFilterFailurefalse(Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)

host=localhost,context=/usage
(Standard implementation of the Manager interface)
-  activeSessions0(Number of active sessions at this moment)
-  classNameorg.apache.catalina.session.StandardManager(Fully qualified class name of the managed object)
-  duplicates0(Number of duplicated session ids generated)
-  expiredSessions0(Number of sessions that expired ( doesn't include explicit invalidations ))
-  jvmRoutenull(Retrieve the JvmRoute for the enclosing Engine)
-  maxActive0(Maximum number of active sessions so far)
-  maxActiveSessions-1(The maximum number of active Sessions allowed, or -1 for no limit)
-  modelerTypeorg.apache.catalina.session.StandardManager(Type of the modeled resource. Can be set only once)
-  nameStandardManager(The descriptive name of this Manager implementation (for logging))
-  pathnameSESSIONS.ser(Path name of the disk file in which active sessions)
-  persistAuthenticationfalse(Indicates whether sessions shall persist authentication information when being persisted (e.g. across application restarts).)
-  processExpiresFrequency6(The frequency of the manager checks (expiration and passivation))
-  processingTime476(Time spent doing housekeeping and expiration)
-  rejectedSessions0(Number of sessions we rejected due to maxActive being reached)
-  secureRandomAlgorithmSHA1PRNG(The secure random number generator algorithm name)
-  secureRandomClassnull(The secure random number generator class name)
-  secureRandomProvidernull(The secure random number generator provider name)
-  sessionAttributeNameFilternull(The string pattern used for including session attributes in distribution. Null means all attributes are included.)
-  sessionAttributeValueClassNameFilternull(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.)
-  sessionAverageAliveTime0(Average time an expired session had been alive)
-  sessionCounter0(Total number of sessions created by this manager)
-  sessionCreateRate0(Session creation rate in sessions per minute)
-  sessionExpireRate0(Session expiration rate in sessions per minute)
-  sessionMaxAliveTime0(Longest time an expired session had been alive)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  warnOnSessionAttributeFilterFailurefalse(Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)

Mapper
(Maps requests received by the associated connector to Hosts, Contexts and Wrappers)
-  modelerTypeorg.apache.catalina.mapper.MapperListener(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

NamingResources
(Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context)
-  containerStandardServer[8005](The container with which the naming resources are associated.)
-  environments[](MBean Names of the set of defined environment entries for this web application)
-  modelerTypeorg.apache.catalina.deploy.NamingResourcesImpl(Type of the modeled resource. Can be set only once)
-  resourceLinks[](MBean Names of all the defined resource link references for this application.)

host=localhost,context=/
(Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context)
-  containerStandardEngine[Catalina].StandardHost[localhost].StandardContext[](The container with which the naming resources are associated.)
-  environments[](MBean Names of the set of defined environment entries for this web application)
-  modelerTypeorg.apache.catalina.deploy.NamingResourcesImpl(Type of the modeled resource. Can be set only once)
-  resourceLinks[](MBean Names of all the defined resource link references for this application.)
-  resources[](MBean Names of all the defined resource references for this application.)

host=localhost,context=/demo
(Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context)
-  containerStandardEngine[Catalina].StandardHost[localhost].StandardContext[/demo](The container with which the naming resources are associated.)
-  environments[](MBean Names of the set of defined environment entries for this web application)
-  modelerTypeorg.apache.catalina.deploy.NamingResourcesImpl(Type of the modeled resource. Can be set only once)
-  resourceLinks[](MBean Names of all the defined resource link references for this application.)

host=localhost,context=/downloads
(Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context)
-  containerStandardEngine[Catalina].StandardHost[localhost].StandardContext[/downloads](The container with which the naming resources are associated.)
-  environments[](MBean Names of the set of defined environment entries for this web application)
-  modelerTypeorg.apache.catalina.deploy.NamingResourcesImpl(Type of the modeled resource. Can be set only once)
-  resourceLinks[](MBean Names of all the defined resource link references for this application.)
-  resources[](MBean Names of all the defined resource references for this application.)

host=localhost,context=/usage
(Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context)
-  containerStandardEngine[Catalina].StandardHost[localhost].StandardContext[/usage](The container with which the naming resources are associated.)
-  environments[](MBean Names of the set of defined environment entries for this web application)
-  modelerTypeorg.apache.catalina.deploy.NamingResourcesImpl(Type of the modeled resource. Can be set only once)
-  resourceLinks[](MBean Names of all the defined resource link references for this application.)
-  resources[](MBean Names of all the defined resource references for this application.)

ParallelWebappClassLoader
host=localhost,context=/
(Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel)
-  URLs[](The URLs of this loader)
-  classNameorg.apache.catalina.loader.ParallelWebappClassLoader(Fully qualified class name of the managed object)
-  contextNameROOT(Name of the webapp context)
-  delegatefalse(The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-  modelerTypeorg.apache.catalina.loader.ParallelWebappClassLoader(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/demo
(Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel)
-  URLs[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]
(The URLs of this loader)
-  classNameorg.apache.catalina.loader.ParallelWebappClassLoader(Fully qualified class name of the managed object)
-  contextNamedemo(Name of the webapp context)
-  delegatefalse(The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-  modelerTypeorg.apache.catalina.loader.ParallelWebappClassLoader(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/downloads
(Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel)
-  URLs[](The URLs of this loader)
-  classNameorg.apache.catalina.loader.ParallelWebappClassLoader(Fully qualified class name of the managed object)
-  contextNamedownloads(Name of the webapp context)
-  delegatefalse(The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-  modelerTypeorg.apache.catalina.loader.ParallelWebappClassLoader(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/usage
(Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel)
-  URLs[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/itext-2.1.7.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,
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/geoip-api-1.3.1.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/javamelody-core-1.98.0.jar]
(The URLs of this loader)
-  classNameorg.apache.catalina.loader.ParallelWebappClassLoader(Fully qualified class name of the managed object)
-  contextNameusage(Name of the webapp context)
-  delegatefalse(The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-  modelerTypeorg.apache.catalina.loader.ParallelWebappClassLoader(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

ProtocolHandler
port=80
-  acceptCount100(Introspected attribute acceptCount)
-  acceptorThreadCount1(Introspected attribute acceptorThreadCount)
-  acceptorThreadPriority5(Introspected attribute acceptorThreadPriority)
-  algorithmSunX509(Introspected attribute algorithm)
-  allowHostHeaderMismatchfalse(Introspected attribute allowHostHeaderMismatch)
-  allowedTrailerHeaders(Introspected attribute allowedTrailerHeaders)
-  aprRequiredfalse(Introspected attribute aprRequired)
-  ciphersHIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA(Introspected attribute ciphers)
-  clientAuthNONE(Introspected attribute clientAuth)
-  clientCertProvidernull(Introspected attribute clientCertProvider)
-  compressibleMimeTypetext/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json,application/xml(Introspected attribute compressibleMimeType)
-  compressibleMimeTypes[text/html,
text/xml,
text/plain,
text/css,
text/javascript,
application/javascript,
application/json,
application/xml]
(Introspected attribute compressibleMimeTypes)
-  compressionoff(Introspected attribute compression)
-  compressionMinSize2 048(Introspected attribute compressionMinSize)
-  connectionCount143(Introspected attribute connectionCount)
-  connectionLinger-1(Introspected attribute connectionLinger)
-  connectionTimeout20 000(Introspected attribute connectionTimeout)
-  connectionUploadTimeout300 000(Introspected attribute connectionUploadTimeout)
-  crlFilenull(Introspected attribute crlFile)
-  defaultSSLHostConfigName_default_(Introspected attribute defaultSSLHostConfigName)
-  disableUploadTimeouttrue(Introspected attribute disableUploadTimeout)
-  domainCatalina(Introspected attribute domain)
-  keepAliveTimeout20 000(Introspected attribute keepAliveTimeout)
-  keyAliasnull(Introspected attribute keyAlias)
-  keyPassnull(Introspected attribute keyPass)
-  keystoreFilenull(Introspected attribute keystoreFile)
-  keystorePassnull(Introspected attribute keystorePass)
-  keystoreProvidernull(Introspected attribute keystoreProvider)
-  keystoreTypenull(Introspected attribute keystoreType)
-  localPort80(Introspected attribute localPort)
-  maxConnections8 192(Introspected attribute maxConnections)
-  maxExtensionSize8 192(Introspected attribute maxExtensionSize)
-  maxHeaderCount100(Introspected attribute maxHeaderCount)
-  maxHttpHeaderSize8 192(Introspected attribute maxHttpHeaderSize)
-  maxKeepAliveRequests100(Introspected attribute maxKeepAliveRequests)
-  maxSavePostSize4 096(Introspected attribute maxSavePostSize)
-  maxSwallowSize2 097 152(Introspected attribute maxSwallowSize)
-  maxThreads200(Introspected attribute maxThreads)
-  maxTrailerSize8 192(Introspected attribute maxTrailerSize)
-  minSpareThreads10(Introspected attribute minSpareThreads)
-  modelerTypeorg.apache.coyote.http11.Http11NioProtocol(Type of the modeled resource. Can be set only once)
-  name"http-nio-80"(Introspected attribute name)
-  nameIndex1(Introspected attribute nameIndex)
-  noCompressionStrongETagtrue(Introspected attribute noCompressionStrongETag)
-  noCompressionUserAgentsnull(Introspected attribute noCompressionUserAgents)
-  objectNameCatalina:type=ProtocolHandler,port=80(Introspected attribute objectName)
-  pausedfalse(Introspected attribute paused)
-  pollerThreadCount1(Introspected attribute pollerThreadCount)
-  pollerThreadPriority5(Introspected attribute pollerThreadPriority)
-  port80(Introspected attribute port)
-  portOffset0(Introspected attribute portOffset)
-  portWithOffset80(Introspected attribute portWithOffset)
-  processorCache200(Introspected attribute processorCache)
-  rejectIllegalHeadertrue(Introspected attribute rejectIllegalHeader)
-  rejectIllegalHeaderNametrue(Introspected attribute rejectIllegalHeaderName)
-  relaxedPathCharsnull(Introspected attribute relaxedPathChars)
-  relaxedQueryCharsnull(Introspected attribute relaxedQueryChars)
-  restrictedUserAgentsnull(Introspected attribute restrictedUserAgents)
-  sSLCACertificateFilenull(Introspected attribute sSLCACertificateFile)
-  sSLCACertificatePathnull(Introspected attribute sSLCACertificatePath)
-  sSLCARevocationFilenull(Introspected attribute sSLCARevocationFile)
-  sSLCARevocationPathnull(Introspected attribute sSLCARevocationPath)
-  sSLCertificateChainFilenull(Introspected attribute sSLCertificateChainFile)
-  sSLCertificateFilenull(Introspected attribute sSLCertificateFile)
-  sSLCertificateKeyFilenull(Introspected attribute sSLCertificateKeyFile)
-  sSLCipherSuiteHIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA(Introspected attribute sSLCipherSuite)
-  sSLDisableCompressiontrue(Introspected attribute sSLDisableCompression)
-  sSLDisableSessionTicketsfalse(Introspected attribute sSLDisableSessionTickets)
-  sSLEnabledfalse(Introspected attribute sSLEnabled)
-  sSLHonorCipherOrderfalse(Introspected attribute sSLHonorCipherOrder)
-  sSLPasswordnull(Introspected attribute sSLPassword)
-  sSLProtocol(Introspected attribute sSLProtocol)
-  sSLVerifyClientNONE(Introspected attribute sSLVerifyClient)
-  sSLVerifyDepth10(Introspected attribute sSLVerifyDepth)
-  securefalse(Introspected attribute secure)
-  selectorTimeout1 000(Introspected attribute selectorTimeout)
-  sendfileSupportedtrue(Introspected attribute sendfileSupported)
-  servernull(Introspected attribute server)
-  serverRemoveAppProvidedValuesfalse(Introspected attribute serverRemoveAppProvidedValues)
-  sessionCacheSize-1(Introspected attribute sessionCacheSize)
-  sessionTimeout86 400(Introspected attribute sessionTimeout)
-  sniParseLimit65 536(Introspected attribute sniParseLimit)
-  sslEnabledProtocols(Introspected attribute sslEnabledProtocols)
-  sslImplementationNamenull(Introspected attribute sslImplementationName)
-  sslProtocolTLS(Introspected attribute sslProtocol)
-  tcpNoDelaytrue(Introspected attribute tcpNoDelay)
-  threadPriority5(Introspected attribute threadPriority)
-  trustManagerClassNamenull(Introspected attribute trustManagerClassName)
-  trustMaxCertLength10(Introspected attribute trustMaxCertLength)
-  truststoreAlgorithmPKIX(Introspected attribute truststoreAlgorithm)
-  truststoreFilenull(Introspected attribute truststoreFile)
-  truststorePassnull(Introspected attribute truststorePass)
-  truststoreProvidernull(Introspected attribute truststoreProvider)
-  truststoreTypeJKS(Introspected attribute truststoreType)
-  useKeepAliveResponseHeadertrue(Introspected attribute useKeepAliveResponseHeader)
-  useSendfiletrue(Introspected attribute useSendfile)
-  useServerCipherSuitesOrderfalse(Introspected attribute useServerCipherSuitesOrder)

Realm
realmPath=/realm0
(Realm implementation that can be used to wrap existing realms to provide a user lock-out capability)
-  allRolesModestrict(The all roles mode.)
-  cacheRemovalWarningTime3 600(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).)
-  cacheSize1 000(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.)
-  classNameorg.apache.catalina.realm.LockOutRealm(Fully qualified class name of the managed object)
-  failureCount5(The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.)
-  lockOutTime300(The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).)
-  modelerTypeorg.apache.catalina.realm.LockOutRealm(Type of the modeled resource. Can be set only once)
-  realmPath/realm0(The realm path)
-  realms[Catalina:type=Realm,realmPath=/realm0/realm0](The set of realms that the lockout realm is wrapping)
-  validatetrue(The 'validate certificate chains' flag.)

realmPath=/realm0/realm0
(Realm connected to a UserDatabase as a global JNDI resource)
-  allRolesModestrict(The all roles mode.)
-  classNameorg.apache.catalina.realm.UserDatabaseRealm(Fully qualified class name of the managed object)
-  modelerTypeorg.apache.catalina.realm.UserDatabaseRealm(Type of the modeled resource. Can be set only once)
-  realmPath/realm0/realm0(The realm path)
-  resourceNameUserDatabase(The global JNDI name of the UserDatabase resource to use)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  validatetrue(The 'validate certificate chains' flag.)

RequestProcessor
worker="http-nio-80",name=HttpRequest1
-  bytesReceived10 356(Introspected attribute bytesReceived)
-  bytesSent315 413 443(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount3 402(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 070(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 299(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime20 403 710(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount2 633 490(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest1(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest10
-  bytesReceived14 351(Introspected attribute bytesReceived)
-  bytesSent797 918 604(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount13 794(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 832(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime22 297 475(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount7 696 772(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest10(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest100
-  bytesReceived642(Introspected attribute bytesReceived)
-  bytesSent6 716 902(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount436(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 766(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 813(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime6 982 819(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount62 941(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest100(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest101
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent48 632(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount23(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 212(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 053 438(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount87(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest101(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest102
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent91 297(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount45(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 136(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 173 637(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount126(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest102(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest103
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent77 380(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount38(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 055(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 092(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 022 498(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount113(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest103(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest104
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent49 812(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount24(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 188(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 053 683(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount97(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest104(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest105
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent81 626(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount41(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 152(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 233 265(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount123(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest105(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest106
-  bytesReceived720(Introspected attribute bytesReceived)
-  bytesSent7 457 524(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount127(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 283(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime7 780 069(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount71 714(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest106(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest107
-  bytesReceived12 867(Introspected attribute bytesReceived)
-  bytesSent274 047 627(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount4 263(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 049(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 130(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime4 978 424(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount2 851 970(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest107(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest108
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent42 122(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount20(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 195(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime963 361(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount69(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest108(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest109
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent38 628(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount19(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 042(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 239(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime903 052(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount67(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest109(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest11
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent378 236(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount41(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 182(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 210 481(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount157(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest11(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest110
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent51 022(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount25(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 219(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime963 472(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount80(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest110(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest111
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 411(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 232(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime963 570(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount77(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest111(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest112
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent72 092(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount34(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 171(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 263 553(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount127(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest112(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest113
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent83 962(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount42(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 071(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 151(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime902 371(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount93(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest113(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest114
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent1 294 362(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount39(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 675(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 512 891(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount453(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest114(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest115
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent74 951(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount38(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 058(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 138(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 054 553(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount109(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest115(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest116
-  bytesReceived3 226(Introspected attribute bytesReceived)
-  bytesSent28 838 401(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount294(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 051(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime134 254(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 743 482(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount230 954(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest116(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest117
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent693 644(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount34(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime38 337(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 277 916(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount223(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest117(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest118
-  bytesReceived1 270(Introspected attribute bytesReceived)
-  bytesSent43 168 456(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount408(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 122(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 955 587(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount331 841(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest118(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest119
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 775(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 106(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 179(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime902 045(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount81(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest119(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest12
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent97 294(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount31(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 179(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 440 860(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount146(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest12(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest120
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent43 302(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount21(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 195(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime962 512(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount68(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest120(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest121
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent55 320(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount24(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 167(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 353 050(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount149(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest121(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest122
-  bytesReceived642(Introspected attribute bytesReceived)
-  bytesSent2 497 185(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount71(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 165(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime4 853 780(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount20 258(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest122(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest123
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent55 581(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 028(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 152(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 082 681(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount101(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest123(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest124
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent78 161(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount38(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 027(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 107(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime992 198(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount102(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest124(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest125
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent71 961(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount34(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 032(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 087(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 111 685(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount95(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest125(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest126
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent47 120(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount23(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 100(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime991 605(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount81(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest126(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest127
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent49 173(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount24(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 139(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime962 107(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount87(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest127(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest128
-  bytesReceived1 686(Introspected attribute bytesReceived)
-  bytesSent44 303 535(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount688(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 290(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime8 756 316(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount422 332(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest128(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest129
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent92 537(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 017(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 111 831(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount96(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest129(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest13
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent191 204(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount25(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 033(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 019(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 171 282(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount103(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest13(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest130
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent35 267(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount17(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 122(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 262 108(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount84(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest130(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest131
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent22 249(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount11(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 119(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime871 990(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount49(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest131(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest132
-  bytesReceived966(Introspected attribute bytesReceived)
-  bytesSent28 968 693(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount236(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 282(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime5 060 559(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount250 245(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest132(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest133
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent76 101(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount38(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 105(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 157(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime872 159(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount87(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest133(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest134
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent55 845(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 167(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 172 816(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount110(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest134(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest135
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent70 163(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount35(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 038(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 151(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 590(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount88(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest135(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest136
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent50 699(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount25(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 165(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 500(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount76(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest136(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest137
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 455(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 146(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime872 325(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount77(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest137(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest138
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent38 480(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount19(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 035(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 159(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 468(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount65(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest138(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest139
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent74 355(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount38(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 146(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 235(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime873 260(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount90(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest139(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest14
-  bytesReceived720(Introspected attribute bytesReceived)
-  bytesSent15 820 169(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount358(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 341(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime3 909 914(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount172 960(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest14(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest140
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 858(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 120(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 195(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime873 076(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount80(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest140(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest141
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent46 520(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount23(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 287(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime873 071(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount67(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest141(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest142
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent78 420(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount39(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 044(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 255(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 143 609(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount100(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest142(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest143
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent36 494(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount18(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 071(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 132(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime871 934(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount57(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest143(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest144
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent55 726(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount28(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 144(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 144(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime871 655(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount69(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest144(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest145
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent48 167(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount23(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 160(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 052 893(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount91(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest145(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest146
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 703(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount25(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 034(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 112(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 142 131(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount98(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest146(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest147
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent43 812(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount20(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 139(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime962 654(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount70(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest147(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest148
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent57 140(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount28(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 056(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 199(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 720(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount91(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest148(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest149
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent58 891(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount29(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 206(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime902 721(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount79(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest149(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest15
-  bytesReceived78 342(Introspected attribute bytesReceived)
-  bytesSent1 567 881 416(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26 525(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime3(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime102 669(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime34 046 869(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount14 303 912(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest15(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest150
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent2 722 285(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount72(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 288(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime3 830 736(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount35 642(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest150(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest151
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent55 171(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 172(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 113 108(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount87(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest151(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest152
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent82 373(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount17(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 053(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 348(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime992 950(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount75(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest152(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest153
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent74 047(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount34(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 170(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 503 320(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount201(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest153(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest154
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent72 875(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount36(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 164(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime933 109(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount99(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest154(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest155
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent22 703(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount11(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 034(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 157(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 052 643(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount57(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest155(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest156
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent60 967(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount30(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 194(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 113 323(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount96(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest156(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest157
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent50 744(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount25(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 179(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 023 207(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount81(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest157(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest158
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent55 759(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 199(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 293 129(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount112(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest158(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest159
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent47 855(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount23(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 058(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 158(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 529(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount72(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest159(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest16
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent464 199(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount23(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 027(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 169(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 132 862(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount145(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest16(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest160
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent72 359(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount36(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 159(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 987(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount94(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest160(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest161
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent53 978(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 179(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 859(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount70(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest161(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest162
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 855(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 150(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 172 991(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount100(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest162(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest163
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent38 349(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount18(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 126(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 202 555(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount103(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest163(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest164
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent64 759(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount32(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 155(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 112 747(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount96(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest164(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest165
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent49 266(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount24(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 134(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 051 947(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount88(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest165(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest166
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent64 939(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount32(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 120(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 172 104(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount102(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest166(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest167
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent34 624(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount17(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 139(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime961 831(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount67(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest167(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest168
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent60 890(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount30(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 035(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 109(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 052 429(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount94(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest168(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest169
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 329(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 163(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime842 090(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount71(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest169(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest17
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent168 055(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount31(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime35 980(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 227 553(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount127(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest17(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest170
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent43 598(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount21(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 153(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime901 922(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount72(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest170(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest171
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent183 574(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount28(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 135(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime902 222(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount67(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest171(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest172
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent52 718(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 144(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 082 415(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount85(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest172(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest173
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent67 089(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount33(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 192(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime842 165(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount83(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest173(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest174
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent52 134(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount25(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 043(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 203(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime841 983(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount73(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest174(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest175
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent44 394(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount22(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 086(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 185(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime842 074(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount65(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest175(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest176
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent59 263(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount30(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 140(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime841 775(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount78(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest176(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest177
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent56 110(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount28(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 035(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 162(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime842 297(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount73(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest177(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest178
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent61 285(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount30(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 053(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 187(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 172 874(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount102(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest178(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest179
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent36 709(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount18(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 183(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 377(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount67(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest179(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest18
-  bytesReceived6 538(Introspected attribute bytesReceived)
-  bytesSent48 267 484(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount351(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 183(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime2 386 391(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount441 666(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest18(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest180
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent52 804(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 039(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 159(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 356(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount81(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest180(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest181
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent76 185(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount38(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 156(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 190(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount89(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest181(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest182
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent110 930(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 162(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime931 958(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount80(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest182(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest183
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent53 728(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount25(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 167(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 112 123(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount81(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest183(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest184
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent46 418(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount22(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 171(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 292 433(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount101(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest184(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest185
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent58 403(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount29(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 121(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime962 123(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount86(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest185(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest186
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent42 107(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount21(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 067(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 125(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime931 980(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount62(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest186(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest187
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent87 910(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount44(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 101(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 156(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime841 919(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount98(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest187(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest188
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 369(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 022(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 151(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 262 496(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount117(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest188(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest189
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent32 646(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount17(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 129(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime871 848(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount62(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest189(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest19
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent73 020(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount30(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 132(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 090 629(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount93(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest19(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest190
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent58 090(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 112(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime961 684(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount87(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest190(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest191
-  bytesReceived2 730(Introspected attribute bytesReceived)
-  bytesSent71 385 463(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount1 071(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 976(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime17 908 294(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount716 723(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest191(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest192
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 498(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 072(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 112(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime871 488(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount71(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest192(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest193
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent47 244(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount23(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 142(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 082 576(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount88(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest193(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest194
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent22 653(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount11(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 048(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 143(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime842 080(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount50(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest194(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest195
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent55 587(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 166(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 292 901(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount131(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest195(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest196
-  bytesReceived2 250(Introspected attribute bytesReceived)
-  bytesSent126 962 590(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount2 983(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime61 003(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime16 585 105(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 109 878(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest196(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest197
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent83 015(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount42(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 027(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 180(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 053 145(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount105(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest197(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest198
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent49 392(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount24(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 183(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 173 345(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount100(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest198(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest199
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent57 950(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount28(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 122(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 171 994(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount106(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest199(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest2
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent56 511(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 107(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 023 049(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount94(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest2(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest20
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent48 414(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount24(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 062(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 204(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime963 857(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount72(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest20(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest200
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent53 069(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 031(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 183(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 082 903(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount90(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest200(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest21
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent977 528(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount54(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 160(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 254 119(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount291(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest21(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest22
-  bytesReceived11 997(Introspected attribute bytesReceived)
-  bytesSent173 780 716(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount2 747(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime93 760(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime4 739 472(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 373 557(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest22(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest23
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent1 210 816(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount39(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime37 944(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 041 431(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount300(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest23(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest24
-  bytesReceived3 890(Introspected attribute bytesReceived)
-  bytesSent202 582 509(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount2 813(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 154(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime4 104 082(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 770 085(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest24(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest25
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent127 639(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount37(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 143(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime970 279(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount113(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest25(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest26
-  bytesReceived35 377(Introspected attribute bytesReceived)
-  bytesSent1 415 203 227(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount20 742(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 045(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime102 683(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime51 695 001(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount13 167 957(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest26(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest27
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent60 335(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 137(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 090 411(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount98(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest27(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest28
-  bytesReceived1 602(Introspected attribute bytesReceived)
-  bytesSent82 059 970(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount1 258(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 744(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime15 404 212(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount735 367(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest28(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest29
-  bytesReceived25 613(Introspected attribute bytesReceived)
-  bytesSent395 410 101(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount6 733(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime82 284(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime15 211 735(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount3 653 881(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest29(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest3
-  bytesReceived402(Introspected attribute bytesReceived)
-  bytesSent3 371 816(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringpart=mbeans(Introspected attribute currentQueryString)
-  currentUri/demo/monitoring(Introspected attribute currentUri)
-  errorCount201(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 704(Introspected attribute maxTime)
-  methodGET(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime4 400 317(Introspected attribute processingTime)
-  protocolHTTP/1.1(Introspected attribute protocol)
-  remoteAddr216.73.216.85(Introspected attribute remoteAddr)
-  remoteAddrForwarded216.73.216.85(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount27 930(Introspected attribute requestCount)
-  requestProcessingTime124(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest3(Introspected attribute rpName)
-  serverPort80(Introspected attribute serverPort)
-  stage3(Introspected attribute stage)
-  virtualHostjavamelody.org(Introspected attribute virtualHost)
-  workerThreadNamehttp-nio-80-exec-2524(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest30
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent102 567(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount32(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 081(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 288 295(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount119(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest30(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest31
-  bytesReceived7 068(Introspected attribute bytesReceived)
-  bytesSent328 839 819(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount7 471(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 027(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/appli1/76D8F506E8C1C9F1C97A7B6838FF8BC4.cache.js(Introspected attribute maxRequestUri)
-  maxTime41 861(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime6 932 040(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount3 102 020(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest31(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest32
-  bytesReceived4 094(Introspected attribute bytesReceived)
-  bytesSent152 932 377(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount2 208(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 059(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 003(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime4 543 009(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 479 372(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest32(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest33
-  bytesReceived23 547(Introspected attribute bytesReceived)
-  bytesSent721 180 647(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount16 273(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 048(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime80 378(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime16 230 193(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount6 641 390(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest33(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest34
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent70 639(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount35(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 204(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime964 114(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount92(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest34(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest35
-  bytesReceived45 525(Introspected attribute bytesReceived)
-  bytesSent1 264 751 320(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount19 639(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime77 225(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime28 222 445(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount11 380 538(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest35(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest36
-  bytesReceived17 785(Introspected attribute bytesReceived)
-  bytesSent312 210 779(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount3 976(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 075(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime185 419(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime6 218 219(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount2 710 071(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest36(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest37
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent264 522(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount45(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime37 280(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 251 886(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount168(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest37(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest38
-  bytesReceived2 976(Introspected attribute bytesReceived)
-  bytesSent111 584 392(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount6 509(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime62 416(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime14 576 186(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount987 119(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest38(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest39
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent433 654(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount37(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 055(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime39 204(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 191 625(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount153(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest39(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest4
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent79 406(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount39(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 045(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 074(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 022 425(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount111(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest4(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest40
-  bytesReceived1 770(Introspected attribute bytesReceived)
-  bytesSent13 340 745(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount336(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 238(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime5 783 939(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount115 261(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest40(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest41
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent57 555(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount29(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 127(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime962 863(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount97(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest41(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest42
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent56 610(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount28(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 173(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime993 103(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount85(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest42(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest43
-  bytesReceived16 185(Introspected attribute bytesReceived)
-  bytesSent364 809 261(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount5 279(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime72 170(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime7 898 799(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount2 810 111(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest43(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest44
-  bytesReceived3 618(Introspected attribute bytesReceived)
-  bytesSent84 870 281(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount2 027(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 365(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime13 931 674(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount754 003(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest44(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest45
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent98 387(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount48(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 174(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 413 369(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount158(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest45(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest46
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent98 066(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 034(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 135(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 330 575(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount126(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest46(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest47
-  bytesReceived32 252(Introspected attribute bytesReceived)
-  bytesSent1 070 830 184(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount19 273(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime126 701(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime53 521 482(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount10 387 508(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest47(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest48
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent170 914(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount37(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 022(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime33 941(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 187 680(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount126(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest48(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest49
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent117 605(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount32(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 170(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 022 491(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount103(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest49(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest5
-  bytesReceived32 999(Introspected attribute bytesReceived)
-  bytesSent1 321 424 654(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount23 725(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime117 494(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime38 431 892(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount12 155 058(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest5(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest50
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent847 999(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount45(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 102(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime44 565(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 039 829(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount231(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest50(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest51
-  bytesReceived23 865(Introspected attribute bytesReceived)
-  bytesSent251 954 524(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount3 710(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 036(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime37 729(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime5 831 256(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 922 158(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest51(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest52
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent99 399(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount36(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 071(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 010 625(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount99(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest52(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest53
-  bytesReceived3 064(Introspected attribute bytesReceived)
-  bytesSent68 461 115(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount1 055(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 069(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime31 170(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime2 514 535(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount461 464(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest53(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest54
-  bytesReceived1 806(Introspected attribute bytesReceived)
-  bytesSent83 009 842(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount927(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 039(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime37 839(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime2 722 154(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount845 001(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest54(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest55
-  bytesReceived162(Introspected attribute bytesReceived)
-  bytesSent30 422 950(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount490(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime35 227(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime2 185 685(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount260 709(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest55(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest56
-  bytesReceived20 558(Introspected attribute bytesReceived)
-  bytesSent959 144 229(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount18 431(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime94 769(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime40 393 602(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount7 942 177(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest56(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest57
-  bytesReceived21 770(Introspected attribute bytesReceived)
-  bytesSent1 190 257 932(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount21 477(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime103 487(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime35 010 104(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount11 117 997(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest57(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest58
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent89 595(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount19(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 138(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 287 196(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount88(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest58(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest59
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent99 039(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount49(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 141(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime993 010(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount130(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest59(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest6
-  bytesReceived2 808(Introspected attribute bytesReceived)
-  bytesSent21 155 196(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount403(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 305(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime6 050 286(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount222 499(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest6(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest60
-  bytesReceived2 982(Introspected attribute bytesReceived)
-  bytesSent96 168 499(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount1 208(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 871(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime13 110 999(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount856 306(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest60(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest61
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent108 769(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount26(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 188(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 033 540(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount102(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest61(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest62
-  bytesReceived22 011(Introspected attribute bytesReceived)
-  bytesSent466 044 848(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount6 603(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 003(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime9 475 687(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount4 291 077(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest62(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest63
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent783 961(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount24(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 152(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 176 441(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount248(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest63(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest64
-  bytesReceived3 060(Introspected attribute bytesReceived)
-  bytesSent127 067 639(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount1 250(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 152(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime3 487 242(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 033 702(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest64(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest65
-  bytesReceived16 663(Introspected attribute bytesReceived)
-  bytesSent344 475 810(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount7 033(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 180(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime7 491 866(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount2 895 107(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest65(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest66
-  bytesReceived17 306(Introspected attribute bytesReceived)
-  bytesSent782 208 276(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount11 386(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 046(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 739(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime19 463 879(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount7 803 286(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest66(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest67
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent447 243(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount34(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 044(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 158(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 197 543(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount165(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest67(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest68
-  bytesReceived2 656(Introspected attribute bytesReceived)
-  bytesSent71 897 632(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount1 529(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 233(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime12 656 347(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount720 438(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest68(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest69
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent104 905(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount41(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 160(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 008 041(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount117(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest69(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest7
-  bytesReceived7 462(Introspected attribute bytesReceived)
-  bytesSent192 858 619(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount5 906(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 146(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime47 171(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime3 688 564(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 477 432(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest7(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest70
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent39 249(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount20(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 135(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime932 937(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount78(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest70(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest71
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent38 302(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount19(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 113(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 023 250(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount74(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest71(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest72
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent44 023(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount21(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 074(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 057 878(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount81(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest72(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest73
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent62 094(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount31(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 213(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 264 083(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount123(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest73(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest74
-  bytesReceived32 846(Introspected attribute bytesReceived)
-  bytesSent849 512 832(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount12 774(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 064(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime86 993(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime17 241 954(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount7 489 107(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest74(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest75
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent75 557(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount38(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 069(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 181(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 053 312(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount105(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest75(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest76
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent73 457(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount35(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 176(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 233 940(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount127(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest76(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest77
-  bytesReceived10 199(Introspected attribute bytesReceived)
-  bytesSent445 071 911(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount5 956(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime110 981(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime19 445 332(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount3 763 505(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest77(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest78
-  bytesReceived13 954(Introspected attribute bytesReceived)
-  bytesSent164 813 853(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount2 966(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime32 827(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime3 595 727(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 659 125(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest78(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest79
-  bytesReceived2 798(Introspected attribute bytesReceived)
-  bytesSent9 782 060(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount82(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 110(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 326 023(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount76 165(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest79(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest8
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent236 672(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount35(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 090(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 520(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 094 182(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount133(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest8(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest80
-  bytesReceived7 733(Introspected attribute bytesReceived)
-  bytesSent61 657 276(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount665(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 167(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime2 032 694(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount422 095(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest80(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest81
-  bytesReceived60 550(Introspected attribute bytesReceived)
-  bytesSent1 729 724 082(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount29 685(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 041(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime163 619(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime34 525 408(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount16 174 642(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest81(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest82
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent588 739(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount24(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 191(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 548 026(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount313(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest82(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest83
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent92 825(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount45(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 187(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 384 659(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount152(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest83(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest84
-  bytesReceived240(Introspected attribute bytesReceived)
-  bytesSent3 380 575(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount83(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 880(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime4 524 165(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount29 128(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest84(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest85
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent428 299(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount31(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 202(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 355 535(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount124(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest85(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest86
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent54 792(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 045(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 184(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime993 577(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount88(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest86(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest87
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent69 960(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount35(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 149(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime963 079(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount84(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest87(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest88
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent131 173(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount63(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 173(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 293 693(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount174(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest88(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest89
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent57 749(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount28(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 054(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 128(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime992 703(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount104(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest89(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest9
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent120 849(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount44(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 156(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime954 800(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount120(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest9(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest90
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent67 010(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount35(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 235(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 053 251(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount99(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest90(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest91
-  bytesReceived16 083(Introspected attribute bytesReceived)
-  bytesSent261 634 010(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount2 985(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 035(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 112(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime5 245 469(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount2 399 190(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest91(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest92
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent118 668(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount29(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 042(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 578(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 023 171(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount82(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest92(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest93
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent63 076(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount31(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 043(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 143(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 023 283(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount97(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest93(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest94
-  bytesReceived6 908(Introspected attribute bytesReceived)
-  bytesSent216 068 063(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount3 406(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime1(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime60 326(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime9 472 112(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount1 976 101(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest94(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest95
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent58 372(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount27(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime30 054(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 154(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime903 052(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount80(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest95(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest96
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent59 035(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount29(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 136(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 353 524(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount130(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest96(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest97
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent78 076(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount37(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 148(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 413 471(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount156(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest97(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest98
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent67 065(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount34(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 194(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 143 282(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount104(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest98(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

worker="http-nio-80",name=HttpRequest99
-  bytesReceived0(Introspected attribute bytesReceived)
-  bytesSent55 431(Introspected attribute bytesSent)
-  contentLength-1(Introspected attribute contentLength)
-  currentQueryStringnull(Introspected attribute currentQueryString)
-  currentUrinull(Introspected attribute currentUri)
-  errorCount28(Introspected attribute errorCount)
-  globalProcessorBaseModelMbean[null](Introspected attribute globalProcessor)
-  lastRequestProcessingTime0(Introspected attribute lastRequestProcessingTime)
-  maxRequestUri/demo/monitoring(Introspected attribute maxRequestUri)
-  maxTime30 095(Introspected attribute maxTime)
-  methodnull(Introspected attribute method)
-  modelerTypeorg.apache.coyote.RequestInfo(Type of the modeled resource. Can be set only once)
-  processingTime1 052 401(Introspected attribute processingTime)
-  protocolnull(Introspected attribute protocol)
-  remoteAddrnull(Introspected attribute remoteAddr)
-  remoteAddrForwardednull(Introspected attribute remoteAddrForwarded)
-  requestBytesReceived0(Introspected attribute requestBytesReceived)
-  requestBytesSent0(Introspected attribute requestBytesSent)
-  requestCount97(Introspected attribute requestCount)
-  requestProcessingTime0(Introspected attribute requestProcessingTime)
-  rpNameCatalina:type=RequestProcessor,worker="http-nio-80",name=HttpRequest99(Introspected attribute rpName)
-  serverPort-1(Introspected attribute serverPort)
-  stage7(Introspected attribute stage)
-  virtualHostnull(Introspected attribute virtualHost)
-  workerThreadNamenull(Introspected attribute workerThreadName)

Resource
resourcetype=Context,host=localhost,context=/demo,class=javax.sql.DataSource,name="jdbc/demo_javamelody"
(Representation of a resource reference for a web application)
-  authContainer(The authorization requirement for this resource)
-  descriptionDatasource(The description of this resource)
-  namejdbc/demo_javamelody(The name of this resource)
-  scopeShareable(The sharing scope of this resource factory)
-  typejavax.sql.DataSource(The type of this environment entry)

resourcetype=Global,class=org.apache.catalina.UserDatabase,name="UserDatabase"
(Representation of a resource reference for a web application)
-  authContainer(The authorization requirement for this resource)
-  descriptionUser database that can be updated and saved(The description of this resource)
-  nameUserDatabase(The name of this resource)
-  scopeShareable(The sharing scope of this resource factory)
-  typeorg.apache.catalina.UserDatabase(The type of this environment entry)

SSLHostConfig
ThreadPool="http-nio-80",name="_default_"
-  caCertificateFilenull(Introspected attribute caCertificateFile)
-  caCertificatePathnull(Introspected attribute caCertificatePath)
-  certificateChainFilenull(Introspected attribute certificateChainFile)
-  certificateFilenull(Introspected attribute certificateFile)
-  certificateKeyAliasnull(Introspected attribute certificateKeyAlias)
-  certificateKeyFilenull(Introspected attribute certificateKeyFile)
-  certificateKeyPasswordnull(Introspected attribute certificateKeyPassword)
-  certificateKeystoreFilenull(Introspected attribute certificateKeystoreFile)
-  certificateKeystorePasswordnull(Introspected attribute certificateKeystorePassword)
-  certificateKeystoreProvidernull(Introspected attribute certificateKeystoreProvider)
-  certificateKeystoreTypenull(Introspected attribute certificateKeystoreType)
-  certificateRevocationListFilenull(Introspected attribute certificateRevocationListFile)
-  certificateRevocationListPathnull(Introspected attribute certificateRevocationListPath)
-  certificateVerificationAsStringNONE(Introspected attribute certificateVerificationAsString)
-  certificateVerificationDepth10(Introspected attribute certificateVerificationDepth)
-  certificateVerificationDepthConfiguredfalse(Introspected attribute certificateVerificationDepthConfigured)
-  ciphersHIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA(Introspected attribute ciphers)
-  disableCompressiontrue(Introspected attribute disableCompression)
-  disableSessionTicketsfalse(Introspected attribute disableSessionTickets)
-  enabledCiphersnull(Introspected attribute enabledCiphers)
-  enabledProtocolsnull(Introspected attribute enabledProtocols)
-  honorCipherOrderfalse(Introspected attribute honorCipherOrder)
-  hostName_default_(Introspected attribute hostName)
-  insecureRenegotiationfalse(Introspected attribute insecureRenegotiation)
-  keyManagerAlgorithmSunX509(Introspected attribute keyManagerAlgorithm)
-  modelerTypeorg.apache.tomcat.util.net.SSLHostConfig(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:type=SSLHostConfig,ThreadPool="http-nio-80",name="_default_"(Introspected attribute objectName)
-  openSslConfnull(Introspected attribute openSslConf)
-  openSslConfContext0(Introspected attribute openSslConfContext)
-  openSslContext0(Introspected attribute openSslContext)
-  revocationEnabledfalse(Introspected attribute revocationEnabled)
-  sessionCacheSize-1(Introspected attribute sessionCacheSize)
-  sessionTimeout86 400(Introspected attribute sessionTimeout)
-  sslProtocolTLS(Introspected attribute sslProtocol)
-  trustManagerClassNamenull(Introspected attribute trustManagerClassName)
-  truststoreAlgorithmPKIX(Introspected attribute truststoreAlgorithm)
-  truststoreFilenull(Introspected attribute truststoreFile)
-  truststorePasswordnull(Introspected attribute truststorePassword)
-  truststoreProvidernull(Introspected attribute truststoreProvider)
-  truststoreTypeJKS(Introspected attribute truststoreType)

Server
(Standard Server Component)
-  addresslocalhost(The address on which we wait for shutdown commands.)
-  managedResourceStandardServer[8005](The managed resource this MBean is associated with)
-  modelerTypeorg.apache.catalina.core.StandardServer(Type of the modeled resource. Can be set only once)
-  port8 005(TCP port (excluding any offset) for shutdown messages)
-  portOffset0(The offset applied to port and to the port attributes of any nested connectors)
-  portWithOffset8 005(Actual TCP port (including any offset) for shutdown messages)
-  serverBuiltMar 11 2020 09:31:38 UTC(Tomcat server built timestamp)
-  serverInfoApache Tomcat/9.0.33(Tomcat server release identifier)
-  serverNumber9.0.33.0(Tomcat server's version number)
-  serviceNames[Catalina:type=Service](Object names of all services we know about)
-  shutdownSHUTDOWN(Shutdown password)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

Service
(Standard Service Component)
-  connectorNames[Catalina:type=Connector,port=80](ObjectNames of the connectors)
-  managedResourceStandardService[Catalina](The managed resource this MBean is associated with)
-  modelerTypeorg.apache.catalina.core.StandardService(Type of the modeled resource. Can be set only once)
-  nameCatalina(Unique name of this Service)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

Servlet
WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime1(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount201 650(Error count)
-  loadOnStartup1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime1(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime71(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime37 163(Total execution time of the servlet's service method)
-  requestCount201 616(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassorg.apache.catalina.servlets.DefaultServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount761(Error count)
-  loadOnStartup3(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime1 425(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime43 771(Total execution time of the servlet's service method)
-  requestCount81 702(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassorg.apache.jasper.servlet.JspServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=AdresseService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AdresseService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.annuaire.AdresseGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelnull(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=AuthentificationService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime1 019(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount15(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime1 019(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime30 292(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AuthentificationService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime3 878 390(Total execution time of the servlet's service method)
-  requestCount1 844(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.secu.AuthentificationGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=BuildInfoServlet,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime2(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime2(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=BuildInfoServlet,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.Appli1BuildInfoServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=CompetenceService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=CompetenceService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.annuaire.CompetenceGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelnull(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=GradeService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime1(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount1(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime1(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime5 864(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=GradeService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime11 912(Total execution time of the servlet's service method)
-  requestCount779(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.referentiel.server.business.ref.GradeGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=MailService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=MailService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.annuaire.MailGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelnull(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=PermissionService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PermissionService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.secu.PermissionGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelnull(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=PersonneService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime1(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount5(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime1(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime30 100(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PersonneService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime187 521(Total execution time of the servlet's service method)
-  requestCount1 237(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.annuaire.PersonneGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=PrintUtilsService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PrintUtilsService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.utils.PrintUtilsGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelnull(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=RoleService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=RoleService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.secu.RoleGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelnull(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=TelephoneService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=TelephoneService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.annuaire.TelephoneGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelnull(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=UtilisateurService,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup-1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=UtilisateurService,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassfr.appwhite1.server.business.secu.UtilisateurGwtServiceImpl(The run-as identity for this servlet.)
-  singleThreadModelnull(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=default,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime1(Time taken to load the Servlet class)
-  countAllocated1(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).)
-  errorCount61 668(Error count)
-  loadOnStartup1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime1(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime145 417(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=default,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime644 406 454(Total execution time of the servlet's service method)
-  requestCount765 741(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassorg.apache.catalina.servlets.DefaultServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/demo,name=jsp,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime1(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup3(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime52(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/demo,name=jsp,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassorg.apache.jasper.servlet.JspServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/downloads,name=default,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount383(Error count)
-  loadOnStartup1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime6(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=default,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime232(Total execution time of the servlet's service method)
-  requestCount470(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassorg.apache.catalina.servlets.DefaultServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/downloads,name=jsp,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime1(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup3(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime2(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=jsp,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassorg.apache.jasper.servlet.JspServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/usage,name=admin,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime1(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime3(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/usage,name=admin,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassnet.bull.javamelody.usagestats.AdminServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/usage,name=default,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount75(Error count)
-  loadOnStartup1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime28(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/usage,name=default,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime409(Total execution time of the servlet's service method)
-  requestCount639(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassorg.apache.catalina.servlets.DefaultServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/usage,name=jsp,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount0(Error count)
-  loadOnStartup3(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime0(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime0(Maximum processing time of a request)
-  minTime9 223 372 036 854 775 807(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/usage,name=jsp,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime0(Total execution time of the servlet's service method)
-  requestCount0(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassorg.apache.jasper.servlet.JspServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule=//localhost/usage,name=usagestats,J2EEApplication=none,J2EEServer=none
(Wrapper that represents an individual servlet definition)
-  asyncSupportedfalse(Async support)
-  available0(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.)
-  backgroundProcessorDelay-1(The processor delay for this component.)
-  classLoadTime0(Time taken to load the Servlet class)
-  countAllocated0(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).)
-  errorCount1 272(Error count)
-  loadOnStartup1(The load-on-startup order value (negative value means load on first call) for this servlet.)
-  loadTime405 330(Time taken to load and initialise the Servlet)
-  maxInstances20(Maximum number of STM instances.)
-  maxTime20 017(Maximum processing time of a request)
-  minTime0(Minimum processing time of a request)
-  modelerTypeorg.apache.catalina.core.StandardWrapper(Type of the modeled resource. Can be set only once)
-  objectNameCatalina:j2eeType=Servlet,WebModule=//localhost/usage,name=usagestats,J2EEApplication=none,J2EEServer=none(Name of the object)
-  processingTime43 669 287(Total execution time of the servlet's service method)
-  requestCount179 332 201(Number of requests processed by this wrapper)
-  runAsnull(The run-as identity for this servlet.)
-  servletClassnet.bull.javamelody.usagestats.UsageStatsServlet(The run-as identity for this servlet.)
-  singleThreadModelfalse(Does this servlet implement the SingleThreadModel interface?)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

StringCache
-  accessCount723 077 204(Introspected attribute accessCount)
-  byteEnabledtrue(Introspected attribute byteEnabled)
-  cacheSize200(Introspected attribute cacheSize)
-  charEnabledfalse(Introspected attribute charEnabled)
-  hitCount541 471 139(Introspected attribute hitCount)
-  modelerTypeorg.apache.tomcat.util.buf.StringCache(Type of the modeled resource. Can be set only once)
-  trainThreshold20 000(Introspected attribute trainThreshold)

ThreadPool
name="http-nio-80"
-  acceptCount100 
-  acceptorThreadCount1 
-  acceptorThreadPriority5 
-  alpnSupportedfalse 
-  bindOnInittrue 
-  connectionCount143 
-  connectionLinger-1 
-  connectionTimeout20 000 
-  currentThreadCount50 
-  currentThreadsBusy1 
-  daemontrue 
-  defaultSSLHostConfigName_default_ 
-  deferAcceptfalse 
-  domainCatalina 
-  executorTerminationTimeoutMillis5 000 
-  keepAliveCount1 
-  keepAliveTimeout20 000 
-  localPort80 
-  maxConnections8 192 
-  maxKeepAliveRequests100 
-  maxThreads200 
-  minSpareThreads10 
-  modelerTypeorg.apache.tomcat.util.net.NioEndpoint 
-  namehttp-nio-80 
-  pausedfalse 
-  pollerThreadCount1 
-  pollerThreadPriority5 
-  port80 
-  portOffset0 
-  portWithOffset80 
-  runningtrue 
-  sSLEnabledfalse 
-  selectorTimeout1 000 
-  sniParseLimit65 536 
-  sslImplementationnull 
-  sslImplementationNamenull 
-  tcpNoDelaytrue 
-  threadPriority5 
-  useInheritedChannelfalse 
-  useSendfiletrue 

name="http-nio-80",subType=SocketProperties
-  appReadBufSize8 192(Introspected attribute appReadBufSize)
-  appWriteBufSize8 192(Introspected attribute appWriteBufSize)
-  bufferPool500(Introspected attribute bufferPool)
-  bufferPoolSize104 857 600(Introspected attribute bufferPoolSize)
-  directBufferfalse(Introspected attribute directBuffer)
-  directBufferPool500(Introspected attribute directBufferPool)
-  directSslBufferfalse(Introspected attribute directSslBuffer)
-  eventCache500(Introspected attribute eventCache)
-  modelerTypeorg.apache.tomcat.util.net.SocketProperties(Type of the modeled resource. Can be set only once)
-  processorCache500(Introspected attribute processorCache)
-  soLingerOnfalse(Introspected attribute soLingerOn)
-  soLingerTime-1(Introspected attribute soLingerTime)
-  soTimeout20 000(Introspected attribute soTimeout)
-  tcpNoDelaytrue(Introspected attribute tcpNoDelay)
-  timeoutInterval1 000(Introspected attribute timeoutInterval)
-  unlockTimeout250(Introspected attribute unlockTimeout)

UtilityExecutor
-  activeCount0(Introspected attribute activeCount)
-  completedTaskCount33 543 611(Introspected attribute completedTaskCount)
-  continueExistingPeriodicTasksAfterShutdownPolicyfalse(Introspected attribute continueExistingPeriodicTasksAfterShutdownPolicy)
-  corePoolSize2(Introspected attribute corePoolSize)
-  executeExistingDelayedTasksAfterShutdownPolicyfalse(Introspected attribute executeExistingDelayedTasksAfterShutdownPolicy)
-  largestPoolSize2(Introspected attribute largestPoolSize)
-  maximumPoolSize2 147 483 647(Introspected attribute maximumPoolSize)
-  modelerTypejava.util.concurrent.ScheduledThreadPoolExecutor(Type of the modeled resource. Can be set only once)
-  poolSize2(Introspected attribute poolSize)
-  removeOnCancelPolicytrue(Introspected attribute removeOnCancelPolicy)
-  shutdownfalse(Introspected attribute shutdown)
-  taskCount33 543 617(Introspected attribute taskCount)
-  terminatedfalse(Introspected attribute terminated)
-  terminatingfalse(Introspected attribute terminating)

Valve
host=localhost,context=/,name=NonLoginAuthenticator
(An Authenticator and Valve implementation that checks only security constraints not involving user authentication)
-  cachetrue(Should we cache authenticated Principals if the request is part of an HTTP session?)
-  changeSessionIdOnAuthenticationtrue(Controls if the session ID is changed if a session exists at the point where users are authenticated)
-  classNameorg.apache.catalina.authenticator.NonLoginAuthenticator(Fully qualified class name of the managed object)
-  disableProxyCachingtrue(Controls the caching of pages that are protected by security constraints)
-  modelerTypeorg.apache.catalina.authenticator.NonLoginAuthenticator(Type of the modeled resource. Can be set only once)
-  securePagesWithPragmafalse(Controls the caching of pages that are protected by security constraints)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/,name=StandardContextValve
(Valve that implements the default basic behavior for the StandardContext container implementation)
-  asyncSupportedtrue(Does this valve support async reporting?)
-  classNameorg.apache.catalina.core.StandardContextValve(Fully qualified class name of the managed object)
-  modelerTypeorg.apache.catalina.core.StandardContextValve(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/demo,name=NonLoginAuthenticator
(An Authenticator and Valve implementation that checks only security constraints not involving user authentication)
-  cachetrue(Should we cache authenticated Principals if the request is part of an HTTP session?)
-  changeSessionIdOnAuthenticationtrue(Controls if the session ID is changed if a session exists at the point where users are authenticated)
-  classNameorg.apache.catalina.authenticator.NonLoginAuthenticator(Fully qualified class name of the managed object)
-  disableProxyCachingtrue(Controls the caching of pages that are protected by security constraints)
-  modelerTypeorg.apache.catalina.authenticator.NonLoginAuthenticator(Type of the modeled resource. Can be set only once)
-  securePagesWithPragmafalse(Controls the caching of pages that are protected by security constraints)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/demo,name=StandardContextValve
(Valve that implements the default basic behavior for the StandardContext container implementation)
-  asyncSupportedtrue(Does this valve support async reporting?)
-  classNameorg.apache.catalina.core.StandardContextValve(Fully qualified class name of the managed object)
-  modelerTypeorg.apache.catalina.core.StandardContextValve(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/downloads,name=NonLoginAuthenticator
(An Authenticator and Valve implementation that checks only security constraints not involving user authentication)
-  cachetrue(Should we cache authenticated Principals if the request is part of an HTTP session?)
-  changeSessionIdOnAuthenticationtrue(Controls if the session ID is changed if a session exists at the point where users are authenticated)
-  classNameorg.apache.catalina.authenticator.NonLoginAuthenticator(Fully qualified class name of the managed object)
-  disableProxyCachingtrue(Controls the caching of pages that are protected by security constraints)
-  modelerTypeorg.apache.catalina.authenticator.NonLoginAuthenticator(Type of the modeled resource. Can be set only once)
-  securePagesWithPragmafalse(Controls the caching of pages that are protected by security constraints)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/downloads,name=StandardContextValve
(Valve that implements the default basic behavior for the StandardContext container implementation)
-  asyncSupportedtrue(Does this valve support async reporting?)
-  classNameorg.apache.catalina.core.StandardContextValve(Fully qualified class name of the managed object)
-  modelerTypeorg.apache.catalina.core.StandardContextValve(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/usage,name=NonLoginAuthenticator
(An Authenticator and Valve implementation that checks only security constraints not involving user authentication)
-  cachetrue(Should we cache authenticated Principals if the request is part of an HTTP session?)
-  changeSessionIdOnAuthenticationtrue(Controls if the session ID is changed if a session exists at the point where users are authenticated)
-  classNameorg.apache.catalina.authenticator.NonLoginAuthenticator(Fully qualified class name of the managed object)
-  disableProxyCachingtrue(Controls the caching of pages that are protected by security constraints)
-  modelerTypeorg.apache.catalina.authenticator.NonLoginAuthenticator(Type of the modeled resource. Can be set only once)
-  securePagesWithPragmafalse(Controls the caching of pages that are protected by security constraints)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,context=/usage,name=StandardContextValve
(Valve that implements the default basic behavior for the StandardContext container implementation)
-  asyncSupportedtrue(Does this valve support async reporting?)
-  classNameorg.apache.catalina.core.StandardContextValve(Fully qualified class name of the managed object)
-  modelerTypeorg.apache.catalina.core.StandardContextValve(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,name=AccessLogValve
(Valve that generates a web server access log)
-  asyncSupportedtrue(Does this valve support async reporting.)
-  bufferedtrue(Flag to buffering.)
-  checkExistsfalse(Check for file existence before logging.)
-  classNameorg.apache.catalina.valves.AccessLogValve(Fully qualified class name of the managed object)
-  conditionnull(The value to look for conditional logging. The same as conditionUnless.)
-  conditionIfnull(The value to look for conditional logging.)
-  conditionUnlessnull(The value to look for conditional logging.)
-  directorylogs(The directory in which log files are created)
-  enabledtrue(Enable Access Logging)
-  encodingnull(Character set used to write the log file)
-  fileDateFormat.yyyy-MM-dd(The format for the date for date based log rotation)
-  localeen_US(The locale used to format timestamps in the access log lines)
-  modelerTypeorg.apache.catalina.valves.AccessLogValve(Type of the modeled resource. Can be set only once)
-  pattern%h %l %u %t "%r" %s %b(The pattern used to format our access log lines)
-  prefixlocalhost_access_log(The prefix that is added to log file filenames)
-  renameOnRotatefalse(Flag to defer inclusion of the date stamp in the log file name until rotation.)
-  rotatabletrue(Flag to indicate automatic log rotation.)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  suffix.txt(The suffix that is added to log file filenames)

host=localhost,name=ErrorReportValve
(Implementation of a Valve that outputs HTML error pages)
-  asyncSupportedtrue(Does this valve support async reporting.)
-  classNameorg.apache.catalina.valves.ErrorReportValve(Fully qualified class name of the managed object)
-  modelerTypeorg.apache.catalina.valves.ErrorReportValve(Type of the modeled resource. Can be set only once)
-  showReporttrue(Enables/Disables full error reports)
-  showServerInfotrue(Enables/Disables server info on error pages)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

host=localhost,name=StandardHostValve
(Valve that implements the default basic behavior for the StandardHost container implementation)
-  asyncSupportedtrue(Does this valve support async reporting?)
-  classNameorg.apache.catalina.core.StandardHostValve(Fully qualified class name of the managed object)
-  modelerTypeorg.apache.catalina.core.StandardHostValve(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

name=StandardEngineValve
(Valve that implements the default basic behavior for the StandardEngine container implementation)
-  asyncSupportedtrue(Does this valve support async reporting?)
-  classNameorg.apache.catalina.core.StandardEngineValve(Fully qualified class name of the managed object)
-  modelerTypeorg.apache.catalina.core.StandardEngineValve(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)

WebModule
name=//localhost/,J2EEApplication=none,J2EEServer=none
(Standard Context Component)
-  altDDNamenull(The alternate deployment descriptor name.)
-  antiResourceLockingfalse(Take care to not lock resources)
-  baseNameROOT(The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).)
-  children[Catalina:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none]
(Object names of all children)
-  clearReferencesRmiTargetstrue(Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?)
-  clearReferencesStopThreadsfalse(Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.)
-  clearReferencesStopTimerThreadsfalse(Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.)
-  clearReferencesThreadLocalstrue(Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?)
-  configFilenull(Location of the context.xml resource or file)
-  configuredtrue(The correctly configured flag for this Context.)
-  cookiestrue(Should we attempt to use cookies for session id communication?)
-  crossContextfalse(Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?)
-  defaultContextXmlnull(Location of the default context.xml resource or file)
-  defaultWebXmlnull(Location of the default web.xml resource or file)
-  delegatefalse 
-  displayNamenull(The display name of this web application)
-  distributablefalse(The distributable flag for this web application.)
-  docBaseROOT(The document root for this web application)
-  encodedPath(The encoded path)
-  errorCount202 411(Cumulative error count of all servlets in this context)
-  ignoreAnnotationsfalse(Ignore annotations flag.)
-  instanceManagerorg.apache.catalina.core.DefaultInstanceManager@70aa5bbe(Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling)
-  javaVMsnull(The Java virtual machines on which this module is running)
-  loaderWebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]](Associated loader.)
-  logEffectiveWebXmlfalse(Should the effective web.xml be logged when the context starts?)
-  loggerorg.apache.juli.logging.DirectJDKLog@4d3de674(Associated logger.)
-  managedResourceStandardEngine[Catalina].StandardHost[localhost].StandardContext[](The managed resource this MBean is associated with)
-  managerStandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]](Associated manager.)
-  mapperContextRootRedirectEnabledtrue(Should the Mapper be used for context root redirects)
-  mapperDirectoryRedirectEnabledfalse(Should the Mapper be used for directory redirects)
-  maxTime1 425(Maximum execution time of all servlets in this context)
-  minTime0(Minimum execution time of all servlets in this context)
-  modelerTypeorg.apache.catalina.core.StandardContext(Type of the modeled resource. Can be set only once)
-  name(The name of this Context)
-  namingContextListenerorg.apache.catalina.core.NamingContextListener@6d6a6f31(Associated naming context listener.)
-  objectNameCatalina:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none(Name of the object)
-  originalDocBasenull(The original document root for this web application)
-  overridefalse(The default context.xml override flag for this web application)
-  parentClassLoaderjava.net.URLClassLoader@3e9b1010(Parent class loader.)
-  path(The context path for this Context)
-  pausedfalse(The request processing pause flag (while reloading occurs))
-  privilegedfalse(Access to tomcat internals)
-  processingTime80 934(Cumulative execution times of all servlets in this context)
-  publicIdnull(The public identifier of the DTD for the web application deployment descriptor version that is being parsed)
-  realmLockOutRealm[StandardEngine[Catalina]](Associated realm.)
-  reloadablefalse(The reloadable flag for this web application)
-  renewThreadsWhenStoppingContexttrue(Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.)
-  requestCount283 318(Cumulative request count of all servlets in this context)
-  servernull(The J2EE Server this module is deployed on)
-  sessionCookieDomainnull(The domain to use for session cookies.'null' indicates that the domain is controlled by the application.)
-  sessionCookieNamenull(The name to use for session cookies.'null' indicates that the name is controlled by the application.)
-  sessionCookiePathnull(The path to use for session cookies.'null' indicates that the path is controlled by the application.)
-  sessionTimeout30(The session timeout (in minutes) for this web application)
-  startTime1 734 895 393 050(Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started)
-  startupTime0(Time (in milliseconds) it took to start this context)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  swallowOutputfalse(Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet)
-  tldScanTime0(Time spend scanning jars for TLDs for this context)
-  tldValidationfalse(Should the parsing of *.tld files be performed by a validating parser?)
-  unloadDelay2 000(Amount of ms that the container will wait for servlets to unload)
-  unpackWARtrue(Unpack WAR property)
-  useHttpOnlytrue(Indicates that session cookies should use HttpOnly)
-  useNamingtrue(Create a JNDI naming context for this application?)
-  useRelativeRedirectstrue(When generating location headers for 302 responses, should a relative URI be used?)
-  webappVersion(The version of this web application - used in parallel deployment to differentiate different versions of the same web application)
-  welcomeFiles[index.html,
index.htm,
index.jsp]
(The welcome files for this context)
-  workDirwork/Catalina/localhost/ROOT(The pathname to the work directory for this context)
-  xmlNamespaceAwarefalse(Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?)
-  xmlValidationfalse(Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?)

name=//localhost/demo,J2EEApplication=none,J2EEServer=none
(Standard Context Component)
-  altDDNamenull(The alternate deployment descriptor name.)
-  antiResourceLockingfalse(Take care to not lock resources)
-  baseNamedemo(The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).)
-  children[Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=CompetenceService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=GradeService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PersonneService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PrintUtilsService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AdresseService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=UtilisateurService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=jsp,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=BuildInfoServlet,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=PermissionService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=default,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=MailService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=RoleService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=TelephoneService,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/demo,name=AuthentificationService,J2EEApplication=none,J2EEServer=none]
(Object names of all children)
-  clearReferencesRmiTargetstrue(Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?)
-  clearReferencesStopThreadsfalse(Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.)
-  clearReferencesStopTimerThreadsfalse(Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.)
-  clearReferencesThreadLocalstrue(Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?)
-  configFilefile:/opt/apache-tomcat-9.0.33/conf/Catalina/localhost/demo.xml(Location of the context.xml resource or file)
-  configuredtrue(The correctly configured flag for this Context.)
-  cookiestrue(Should we attempt to use cookies for session id communication?)
-  crossContextfalse(Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?)
-  defaultContextXmlnull(Location of the default context.xml resource or file)
-  defaultWebXmlnull(Location of the default web.xml resource or file)
-  delegatefalse 
-  displayNamenull(The display name of this web application)
-  distributablefalse(The distributable flag for this web application.)
-  docBasedemo.war(The document root for this web application)
-  encodedPath/demo(The encoded path)
-  errorCount61 689(Cumulative error count of all servlets in this context)
-  ignoreAnnotationsfalse(Ignore annotations flag.)
-  instanceManagerorg.apache.catalina.core.DefaultInstanceManager@27331ba2(Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling)
-  javaVMsnull(The Java virtual machines on which this module is running)
-  loaderWebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/demo]](Associated loader.)
-  logEffectiveWebXmlfalse(Should the effective web.xml be logged when the context starts?)
-  loggerorg.apache.juli.logging.DirectJDKLog@6c661be9(Associated logger.)
-  managedResourceStandardEngine[Catalina].StandardHost[localhost].StandardContext[/demo](The managed resource this MBean is associated with)
-  managerStandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/demo]](Associated manager.)
-  mapperContextRootRedirectEnabledtrue(Should the Mapper be used for context root redirects)
-  mapperDirectoryRedirectEnabledfalse(Should the Mapper be used for directory redirects)
-  maxTime145 417(Maximum execution time of all servlets in this context)
-  minTime0(Minimum execution time of all servlets in this context)
-  modelerTypeorg.apache.catalina.core.StandardContext(Type of the modeled resource. Can be set only once)
-  name/demo(The name of this Context)
-  namingContextListenerorg.apache.catalina.core.NamingContextListener@74c56a8b(Associated naming context listener.)
-  objectNameCatalina:j2eeType=WebModule,name=//localhost/demo,J2EEApplication=none,J2EEServer=none(Name of the object)
-  originalDocBase/opt/apache-tomcat-9.0.33/webapps/demo(The original document root for this web application)
-  overridefalse(The default context.xml override flag for this web application)
-  parentClassLoaderjava.net.URLClassLoader@3e9b1010(Parent class loader.)
-  path/demo(The context path for this Context)
-  pausedfalse(The request processing pause flag (while reloading occurs))
-  privilegedfalse(Access to tomcat internals)
-  processingTime648 484 277(Cumulative execution times of all servlets in this context)
-  publicIdnull(The public identifier of the DTD for the web application deployment descriptor version that is being parsed)
-  realmLockOutRealm[StandardEngine[Catalina]](Associated realm.)
-  reloadablefalse(The reloadable flag for this web application)
-  renewThreadsWhenStoppingContexttrue(Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.)
-  requestCount769 601(Cumulative request count of all servlets in this context)
-  servernull(The J2EE Server this module is deployed on)
-  sessionCookieDomainnull(The domain to use for session cookies.'null' indicates that the domain is controlled by the application.)
-  sessionCookieNamenull(The name to use for session cookies.'null' indicates that the name is controlled by the application.)
-  sessionCookiePathnull(The path to use for session cookies.'null' indicates that the path is controlled by the application.)
-  sessionTimeout30(The session timeout (in minutes) for this web application)
-  startTime1 734 894 983 149(Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started)
-  startupTime2 167(Time (in milliseconds) it took to start this context)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  swallowOutputfalse(Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet)
-  tldScanTime0(Time spend scanning jars for TLDs for this context)
-  tldValidationfalse(Should the parsing of *.tld files be performed by a validating parser?)
-  unloadDelay2 000(Amount of ms that the container will wait for servlets to unload)
-  unpackWARtrue(Unpack WAR property)
-  useHttpOnlytrue(Indicates that session cookies should use HttpOnly)
-  useNamingtrue(Create a JNDI naming context for this application?)
-  useRelativeRedirectstrue(When generating location headers for 302 responses, should a relative URI be used?)
-  webappVersion(The version of this web application - used in parallel deployment to differentiate different versions of the same web application)
-  welcomeFiles[index.html](The welcome files for this context)
-  workDirwork/Catalina/localhost/demo(The pathname to the work directory for this context)
-  xmlNamespaceAwarefalse(Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?)
-  xmlValidationfalse(Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?)

name=//localhost/downloads,J2EEApplication=none,J2EEServer=none
(Standard Context Component)
-  altDDNamenull(The alternate deployment descriptor name.)
-  antiResourceLockingfalse(Take care to not lock resources)
-  baseNamedownloads(The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).)
-  children[Catalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=default,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/downloads,name=jsp,J2EEApplication=none,J2EEServer=none]
(Object names of all children)
-  clearReferencesRmiTargetstrue(Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?)
-  clearReferencesStopThreadsfalse(Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.)
-  clearReferencesStopTimerThreadsfalse(Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.)
-  clearReferencesThreadLocalstrue(Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?)
-  configFilenull(Location of the context.xml resource or file)
-  configuredtrue(The correctly configured flag for this Context.)
-  cookiestrue(Should we attempt to use cookies for session id communication?)
-  crossContextfalse(Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?)
-  defaultContextXmlnull(Location of the default context.xml resource or file)
-  defaultWebXmlnull(Location of the default web.xml resource or file)
-  delegatefalse 
-  displayNamenull(The display name of this web application)
-  distributablefalse(The distributable flag for this web application.)
-  docBasedownloads(The document root for this web application)
-  encodedPath/downloads(The encoded path)
-  errorCount383(Cumulative error count of all servlets in this context)
-  ignoreAnnotationsfalse(Ignore annotations flag.)
-  instanceManagerorg.apache.catalina.core.DefaultInstanceManager@3f2abae8(Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling)
-  javaVMsnull(The Java virtual machines on which this module is running)
-  loaderWebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/downloads]](Associated loader.)
-  logEffectiveWebXmlfalse(Should the effective web.xml be logged when the context starts?)
-  loggerorg.apache.juli.logging.DirectJDKLog@23ab0249(Associated logger.)
-  managedResourceStandardEngine[Catalina].StandardHost[localhost].StandardContext[/downloads](The managed resource this MBean is associated with)
-  managerStandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/downloads]](Associated manager.)
-  mapperContextRootRedirectEnabledtrue(Should the Mapper be used for context root redirects)
-  mapperDirectoryRedirectEnabledfalse(Should the Mapper be used for directory redirects)
-  maxTime6(Maximum execution time of all servlets in this context)
-  minTime0(Minimum execution time of all servlets in this context)
-  modelerTypeorg.apache.catalina.core.StandardContext(Type of the modeled resource. Can be set only once)
-  name/downloads(The name of this Context)
-  namingContextListenerorg.apache.catalina.core.NamingContextListener@1875e0e(Associated naming context listener.)
-  objectNameCatalina:j2eeType=WebModule,name=//localhost/downloads,J2EEApplication=none,J2EEServer=none(Name of the object)
-  originalDocBasenull(The original document root for this web application)
-  overridefalse(The default context.xml override flag for this web application)
-  parentClassLoaderjava.net.URLClassLoader@3e9b1010(Parent class loader.)
-  path/downloads(The context path for this Context)
-  pausedfalse(The request processing pause flag (while reloading occurs))
-  privilegedfalse(Access to tomcat internals)
-  processingTime232(Cumulative execution times of all servlets in this context)
-  publicIdnull(The public identifier of the DTD for the web application deployment descriptor version that is being parsed)
-  realmLockOutRealm[StandardEngine[Catalina]](Associated realm.)
-  reloadablefalse(The reloadable flag for this web application)
-  renewThreadsWhenStoppingContexttrue(Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.)
-  requestCount470(Cumulative request count of all servlets in this context)
-  servernull(The J2EE Server this module is deployed on)
-  sessionCookieDomainnull(The domain to use for session cookies.'null' indicates that the domain is controlled by the application.)
-  sessionCookieNamenull(The name to use for session cookies.'null' indicates that the name is controlled by the application.)
-  sessionCookiePathnull(The path to use for session cookies.'null' indicates that the path is controlled by the application.)
-  sessionTimeout30(The session timeout (in minutes) for this web application)
-  startTime1 734 895 393 003(Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started)
-  startupTime0(Time (in milliseconds) it took to start this context)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  swallowOutputfalse(Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet)
-  tldScanTime0(Time spend scanning jars for TLDs for this context)
-  tldValidationfalse(Should the parsing of *.tld files be performed by a validating parser?)
-  unloadDelay2 000(Amount of ms that the container will wait for servlets to unload)
-  unpackWARtrue(Unpack WAR property)
-  useHttpOnlytrue(Indicates that session cookies should use HttpOnly)
-  useNamingtrue(Create a JNDI naming context for this application?)
-  useRelativeRedirectstrue(When generating location headers for 302 responses, should a relative URI be used?)
-  webappVersion(The version of this web application - used in parallel deployment to differentiate different versions of the same web application)
-  welcomeFiles[index.html,
index.htm,
index.jsp]
(The welcome files for this context)
-  workDirwork/Catalina/localhost/downloads(The pathname to the work directory for this context)
-  xmlNamespaceAwarefalse(Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?)
-  xmlValidationfalse(Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?)

name=//localhost/usage,J2EEApplication=none,J2EEServer=none
(Standard Context Component)
-  altDDNamenull(The alternate deployment descriptor name.)
-  antiResourceLockingfalse(Take care to not lock resources)
-  baseNameusage(The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).)
-  children[Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=default,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=jsp,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=usagestats,J2EEApplication=none,J2EEServer=none,
Catalina:j2eeType=Servlet,WebModule=//localhost/usage,name=admin,J2EEApplication=none,J2EEServer=none]
(Object names of all children)
-  clearReferencesRmiTargetstrue(Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?)
-  clearReferencesStopThreadsfalse(Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.)
-  clearReferencesStopTimerThreadsfalse(Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.)
-  clearReferencesThreadLocalstrue(Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?)
-  configFilefile:/opt/apache-tomcat-9.0.33/conf/Catalina/localhost/usage.xml(Location of the context.xml resource or file)
-  configuredtrue(The correctly configured flag for this Context.)
-  cookiestrue(Should we attempt to use cookies for session id communication?)
-  crossContextfalse(Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?)
-  defaultContextXmlnull(Location of the default context.xml resource or file)
-  defaultWebXmlnull(Location of the default web.xml resource or file)
-  delegatefalse 
-  displayNamejavamelody-usagestats(The display name of this web application)
-  distributabletrue(The distributable flag for this web application.)
-  docBaseusage.war(The document root for this web application)
-  encodedPath/usage(The encoded path)
-  errorCount1 347(Cumulative error count of all servlets in this context)
-  ignoreAnnotationsfalse(Ignore annotations flag.)
-  instanceManagerorg.apache.catalina.core.DefaultInstanceManager@4df3f37a(Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling)
-  javaVMsnull(The Java virtual machines on which this module is running)
-  loaderWebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/usage]](Associated loader.)
-  logEffectiveWebXmlfalse(Should the effective web.xml be logged when the context starts?)
-  loggerorg.apache.juli.logging.DirectJDKLog@bd8c15e(Associated logger.)
-  managedResourceStandardEngine[Catalina].StandardHost[localhost].StandardContext[/usage](The managed resource this MBean is associated with)
-  managerStandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/usage]](Associated manager.)
-  mapperContextRootRedirectEnabledtrue(Should the Mapper be used for context root redirects)
-  mapperDirectoryRedirectEnabledfalse(Should the Mapper be used for directory redirects)
-  maxTime20 017(Maximum execution time of all servlets in this context)
-  minTime0(Minimum execution time of all servlets in this context)
-  modelerTypeorg.apache.catalina.core.StandardContext(Type of the modeled resource. Can be set only once)
-  name/usage(The name of this Context)
-  namingContextListenerorg.apache.catalina.core.NamingContextListener@36f7b016(Associated naming context listener.)
-  objectNameCatalina:j2eeType=WebModule,name=//localhost/usage,J2EEApplication=none,J2EEServer=none(Name of the object)
-  originalDocBase/opt/apache-tomcat-9.0.33/webapps/usage(The original document root for this web application)
-  overridefalse(The default context.xml override flag for this web application)
-  parentClassLoaderjava.net.URLClassLoader@3e9b1010(Parent class loader.)
-  path/usage(The context path for this Context)
-  pausedfalse(The request processing pause flag (while reloading occurs))
-  privilegedfalse(Access to tomcat internals)
-  processingTime43 669 696(Cumulative execution times of all servlets in this context)
-  publicIdnull(The public identifier of the DTD for the web application deployment descriptor version that is being parsed)
-  realmLockOutRealm[StandardEngine[Catalina]](Associated realm.)
-  reloadablefalse(The reloadable flag for this web application)
-  renewThreadsWhenStoppingContexttrue(Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.)
-  requestCount179 332 840(Cumulative request count of all servlets in this context)
-  servernull(The J2EE Server this module is deployed on)
-  sessionCookieDomainnull(The domain to use for session cookies.'null' indicates that the domain is controlled by the application.)
-  sessionCookieNamenull(The name to use for session cookies.'null' indicates that the name is controlled by the application.)
-  sessionCookiePathnull(The path to use for session cookies.'null' indicates that the path is controlled by the application.)
-  sessionTimeout30(The session timeout (in minutes) for this web application)
-  startTime1 734 895 392 953(Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started)
-  startupTime175(Time (in milliseconds) it took to start this context)
-  stateNameSTARTED(The name of the LifecycleState that this component is currently in)
-  swallowOutputfalse(Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet)
-  tldScanTime0(Time spend scanning jars for TLDs for this context)
-  tldValidationfalse(Should the parsing of *.tld files be performed by a validating parser?)
-  unloadDelay2 000(Amount of ms that the container will wait for servlets to unload)
-  unpackWARtrue(Unpack WAR property)
-  useHttpOnlytrue(Indicates that session cookies should use HttpOnly)
-  useNamingtrue(Create a JNDI naming context for this application?)
-  useRelativeRedirectstrue(When generating location headers for 302 responses, should a relative URI be used?)
-  webappVersion(The version of this web application - used in parallel deployment to differentiate different versions of the same web application)
-  welcomeFiles[index.html](The welcome files for this context)
-  workDirwork/Catalina/localhost/usage(The pathname to the work directory for this context)
-  xmlNamespaceAwarefalse(Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?)
-  xmlValidationfalse(Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?)

WebResourceRoot
host=localhost,context=/
(Provides the resources implementation for a web application)
-  allowLinkingfalse(Does this resources implementation allow the use of symbolic links?)
-  cachingAllowedtrue(Is in memory caching of resource content and metadata enabled?)
-  modelerTypeorg.apache.catalina.webresources.StandardRoot(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The current Lifecycle state of this object)
-  trackLockedFilesfalse(Does this resources implementation track requests that lock files?)
-  trackedResources[](List of resources currently being tracked for possible resource leaks)

host=localhost,context=/,name=Cache
(Provides caching of resource metadata and content)
-  hitCount645 707(The number of requests for resources that were served from the cache)
-  lookupCount766 739(The number of requests for resources)
-  maxSize10 240(The maximum permitted size of the cache in kB)
-  modelerTypeorg.apache.catalina.webresources.Cache(Type of the modeled resource. Can be set only once)
-  objectMaxSize512(The maximum permitted size for a single object in the cache in kB)
-  size9 215(The current estimate of the cache size in kB)
-  ttl5 000(The time-to-live for cache entries in milliseconds)

host=localhost,context=/demo
(Provides the resources implementation for a web application)
-  allowLinkingfalse(Does this resources implementation allow the use of symbolic links?)
-  cachingAllowedtrue(Is in memory caching of resource content and metadata enabled?)
-  modelerTypeorg.apache.catalina.webresources.StandardRoot(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The current Lifecycle state of this object)
-  trackLockedFilesfalse(Does this resources implementation track requests that lock files?)
-  trackedResources[](List of resources currently being tracked for possible resource leaks)

host=localhost,context=/demo,name=Cache
(Provides caching of resource metadata and content)
-  hitCount896 871(The number of requests for resources that were served from the cache)
-  lookupCount899 199(The number of requests for resources)
-  maxSize10 240(The maximum permitted size of the cache in kB)
-  modelerTypeorg.apache.catalina.webresources.Cache(Type of the modeled resource. Can be set only once)
-  objectMaxSize512(The maximum permitted size for a single object in the cache in kB)
-  size3 739(The current estimate of the cache size in kB)
-  ttl5 000(The time-to-live for cache entries in milliseconds)

host=localhost,context=/downloads
(Provides the resources implementation for a web application)
-  allowLinkingfalse(Does this resources implementation allow the use of symbolic links?)
-  cachingAllowedtrue(Is in memory caching of resource content and metadata enabled?)
-  modelerTypeorg.apache.catalina.webresources.StandardRoot(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The current Lifecycle state of this object)
-  trackLockedFilesfalse(Does this resources implementation track requests that lock files?)
-  trackedResources[](List of resources currently being tracked for possible resource leaks)

host=localhost,context=/downloads,name=Cache
(Provides caching of resource metadata and content)
-  hitCount486(The number of requests for resources that were served from the cache)
-  lookupCount552(The number of requests for resources)
-  maxSize10 240(The maximum permitted size of the cache in kB)
-  modelerTypeorg.apache.catalina.webresources.Cache(Type of the modeled resource. Can be set only once)
-  objectMaxSize512(The maximum permitted size for a single object in the cache in kB)
-  size31(The current estimate of the cache size in kB)
-  ttl5 000(The time-to-live for cache entries in milliseconds)

host=localhost,context=/usage
(Provides the resources implementation for a web application)
-  allowLinkingfalse(Does this resources implementation allow the use of symbolic links?)
-  cachingAllowedtrue(Is in memory caching of resource content and metadata enabled?)
-  modelerTypeorg.apache.catalina.webresources.StandardRoot(Type of the modeled resource. Can be set only once)
-  stateNameSTARTED(The current Lifecycle state of this object)
-  trackLockedFilesfalse(Does this resources implementation track requests that lock files?)
-  trackedResources[](List of resources currently being tracked for possible resource leaks)

host=localhost,context=/usage,name=Cache
(Provides caching of resource metadata and content)
-  hitCount3 170(The number of requests for resources that were served from the cache)
-  lookupCount3 211(The number of requests for resources)
-  maxSize10 240(The maximum permitted size of the cache in kB)
-  modelerTypeorg.apache.catalina.webresources.Cache(Type of the modeled resource. Can be set only once)
-  objectMaxSize512(The maximum permitted size for a single object in the cache in kB)
-  size38(The current estimate of the cache size in kB)
-  ttl5 000(The time-to-live for cache entries in milliseconds)

JMImplementation
MBeanServerDelegate
(Represents the MBean server from the management point of view.)
-  ImplementationNameJMX(The JMX implementation name (the name of this product))
-  ImplementationVendorOracle Corporation(the JMX implementation vendor (the vendor of this product).)
-  ImplementationVersion11.0.6+10(The JMX implementation version (the version of this product).)
-  MBeanServerIdvps363300.ovh.net_1734894847964(The MBean server agent identification)
-  SpecificationNameJava Management Extensions(The full name of the JMX specification implemented by this product.)
-  SpecificationVendorOracle Corporation(The vendor of the JMX specification implemented by this product.)
-  SpecificationVersion1.4(The version of the JMX specification implemented by this product.)

Users
UserDatabase
database=UserDatabase
(In-memory user and group database)
-  groups[](MBean Names of all defined groups)
-  modelerTypeorg.apache.catalina.users.MemoryUserDatabase(Type of the modeled resource. Can be set only once)
-  pathnameconf/tomcat-users.xml(Relative or absolute pathname to database file)
-  readonlytrue(No persistent save of the user database)
-  roles[](MBean Names of all defined roles)
-  users[](MBean Names of all defined users)
-  writeabletrue(Check if user database is writeable)

com.sun.management
DiagnosticCommand
(Diagnostic Commands)

HotSpotDiagnostic
-  DiagnosticOptions[{name=HeapDumpBeforeFullGC, origin=DEFAULT, value=false, writeable=true},
{name=HeapDumpAfterFullGC, origin=DEFAULT, value=false, writeable=true},
{name=HeapDumpOnOutOfMemoryError, origin=DEFAULT, value=false, writeable=true},
{name=HeapDumpPath, origin=DEFAULT, value=, writeable=true},
{name=PrintClassHistogram, origin=DEFAULT, value=false, writeable=true},
{name=MinHeapFreeRatio, origin=DEFAULT, value=40, writeable=true},
{name=MaxHeapFreeRatio, origin=DEFAULT, value=70, writeable=true},
{name=PrintConcurrentLocks, origin=DEFAULT, value=false, writeable=true},
{name=CMSAbortablePrecleanWaitMillis, origin=DEFAULT, value=100, writeable=true},
{name=CMSWaitDuration, origin=DEFAULT, value=2000, writeable=true},
{name=CMSTriggerInterval, origin=DEFAULT, value=-1, writeable=true}]
 
-  ObjectNamecom.sun.management:type=HotSpotDiagnostic 

java.lang
ClassLoading
-  LoadedClassCount8 903 
-  ObjectNamejava.lang:type=ClassLoading 
-  TotalLoadedClassCount68 620 
-  UnloadedClassCount59 717 
-  Verbosefalse 

CodeCacheManager
type=MemoryManager
-  MemoryPoolNames[CodeHeap 'non-nmethods',
CodeHeap 'profiled nmethods',
CodeHeap 'non-profiled nmethods']
 
-  NameCodeCacheManager 
-  ObjectNamejava.lang:type=MemoryManager,name=CodeCacheManager 
-  Validtrue 

CodeHeap 'non-nmethods'
type=MemoryPool
-  CollectionUsagenull 
-  CollectionUsageThresholdSupportedfalse 
-  MemoryManagerNames[CodeCacheManager] 
-  NameCodeHeap 'non-nmethods' 
-  ObjectNamejava.lang:type=MemoryPool,name=CodeHeap 'non-nmethods' 
-  PeakUsage{committed=2 555 904, init=2 555 904, max=5 828 608, used=1 508 224} 
-  TypeNON_HEAP 
-  Usage{committed=2 555 904, init=2 555 904, max=5 828 608, used=1 437 824} 
-  UsageThreshold0 
-  UsageThresholdCount0 
-  UsageThresholdExceededfalse 
-  UsageThresholdSupportedtrue 
-  Validtrue 

CodeHeap 'non-profiled nmethods'
type=MemoryPool
-  CollectionUsagenull 
-  CollectionUsageThresholdSupportedfalse 
-  MemoryManagerNames[CodeCacheManager] 
-  NameCodeHeap 'non-profiled nmethods' 
-  ObjectNamejava.lang:type=MemoryPool,name=CodeHeap 'non-profiled nmethods' 
-  PeakUsage{committed=34 406 400, init=2 555 904, max=122 916 864, used=32 419 456} 
-  TypeNON_HEAP 
-  Usage{committed=34 406 400, init=2 555 904, max=122 916 864, used=31 988 352} 
-  UsageThreshold0 
-  UsageThresholdCount0 
-  UsageThresholdExceededfalse 
-  UsageThresholdSupportedtrue 
-  Validtrue 

CodeHeap 'profiled nmethods'
type=MemoryPool
-  CollectionUsagenull 
-  CollectionUsageThresholdSupportedfalse 
-  MemoryManagerNames[CodeCacheManager] 
-  NameCodeHeap 'profiled nmethods' 
-  ObjectNamejava.lang:type=MemoryPool,name=CodeHeap 'profiled nmethods' 
-  PeakUsage{committed=22 085 632, init=2 555 904, max=122 912 768, used=20 524 928} 
-  TypeNON_HEAP 
-  Usage{committed=22 085 632, init=2 555 904, max=122 912 768, used=13 186 560} 
-  UsageThreshold0 
-  UsageThresholdCount0 
-  UsageThresholdExceededfalse 
-  UsageThresholdSupportedtrue 
-  Validtrue 

Compilation
-  CompilationTimeMonitoringSupportedtrue 
-  NameHotSpot 64-Bit Tiered Compilers 
-  ObjectNamejava.lang:type=Compilation 
-  TotalCompilationTime1 279 783 

Compressed Class Space
type=MemoryPool
-  CollectionUsagenull 
-  CollectionUsageThresholdSupportedfalse 
-  MemoryManagerNames[Metaspace Manager] 
-  NameCompressed Class Space 
-  ObjectNamejava.lang:type=MemoryPool,name=Compressed Class Space 
-  PeakUsage{committed=7 077 888, init=0, max=1 073 741 824, used=6 515 792} 
-  TypeNON_HEAP 
-  Usage{committed=7 077 888, init=0, max=1 073 741 824, used=6 372 440} 
-  UsageThreshold0 
-  UsageThresholdCount0 
-  UsageThresholdExceededfalse 
-  UsageThresholdSupportedtrue 
-  Validtrue 

Copy
type=GarbageCollector
-  CollectionCount339 234 
-  CollectionTime15 351 156 
-  LastGcInfo{GcThreadCount=1, duration=61, endTime=26 838 253 767, id=339 234, memoryUsageAfterGc={GcThreadCount=1, duration=61, endTime=26838253767, id=339234, memoryUsageAfterGc=[{key=CodeHeap 'profiled nmethods', value={committed=22085632, init=2555904, max=122912768, used=13189760}}, {key=Eden Space, value={committed=136445952, init=8912896, max=136445952, used=0}}, {key=CodeHeap 'non-profiled nmethods', value={committed=34406400, init=2555904, max=122916864, used=32002176}}, {key=Survivor Space, value={committed=17039360, init=1114112, max=17039360, used=4734208}}, {key=Compressed Class Space, value={committed=7077888, init=0, max=1073741824, used=6358640}}, {key=Metaspace, value={committed=77332480, init=0, max=-1, used=74391752}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1437824}}, {key=Tenured Gen, value={committed=341180416, init=22413312, max=341180416, used=142414840}}], memoryUsageBeforeGc=[{key=CodeHeap 'profiled nmethods', value={committed=22085632, init=2555904, max=122912768, used=13189760}}, {key=Eden Space, value={committed=136445952, init=8912896, max=136445952, used=136445952}}, {key=CodeHeap 'non-profiled nmethods', value={committed=34406400, init=2555904, max=122916864, used=32002176}}, {key=Survivor Space, value={committed=17039360, init=1114112, max=17039360, used=4866472}}, {key=Compressed Class Space, value={committed=7077888, init=0, max=1073741824, used=6358640}}, {key=Metaspace, value={committed=77332480, init=0, max=-1, used=74391752}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1437824}}, {key=Tenured Gen, value={committed=341180416, init=22413312, max=341180416, used=142294672}}], startTime=26838253706}, memoryUsageBeforeGc={GcThreadCount=1, duration=61, endTime=26838253767, id=339234, memoryUsageAfterGc=[{key=CodeHeap 'profiled nmethods', value={committed=22085632, init=2555904, max=122912768, used=13189760}}, {key=Eden Space, value={committed=136445952, init=8912896, max=136445952, used=0}}, {key=CodeHeap 'non-profiled nmethods', value={committed=34406400, init=2555904, max=122916864, used=32002176}}, {key=Survivor Space, value={committed=17039360, init=1114112, max=17039360, used=4734208}}, {key=Compressed Class Space, value={committed=7077888, init=0, max=1073741824, used=6358640}}, {key=Metaspace, value={committed=77332480, init=0, max=-1, used=74391752}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1437824}}, {key=Tenured Gen, value={committed=341180416, init=22413312, max=341180416, used=142414840}}], memoryUsageBeforeGc=[{key=CodeHeap 'profiled nmethods', value={committed=22085632, init=2555904, max=122912768, used=13189760}}, {key=Eden Space, value={committed=136445952, init=8912896, max=136445952, used=136445952}}, {key=CodeHeap 'non-profiled nmethods', value={committed=34406400, init=2555904, max=122916864, used=32002176}}, {key=Survivor Space, value={committed=17039360, init=1114112, max=17039360, used=4866472}}, {key=Compressed Class Space, value={committed=7077888, init=0, max=1073741824, used=6358640}}, {key=Metaspace, value={committed=77332480, init=0, max=-1, used=74391752}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1437824}}, {key=Tenured Gen, value={committed=341180416, init=22413312, max=341180416, used=142294672}}], startTime=26838253706}, startTime=26 838 253 706} 
-  MemoryPoolNames[Eden Space,
Survivor Space]
 
-  NameCopy 
-  ObjectNamejava.lang:type=GarbageCollector,name=Copy 
-  Validtrue 

Eden Space
type=MemoryPool
-  CollectionUsage{committed=136 445 952, init=8 912 896, max=136 445 952, used=0} 
-  CollectionUsageThreshold0 
-  CollectionUsageThresholdCount0 
-  CollectionUsageThresholdExceededfalse 
-  CollectionUsageThresholdSupportedtrue 
-  MemoryManagerNames[Copy,
MarkSweepCompact]
 
-  NameEden Space 
-  ObjectNamejava.lang:type=MemoryPool,name=Eden Space 
-  PeakUsage{committed=136 445 952, init=8 912 896, max=136 445 952, used=136 445 952} 
-  TypeHEAP 
-  Usage{committed=136 445 952, init=8 912 896, max=136 445 952, used=133 166 712} 
-  UsageThresholdSupportedfalse 
-  Validtrue 

MarkSweepCompact
type=GarbageCollector
-  CollectionCount53 969 
-  CollectionTime61 576 717 
-  LastGcInfo{GcThreadCount=1, duration=494, endTime=26 805 693 087, id=53 969, memoryUsageAfterGc={GcThreadCount=1, duration=494, endTime=26805693087, id=53969, memoryUsageAfterGc=[{key=CodeHeap 'profiled nmethods', value={committed=22085632, init=2555904, max=122912768, used=13229952}}, {key=Eden Space, value={committed=136445952, init=8912896, max=136445952, used=0}}, {key=CodeHeap 'non-profiled nmethods', value={committed=34406400, init=2555904, max=122916864, used=31979904}}, {key=Survivor Space, value={committed=17039360, init=1114112, max=17039360, used=0}}, {key=Compressed Class Space, value={committed=7077888, init=0, max=1073741824, used=6351464}}, {key=Metaspace, value={committed=77332480, init=0, max=-1, used=74340680}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1437824}}, {key=Tenured Gen, value={committed=341180416, init=22413312, max=341180416, used=96098728}}], memoryUsageBeforeGc=[{key=CodeHeap 'profiled nmethods', value={committed=22085632, init=2555904, max=122912768, used=13229952}}, {key=Eden Space, value={committed=136445952, init=8912896, max=136445952, used=136445952}}, {key=CodeHeap 'non-profiled nmethods', value={committed=34406400, init=2555904, max=122916864, used=31979904}}, {key=Survivor Space, value={committed=17039360, init=1114112, max=17039360, used=17039344}}, {key=Compressed Class Space, value={committed=7077888, init=0, max=1073741824, used=6351464}}, {key=Metaspace, value={committed=77332480, init=0, max=-1, used=74340680}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1437824}}, {key=Tenured Gen, value={committed=341180416, init=22413312, max=341180416, used=316785184}}], startTime=26805692593}, memoryUsageBeforeGc={GcThreadCount=1, duration=494, endTime=26805693087, id=53969, memoryUsageAfterGc=[{key=CodeHeap 'profiled nmethods', value={committed=22085632, init=2555904, max=122912768, used=13229952}}, {key=Eden Space, value={committed=136445952, init=8912896, max=136445952, used=0}}, {key=CodeHeap 'non-profiled nmethods', value={committed=34406400, init=2555904, max=122916864, used=31979904}}, {key=Survivor Space, value={committed=17039360, init=1114112, max=17039360, used=0}}, {key=Compressed Class Space, value={committed=7077888, init=0, max=1073741824, used=6351464}}, {key=Metaspace, value={committed=77332480, init=0, max=-1, used=74340680}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1437824}}, {key=Tenured Gen, value={committed=341180416, init=22413312, max=341180416, used=96098728}}], memoryUsageBeforeGc=[{key=CodeHeap 'profiled nmethods', value={committed=22085632, init=2555904, max=122912768, used=13229952}}, {key=Eden Space, value={committed=136445952, init=8912896, max=136445952, used=136445952}}, {key=CodeHeap 'non-profiled nmethods', value={committed=34406400, init=2555904, max=122916864, used=31979904}}, {key=Survivor Space, value={committed=17039360, init=1114112, max=17039360, used=17039344}}, {key=Compressed Class Space, value={committed=7077888, init=0, max=1073741824, used=6351464}}, {key=Metaspace, value={committed=77332480, init=0, max=-1, used=74340680}}, {key=CodeHeap 'non-nmethods', value={committed=2555904, init=2555904, max=5828608, used=1437824}}, {key=Tenured Gen, value={committed=341180416, init=22413312, max=341180416, used=316785184}}], startTime=26805692593}, startTime=26 805 692 593} 
-  MemoryPoolNames[Eden Space,
Survivor Space,
Tenured Gen]
 
-  NameMarkSweepCompact 
-  ObjectNamejava.lang:type=GarbageCollector,name=MarkSweepCompact 
-  Validtrue 

Memory
-  HeapMemoryUsage{committed=494 665 728, init=33 554 432, max=494 665 728, used=281 997 880} 
-  NonHeapMemoryUsage{committed=143 458 304, init=7 667 712, max=-1, used=127 525 256} 
-  ObjectNamejava.lang:type=Memory 
-  ObjectPendingFinalizationCount0 
-  Verbosefalse 

Metaspace
type=MemoryPool
-  CollectionUsagenull 
-  CollectionUsageThresholdSupportedfalse 
-  MemoryManagerNames[Metaspace Manager] 
-  NameMetaspace 
-  ObjectNamejava.lang:type=MemoryPool,name=Metaspace 
-  PeakUsage{committed=77 332 480, init=0, max=-1, used=75 387 080} 
-  TypeNON_HEAP 
-  Usage{committed=77 332 480, init=0, max=-1, used=74 472 312} 
-  UsageThreshold0 
-  UsageThresholdCount0 
-  UsageThresholdExceededfalse 
-  UsageThresholdSupportedtrue 
-  Validtrue 

Metaspace Manager
type=MemoryManager
-  MemoryPoolNames[Metaspace,
Compressed Class Space]
 
-  NameMetaspace Manager 
-  ObjectNamejava.lang:type=MemoryManager,name=Metaspace Manager 
-  Validtrue 

OperatingSystem
-  Archamd64 
-  AvailableProcessors1 
-  CommittedVirtualMemorySize2 966 208 512 
-  FreePhysicalMemorySize205 209 600 
-  FreeSwapSpaceSize0 
-  MaxFileDescriptorCount4 096 
-  NameLinux 
-  ObjectNamejava.lang:type=OperatingSystem 
-  OpenFileDescriptorCount213 
-  ProcessCpuLoad0 
-  ProcessCpuTime625 612 020 000 000 
-  SystemCpuLoad0 
-  SystemLoadAverage0 
-  TotalPhysicalMemorySize2 045 435 904 
-  TotalSwapSpaceSize0 
-  Version3.10.0-1160.114.2.el7.x86_64 

Runtime
-  BootClassPathSupportedfalse 
-  ClassPath/opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar 
-  InputArguments[--add-opens=java.base/java.lang=ALL-UNNAMED,
--add-opens=java.base/java.io=ALL-UNNAMED,
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED,
-Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties,
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager,
-Djdk.tls.ephemeralDHKeySize=2048,
-Djava.protocol.handler.pkgs=org.apache.catalina.webresources,
-Dorg.apache.catalina.security.SecurityListener.UMASK=0027,
-Djava.security.egd=file:/dev/./urandom,
-Dignore.endorsed.dirs=,
-Dcatalina.base=/opt/tomcat,
-Dcatalina.home=/opt/tomcat,
-Djava.io.tmpdir=/opt/tomcat/temp]
 
-  LibraryPath/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib 
-  ManagementSpecVersion2.0 
-  Name809@vps363300.ovh.net 
-  ObjectNamejava.lang:type=Runtime 
-  Pid809 
-  SpecNameJava Virtual Machine Specification 
-  SpecVendorOracle Corporation 
-  SpecVersion11 
-  StartTime1 734 894 846 208 
-  SystemProperties[{key=awt.toolkit, value=sun.awt.X11.XToolkit},
{key=java.specification.version, value=11},
{key=sun.cpu.isalist, value=},
{key=sun.jnu.encoding, value=UTF-8},
{key=java.class.path, value=/opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar},
{key=pid, value=809},
{key=java.vm.vendor, value=AdoptOpenJDK},
{key=sun.arch.data.model, value=64},
{key=sun.font.fontmanager, value=sun.awt.X11FontManager},
{key=java.vendor.url, value=https://adoptopenjdk.net/},
{key=catalina.useNaming, value=true},
{key=user.timezone, value=Europe/Paris},
{key=os.name, value=Linux},
{key=java.vm.specification.version, value=11},
{key=sun.java.launcher, value=SUN_STANDARD},
{key=user.country, value=US},
{key=sun.boot.library.path, value=/opt/jdk-11.0.6+10/lib},
{key=sun.java.command, value=org.apache.catalina.startup.Bootstrap start},
{key=jdk.debug, value=release},
{key=sun.cpu.endian, value=little},
{key=user.home, value=/root},
{key=user.language, value=en},
{key=java.specification.vendor, value=Oracle Corporation},
{key=java.naming.factory.url.pkgs, value=org.apache.naming},
{key=java.version.date, value=2020-01-14},
{key=java.home, value=/opt/jdk-11.0.6+10},
{key=ignore.endorsed.dirs, value=},
{key=file.separator, value=/},
{key=java.vm.compressedOopsMode, value=32-bit},
{key=line.separator, value=
},
{key=java.specification.name, value=Java Platform API Specification},
{key=java.vm.specification.vendor, value=Oracle Corporation},
{key=java.awt.graphicsenv, value=sun.awt.X11GraphicsEnvironment},
{key=package.access, value=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat.},
{key=package.definition, value=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.naming.,org.apache.tomcat.},
{key=jdk.tls.ephemeralDHKeySize, value=2048},
{key=server.loader, value=},
{key=java.util.logging.config.file, value=/opt/tomcat/conf/logging.properties},
{key=java.protocol.handler.pkgs, value=org.apache.catalina.webresources},
{key=sun.management.compiler, value=HotSpot 64-Bit Tiered Compilers},
{key=java.runtime.version, value=11.0.6+10},
{key=java.naming.factory.initial, value=org.apache.naming.java.javaURLContextFactory},
{key=user.name, value=root},
{key=path.separator, value=:},
{key=java.security.egd, value=file:/dev/./urandom},
{key=common.loader, value="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar"},
{key=os.version, value=3.10.0-1160.114.2.el7.x86_64},
{key=java.runtime.name, value=OpenJDK Runtime Environment},
{key=file.encoding, value=UTF-8},
{key=java.vm.name, value=OpenJDK 64-Bit Server VM},
{key=java.vendor.version, value=AdoptOpenJDK},
{key=org.apache.catalina.security.SecurityListener.UMASK, value=0027},
{key=java.vendor.url.bug, value=https://github.com/AdoptOpenJDK/openjdk-support/issues},
{key=java.io.tmpdir, value=/opt/tomcat/temp},
{key=tomcat.util.scan.StandardJarScanFilter.jarsToScan, value=log4j-taglib*.jar,log4j-web*.jar,log4javascript*.jar,slf4j-taglib*.jar},
{key=catalina.home, value=/opt/apache-tomcat-9.0.33},
{key=java.version, value=11.0.6},
{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},
{key=user.dir, value=/},
{key=os.arch, value=amd64},
{key=java.vm.specification.name, value=Java Virtual Machine Specification},
{key=java.awt.printerjob, value=sun.print.PSPrinterJob},
{key=sun.os.patch.level, value=unknown},
{key=catalina.base, value=/opt/apache-tomcat-9.0.33},
{key=shared.loader, value=},
{key=java.util.logging.manager, value=org.apache.juli.ClassLoaderLogManager},
{key=java.library.path, value=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib},
{key=java.vendor, value=AdoptOpenJDK},
{key=java.vm.info, value=mixed mode},
{key=java.vm.version, value=11.0.6+10},
{key=sun.io.unicode.encoding, value=UnicodeLittle},
{key=tomcat.util.buf.StringCache.byte.enabled, value=true},
{key=java.class.version, value=55.0}]
 
-  Uptime26 838 459 103 
-  VmNameOpenJDK 64-Bit Server VM 
-  VmVendorAdoptOpenJDK 
-  VmVersion11.0.6+10 

Survivor Space
type=MemoryPool
-  CollectionUsage{committed=17 039 360, init=1 114 112, max=17 039 360, used=4 734 208} 
-  CollectionUsageThreshold0 
-  CollectionUsageThresholdCount0 
-  CollectionUsageThresholdExceededfalse 
-  CollectionUsageThresholdSupportedtrue 
-  MemoryManagerNames[Copy,
MarkSweepCompact]
 
-  NameSurvivor Space 
-  ObjectNamejava.lang:type=MemoryPool,name=Survivor Space 
-  PeakUsage{committed=17 039 360, init=1 114 112, max=17 039 360, used=17 039 360} 
-  TypeHEAP 
-  Usage{committed=17 039 360, init=1 114 112, max=17 039 360, used=4 734 208} 
-  UsageThresholdSupportedfalse 
-  Validtrue 

Tenured Gen
type=MemoryPool
-  CollectionUsage{committed=341 180 416, init=22 413 312, max=341 180 416, used=96 098 728} 
-  CollectionUsageThreshold0 
-  CollectionUsageThresholdCount0 
-  CollectionUsageThresholdExceededfalse 
-  CollectionUsageThresholdSupportedtrue 
-  MemoryManagerNames[MarkSweepCompact] 
-  NameTenured Gen 
-  ObjectNamejava.lang:type=MemoryPool,name=Tenured Gen 
-  PeakUsage{committed=341 180 416, init=22 413 312, max=341 180 416, used=341 180 416} 
-  TypeHEAP 
-  Usage{committed=341 180 416, init=22 413 312, max=341 180 416, used=142 414 840} 
-  UsageThreshold0 
-  UsageThresholdCount0 
-  UsageThresholdExceededfalse 
-  UsageThresholdSupportedtrue 
-  Validtrue 

Threading
-  AllThreadIds[J@2b88d976 
-  CurrentThreadCpuTime1 407 959 186 
-  CurrentThreadCpuTimeSupportedtrue 
-  CurrentThreadUserTime1 210 000 000 
-  DaemonThreadCount64 
-  ObjectMonitorUsageSupportedtrue 
-  ObjectNamejava.lang:type=Threading 
-  PeakThreadCount219 
-  SynchronizerUsageSupportedtrue 
-  ThreadAllocatedMemoryEnabledtrue 
-  ThreadAllocatedMemorySupportedtrue 
-  ThreadContentionMonitoringEnabledfalse 
-  ThreadContentionMonitoringSupportedtrue 
-  ThreadCount69 
-  ThreadCpuTimeEnabledtrue 
-  ThreadCpuTimeSupportedtrue 
-  TotalStartedThreadCount9 563 

java.nio
direct
type=BufferPool
-  Count53 
-  MemoryUsed450 560 
-  Namedirect 
-  ObjectNamejava.nio:type=BufferPool,name=direct 
-  TotalCapacity450 560 

mapped
type=BufferPool
-  Count0 
-  MemoryUsed0 
-  Namemapped 
-  ObjectNamejava.nio:type=BufferPool,name=mapped 
-  TotalCapacity0 

java.util.logging
Logging
-  LoggerNames[,
org.apache.catalina.core.ContainerBase.[Catalina],
org.apache.catalina.session,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[default],
sun.net.www.protocol.http,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[TelephoneService],
org.apache.tomcat.dbcp.dbcp2.BasicDataSource,
org.apache.catalina.core.ApplicationFilterConfig,
org.apache.jasper,
org.apache.jasper.servlet.JasperInitializer,
org.apache.jasper.compiler.Compiler,
org.apache.catalina.util,
org.apache.tomcat.util.descriptor.web.WebXmlParser,
org.apache.catalina.webresources,
jdk.event,
org.apache.tomcat.util.net,
org.apache.tomcat.util.digester.Digester,
sun.awt.multiscreen.SunDisplayChanger,
sun.awt.X11GraphicsEnvironment,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[GradeService],
org.apache.jasper.compiler,
org.apache.tomcat.util.descriptor.web,
org.apache.jasper.servlet.JspServlet,
org.apache.tomcat.websocket,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo],
org.apache.catalina.webresources.JarWarResource,
org.apache.tomcat.dbcp,
org.apache.tomcat.dbcp.dbcp2.ObjectNameWrapper,
org.apache.tomcat.util.descriptor,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[MailService],
org.apache.catalina,
sun.net.www.protocol.http.HttpURLConnection,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[AdresseService],
org.apache.tomcat,
org.apache.jasper.servlet,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[PersonneService],
org.apache.catalina.webresources.JarResourceRoot,
jdk.event.security,
org.apache.tomcat.util.digester.Digester.sax,
org.apache.jasper.JspCompilationContext,
org.apache,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[CompetenceService],
sun.net,
org.apache.catalina.core.ContainerBase,
org.apache.tomcat.util.descriptor.web.WebXml,
org.apache.jasper.servlet.TldScanner,
org.apache.jasper.compiler.JDTCompiler,
org.apache.tomcat.util.descriptor.tld,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[AuthentificationService],
sun,
sun.net.www.protocol,
sun.awt.multiscreen,
sun.net.www,
org.apache.jasper.EmbeddedServletOptions,
org.apache.tomcat.dbcp.dbcp2,
org.apache.jasper.compiler.JspConfig,
org.apache.tomcat.util.scan,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[PermissionService],
org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[BuildInfoServlet],
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[RoleService],
org.apache.catalina.core.ContainerBase.[Catalina].[localhost],
org.apache.tomcat.util.digester,
org.apache.catalina.util.SessionIdGeneratorBase,
org.apache.tomcat.util.net.SSLHostConfig,
org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory,
sun.awt.screen,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[UtilisateurService],
sun.awt.screen.X11GraphicsEnvironment,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[jsp],
org.apache.tomcat.dbcp.dbcp2.PoolingDataSource,
sun.awt,
org,
org.apache.catalina.session.ManagerBase,
org.apache.catalina.authenticator.AuthenticatorBase,
org.apache.catalina.session.StandardManager,
org.apache.tomcat.util.descriptor.tld.TldParser,
org.apache.catalina.authenticator,
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/demo].[PrintUtilsService],
jdk,
org.apache.jasper.servlet.JspServletWrapper,
org.apache.tomcat.util,
org.apache.tomcat.util.net.SSLHostConfigCertificate,
org.apache.jasper.compiler.JspRuntimeContext,
org.apache.catalina.core.StandardWrapper,
org.apache.tomcat.util.scan.StandardJarScanner,
org.apache.tomcat.websocket.WsWebSocketContainer,
org.apache.catalina.core]
 
-  ObjectNamejava.util.logging:type=Logging 

jdk.management.jfr
FlightRecorder
-  Configurations[{contents=<?xml version="1.0" encoding="UTF-8"?>

<!--
Recommended way to edit .jfc files is to use Java Mission Control,
see Window -> Flight Recorder Template Manager.
-->

<configuration version="2.0" label="Profiling" description="Low overhead configuration for profiling, typically around 2 % overhead." provider="Oracle">

<event name="jdk.ThreadAllocationStatistics">
<setting name="enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.ClassLoadingStatistics">
<setting name="enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.ClassLoaderStatistics">
<setting name="enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.JavaThreadStatistics">
<setting name="enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.ThreadStart">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ThreadEnd">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ThreadSleep">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">10 ms</setting>
</event>

<event name="jdk.ThreadPark">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">10 ms</setting>
</event>

<event name="jdk.JavaMonitorEnter">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">10 ms</setting>
</event>

<event name="jdk.JavaMonitorWait">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">10 ms</setting>
</event>

<event name="jdk.JavaMonitorInflate">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">10 ms</setting>
</event>

<event name="jdk.BiasedLockRevocation">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.BiasedLockSelfRevocation">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.BiasedLockClassRevocation">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ReservedStackActivation">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ClassLoad">
<setting name="enabled" control="class-loading-enabled">false</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ClassDefine">
<setting name="enabled" control="class-loading-enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ClassUnload">
<setting name="enabled" control="class-loading-enabled">false</setting>
</event>

<event name="jdk.JVMInformation">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.InitialSystemProperty">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.ExecutionSample">
<setting name="enabled" control="method-sampling-enabled">true</setting>
<setting name="period" control="method-sampling-java-interval">10 ms</setting>
</event>

<event name="jdk.NativeMethodSample">
<setting name="enabled" control="method-sampling-enabled">true</setting>
<setting name="period" control="method-sampling-native-interval">20 ms</setting>
</event>

<event name="jdk.SafepointBegin">
<setting name="enabled">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.SafepointStateSynchronization">
<setting name="enabled">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.SafepointWaitBlocked">
<setting name="enabled">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.SafepointCleanup">
<setting name="enabled">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.SafepointCleanupTask">
<setting name="enabled">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.SafepointEnd">
<setting name="enabled">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ExecuteVMOperation">
<setting name="enabled">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.Shutdown">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ThreadDump">
<setting name="enabled" control="thread-dump-enabled">true</setting>
<setting name="period" control="thread-dump-interval">60 s</setting>
</event>

<event name="jdk.IntFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.UnsignedIntFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.LongFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.UnsignedLongFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.DoubleFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.BooleanFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.StringFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.IntFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.UnsignedIntFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.LongFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.UnsignedLongFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.DoubleFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.BooleanFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.StringFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ObjectCount">
<setting name="enabled" control="memory-profiling-enabled-all">false</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.GCConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.GCHeapConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.YoungGenerationConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.GCTLABConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.GCSurvivorConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.ObjectCountAfterGC">
<setting name="enabled">false</setting>
</event>

<event name="jdk.GCHeapSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.PSHeapSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1HeapSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.MetaspaceSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.MetaspaceGCThreshold">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.MetaspaceAllocationFailure">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.MetaspaceOOM">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.MetaspaceChunkFreeListSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.GarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ParallelOldGarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.YoungGarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.OldGarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.G1GarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePause">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePauseLevel1">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePauseLevel2">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePauseLevel3">
<setting name="enabled" control="gc-enabled-all">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePauseLevel4">
<setting name="enabled" control="gc-enabled-all">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhaseConcurrent">
<setting name="enabled" control="gc-enabled-all">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCReferenceStatistics">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.PromotionFailed">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.EvacuationFailed">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.EvacuationInformation">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1MMU">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1EvacuationYoungStatistics">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1EvacuationOldStatistics">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1BasicIHOP">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1AdaptiveIHOP">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.PromoteObjectInNewPLAB">
<setting name="enabled" control="memory-profiling-enabled-medium">true</setting>
</event>

<event name="jdk.PromoteObjectOutsidePLAB">
<setting name="enabled" control="memory-profiling-enabled-medium">true</setting>
</event>

<event name="jdk.ConcurrentModeFailure">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.AllocationRequiringGC">
<setting name="enabled" control="gc-enabled-all">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.TenuringDistribution">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1HeapRegionInformation">
<setting name="enabled" control="gc-enabled-all">false</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.G1HeapRegionTypeChange">
<setting name="enabled" control="gc-enabled-all">false</setting>
</event>

<event name="jdk.OldObjectSample">
<setting name="enabled" control="memory-leak-detection-enabled">true</setting>
<setting name="stackTrace" control="memory-leak-detection-stack-trace">true</setting>
<setting name="cutoff" control="memory-leak-detection-cutoff">0 ns</setting>
</event>

<event name="jdk.CompilerConfiguration">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.CompilerStatistics">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.Compilation">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="threshold" control="compiler-compilation-threshold">100 ms</setting>
</event>

<event name="jdk.CompilerPhase">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="threshold" control="compiler-phase-threshold">10 s</setting>
</event>

<event name="jdk.CompilationFailure">
<setting name="enabled" control="compiler-enabled-failure">true</setting>
</event>

<event name="jdk.CompilerInlining">
<setting name="enabled" control="compiler-enabled-failure">false</setting>
</event>

<event name="jdk.CodeSweeperConfiguration">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.CodeSweeperStatistics">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.SweepCodeCache">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="threshold" control="compiler-sweeper-threshold">100 ms</setting>
</event>

<event name="jdk.CodeCacheConfiguration">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.CodeCacheStatistics">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.CodeCacheFull">
<setting name="enabled" control="compiler-enabled">true</setting>
</event>

<event name="jdk.OSInformation">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.VirtualizationInformation">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.CPUInformation">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.ThreadContextSwitchRate">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">10 s</setting>
</event>

<event name="jdk.CPULoad">
<setting name="enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.ThreadCPULoad">
<setting name="enabled">true</setting>
<setting name="period">10 s</setting>
</event>

<event name="jdk.CPUTimeStampCounter">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.SystemProcess">
<setting name="enabled">true</setting>
<setting name="period">endChunk</setting>
</event>

<event name="jdk.NetworkUtilization">
<setting name="enabled">true</setting>
<setting name="period">5 s</setting>
</event>

<event name="jdk.InitialEnvironmentVariable">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.PhysicalMemory">
<setting name="enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.ObjectAllocationInNewTLAB">
<setting name="enabled" control="memory-profiling-enabled-medium">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ObjectAllocationOutsideTLAB">
<setting name="enabled" control="memory-profiling-enabled-medium">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.NativeLibrary">
<setting name="enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.ModuleRequire">
<setting name="enabled">true</setting>
<setting name="period">endChunk</setting>
</event>

<event name="jdk.ModuleExport">
<setting name="enabled">true</setting>
<setting name="period">endChunk</setting>
</event>

<event name="jdk.FileForce">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="file-io-threshold">10 ms</setting>
</event>

<event name="jdk.FileRead">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="file-io-threshold">10 ms</setting>
</event>

<event name="jdk.FileWrite">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="file-io-threshold">10 ms</setting>
</event>

<event name="jdk.SocketRead">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="socket-io-threshold">10 ms</setting>
</event>

<event name="jdk.SocketWrite">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="socket-io-threshold">10 ms</setting>
</event>

<event name="jdk.SecurityPropertyModification">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.TLSHandshake">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.X509Validation">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.X509Certificate">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.JavaExceptionThrow">
<setting name="enabled" control="enable-exceptions">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.JavaErrorThrow">
<setting name="enabled" control="enable-errors">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ExceptionStatistics">
<setting name="enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.ActiveRecording">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ActiveSetting">
<setting name="enabled">true</setting>
</event>

<event name="jdk.DataLoss">
<setting name="enabled">true</setting>
</event>

<event name="jdk.DumpReason">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ZPageAllocation">
<setting name="enabled">true</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.ZThreadPhase">
<setting name="enabled">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ZStatisticsCounter">
<setting name="threshold">10 ms</setting>
<setting name="enabled">true</setting>
</event>

<event name="jdk.ZStatisticsSampler">
<setting name="enabled">true</setting>
<setting name="threshold">10 ms</setting>
</event>





























<!--
Contents of the control element is not read by the JVM, it's used
by Java Mission Control to change settings that carry the control attribute.
-->
<control>

<selection name="gc-level" default="detailed" label="Garbage Collector">
<option label="Off" name="off">off</option>
<option label="Normal" name="detailed">normal</option>
<option label="All" name="all">all</option>
</selection>

<condition name="gc-enabled-normal" true="true" false="false">
<or>
<test name="gc-level" operator="equal" value="normal"/>
<test name="gc-level" operator="equal" value="all"/>
</or>
</condition>

<condition name="gc-enabled-all" true="true" false="false">
<test name="gc-level" operator="equal" value="all"/>
</condition>

<selection name="memory-profiling" default="medium" label="Memory Profiling">
<option label="Off" name="off">off</option>
<option label="Object Allocation and Promotion" name="medium">medium</option>
<option label="All, including Heap Statistics (May cause long full GCs)" name="all">all</option>
</selection>

<condition name="memory-profiling-enabled-medium" true="true" false="false">
<or>
<test name="memory-profiling" operator="equal" value="medium"/>
<test name="memory-profiling" operator="equal" value="all"/>
</or>
</condition>

<condition name="memory-profiling-enabled-all" true="true" false="false">
<test name="memory-profiling" operator="equal" value="all"/>
</condition>

<selection name="compiler-level" default="detailed" label="Compiler">
<option label="Off" name="off">off</option>
<option label="Normal" name="normal">normal</option>
<option label="Detailed" name="detailed">detailed</option>
<option label="All" name="all">all</option>
</selection>

<condition name="compiler-enabled" true="false" false="true">
<test name="compiler-level" operator="equal" value="off"/>
</condition>

<condition name="compiler-enabled-failure" true="true" false="false">
<or>
<test name="compiler-level" operator="equal" value="detailed"/>
<test name="compiler-level" operator="equal" value="all"/>
</or>
</condition>

<condition name="compiler-sweeper-threshold" true="0 ms" false="100 ms">
<test name="compiler-level" operator="equal" value="all"/>
</condition>

<condition name="compiler-compilation-threshold" true="1000 ms">
<test name="compiler-level" operator="equal" value="normal"/>
</condition>

<condition name="compiler-compilation-threshold" true="100 ms">
<test name="compiler-level" operator="equal" value="detailed"/>
</condition>

<condition name="compiler-compilation-threshold" true="0 ms">
<test name="compiler-level" operator="equal" value="all"/>
</condition>

<condition name="compiler-phase-threshold" true="60 s">
<test name="compiler-level" operator="equal" value="normal"/>
</condition>

<condition name="compiler-phase-threshold" true="10 s">
<test name="compiler-level" operator="equal" value="detailed"/>
</condition>

<condition name="compiler-phase-threshold" true="0 s">
<test name="compiler-level" operator="equal" value="all"/>
</condition>

<selection name="method-sampling-interval" default="normal" label="Method Sampling">
<option label="Off" name="off">off</option>
<option label="Normal" name="normal">normal</option>
<option label="High" name="high">high</option>
<option label="Ludicrous (High Overhead)" name="ludicrous">ludicrous</option>
</selection>

<condition name="method-sampling-java-interval" true="999 d">
<test name="method-sampling-interval" operator="equal" value="off"/>
</condition>

<condition name="method-sampling-java-interval" true="20 ms">
<test name="method-sampling-interval" operator="equal" value="normal"/>
</condition>

<condition name="method-sampling-java-interval" true="10 ms">
<test name="method-sampling-interval" operator="equal" value="high"/>
</condition>

<condition name="method-sampling-java-interval" true="1 ms">
<test name="method-sampling-interval" operator="equal" value="ludicrous"/>
</condition>

<condition name="method-sampling-native-interval" true="999 d">
<test name="method-sampling-interval" operator="equal" value="off"/>
</condition>

<condition name="method-sampling-native-interval" true="20 ms">
<or>
<test name="method-sampling-interval" operator="equal" value="normal"/>
<test name="method-sampling-interval" operator="equal" value="high"/>
<test name="method-sampling-interval" operator="equal" value="ludicrous"/>
</or>
</condition>

<condition name="method-sampling-enabled" true="false" false="true">
<test name="method-sampling-interval" operator="equal" value="off"/>
</condition>

<selection name="thread-dump-interval" default="everyMinute" label="Thread Dump">
<option label="Off" name="off">999 d</option>
<option label="At least Once" name="normal">everyChunk</option>
<option label="Every 60 s" name="everyMinute">60 s</option>
<option label="Every 10 s" name="everyTenSecond">10 s</option>
<option label="Every 1 s" name="everySecond">1 s</option>
</selection>

<condition name="thread-dump-enabled" true="false" false="true">
<test name="thread-dump-interval" operator="equal" value="999 d"/>
</condition>

<selection name="exception-level" default="errors" label="Exceptions">
<option label="Off" name="off">off</option>
<option label="Errors Only" name="errors">errors</option>
<option label="All Exceptions, including Errors" name="all">all</option>
</selection>

<condition name="enable-errors" true="true" false="false">
<or>
<test name="exception-level" operator="equal" value="errors"/>
<test name="exception-level" operator="equal" value="all"/>
</or>
</condition>

<condition name="enable-exceptions" true="true" false="false">
<test name="exception-level" operator="equal" value="all"/>
</condition>

<selection name="memory-leak-detection" default="medium" label="Memory Leak Detection">
<option label="Off" name="off">off</option>
<option label="Object Types" name="minimal">minimal</option>
<option label="Object Types + Allocation Stack Traces" name="medium">medium</option>
<option label="Object Types + Allocation Stack Traces + Path to GC Root" name="full">full</option>
</selection>

<condition name="memory-leak-detection-enabled" true="false" false="true">
<test name="memory-leak-detection" operator="equal" value="off"/>
</condition>

<condition name="memory-leak-detection-stack-trace" true="true" false="false">
<or>
<test name="memory-leak-detection" operator="equal" value="medium"/>
<test name="memory-leak-detection" operator="equal" value="full"/>
</or>
</condition>

<condition name="memory-leak-detection-cutoff" true="1 h" false="0 ns">
<test name="memory-leak-detection" operator="equal" value="full"/>
</condition>

<text name="synchronization-threshold" label="Synchronization Threshold" contentType="timespan" minimum="0 s">10 ms</text>

<text name="file-io-threshold" label="File I/O Threshold" contentType="timespan" minimum="0 s">10 ms</text>

<text name="socket-io-threshold" label="Socket I/O Threshold" contentType="timespan" minimum="0 s">10 ms</text>

<flag name="class-loading-enabled" label="Class Loading">false</flag>

</control>

</configuration>
, 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}]},
{contents=<?xml version="1.0" encoding="UTF-8"?>

<!--
Recommended way to edit .jfc files is to use Java Mission Control,
see Window -> Flight Recorder Template Manager.
-->

<configuration version="2.0" label="Continuous" description="Low overhead configuration safe for continuous use in production environments, typically less than 1 % overhead." provider="Oracle">

<event name="jdk.ThreadAllocationStatistics">
<setting name="enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.ClassLoadingStatistics">
<setting name="enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.ClassLoaderStatistics">
<setting name="enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.JavaThreadStatistics">
<setting name="enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.ThreadStart">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ThreadEnd">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ThreadSleep">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">20 ms</setting>
</event>

<event name="jdk.ThreadPark">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">20 ms</setting>
</event>

<event name="jdk.JavaMonitorEnter">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">20 ms</setting>
</event>

<event name="jdk.JavaMonitorWait">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">20 ms</setting>
</event>

<event name="jdk.JavaMonitorInflate">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="synchronization-threshold">20 ms</setting>
</event>

<event name="jdk.BiasedLockRevocation">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.BiasedLockSelfRevocation">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.BiasedLockClassRevocation">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ReservedStackActivation">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ClassLoad">
<setting name="enabled" control="class-loading-enabled">false</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ClassDefine">
<setting name="enabled" control="class-loading-enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ClassUnload">
<setting name="enabled" control="class-loading-enabled">false</setting>
</event>

<event name="jdk.JVMInformation">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.InitialSystemProperty">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.ExecutionSample">
<setting name="enabled" control="method-sampling-enabled">true</setting>
<setting name="period" control="method-sampling-java-interval">20 ms</setting>
</event>

<event name="jdk.NativeMethodSample">
<setting name="enabled" control="method-sampling-enabled">true</setting>
<setting name="period" control="method-sampling-native-interval">20 ms</setting>
</event>

<event name="jdk.SafepointBegin">
<setting name="enabled">true</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.SafepointStateSynchronization">
<setting name="enabled">false</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.SafepointWaitBlocked">
<setting name="enabled">false</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.SafepointCleanup">
<setting name="enabled">false</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.SafepointCleanupTask">
<setting name="enabled">false</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.SafepointEnd">
<setting name="enabled">false</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.ExecuteVMOperation">
<setting name="enabled">true</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.Shutdown">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ThreadDump">
<setting name="enabled" control="thread-dump-enabled">true</setting>
<setting name="period" control="thread-dump-interval">everyChunk</setting>
</event>

<event name="jdk.IntFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.UnsignedIntFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.LongFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.UnsignedLongFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.DoubleFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.BooleanFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.StringFlag">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.IntFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.UnsignedIntFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.LongFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.UnsignedLongFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.DoubleFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.BooleanFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.StringFlagChanged">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ObjectCount">
<setting name="enabled" control="memory-profiling-enabled-all">false</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.GCConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.GCHeapConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.YoungGenerationConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.GCTLABConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.GCSurvivorConfiguration">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.ObjectCountAfterGC">
<setting name="enabled">false</setting>
</event>

<event name="jdk.GCHeapSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.PSHeapSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1HeapSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.MetaspaceSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.MetaspaceGCThreshold">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.MetaspaceAllocationFailure">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.MetaspaceOOM">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.MetaspaceChunkFreeListSummary">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.GarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ParallelOldGarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.YoungGarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.OldGarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.G1GarbageCollection">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePause">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePauseLevel1">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePauseLevel2">
<setting name="enabled" control="gc-enabled-normal">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePauseLevel3">
<setting name="enabled" control="gc-enabled-all">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhasePauseLevel4">
<setting name="enabled" control="gc-enabled-all">false</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCPhaseConcurrent">
<setting name="enabled" control="gc-enabled-all">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.GCReferenceStatistics">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.PromotionFailed">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.EvacuationFailed">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.EvacuationInformation">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1MMU">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1EvacuationYoungStatistics">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1EvacuationOldStatistics">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1BasicIHOP">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1AdaptiveIHOP">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.PromoteObjectInNewPLAB">
<setting name="enabled" control="memory-profiling-enabled-medium">false</setting>
</event>

<event name="jdk.PromoteObjectOutsidePLAB">
<setting name="enabled" control="memory-profiling-enabled-medium">false</setting>
</event>

<event name="jdk.ConcurrentModeFailure">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.AllocationRequiringGC">
<setting name="enabled" control="gc-enabled-all">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.TenuringDistribution">
<setting name="enabled" control="gc-enabled-normal">true</setting>
</event>

<event name="jdk.G1HeapRegionInformation">
<setting name="enabled" control="gc-enabled-all">false</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.G1HeapRegionTypeChange">
<setting name="enabled" control="gc-enabled-all">false</setting>
</event>

<event name="jdk.OldObjectSample">
<setting name="enabled" control="memory-leak-detection-enabled">true</setting>
<setting name="stackTrace" control="memory-leak-detection-stack-trace">false</setting>
<setting name="cutoff" control="memory-leak-detection-cutoff">0 ns</setting>
</event>

<event name="jdk.CompilerConfiguration">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.CompilerStatistics">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.Compilation">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="threshold" control="compiler-compilation-threshold">1000 ms</setting>
</event>

<event name="jdk.CompilerPhase">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="threshold" control="compiler-phase-threshold">60 s</setting>
</event>

<event name="jdk.CompilationFailure">
<setting name="enabled" control="compiler-enabled-failure">false</setting>
</event>

<event name="jdk.CompilerInlining">
<setting name="enabled" control="compiler-enabled-failure">false</setting>
</event>

<event name="jdk.CodeSweeperConfiguration">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.CodeSweeperStatistics">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.SweepCodeCache">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="threshold" control="compiler-sweeper-threshold">100 ms</setting>
</event>

<event name="jdk.CodeCacheConfiguration">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.CodeCacheStatistics">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.CodeCacheFull">
<setting name="enabled" control="compiler-enabled">true</setting>
</event>

<event name="jdk.OSInformation">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.VirtualizationInformation">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.CPUInformation">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.ThreadContextSwitchRate">
<setting name="enabled" control="compiler-enabled">true</setting>
<setting name="period">10 s</setting>
</event>

<event name="jdk.CPULoad">
<setting name="enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.ThreadCPULoad">
<setting name="enabled">true</setting>
<setting name="period">10 s</setting>
</event>

<event name="jdk.CPUTimeStampCounter">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.SystemProcess">
<setting name="enabled">true</setting>
<setting name="period">endChunk</setting>
</event>

<event name="jdk.NetworkUtilization">
<setting name="enabled">true</setting>
<setting name="period">5 s</setting>
</event>

<event name="jdk.InitialEnvironmentVariable">
<setting name="enabled">true</setting>
<setting name="period">beginChunk</setting>
</event>

<event name="jdk.PhysicalMemory">
<setting name="enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.ObjectAllocationInNewTLAB">
<setting name="enabled" control="memory-profiling-enabled-medium">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ObjectAllocationOutsideTLAB">
<setting name="enabled" control="memory-profiling-enabled-medium">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.NativeLibrary">
<setting name="enabled">true</setting>
<setting name="period">everyChunk</setting>
</event>

<event name="jdk.ModuleRequire">
<setting name="enabled">true</setting>
<setting name="period">endChunk</setting>
</event>

<event name="jdk.ModuleExport">
<setting name="enabled">true</setting>
<setting name="period">endChunk</setting>
</event>

<event name="jdk.FileForce">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="file-io-threshold">20 ms</setting>
</event>

<event name="jdk.FileRead">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="file-io-threshold">20 ms</setting>
</event>

<event name="jdk.FileWrite">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="file-io-threshold">20 ms</setting>
</event>

<event name="jdk.SocketRead">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="socket-io-threshold">20 ms</setting>
</event>

<event name="jdk.SocketWrite">
<setting name="enabled">true</setting>
<setting name="stackTrace">true</setting>
<setting name="threshold" control="socket-io-threshold">20 ms</setting>
</event>

<event name="jdk.SecurityPropertyModification">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.TLSHandshake">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.X509Validation">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.X509Certificate">
<setting name="enabled">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.JavaExceptionThrow">
<setting name="enabled" control="enable-exceptions">false</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.JavaErrorThrow">
<setting name="enabled" control="enable-errors">true</setting>
<setting name="stackTrace">true</setting>
</event>

<event name="jdk.ExceptionStatistics">
<setting name="enabled">true</setting>
<setting name="period">1000 ms</setting>
</event>

<event name="jdk.ActiveRecording">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ActiveSetting">
<setting name="enabled">true</setting>
</event>

<event name="jdk.DataLoss">
<setting name="enabled">true</setting>
</event>

<event name="jdk.DumpReason">
<setting name="enabled">true</setting>
</event>

<event name="jdk.ZPageAllocation">
<setting name="enabled">true</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.ZThreadPhase">
<setting name="enabled">true</setting>
<setting name="threshold">0 ms</setting>
</event>

<event name="jdk.ZStatisticsCounter">
<setting name="enabled">true</setting>
<setting name="threshold">10 ms</setting>
</event>

<event name="jdk.ZStatisticsSampler">
<setting name="enabled">true</setting>
<setting name="threshold">10 ms</setting>
</event>





























<!--
Contents of the control element is not read by the JVM, it's used
by Java Mission Control to change settings that carry the control attribute.
-->
<control>
<selection name="gc-level" default="detailed" label="Garbage Collector">
<option label="Off" name="off">off</option>
<option label="Normal" name="detailed">normal</option>
<option label="All" name="all">all</option>
</selection>

<condition name="gc-enabled-normal" true="true" false="false">
<or>
<test name="gc-level" operator="equal" value="normal"/>
<test name="gc-level" operator="equal" value="all"/>
</or>
</condition>

<condition name="gc-enabled-all" true="true" false="false">
<test name="gc-level" operator="equal" value="all"/>
</condition>

<selection name="memory-profiling" default="off" label="Memory Profiling">
<option label="Off" name="off">off</option>
<option label="Object Allocation and Promotion" name="medium">medium</option>
<option label="All, including Heap Statistics (May cause long full GCs)" name="all">all</option>
</selection>

<condition name="memory-profiling-enabled-medium" true="true" false="false">
<or>
<test name="memory-profiling" operator="equal" value="medium"/>
<test name="memory-profiling" operator="equal" value="all"/>
</or>
</condition>

<condition name="memory-profiling-enabled-all" true="true" false="false">
<test name="memory-profiling" operator="equal" value="all"/>
</condition>

<selection name="compiler-level" default="normal" label="Compiler">
<option label="Off" name="off">off</option>
<option label="Normal" name="normal">normal</option>
<option label="Detailed" name="detailed">detailed</option>
<option label="All" name="all">all</option>
</selection>

<condition name="compiler-enabled" true="false" false="true">
<test name="compiler-level" operator="equal" value="off"/>
</condition>

<condition name="compiler-enabled-failure" true="true" false="false">
<or>
<test name="compiler-level" operator="equal" value="detailed"/>
<test name="compiler-level" operator="equal" value="all"/>
</or>
</condition>

<condition name="compiler-sweeper-threshold" true="0 ms" false="100 ms">
<test name="compiler-level" operator="equal" value="all"/>
</condition>

<condition name="compiler-compilation-threshold" true="1000 ms">
<test name="compiler-level" operator="equal" value="normal"/>
</condition>

<condition name="compiler-compilation-threshold" true="100 ms">
<test name="compiler-level" operator="equal" value="detailed"/>
</condition>

<condition name="compiler-compilation-threshold" true="0 ms">
<test name="compiler-level" operator="equal" value="all"/>
</condition>

<condition name="compiler-phase-threshold" true="60 s">
<test name="compiler-level" operator="equal" value="normal"/>
</condition>

<condition name="compiler-phase-threshold" true="10 s">
<test name="compiler-level" operator="equal" value="detailed"/>
</condition>

<condition name="compiler-phase-threshold" true="0 s">
<test name="compiler-level" operator="equal" value="all"/>
</condition>

<selection name="method-sampling-interval" default="normal" label="Method Sampling">
<option label="Off" name="off">off</option>
<option label="Normal" name="normal">normal</option>
<option label="High" name="high">high</option>
<option label="Ludicrous (High Overhead)" name="ludicrous">ludicrous</option>
</selection>

<condition name="method-sampling-java-interval" true="999 d">
<test name="method-sampling-interval" operator="equal" value="off"/>
</condition>

<condition name="method-sampling-java-interval" true="20 ms">
<test name="method-sampling-interval" operator="equal" value="normal"/>
</condition>

<condition name="method-sampling-java-interval" true="10 ms">
<test name="method-sampling-interval" operator="equal" value="high"/>
</condition>

<condition name="method-sampling-java-interval" true="1 ms">
<test name="method-sampling-interval" operator="equal" value="ludicrous"/>
</condition>

<condition name="method-sampling-native-interval" true="999 d">
<test name="method-sampling-interval" operator="equal" value="off"/>
</condition>

<condition name="method-sampling-native-interval" true="20 ms">
<or>
<test name="method-sampling-interval" operator="equal" value="normal"/>
<test name="method-sampling-interval" operator="equal" value="high"/>
<test name="method-sampling-interval" operator="equal" value="ludicrous"/>
</or>
</condition>

<condition name="method-sampling-enabled" true="false" false="true">
<test name="method-sampling-interval" operator="equal" value="off"/>
</condition>

<selection name="thread-dump-interval" default="normal" label="Thread Dump">
<option label="Off" name="off">999 d</option>
<option label="At least Once" name="normal">everyChunk</option>
<option label="Every 60 s" name="everyMinute">60 s</option>
<option label="Every 10 s" name="everyTenSecond">10 s</option>
<option label="Every 1 s" name="everySecond">1 s</option>
</selection>

<condition name="thread-dump-enabled" true="false" false="true">
<test name="thread-dump-interval" operator="equal" value="999 d"/>
</condition>

<selection name="exception-level" default="errors" label="Exceptions">
<option label="Off" name="off">off</option>
<option label="Errors Only" name="errors">errors</option>
<option label="All Exceptions, including Errors" name="all">all</option>
</selection>

<condition name="enable-errors" true="true" false="false">
<or>
<test name="exception-level" operator="equal" value="errors"/>
<test name="exception-level" operator="equal" value="all"/>
</or>
</condition>

<condition name="enable-exceptions" true="true" false="false">
<test name="exception-level" operator="equal" value="all"/>
</condition>

<selection name="memory-leak-detection" default="minimal" label="Memory Leak Detection">
<option label="Off" name="off">off</option>
<option label="Object Types" name="minimal">minimal</option>
<option label="Object Types + Allocation Stack Traces" name="medium">medium</option>
<option label="Object Types + Allocation Stack Traces + Path to GC Root" name="full">full</option>
</selection>

<condition name="memory-leak-detection-enabled" true="false" false="true">
<test name="memory-leak-detection" operator="equal" value="off"/>
</condition>

<condition name="memory-leak-detection-stack-trace" true="true" false="false">
<or>
<test name="memory-leak-detection" operator="equal" value="medium"/>
<test name="memory-leak-detection" operator="equal" value="full"/>
</or>
</condition>

<condition name="memory-leak-detection-cutoff" true="1 h" false="0 ns">
<test name="memory-leak-detection" operator="equal" value="full"/>
</condition>

<text name="synchronization-threshold" label="Synchronization Threshold" contentType="timespan" minimum="0 s">20 ms</text>

<text name="file-io-threshold" label="File I/O Threshold" contentType="timespan" minimum="0 s">20 ms</text>

<text name="socket-io-threshold" label="Socket I/O Threshold" contentType="timespan" minimum="0 s">20 ms</text>

<flag name="class-loading-enabled" label="Class Loading">false</flag>

</control>

</configuration>
, 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}]}]
 
-  EventTypes[{categoryNames=[Java Development Kit, Security], description=Modification of Security property, id=9187, 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}]},
{categoryNames=[Java Development Kit, Security], description=Parameters used in TLS Handshake, id=8539, 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}]},
{categoryNames=[Java Development Kit, Security], description=Serial numbers from X.509 Certificates forming chain of trust, id=8450, 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}]},
{categoryNames=[Java Development Kit, Security], description=Details of X.509 Certificate parsed by JDK, id=7898, 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}]},
{categoryNames=[Flight Recorder], description=null, id=9185, 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}]},
{categoryNames=[Flight Recorder], description=null, id=9183, 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}]},
{categoryNames=[Java Application], description=An object derived from java.lang.Error has been created. OutOfMemoryErrors are ignored, id=9181, 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}]},
{categoryNames=[Java Application, Statistics], description=Number of objects derived from java.lang.Throwable that have been created, id=9179, 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}]},
{categoryNames=[Java Application], description=An object derived from java.lang.Exception has been created, id=9177, 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}]},
{categoryNames=[Java Application], description=Writing data to a socket, id=9175, 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}]},
{categoryNames=[Java Application], description=Reading data from a socket, id=9173, 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}]},
{categoryNames=[Java Application], description=Writing data to a file, id=9171, 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}]},
{categoryNames=[Java Application], description=Reading data from a file, id=9169, 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}]},
{categoryNames=[Java Application], description=Force updates to be written to file, id=9167, 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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]},
{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}]}]
 
-  ObjectNamejdk.management.jfr:type=FlightRecorder 
-  Recordings[]