Database Reference
In-Depth Information
idx miss : This refers to the percentage of index access attempts that required a
page fault.
qr : This refers to the number of clients in the queue that are waiting for read op-
erations.
qw : This refers to the number of clients in the queue that are waiting for write op-
erations.
ar : This refers to the number of clients that execute read operations.
aw : This refers to the number of clients that execute write operations.
netIn : This refers to the traffic received by the MongoDB instance in bytes.
netOut : This refers to the traffic sent by the MongoDB instance in bytes.
conn : This refers to the current total option connections.
The refresh interval can be changed using the following command:
mongostat [options] [sleep time]
Search WWH ::




Custom Search