Daily Shaarli

All links of one day in a single page.

May 17, 2018

Java Tips: Creating a Monitoring-friendly ExecutorService | Java Code Geeks - 2018

In this article we will be extending an ExecutorService implementation with monitoring capabilities. This monitoring capability will help us to measure a number of pool parameters i.e., active threads, work queue size etc. in a live production environment. It will also enable us to measure task execution time, successful tasks count, and failed tasks count.