Description
The serverStatus reference at http://docs.mongodb.org/manual/reference/command/serverStatus/ does not include definitions of the serverStatus.storage.freelist.search fields that were added in SERVER-12021.
"storage" : {
|
"freelist" : {
|
"search" : {
|
"bucketExhausted" : NumberLong(0),
|
"requests" : NumberLong(0),
|
"scanned" : NumberLong(0)
|
}
|
}
|
},
|
Attachments
Issue Links
- related to
-
SERVER-12021 Expose collection freelist statistics
-
- Closed
-