summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_stats_aggregator.erl
AgeCommit message (Expand)Author
2009-11-24Fixes COUCHDB-578Paul Joseph Davis
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-11-03only 1 timer at a time (e.g. flush/1). thanks tisba for the report. COUCHDB-539Adam Kocoloski
2009-11-03eliminate new process flood after OS wakes from sleep. COUCHDB-539Adam Kocoloski
2009-10-24Fixed the test for couch_stats_aggregator.Paul Joseph Davis
2009-10-24Move stat descriptions out of the config.Paul Joseph Davis
2009-09-17Fixes COUCHDB-396Paul Joseph Davis
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-30correct stat intervals. Thanks Bob DionneAdam Kocoloski
2009-05-24Added stats tracking for active _changes clients.Damien F. Katz
2009-03-03stats metrics renamed: os_open_files -> open_os_files, database_changes -> da...Jan Lehnardt
2009-03-02fix capitalisation for MochiWeb in stats descriptionJan Lehnardt
2009-03-02fix error for when no stats have been collected yet and /_stats is queriedJan Lehnardt
2009-02-27- remove unused aggregate metrics fieldJan Lehnardt
2009-02-27- group HTTP method stats into httpd_requests_methods as per Christopher Lenz...Jan Lehnardt
2009-02-26Add style guide for stats descriptions and adjust existing descriptions accor...Jan Lehnardt
2009-02-26Fix and test for file descriptor leaksDamien F. Katz
2009-02-26- add descriptions to metricsJan Lehnardt
2009-02-25add js test suite for stats, enable access for a previously internal metricJan Lehnardt
2009-02-22add missing filesJan Lehnardt