Archived

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

Ice Server evaluation metrics

Hi,

I built an Ice-based infrastructure which acts as an efficient server/message passing middleware between frontend clients and robotic entities. I'm looking for a good evaluation metric to measure the performance of my system. Is there some QoS tools or benchmark tests that you provide to measure that.

Regards,
Michael

Comments

  • benoit
    benoit Rennes, France
    Hi,

    We provide 2 demos to measure raw latency and throughput between an Ice client and server, see the demos from the demo/Ice/throughput and demo/Ice/latency directories in your Ice distribution. We do not provide other tools. You'll need to build your own performance tests to measure the performances of your message passing service, most likely you'll also want to measure the throughput and latency for such a service.

    Cheers,
    Benoit.
  • Thanks for the prompt response. I'll definitely take a look at the latency and throughput demos.