index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_stats_aggregator.erl
Age
Commit message (
Expand
)
Author
2009-11-24
Fixes COUCHDB-578
Paul Joseph Davis
2009-11-21
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570
Adam Kocoloski
2009-11-03
only 1 timer at a time (e.g. flush/1). thanks tisba for the report. COUCHDB-539
Adam Kocoloski
2009-11-03
eliminate new process flood after OS wakes from sleep. COUCHDB-539
Adam Kocoloski
2009-10-24
Fixed the test for couch_stats_aggregator.
Paul Joseph Davis
2009-10-24
Move stat descriptions out of the config.
Paul Joseph Davis
2009-09-17
Fixes COUCHDB-396
Paul Joseph Davis
2009-07-14
wheeeeeeee
Noah Slater
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-06-30
correct stat intervals. Thanks Bob Dionne
Adam Kocoloski
2009-05-24
Added stats tracking for active _changes clients.
Damien F. Katz
2009-03-03
stats metrics renamed: os_open_files -> open_os_files, database_changes -> da...
Jan Lehnardt
2009-03-02
fix capitalisation for MochiWeb in stats description
Jan Lehnardt
2009-03-02
fix error for when no stats have been collected yet and /_stats is queried
Jan Lehnardt
2009-02-27
- remove unused aggregate metrics field
Jan Lehnardt
2009-02-27
- group HTTP method stats into httpd_requests_methods as per Christopher Lenz...
Jan Lehnardt
2009-02-26
Add style guide for stats descriptions and adjust existing descriptions accor...
Jan Lehnardt
2009-02-26
Fix and test for file descriptor leaks
Damien F. Katz
2009-02-26
- add descriptions to metrics
Jan Lehnardt
2009-02-25
add js test suite for stats, enable access for a previously internal metric
Jan Lehnardt
2009-02-22
add missing files
Jan Lehnardt