![]() |
Ice 3.8
Slice API Reference
|
Provides information about one or more IceStorm topics. More...
defined in <IceStorm/Metrics.ice>
class TopicMetrics extends IceMX::Metrics { ... }


Data Members | |
| long | forwarded = 0 |
| The number of events forwarded on the topic(s) by IceStorm topic links. | |
| long | published = 0 |
| The number of events published on the topic(s) by publishers. | |
| 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 about one or more IceStorm topics.
Definition at line 20 of file Metrics.ice.