basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.95k stars 537 forks source link

capability to reset all stats/counters from riak-admin #454

Open cipy opened 10 years ago

cipy commented 10 years ago

Hi there,

While troubleshooting it would be really handy to have a tool like:

$ riak-admin reset-all-counters

to quickly set to zero all $ riak-admin status and/or $ riak-repl status counters

Thanks,

uwiger commented 10 years ago

This functionality is now implemented (albeit slightly differently) in the Exometer stats version, #448 and corresponding riak_kv PR #748. Even histograms can be reset, in fact. Whether that's a good thing, I guess depends on your needs.