zoukankan      html  css  js  c++  java
  • MongDB

    db.serverStatus(); {         "host" : "admin:20000",         "version" : "2.0.4",         "process" : "mongod",         "uptime" : 16,         "uptimeEstimate" : 14,         "localTime" : ISODate("2012-07-26T13:26:38.375Z"),         "globalLock" : {                 "totalTime" : 15421875,                 "lockTime" : 0,                 "ratio" : 0,                 "currentQueue" : {                         "total" : 0,                         "readers" : 0,                         "writers" : 0                 },                 "activeClients" : {                         "total" : 0,                         "readers" : 0,                         "writers" : 0                 }         },         "mem" : {                 "bits" : 32,                 "resident" : 15,                 "virtual" : 57,                 "supported" : true,                 "mapped" : 0         },         "connections" : {                 "current" : 1,                 "available" : 19999         },         "extra_info" : {                 "note" : "fields vary by platform",                 "page_faults" : 4032,                 "usagePageFileMB" : 19,                 "totalPageFileMB" : 3871,                 "availPageFileMB" : 2878,                 "ramMB" : 1977         },         "indexCounters" : {                 "note" : "not supported on this platform"         },         "backgroundFlushing" : {                 "flushes" : 0,                 "total_ms" : 0,                 "average_ms" : 0,                 "last_ms" : 0,                 "last_finished" : ISODate("1970-01-01T00:00:00Z")         },         "cursors" : {                 "totalOpen" : 0,                 "clientCursors_size" : 0,                 "timedOut" : 0         },         "network" : {                 "bytesIn" : 220,                 "bytesOut" : 261,                 "numRequests" : 3         },         "opcounters" : {                 "insert" : 0,                 "query" : 1,                 "update" : 0,                 "delete" : 0,                 "getmore" : 0,                 "command" : 4         },         "asserts" : {                 "regular" : 0,                 "warning" : 0,                 "msg" : 0,                 "user" : 0,                 "rollovers" : 0         },         "writeBacksQueued" : false,         "ok" : 1 

  • 相关阅读:
    从万元户到千万富翁:6招助你蜕变
    16款有助于提升工作效率的工具
    8个身家百万的儿童创业者
    关于航模无刷电机发热问题的假想解决方案
    折腾了2个晚上无刷电调(ESC),电机终于转起来了,特此记录一下
    PWM占空比和分辨率(转)
    MSB与LSB(转)
    树莓派3uart wifi模块调试 (浪费了我3天时间的宝贵经验)
    USB加minicom使用串口
    【转】使用BBB的device tree和cape(重新整理版)
  • 原文地址:https://www.cnblogs.com/zhaolizhe/p/6923843.html
Copyright © 2011-2022 走看看