Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1470,21 +1470,21 @@ page.
reports the total amount of time spent loading index entries as
part of the *pre-fetch* stage of replication.

.. data:: serverStatus.storage.freelist.search.bucketExhausted
.. data:: serverStatus.metrics.storage.freelist.search.bucketExhausted

:data:`~serverStatus.storage.freelist.search.bucketExhausted` reports the
:data:`~serverStatus.metrics.storage.freelist.search.bucketExhausted` reports the
number of times that :program:`mongod` has checked the free list without finding
a suitably large record allocation.

.. data:: serverStatus.storage.freelist.search.requests
.. data:: serverStatus.metrics.storage.freelist.search.requests

:data:`~serverStatus.storage.freelist.search.requests` reports the
:data:`~serverStatus.metrics.storage.freelist.search.requests` reports the
number of times :program:`mongod` has searched for available record
allocations.

.. data:: serverStatus.storage.freelist.search.scanned
.. data:: serverStatus.metrics.storage.freelist.search.scanned

:data:`~serverStatus.storage.freelist.search.scanned` reports the number of
:data:`~serverStatus.metrics.storage.freelist.search.scanned` reports the number of
available record allocations :program:`mongod` has searched.

.. data:: serverStatus.metrics.ttl
Expand Down