org.browsermob.proxy.jetty.util.jmx.mbean_en.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of browsermob-proxy Show documentation
Show all versions of browsermob-proxy Show documentation
A programmatic HTTP/S designed for performance and functional testing
LifeCycle = Object implementing org.browsermob.proxy.jetty.util.LifeCycle
LifeCycle.started = True if the instance has been started and is still running.
LifeCycle.start() = Initialize and start the instance.
LifeCycle.stop() = Stop the instance.
ThreadPool = Pool of reusable threads. Changes made to this MBean are not persisted.
ThreadPool.name = Name of the pool.
ThreadPool.threadClass = Class of the Threads
ThreadPool.threads = Number of thread instances.
ThreadPool.idleThreads = number of idle threads.
ThreadPool.minThreads = minimum number of threads allowed
ThreadPool.maxThreads = maximum number of threass allowed
ThreadPool.maxIdleTimeMs = Time in MS that a thread can be idle before it may expire.
ThreadPool.threadsPriority = priority of the pool threads
ThreadPool.maxStopTimeMs = DEPRECATED
ThreadPool.poolName = The name of a shared pool of threads. All ThreadPools with the same pool name share the same pool of threads.
ThreadedServer = A ThreadPool dedicated to serving a ServerSocket
ThreadedServer.host = Host or IP of listening interface.
ThreadedServer.port = The listening port number.
ThreadedServer.address = String representation of addr:port
ThreadedServer.inetAddress = InetAddress of host.
ThreadedServer.inetAddrPort = InetAddrPort instance of InetAddress and port.
ThreadedServer.tcpNoDelay = if true then setTcpNoDelay(true) is called on accepted sockets.
ThreadedServer.lingerTimeSecs = The maximum time in seconds that a connection lingers during close handshaking.
ThreadedServer.acceptQueueSize = The maximum unaccepted connections to queue if no threads are available.
ThreadedServer.acceptorThreads = The number of threas used to accept connections.