Topbeat vs. SIGAR

Hi,

Does Topbeat offer anything that one cannot get from SIGAR itself? In other words, does Topbeat add any other functionality/data that SIGAR doesn't provide? Or is Topbeat just a Go wrapper around SIGAR?

Thanks,
Otis

Topbeat uses Gosigar library, a Go implementation of the sigar library: https://github.com/elastic/gosigar. This library is maintained by us and we are improving all the time or adding new features to it. If you want, Topbeat is just a wrapper around Gosigar.