File tree Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,32 @@ writeBacksQueued (internal)
3
3
===========================
4
4
5
5
.. default-domain:: mongodb
6
-
6
+
7
7
.. dbcommand:: writeBacksQueued
8
8
9
- :dbcommand:`writeBacksQueued` is an internal command that returns true if
10
- there are operations in the write back queue for the given :program:`mongos`.
11
- This command applies to :term:`sharded clusters <sharded cluster>` only.
12
-
9
+ :dbcommand:`writeBacksQueued` is an internal command that returns
10
+ a document reporting there are operations in the write back queue
11
+ for the given :program:`mongos` and information about the queues.
12
+
13
+ :field Boolean hasOpsQueued:
14
+
15
+ True if there are writeBack operations queued.
16
+
17
+ :field integer totalOpsQueued:
18
+
19
+ The number of operations queued.
20
+
21
+ :field document queues:
22
+
23
+ A document listing the queues, with fields detailing the size of
24
+ each queue and the time since the last call.
25
+
26
+ n
27
+
28
+ The size of the queue.
29
+
30
+ minutesSinceLastCall
31
+
32
+ The minutes since the last call.
33
+
13
34
.. slave-ok, admin-only
You can’t perform that action at this time.
0 commit comments