[SERVER-12021] Expose collection freelist statistics Created: 09/Dec/13  Updated: 11/Jul/16  Resolved: 30/Jan/14

Status: Closed
Project: Core Server
Component/s: Diagnostics, Storage
Affects Version/s: None
Fix Version/s: 2.5.5

Type: Improvement Priority: Major - P3
Reporter: Daniel Pasette (Inactive) Assignee: Daniel Pasette (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
is related to DOCS-4107 Document serverStatus.storage.freelis... Closed
Participants:

 Description   

Sample output:

> db.serverStatus().metrics.storage
{
	"freelist" : {
		"search" : {
			"bucketExhausted" : NumberLong(0),
			"requests" : NumberLong(0),
			"scanned" : NumberLong(0)
		}
	}
}



 Comments   
Comment by Githook User [ 29/Jan/14 ]

Author:

{u'username': u'erh', u'name': u'Eliot Horowitz', u'email': u'eliot@10gen.com'}

Message: SERVER-12021: add some freelist search stats to serverStatus metrics
Branch: master
https://github.com/mongodb/mongo/commit/60aed407af862350c3208a748cc8018a0dd379a4

Comment by Scott Hernandez (Inactive) [ 10/Dec/13 ]

Aren't these just metrics in server-status? We can filter in stuff from there if the issue is just not wanting to return data for all collections by default...

Generated at Thu Feb 08 03:27:22 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.