Field |
Example Value |
Explanation |
Host |
te.rzw.com:27018 |
The port that the running instance listens to |
Version |
1.8.3 |
Version used by the current instance |
Process |
Mongod |
Is the current instance Mongod or MONGOs |
Uptime |
231905 |
Instance continuous normal running time, unit seconds |
Uptimeestimate |
223083 |
Continuous normal running time based on mongodb internal coarse-grained timer |
LocalTime |
Isodate ("2011-10-13t01:47:38.773z") |
The local time, in UTC time is the calculation standard. |
Globallock.totaltime |
231905155987 |
The number of milliseconds since the instance started the global lock creation to now. |
Globallock.locktime |
9053050 |
Lock total time since global lock creation, in microseconds |
Globallock.ratio |
0.0000390377262 |
Percentage of time locked (locktime/totaltime) |
GlobalLock.currentQueue.total |
0 |
Number of currently waiting for global locks |
GlobalLock.currentQueue.readers |
0 |
Number of currently waiting read locks |
GlobalLock.currentQueue.writers |
0 |
Number of currently pending write locks |
GlobalLock.activeClients.total |
1 |
The number of clients connected to the active state of the current instance. |
GlobalLock.activeClients.readers |
1 |
How many of the active clients are performing a read operation |
GlobalLock.activeClients.writers |
0 |
How many of the active clients are performing a write operation |
Mem.resident |
6 |
The total amount of physical memory to be used now, in megabytes |
Mem.virtual |
17307 |
The current MongoDB instance uses the virtual memory size, in megabytes, in general, than the Mem.map value, if a large number of very likely memory leaks, if the use of journal, about twice times the map value |
mem.maped |
8556 |
MongoDB all the data into memory, so this value can look like the value of the entire data volume. |
Mem.bits |
64 |
Number of machine bits, 32-bit or 64-bit |
mem.supported |
True |
Whether this machine supports memory expansion |
Connections.current |
2 |
The number of connections currently active to the local computer |
Connections. Available |
19998 |
How much is left to connect |
Extra_info. Heap_usage_bytes |
521152 |
Current instance heap size, Unit bytes |
Extra_info. Page_faults |
569 |
Number of page faults occurred while loading disk contents |
Indexcounters. Btree.accesses |
1 |
Access Index Count |
Indexcounters. Btree.hits |
1 |
The number of times the index was hit in memory when the index was accessed |
Indexcounters. Btree.misses |
0 |
Index is not the number of hits in memory when accessing the index |
Indexcounters. Btree.resets |
0 |
Number of times the index counter was reset |
Indexcounters. Btree.missratio |
0 |
Index non-hit ratio |
Backgroundflushing.flushes |
3864 |
Instance refreshes data to disk several times |
Backgroundflushing.total_ms |
15473 |
Total time spent in flushing to disk, in milliseconds |
Backgroundflushing.average_ms |
4.004399585921325 |
Average execution time per refresh |
Backgroundflushing.last_ms |
3 |
Last Refresh Execution time |
Backgroundflushing.last_finished |
Isodate ("2011-10-13t01:46:51.184z") |
Point in time when the last refresh was completed |
Cursors.totalopen |
1 |
Current number of cursors |
Cursors.timeout |
2 |
The total number of cursor timeouts since the instance was started to now |
Network.bytesin |
4680778 |
Byte size sent to the instance |
Network.bytesout |
4759827 |
Size of bytes sent out |
Repl.setname |
MySet |
Name of Replset structure definition |
Repl.ismaster |
True |
Whether the current instance is a master node in the REPLSET structure |
Repl.secondary |
False |
Whether the current instance is a secondary node in the Replset structure |
Repl.hosts |
["te.rzw.com:27018", "te.rzw.com:27019"] |
Replset of each node in the structure |
Opcounters.insert |
4 |
Number of inserts performed since instance started |
Opcounters.query |
181 |
Number of query executions since instance started |
Opcounters.update |
92084 |
Number of update executions since instance started |
Opcounters.delete |
0 |
Number of deletes performed since instance started |
Opcounters.getmore |
92816 |
Number of Getmore performed on cursors since instance started |
Opcounters.command |
316 |
Number of other actions performed since the instance started |
Asserts.regular |
0 |
The number of times the assertion has been normal since the instance started |
Asserts.warn |
0 |
The number of assertion warnings since the instance started |
Asserts.msg |
0 |
The number of assertion internal errors since the instance started |
Asserts.user |
134 |
Number of assertions made since the instance was started by a user using the error caused |
Asserts.rollovers |
0 |
The number of times the assertion was flipped |
writebacksqueued |
False |
In MONGOs, the number of times the operation was redo |
Dur.commits |
1 |
Number of submissions to journal files at the most recent interval |
Dur.journaledmb |
0.008192 |
At the most recent interval, the Journalr file writes the amount of data, in megabytes |
Dur. Writetodatafilesmb |
0 |
The amount of data written to the data file from the journal file at the most recent interval, in MB |
Dur. Commitsinwritelock |
0 |
The number of times a write lock was submitted to the journal in the most recent interval. This submission is not recommended |
Dur.earlycommits |
0 |
Number of requests submitted before the scheduled time |
Dur.timeMs.dt |
3045 |
Journal The frequency of State collection, per millisecond |
Dur.timems. Preplogbuffer |
0 |
Time to prepare before writing data to journal, in milliseconds |
Dur.timems. writetojournal |
2 |
Time spent writing data to Journal, in milliseconds |
Dur.timems. Writetodatafiles |
0 |
Writes data to a data file after writing the journal file takes time, in milliseconds |
Dur.timems. Remapprivateview |
0 |
Time spent mapping data back in memory |
Ok |
1 |
Whether the serverstatus operation was successfully executed |