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