What are 'executor-thread-n' threads? #28774
Unanswered
gfmedeiros
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
What are 'executor-thread-n' (executor-thread-0, executor-thread-1, executor-thread-n) threads used for?
I am using JFR/JMC to learn about Quarkus's architecture. I've recorded a wrk benchmark applied on the sample application created by the Maven plugin:
This is the result:

My interpretation is that during the spike caused by wrk, several executor-threads were created, only to be parked for most of the time. What is going on?
Beta Was this translation helpful? Give feedback.
All reactions