reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

Replaced react by handystats #102

Closed shaitan closed 9 years ago

shaitan commented 9 years ago

Got rid of react and added using handystats for collecting statistics of eblob performance. Added stat_id into eblob_config because user application can have several instances of eblob and stat_id should be used for identifying certain eblob instance statistics. Also added example/statistics.qdoc which describes statistics collected by eblob.

shaitan commented 9 years ago

There will be a pull request to Elliptics which will add setting stat_id at eblob_config and will add few useful tools that displays statistics of Elliptics node. So for pull request to elliptics, please, after merging this pull request make a new version of Eblob. These changes doesn't break API and can be safely merged.

bioothod commented 9 years ago

Please write documentation and HOWTO for new tools on doc.reverbrain.com. New eblob version will be available in a few moments

SaveTheRbtz commented 9 years ago

Should we switch back to using C compiler instead of C++?