aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/stats.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor bolt CLI.Ben Johnson2015-04-141-77/+0
|
* Add Open() options, flock timeout.Ben Johnson2014-06-211-1/+1
| | | | | | | | This commit changes Open() to provide an additional Options argument. The options argument currently only has a Timeout which will cause the Open() to return ErrTimeout if a file lock cannot be obtained in time. Fixes #207.
* address review commentsMartin Kobetic2014-05-131-4/+13
|
* add inline stats to cmdMartin Kobetic2014-05-121-0/+8
|
* aggregate bucket stats recursively and add stats to cmdMartin Kobetic2014-05-091-11/+17
|
* first partMartin Kobetic2014-05-091-0/+54