| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
MinWorkerThreads
The minimum number of worker threads that the ThreadPool maintains. These threads handle general tasks like processing requests or background operations.
MaxWorkerThreads
The maximum number of worker threads that the ThreadPool can allocate. This sets the upper limit for concurrent task execution.
AvailableWorkerThreads
The number of worker threads currently available for use. A high number here (like 32766 out of 32767) suggests the system is under light load.
MinIoThreads
The minimum number of I/O threads maintained by the ThreadPool. These are optimized for asynchronous I/O operations like file or network access.
MaxIoThreads
The maximum number of I/O threads that can be allocated. It defines the upper bound for concurrent I/O operations.
AvailableIoThreads
The number of I/O threads currently available. A full availability (1000 out of 1000) indicates minimal I/O activity at the moment.