Advertisement
Guest User

MongoDB System info

a guest
Jun 6th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. > db.stats();
  2. {
  3. "db" : "noticias",
  4. "collections" : 17,
  5. "objects" : 487477,
  6. "avgObjSize" : 3963.4688569922273,
  7. "dataSize" : 1932099908,
  8. "storageSize" : 2865272832,
  9. "numExtents" : 89,
  10. "indexes" : 138,
  11. "indexSize" : 707813376,
  12. "fileSize" : 6373244928,
  13. "nsSizeMB" : 16,
  14. "ok" : 1
  15. }
  16. > db.news.stats();
  17. {
  18. "ns" : "noticias.news",
  19. "count" : 442607,
  20. "size" : 1847950708,
  21. "avgObjSize" : 4175.150207746376,
  22. "storageSize" : 2739354880,
  23. "numExtents" : 28,
  24. "nindexes" : 27,
  25. "lastExtentSize" : 463082496,
  26. "paddingFactor" : 1.239999999995334,
  27. "flags" : 1,
  28. "totalIndexSize" : 683794432,
  29. "indexSizes" : {
  30. "_id_" : 21913600,
  31. "Statistics.Views_1" : 21536768,
  32. "Statistics.Comments_1" : 21725184,
  33. "InternalRefs.RegisterDate_1" : 18030592,
  34. "InternalRefs.ChangeDate_1" : 19283968,
  35. "InternalRefs.Hash_1" : 26746880,
  36. "isActive_1_Source.ID_1_InternalRefs.RegisterDate_1" : 23060480,
  37. "Source.Name_1" : 35184640,
  38. "Categories_1" : 35782656,
  39. "Source.ItemID_1_Source.Name_1_Source.Section_1" : 60309504,
  40. "URL_1" : 62537728,
  41. "Producer.Name_1" : 28016640,
  42. "Source.ID_1" : 24272896,
  43. "isActive_1" : 15966208,
  44. "isDeleted_1" : 15286272,
  45. "Priority_1" : 21291008,
  46. "InternalRefs.ChangeDate_-1" : 19030016,
  47. "InternalRefs.RegisterDate_-1" : 19906560,
  48. "Tags_1" : 21413888,
  49. "Destination.Name_1" : 25165824,
  50. "DateTime_-1" : 15089664,
  51. "Source.Name_1_DateTime_-1" : 23396352,
  52. "OnlinePeriod.StartDate_-1_OnlinePeriod.EndDate_-1" : 12148736,
  53. "OnlinePeriod.EndDate_-1" : 11231232,
  54. "DateTime_-1_Categories_1_Producer.Name_1" : 28680192,
  55. "DateTime_-1_Source.Name_1_Categories_1" : 32849920,
  56. "DateTime_-1_Categories_1" : 23937024
  57. },
  58. "ok" : 1
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement