2

I am aware that go language has an excellent support for collecting metric data. We can visualize the data in any manner we want using handy tools like go-metrics and influxDB.

I have a CPP application (similar to bitcoin) and looking for an easy way to collect some metrics. Can any CPP developer recommend anything you are aware of?

visweshn92
  • 301
  • 1
  • 3
  • 13
  • 1
    This question is likely to be closed here as off-topic, try http://softwarerecs.stackexchange.com/. As for the real answer, you can try tools like oprofile, valgrind, perf and similar, depending on your needs. – gluk47 Apr 08 '16 at 08:42
  • 1
    you've asked a long time ago, but I've recently started a c++ client for InfluxDB: [influxdb-cpp-rest](https://github.com/d-led/influxdb-cpp-rest). – Dmitry Ledentsov Jan 19 '17 at 19:33

0 Answers0