|
MonitorThreadPools
Thread pool usage can be monitored for the entire server (all thread pools) or with a named thread pool. It is measured as: percent used/maximum configured To monitor, use the following plugin invocation: check_was -s threadpool -w 80 -c 90 -p <server name> -n <thread pool name> -w sets the threshold percent used for issuing warnings -c sets the threshold percent used for issuing critical issues -p sets the server name in check_was.servers to be used -n sets the name of the thread pool to be monitored. Optional, if not provided all thread pools will be checked. |
► Sign in to add a comment