<div dir="ltr">Sometimes I want to take a live executor, like a `ThreadPoolExecutor`, and check up on it. I want to know how many threads there are, how many are handling tasks and which tasks, how many are free, and which tasks are in the queue.<div><br></div><div>I asked on Stack Overflow: http://stackoverflow.com/questions/25474204/checking-up-on-a-concurrent-futures-threadpoolexecutor</div><div><br></div><div>There's an answer there, but it uses private variables and it's not part of the API.</div><div><br></div><div>I suggest it become a part of the API. There should be an API for checking on what the executor is currently doing and answering all the questions I raised above.</div><div><br></div><div><br></div><div>Thanks,</div><div>Ram.</div></div>