Coder Social home page Coder Social logo

Comments (1)

aogburn avatar aogburn commented on July 23, 2024

For EAP 7, yatda focuses on grepping out and counting the task threads processing a request specifically through undertow. That does cover the bulk of what we will typically see the threads doing. The task threads can be shared and used for other things besides requests like some https handshake tasks, remoting tasks, etc. Those are generally seen far less often and less often a concern. But they're also more varied and so harder to lump together in a single type of use state.

So for now, yatda reports the thread count processing requests specifically, but from its aggregate top task/request thread lines, we can still quickly see threads in use even if for something else like remoting:

Number of thread dumps: 2
Total number of threads: 652
Total number of request threads: 256
Total number of in process requests: 132
Percent of present request threads in use for requests: 51.56
Average number of in process requests per thread dump: 66
Average number of request threads per thread dump: 128
Average number of threads per thread dump: 326

Specific findings

1 : The number of present request threads is a multple of 16 so this may be a default thread pool size fitting 8 CPU cores.

Top lines of request threads

130 	at java.lang.Object.wait(Native Method)
124 	at org.jboss.remoting3._private.IntIndexHashMap.doGet(IntIndexHashMap.java:521)
  2 	at com.zurichna.claim.util.JNDIUtils.lookUp(JNDIUtils.java:105)

from yatda.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.