2 Replies Latest reply on Jun 22, 2017 2:20 AM by valsaraj007

    CLI to check thread count in WildFly domain mode

    valsaraj007
      <subsystem xmlns="urn:jboss:domain:io:1.1"> 
      <worker name="default" io-threads="100" task-max-threads="200"/>
      <buffer-pool name="default"/>
      </subsystem>

      I have set IO threads like this in WildFly-8.2 domain mode. What is the exact command to view this thread count during runtime?