Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > db.serverStatus()
- {
- "host" : "ip-172-31-6-27",
- "version" : "3.0.12",
- "process" : "mongod",
- "pid" : NumberLong(3310),
- "uptime" : 27551,
- "uptimeMillis" : NumberLong(27550324),
- "uptimeEstimate" : 27148,
- "localTime" : ISODate("2016-06-23T10:47:16.177Z"),
- "asserts" : {
- "regular" : 0,
- "warning" : 0,
- "msg" : 0,
- "user" : 0,
- "rollovers" : 0
- },
- "backgroundFlushing" : {
- "flushes" : 459,
- "total_ms" : 763,
- "average_ms" : 1.6623093681917211,
- "last_ms" : 0,
- "last_finished" : ISODate("2016-06-23T10:47:06.160Z")
- },
- "connections" : {
- "current" : 8,
- "available" : 811,
- "totalCreated" : NumberLong(22)
- },
- "cursors" : {
- "note" : "deprecated, use server status metrics",
- "clientCursors_size" : 0,
- "totalOpen" : 0,
- "pinned" : 0,
- "totalNoTimeout" : 0,
- "timedOut" : 0
- },
- "dur" : {
- "commits" : 90,
- "journaledMB" : 0,
- "writeToDataFilesMB" : 0,
- "compression" : 0,
- "commitsInWriteLock" : 0,
- "earlyCommits" : 0,
- "timeMs" : {
- "dt" : 3008,
- "prepLogBuffer" : 0,
- "writeToJournal" : 0,
- "writeToDataFiles" : 0,
- "remapPrivateView" : 0,
- "commits" : 1,
- "commitsInWriteLock" : 0
- }
- },
- "extra_info" : {
- "note" : "fields vary by platform",
- "heap_usage_bytes" : 67231296,
- "page_faults" : 1430
- },
- "globalLock" : {
- "totalTime" : NumberLong("27550300000"),
- "currentQueue" : {
- "total" : 0,
- "readers" : 0,
- "writers" : 0
- },
- "activeClients" : {
- "total" : 16,
- "readers" : 0,
- "writers" : 0
- }
- },
- "locks" : {
- "Global" : {
- "acquireCount" : {
- "r" : NumberLong(448821),
- "w" : NumberLong(342),
- "W" : NumberLong(5)
- }
- },
- "MMAPV1Journal" : {
- "acquireCount" : {
- "r" : NumberLong(221896),
- "w" : NumberLong(682),
- "R" : NumberLong(822967),
- "W" : NumberLong(27)
- },
- "acquireWaitCount" : {
- "w" : NumberLong(8),
- "R" : NumberLong(27)
- },
- "timeAcquiringMicros" : {
- "w" : NumberLong(271404),
- "R" : NumberLong(2081483)
- }
- },
- "Database" : {
- "acquireCount" : {
- "r" : NumberLong(224228),
- "w" : NumberLong(310),
- "R" : NumberLong(9),
- "W" : NumberLong(32)
- }
- },
- "Collection" : {
- "acquireCount" : {
- "R" : NumberLong(234748),
- "W" : NumberLong(310)
- },
- "acquireWaitCount" : {
- "R" : NumberLong(3),
- "W" : NumberLong(4)
- },
- "timeAcquiringMicros" : {
- "R" : NumberLong(40729),
- "W" : NumberLong(605747)
- }
- },
- "Metadata" : {
- "acquireCount" : {
- "R" : NumberLong(2)
- }
- }
- },
- "network" : {
- "bytesIn" : NumberLong(9344309),
- "bytesOut" : NumberLong(124385963),
- "numRequests" : NumberLong(19955)
- },
- "opcounters" : {
- "insert" : 4,
- "query" : 10956,
- "update" : 293,
- "delete" : 0,
- "getmore" : 0,
- "command" : 11307
- },
- "opcountersRepl" : {
- "insert" : 0,
- "query" : 0,
- "update" : 0,
- "delete" : 0,
- "getmore" : 0,
- "command" : 0
- },
- "storageEngine" : {
- "name" : "mmapv1"
- },
- "writeBacksQueued" : false,
- "mem" : {
- "bits" : 64,
- "resident" : 856,
- "virtual" : 7861,
- "supported" : true,
- "mapped" : 688,
- "mappedWithJournal" : 1376
- },
- "metrics" : {
- "commands" : {
- "buildInfo" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(5501)
- },
- "collStats" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(2)
- },
- "count" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(203)
- },
- "dbStats" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(2)
- },
- "getLog" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(2)
- },
- "getnonce" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(6)
- },
- "insert" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(4)
- },
- "isMaster" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(5517)
- },
- "listDatabases" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(2)
- },
- "ping" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(18)
- },
- "replSetGetStatus" : {
- "failed" : NumberLong(2),
- "total" : NumberLong(2)
- },
- "serverStatus" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(42)
- },
- "top" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(8)
- },
- "update" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(293)
- },
- "whatsmyuri" : {
- "failed" : NumberLong(0),
- "total" : NumberLong(2)
- }
- },
- "cursor" : {
- "timedOut" : NumberLong(0),
- "open" : {
- "noTimeout" : NumberLong(0),
- "pinned" : NumberLong(0),
- "total" : NumberLong(0)
- }
- },
- "document" : {
- "deleted" : NumberLong(0),
- "inserted" : NumberLong(4),
- "returned" : NumberLong(10350),
- "updated" : NumberLong(293)
- },
- "getLastError" : {
- "wtime" : {
- "num" : 0,
- "totalMillis" : 0
- },
- "wtimeouts" : NumberLong(0)
- },
- "operation" : {
- "fastmod" : NumberLong(0),
- "idhack" : NumberLong(643),
- "scanAndOrder" : NumberLong(36),
- "writeConflicts" : NumberLong(0)
- },
- "queryExecutor" : {
- "scanned" : NumberLong(4455),
- "scannedObjects" : NumberLong(413145)
- },
- "record" : {
- "moves" : NumberLong(6)
- },
- "repl" : {
- "apply" : {
- "batches" : {
- "num" : 0,
- "totalMillis" : 0
- },
- "ops" : NumberLong(0)
- },
- "buffer" : {
- "count" : NumberLong(0),
- "maxSizeBytes" : 268435456,
- "sizeBytes" : NumberLong(0)
- },
- "network" : {
- "bytes" : NumberLong(0),
- "getmores" : {
- "num" : 0,
- "totalMillis" : 0
- },
- "ops" : NumberLong(0),
- "readersCreated" : NumberLong(0)
- },
- "preload" : {
- "docs" : {
- "num" : 0,
- "totalMillis" : 0
- },
- "indexes" : {
- "num" : 0,
- "totalMillis" : 0
- }
- }
- },
- "storage" : {
- "freelist" : {
- "search" : {
- "bucketExhausted" : NumberLong(0),
- "requests" : NumberLong(16),
- "scanned" : NumberLong(0)
- }
- }
- },
- "ttl" : {
- "deletedDocuments" : NumberLong(0),
- "passes" : NumberLong(458)
- }
- },
- "ok" : 1
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement