Skip to content

Commit 93e0667

Browse files
committed
DOCSP-9140 remove quotes from certain serverstatus option names
1 parent 44fa61a commit 93e0667

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/reference/command/serverStatus.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -803,30 +803,30 @@ logicalSessionRecordCache
803803

804804
The number of sessions that were refreshed during the last refresh.
805805

806-
.. serverstatus:: logicalSessionRecordCache.lastSessionsCollectionJobEntriesEnded"
806+
.. serverstatus:: logicalSessionRecordCache.lastSessionsCollectionJobEntriesEnded
807807

808808
The number of sessions that ended during the last refresh.
809809

810-
.. serverstatus:: logicalSessionRecordCache.lastSessionsCollectionJobCursorsClosed"
810+
.. serverstatus:: logicalSessionRecordCache.lastSessionsCollectionJobCursorsClosed
811811

812812
The number of cursors that were closed during the last
813813
:data:`config.system.sessions` collection refresh.
814814

815-
.. serverstatus:: logicalSessionRecordCache.transactionReaperJobCount"
815+
.. serverstatus:: logicalSessionRecordCache.transactionReaperJobCount
816816

817817
The number that tracks the number of times the transaction record
818818
cleanup process has run on the :data:`config.transactions`
819819
collection.
820820

821-
.. serverstatus:: logicalSessionRecordCache.lastTransactionReaperJobDurationMillis"
821+
.. serverstatus:: logicalSessionRecordCache.lastTransactionReaperJobDurationMillis
822822

823823
The length (in milleseconds) of the last transaction record cleanup.
824824

825-
.. serverstatus:: logicalSessionRecordCache.lastTransactionReaperJobTimestamp"
825+
.. serverstatus:: logicalSessionRecordCache.lastTransactionReaperJobTimestamp
826826

827827
The time of the last transaction record cleanup.
828828

829-
.. serverstatus:: logicalSessionRecordCache.lastTransactionReaperJobEntriesCleanedUp"
829+
.. serverstatus:: logicalSessionRecordCache.lastTransactionReaperJobEntriesCleanedUp
830830

831831
The number of entries in the :data:`config.transactions` collection
832832
that were deleted during the last transaction record cleanup.

0 commit comments

Comments
 (0)