Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11255

EE Concurrency Utilities Managed Executors / Thread Pool runtime stats

    XMLWordPrintable

Details

    Description

      The managed executors / thread pools in the EE subsytem currently do not show any runtime information when invoked with include-runtime=true, the current thread pool size, queue length and such would be useful to check the performance and tuning.

      /subsystem=ee/managed-executor-service=default:read-resource(include-runtime=true,recursive=true)
      {
          "outcome" => "success",
          "result" => {
              "context-service" => "default",
              "core-threads" => undefined,
              "hung-task-threshold" => 60000L,
              "jndi-name" => "java:jboss/ee/concurrency/executor/default",
              "keepalive-time" => 5000L,
              "long-running-tasks" => false,
              "max-threads" => undefined,
              "queue-length" => undefined,
              "reject-policy" => "ABORT",
              "thread-factory" => undefined
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              emartins@redhat.com Eduardo Martins
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: