id | The metrics identifier. |
total | The total number of objects observed by this metrics. |
current | The number of objects currently observed by this metrics. |
totalLifetime | The sum of the lifetime of each observed objects. |
failures | The number of failures observed. |
inUseForIO | The number of threads which are currently performing socket reads or writes. |
inUseForUser | The number of threads which are currently calling user code (servant dispatch, AMI callbacks, etc). |
inUseForOther | The number of threads which are currently performing other activities such as DNS lookups, garbage collection, etc. |