Skip to content

Commit 5388200

Browse files
committed
DOCS-5171 & DOCS-5172: mongostat stat corrections
1 parent 6b46977 commit 5388200

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

source/includes/steps-install-mongodb-enterprise-on-debian.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ action:
2121
language: sh
2222
code: |
2323
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``.
2828
---
2929
stepnum: 3
3030
source:

source/reference/program/mongostat.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,21 @@ average operations per second.
179179
megabytes. This is the total data size at the time of the last
180180
:program:`mongostat` call.
181181

182-
.. describe:: size
182+
.. describe:: vsize
183183

184184
The amount of virtual memory in megabytes used by the process at
185185
the time of the last :program:`mongostat` call.
186186

187187
.. describe:: non-mapped
188188

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
190193
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.
191197

192198
.. describe:: res
193199

0 commit comments

Comments
 (0)