Created
August 4, 2010 02:57
-
-
Save scotthernandez/507563 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> db.serverStatus() | |
Tue Aug 03 19:57:08 trying reconnect to 127.0.0.1 | |
Tue Aug 03 19:57:08 reconnect 127.0.0.1 ok | |
{ | |
"version" : "1.4.3", | |
"uptime" : 4, | |
"localTime" : "Tue Aug 03 2010 19:57:08 GMT-0700 (Pacific Daylight Time)", | |
"globalLock" : { | |
"totalTime" : 4264244, | |
"lockTime" : 6001, | |
"ratio" : 0.001407283448132893 | |
}, | |
"mem" : { | |
"bits" : 64, | |
"resident" : 4, | |
"virtual" : 52, | |
"supported" : true, | |
"mapped" : 0 | |
}, | |
"connections" : { | |
"current" : 1, | |
"available" : 19999 | |
}, | |
"extra_info" : { | |
"note" : "fields vary by platform" | |
}, | |
"indexCounters" : { | |
"note" : "not supported on this platform" | |
}, | |
"backgroundFlushing" : { | |
"flushes" : 0, | |
"total_ms" : 0, | |
"average_ms" : 0, | |
"last_ms" : 0, | |
"last_finished" : "Wed Dec 31 1969 16:00:00 GMT-0800 (Pacific Standard Time)" | |
}, | |
"opcounters" : { | |
"insert" : 0, | |
"query" : 1, | |
"update" : 0, | |
"delete" : 0, | |
"getmore" : 0, | |
"command" : 1 | |
}, | |
"asserts" : { | |
"regular" : 0, | |
"warning" : 0, | |
"msg" : 0, | |
"user" : 0, | |
"rollovers" : 0 | |
}, | |
"ok" : 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment