Archived

This forum has been archived. Please start a new discussion on GitHub.

Communicator/ adapter statistics

Hi there,

is it possible to retrieve more detailed statistics then the Ice::Stats interface provides?
In particular, I'd like to know during runtime how many objects an adapter respectively a communicator holds.

regs,

Stephan

Comments

  • marc
    marc Florida
    I'm sorry, we don't have this at present. As long as you don't use Freeze, you could simply use a counter. Every time you add an Ice object you increment the counter, and every time you remove the Ice object you decrement the counter.