summaryrefslogtreecommitdiff
path: root/lib/oxidized/node/stats.rb
AgeCommit message (Collapse)Author
2018-06-12allow configurable history size in statsSaku Ytti
2018-06-12rubycop fixSaku Ytti
2018-06-12useless branchingSaku Ytti
It will always be MAX_SIZE+1 after push
2018-06-12Honor mtime in statsSaku Ytti
Store N last mtimes
2018-06-12add mtime and bump up versionSaku Ytti
Fixes performance regression
2018-06-03rubycop fixesSaku Ytti
2018-06-03fix testsSaku Ytti
2018-06-03Generalise stats countersSaku Ytti
Related to PR #1333 by @gs-kamnas
2018-05-07Add counters to correctly track the number of runs, successes and failures.Nash Kaminski
2018-04-21the great makeover - standardize layout, alignment, indentationWild Kat
2014-05-07Stats for nodeSaku Ytti
So that we can easily check last time node failed/succceded etc