The real-time running threads object is a real-time snapshot
metric indicating the number of running threads in the pool
currently processing work. The thread pool is a cache of
threads used (by application components only) for the processing of
relatively short tasks. Using a thread pool eliminates the
waste of resources encountered when rapidly creating and
destroying threads for these types of tasks.