Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | MashZone NextGen KPI Definitions | com.softwareag.mzng.jmx.Catalina.type.Connector | KPIs
 
KPIs
The following table describes the com.softwareag.mzng.jmx.Catalina.type.Connector KPIs.
Name
Description
int maxTread
The maximum number of request processing threads to be created.
int port
The number of the port on which this connector is configured to listen for requests. The special value of 0 means to select a random free port when the socket is bound.
int acceptCount
The accept count for this connector.
int maxParameterCount
The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. The default value is 1000. A value of less than 0 means no limit.
int connectionTimeout
Timeout value of the incoming connection.
int proxyPort
The server port to which we should send requests to this connector.
int maxHeaderCount
The maximum number of headers that are allowed by the container. The default value is 100. A value of less than 0 means no limit.
boolean enableLookups
The enable DNS lookups flag for this connector.
int keepAliveTimeout
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
int maxSavePostSize
Maximum size of a POST which will be saved by the container during authentication.
boolean useBodyEncodingForURI
Whether the body encoding should be used for URI query parameters.
int minSpareThreads
The number of request processing threads that will be created.
int processorCache
The processor cache size.
int maxKeepAliveRequests
The maximum number of Keep-Alive requests to honor per connection.
int maxPostSize
The maximum size in bytes of a POST which will be handled by the servlet API provided features.
boolean xpoweredBy
Whether X-Powered-By response header generation is enabled or disabled.
int redirectPort
The redirect port for non-SSL to SSL redirects.
boolean allowTrace
Whether to allow disabling the TRACE method.
boolean secure
Whether this is a secure (SSL) connector.
int localPort
The port number on which this connector is listening for requests. If the special value of 0 is used, then this method will report the actual port bound.
int connectionLinger
Linger value on the incoming connection.
boolean useIPVHosts
Whether to use IP-based virtual hosting.
int threadPriority
The thread priority for processors.
boolean tcpNoDelay
Whether TCP should be used with no delay.
int packetSize
The ajp packet size.
int deltaacceptCount
Delta of accept count for this Connector.