File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ action:
21
21
language: sh
22
22
code: |
23
23
echo "deb http://repo.mongodb.com/apt/debian "$(lsb_release -sc)"/mongodb-enterprise/2.6 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-2.6.list
24
- post : |
25
- If your Debian installation does not have ``lsb_release``
26
- installed, you may install it using ``sudo apt-get install
27
- lsb-release``.
24
+ post : |
25
+ If your Debian installation does not have ``lsb_release``
26
+ installed, you may install it using ``sudo apt-get install
27
+ lsb-release``.
28
28
---
29
29
stepnum : 3
30
30
source :
Original file line number Diff line number Diff line change @@ -179,15 +179,21 @@ average operations per second.
179
179
megabytes. This is the total data size at the time of the last
180
180
:program:`mongostat` call.
181
181
182
- .. describe:: size
182
+ .. describe:: vsize
183
183
184
184
The amount of virtual memory in megabytes used by the process at
185
185
the time of the last :program:`mongostat` call.
186
186
187
187
.. describe:: non-mapped
188
188
189
- The total amount of virtual memory excluding all mapped memory at
189
+ .. versionchanged:: 3.0.0
190
+ Only for :ref:`storage-mmapv1`.
191
+
192
+ *Optional*. The total amount of virtual memory excluding all mapped memory at
190
193
the time of the last :program:`mongostat` call.
194
+
195
+ :program:`mongostat` only returns this value when started with the
196
+ :option:`--all <mongostat --all>` option.
191
197
192
198
.. describe:: res
193
199
You can’t perform that action at this time.
0 commit comments