smoke remaining mbean files
This commit is contained in:
parent
e1daf7bcbd
commit
c6805c3059
|
@ -1,19 +0,0 @@
|
|||
AbstractConnector: Abstract implementation of the Connector interface.
|
||||
acceptors: The number of acceptor threads.
|
||||
acceptQueueSize: The size of the accept queue.
|
||||
acceptorPriorityOffset: Priority offset of the acceptor threads. The priority is adjusted by this amount to either favor the acceptance of new threads and newly active connections or to favor the handling of already dispatched connections.
|
||||
forwardedForHeader: The header name for forwarded for (default x-forwarded-for).
|
||||
forwardedHostHeader: The header name for forwarded hosts (default x-forwarded-host)
|
||||
forwardedServerHeader: The header name for forwarded server (default x-forwarded-server)
|
||||
forwarded: Whether reverse proxy handling is on. True if this connector is checking the forwarded for/host/server headers.
|
||||
host: Host name of the server.
|
||||
hostHeader: Forced value for the host header. Only used if forwarded is true.
|
||||
soLingerTime: Enable or disable SO_LINGER with the specified linger time in seconds.
|
||||
reuseAddress: Whether the server socket will be opened in SO_REUSEADDR mode.
|
||||
name: Name of the connector.
|
||||
resolveNames: Whether or not to use DNS when handling forwards.
|
||||
confidentialPort: Port to use for confidential redirections.
|
||||
confidentialScheme: Scheme to use for confidential redirections.
|
||||
integralPort: Port to use for integral redirections.
|
||||
integralScheme: Scheme to use for integral redirections.
|
||||
lowResourcesMaxIdleTime: The period in ms that a connection may be idle when the connector has low resources, before it is closed.
|
|
@ -1,29 +0,0 @@
|
|||
Connector: HTTP Connector.
|
||||
server: MObject:RO:The server for this connector
|
||||
requestHeaderSize: The size of a request header buffer
|
||||
requestBufferSize: The size of a request content buffer
|
||||
responseHeaderSize: The size of a response header buffer
|
||||
responseBufferSize: The size of a response content buffer
|
||||
integralPort: Port to use for integral redirections
|
||||
integralScheme: Scheme to use for integral redirections
|
||||
confidentialPort: Port to use for confidential redirections
|
||||
confidentialScheme: Scheme to use for confidential redirections
|
||||
host: Host name to accept connections on
|
||||
port: TCP/IP port to accept connections on
|
||||
idleTimeout: Maximum time in ms that a connection can be idle before being closed
|
||||
statsOn: True if statistics collection is turned on.
|
||||
statsOnMs: Time in milliseconds stats have been collected for.
|
||||
statsReset(): Reset statistics.
|
||||
connections: Number of connections accepted by the server since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsOpen: Number of connections currently open that were opened since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsOpenMax: Maximum number of connections opened simultaneously since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsDurationMean: Mean duration in milliseconds of open connections since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsDurationStdDev: Standard deviation of duration in milliseconds of an open connection since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsDurationMax: Maximum duration in milliseconds of an open connection since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsDurationTotal: Total duration in milliseconds of all open connection since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsRequestsMean: Mean number of requests per connection since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsRequestsStdDev: Standard deviation of number of requests per connection since statsReset() called. Undefined if setStatsOn(false).
|
||||
connectionsRequestsMax: Maximum number of requests per connection since statsReset() called. Undefined if setStatsOn(false).
|
||||
requests: Number of requests since statsReset() called. Undefined if setStatsOn(false).
|
||||
open(): Open the listening port
|
||||
close(): Close the listening port (but allow existing connections to continue for graceful shutdown)
|
Loading…
Reference in New Issue