Advertisement
Guest User

Untitled

a guest
May 14th, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mongostat:
  2.  
  3.      insert  query update delete getmore command flushes mapped  vsize    res faults locked % idx miss %     qr|qw   ar|aw  netIn netOut  conn             set repl       time
  4.           0      0     64      0       0      36       0  12.2g  24.7g   182m      5     95.1          0      0|31    0|39    32k     5k    65 analyticsreport    M   18:20:04
  5.           0      0    132      0       0      97       0  12.2g  24.7g   252m      2     95.5          0      0|37    0|39    62k    17k    65 analyticsreport    M   18:20:05
  6.           0      0     42      0       0      19       0  12.2g  24.7g   270m      3     96.4          0      0|25    0|39    20k     3k    65 analyticsreport    M   18:20:06
  7.           0      0     70      0       0      35       0  12.2g  24.7g   239m      1     96.3          0      0|15    0|38    33k     5k    65 analyticsreport    M   18:20:07
  8.           0      0     65      0       0      29       0  12.2g  24.7g   258m      3     95.8          0      0|21    0|40    30k     5k    65 analyticsreport    M   18:20:08
  9.           0      0     71      0       0      36       0  12.2g  24.7g   223m      6     95.4          0      0|35    0|40    32k     5k    65 analyticsreport    M   18:20:09
  10.           0      0     41      0       0      52       0  12.2g  24.7g   233m      0     95.8          0      0|26    0|40    19k    11k    65 analyticsreport    M   18:20:10
  11.           0      0     61      0       0      23       0  12.2g  24.7g   224m      1     94.5          0      0|12    0|41    25k     4k    65 analyticsreport    M   18:20:11
  12.           0      0    175      0       0      67       0  12.2g  24.7g   269m      0     95.8          0      0|29    0|41    74k     9k    65 analyticsreport    M   18:20:12
  13.           0      0    143      0       0      61       0  12.2g  24.7g   248m      0     94.5          0      0|30    0|41    62k     8k    65 analyticsreport    M   18:20:13
  14.  
  15. db.stats():
  16.  
  17. {
  18.     "db" : "ar",
  19.     "collections" : 7,
  20.     "objects" : 1989220,
  21.     "avgObjSize" : 778.9921034375283,
  22.     "dataSize" : 1549586672,
  23.     "storageSize" : 2059956224,
  24.     "numExtents" : 22,
  25.     "indexes" : 15,
  26.     "indexSize" : 691902176,
  27.     "fileSize" : 8519680000,
  28.     "nsSizeMB" : 16,
  29.     "ok" : 1
  30. }  
  31.  
  32. db.serverStatus():
  33. {
  34.     "host" : "ar01",
  35.     "version" : "2.0.4",
  36.     "process" : "mongod",
  37.     "uptime" : 509,
  38.     "uptimeEstimate" : 500,
  39.     "localTime" : ISODate("2013-05-14T16:22:20.604Z"),
  40.     "globalLock" : {
  41.         "totalTime" : 508621612,
  42.         "lockTime" : 437837733,
  43.         "ratio" : 0.8608319478960718,
  44.         "currentQueue" : {
  45.             "total" : 16,
  46.             "readers" : 0,
  47.             "writers" : 16
  48.         },
  49.         "activeClients" : {
  50.             "total" : 38,
  51.             "readers" : 0,
  52.             "writers" : 38
  53.         }
  54.     },
  55.     "mem" : {
  56.         "bits" : 64,
  57.         "resident" : 223,
  58.         "virtual" : 25331,
  59.         "supported" : true,
  60.         "mapped" : 12443,
  61.         "mappedWithJournal" : 24886
  62.     },
  63.     "connections" : {
  64.         "current" : 65,
  65.         "available" : 19935
  66.     },
  67.     "extra_info" : {
  68.         "note" : "fields vary by platform",
  69.         "heap_usage_bytes" : 1887872,
  70.         "page_faults" : 8847
  71.     },
  72.     "indexCounters" : {
  73.         "btree" : {
  74.             "accesses" : 5987,
  75.             "hits" : 5973,
  76.             "misses" : 14,
  77.             "resets" : 0,
  78.             "missRatio" : 0.0023383998663771507
  79.         }
  80.     },
  81.     "backgroundFlushing" : {
  82.         "flushes" : 8,
  83.         "total_ms" : 2758,
  84.         "average_ms" : 344.75,
  85.         "last_ms" : 737,
  86.         "last_finished" : ISODate("2013-05-14T16:21:53.236Z")
  87.     },
  88.     "cursors" : {
  89.         "totalOpen" : 260,
  90.         "clientCursors_size" : 260,
  91.         "timedOut" : 0,
  92.         "totalNoTimeout" : 260
  93.     },
  94.     "network" : {
  95.         "bytesIn" : 18263905,
  96.         "bytesOut" : 13681127,
  97.         "numRequests" : 60306
  98.     },
  99.     "repl" : {
  100.         "setName" : "analyticsreport",
  101.         "ismaster" : true,
  102.         "secondary" : false,
  103.         "hosts" : [
  104.             "xxx"
  105.         ],
  106.         "primary" : "xxx",
  107.         "me" : "xxx"
  108.     },
  109.     "opcounters" : {
  110.         "insert" : 1,
  111.         "query" : 14,
  112.         "update" : 38879,
  113.         "delete" : 0,
  114.         "getmore" : 3,
  115.         "command" : 21461
  116.     },
  117.     "asserts" : {
  118.         "regular" : 0,
  119.         "warning" : 0,
  120.         "msg" : 0,
  121.         "user" : 9070,
  122.         "rollovers" : 0
  123.     },
  124.     "writeBacksQueued" : false,
  125.     "dur" : {
  126.         "commits" : 24,
  127.         "journaledMB" : 3.825664,
  128.         "writeToDataFilesMB" : 10.594284,
  129.         "compression" : 0.36014611580872474,
  130.         "commitsInWriteLock" : 0,
  131.         "earlyCommits" : 0,
  132.         "timeMs" : {
  133.             "dt" : 3088,
  134.             "prepLogBuffer" : 5,
  135.             "writeToJournal" : 336,
  136.             "writeToDataFiles" : 28,
  137.             "remapPrivateView" : 71
  138.         }
  139.     },
  140.     "ok" : 1
  141. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement