What is max thread count and worker thread count from the below outcome?
Issue
- What is max thread count and worker thread count from below?
[domain@localhost:9990 /] /host=master/server=server-one/subsystem=io/worker=default:read-resource(include-runtime=true)
{
"outcome" => "success",
"result" => {
"busy-task-thread-count" => 0,
"core-pool-size" => 2,
"io-thread-count" => 16,
"io-threads" => "16",
"max-pool-size" => 128,
"queue-size" => 0,
"shutdown-requested" => false,
"stack-size" => "0",
"task-core-threads" => "2",
"task-keepalive" => "60000",
"task-max-threads" => "128",
"outbound-bind-address" => undefined,
"server" => {
"/127.0.0.1:8080" => undefined,
"/127.0.0.1:8443" => undefined
}
}
}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.