Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Fixes COUCHDB-578 Must've had a regex error when reformatting to a consult format. Also removed the config listener for the stats_descriptions section which is no longer used.
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570
only 1 timer at a time (e.g. flush/1). thanks tisba for the report. COUCHDB-539
eliminate new process flood after OS wakes from sleep. COUCHDB-539
Fixed the test for couch_stats_aggregator.
Move stat descriptions out of the config. This lists stat descriptions in an Erlang term file to avoid abusing the config system. Uses a file in CouchDB's priv directory that is a list of three-tuple terms.
Fixes COUCHDB-396 Makes the stats calculated over a moving window isntead of calculated for non-overlapping timeframes. This should make trend monitoring more robust. Thanks once again to Bob Dionne for double checking this.
wheeeeeeee
trimmed trailing whitespace
correct stat intervals. Thanks Bob Dionne
Added stats tracking for active _changes clients.
stats metrics renamed: os_open_files -> open_os_files, database_changes -> database_writes
fix capitalisation for MochiWeb in stats description
fix error for when no stats have been collected yet and /_stats is queried
- remove unused aggregate metrics field - return an empty object when there are no stats
- group HTTP method stats into httpd_requests_methods as per Christopher Lenz's suggestion - renamed http_status_codes to httpd_status_codes - better internal variable naming - remove comments that were leftovers from earlier refactoring
Add style guide for stats descriptions and adjust existing descriptions accordingly. Thanks to Noah Slater for suggesting the style.
Fix and test for file descriptor leaks
- add descriptions to metrics - move document_* metrics to couch_db module and merge them into database_* metrics
add js test suite for stats, enable access for a previously internal metric
add missing files
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |