Replies: 1 comment 1 reply
-
The total time includes waiting time, runtime, and the messaging passing overhead which depends quite a bit on the timing of the event loop. If you enable event loop delay monitoring it might give you an idea of how much latency event loop delay is introducing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a good library and provides great abstraction to underlying worker methods so thanks for the effort, recently i was monitoring my application with the properties that have been provided on the class and i am seeing a strange pattern can someone explain what does it mean ..
Total Time required by Async Method : 6086ms
Total Threads : 9
Utilisation: 69%
Waiting Time: 4208ms
Runtime Average: 604ms
and this repeats .....
Config
idleTimeout:3000; concurrentTasksPerWorker:1
Beta Was this translation helpful? Give feedback.
All reactions