![]() |
Ice 3.8
Slice API Reference
|
Provides information on the number of threads currently in use and their activity. More...
defined in <Ice/Metrics.ice>
class ThreadMetrics extends IceMX::Metrics { ... }


Data Members | |
| int | inUseForIO = 0 |
| The number of threads which are currently performing socket reads or writes. | |
| int | inUseForOther = 0 |
| The number of threads which are currently performing other activities such as DNS lookups, garbage collection, etc. | |
| int | inUseForUser = 0 |
| The number of threads which are currently calling user code (servant dispatch, AMI callbacks, etc). | |
| Data Members inherited from IceMX::Metrics | |
| int | current = 0 |
| The number of objects currently observed by this metrics. | |
| int | failures = 0 |
| The number of failures observed. | |
| string | id |
| The metrics identifier. | |
| long | total = 0 |
| The total number of objects observed by this metrics. | |
| long | totalLifetime = 0 |
| The sum of the lifetime of each observed objects. | |
Provides information on the number of threads currently in use and their activity.
Definition at line 121 of file Metrics.ice.