________ contains a counter of the total number of clients with active operations in progress or queued.
________ contains a counter of the total number of clients with active operations in progress or queued. Correct Answer globalLock.activeClients
The activeClients data structure provides more granular information about the number of connected clients and the operation types (e.g. read or write) performed by these clients.