/[Apache-SVN]/couchdb/trunk/src/couchdb/couch_stats_aggregator.erl
ViewVC logotype

Log of /couchdb/trunk/src/couchdb/couch_stats_aggregator.erl

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 883850 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 20:21:16 2009 UTC (29 hours, 55 minutes ago) by davisp
File length: 8894 byte(s)
Diff to previous 882903 (colored)
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.


Revision 882903 - (view) (annotate) - [select for diffs]
Modified Sat Nov 21 13:43:43 2009 UTC (4 days, 12 hours ago) by kocolosk
File length: 9003 byte(s)
Diff to previous 832519 (colored)
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570

Revision 832519 - (view) (annotate) - [select for diffs]
Modified Tue Nov 3 19:15:40 2009 UTC (3 weeks, 1 day ago) by kocolosk
File length: 9013 byte(s)
Diff to previous 832477 (colored)
only 1 timer at a time (e.g. flush/1). thanks tisba for the report. COUCHDB-539

Revision 832477 - (view) (annotate) - [select for diffs]
Modified Tue Nov 3 17:15:37 2009 UTC (3 weeks, 1 day ago) by kocolosk
File length: 8984 byte(s)
Diff to previous 829456 (colored)
eliminate new process flood after OS wakes from sleep. COUCHDB-539

Revision 829456 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 21:53:02 2009 UTC (4 weeks, 4 days ago) by davisp
File length: 8815 byte(s)
Diff to previous 829304 (colored)
Fixed the test for couch_stats_aggregator.


Revision 829304 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 04:14:12 2009 UTC (4 weeks, 4 days ago) by davisp
File length: 8728 byte(s)
Diff to previous 816043 (colored)
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.


Revision 816043 - (view) (annotate) - [select for diffs]
Modified Thu Sep 17 04:04:46 2009 UTC (2 months, 1 week ago) by davisp
File length: 8683 byte(s)
Diff to previous 794057 (colored)
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.


Revision 794057 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 20:21:39 2009 UTC (4 months, 1 week ago) by nslater
File length: 14272 byte(s)
Diff to previous 791350 (colored)
wheeeeeeee

Revision 791350 - (view) (annotate) - [select for diffs]
Modified Mon Jul 6 00:33:50 2009 UTC (4 months, 3 weeks ago) by nslater
File length: 14273 byte(s)
Diff to previous 789884 (colored)
trimmed trailing whitespace

Revision 789884 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 19:15:54 2009 UTC (4 months, 3 weeks ago) by kocolosk
File length: 14323 byte(s)
Diff to previous 778072 (colored)
correct stat intervals.  Thanks Bob Dionne

Revision 778072 - (view) (annotate) - [select for diffs]
Modified Sun May 24 00:04:36 2009 UTC (6 months ago) by damien
File length: 14320 byte(s)
Diff to previous 749583 (colored)
Added stats tracking for active _changes clients.

Revision 749583 - (view) (annotate) - [select for diffs]
Modified Tue Mar 3 11:33:14 2009 UTC (8 months, 3 weeks ago) by jan
File length: 14190 byte(s)
Diff to previous 749419 (colored)
stats metrics renamed: os_open_files -> open_os_files, database_changes -> database_writes

Revision 749419 - (view) (annotate) - [select for diffs]
Modified Mon Mar 2 19:26:45 2009 UTC (8 months, 3 weeks ago) by jan
File length: 14191 byte(s)
Diff to previous 749412 (colored)
fix capitalisation for MochiWeb in stats description

Revision 749412 - (view) (annotate) - [select for diffs]
Modified Mon Mar 2 18:50:39 2009 UTC (8 months, 3 weeks ago) by jan
File length: 14191 byte(s)
Diff to previous 748622 (colored)
fix error for when no stats have been collected yet and /_stats is queried

Revision 748622 - (view) (annotate) - [select for diffs]
Modified Fri Feb 27 18:07:37 2009 UTC (8 months, 4 weeks ago) by jan
File length: 14193 byte(s)
Diff to previous 748582 (colored)
- remove unused aggregate metrics field
- return an empty object when there are no stats

Revision 748582 - (view) (annotate) - [select for diffs]
Modified Fri Feb 27 16:44:53 2009 UTC (8 months, 4 weeks ago) by jan
File length: 14234 byte(s)
Diff to previous 748309 (colored)
- 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

Revision 748309 - (view) (annotate) - [select for diffs]
Modified Thu Feb 26 21:21:36 2009 UTC (8 months, 4 weeks ago) by jan
File length: 14100 byte(s)
Diff to previous 748299 (colored)
Add style guide for stats descriptions and adjust existing descriptions accordingly. Thanks to Noah Slater for suggesting the style.

Revision 748299 - (view) (annotate) - [select for diffs]
Modified Thu Feb 26 21:01:24 2009 UTC (8 months, 4 weeks ago) by damien
File length: 13978 byte(s)
Diff to previous 748217 (colored)
Fix and test for file descriptor leaks

Revision 748217 - (view) (annotate) - [select for diffs]
Modified Thu Feb 26 17:28:25 2009 UTC (8 months, 4 weeks ago) by jan
File length: 13873 byte(s)
Diff to previous 747852 (colored)
- add descriptions to metrics
- move document_* metrics to couch_db module and merge them into database_* metrics

Revision 747852 - (view) (annotate) - [select for diffs]
Modified Wed Feb 25 16:39:55 2009 UTC (8 months, 4 weeks ago) by jan
File length: 10407 byte(s)
Diff to previous 746734 (colored)
add js test suite for stats, enable access for a previously internal metric

Revision 746734 - (view) (annotate) - [select for diffs]
Added Sun Feb 22 15:31:19 2009 UTC (9 months ago) by jan
File length: 10398 byte(s)
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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2