mongodb的db.stats


 

 

 

 

glc-test:PRIMARY>  db.stats()
{
        "db" : "eagle",
        "collections" : 9,
        "views" : 0,
        "objects" : 97609717,
        "avgObjSize" : 1081.2369183797553,
        "dataSize" : 105539229613,
        "storageSize" : 40286806016,
        "numExtents" : 0,
        "indexes" : 32,
        "indexSize" : 8504152064,
        "fsUsedSize" : 2066056126464,
        "fsTotalSize" : 2797758251008,
        "ok" : 1,
        "operationTime" : Timestamp(1606379817, 1),
        "$clusterTime" : {
                "clusterTime" : Timestamp(1606379817, 1),
                "signature" : {
                        "hash" : BinData(0,"6PcBNtC1REHC2tcgLx+UaD2oVww="),
                        "keyId" : NumberLong("6856584343653974019")
                }
        }
}
glc-test:PRIMARY> show dbs
admin          0.000GB
ai_open_caps   0.000GB
apple          0.045GB
config         0.000GB
eagle         45.440GB
gallery        3.234GB
google         0.000GB
local         39.088GB
pbm            0.000GB
test           0.000GB
glc-test:PRIMARY> 105539229613/1024/1024/1024
98.29106704611331
glc-test:PRIMARY> 40286806016/1024/1024/1024
37.52001190185547
glc-test:PRIMARY> 8504152064/1024/1024/1024
7.920108795166016
glc-test:PRIMARY> 

 

數據大小約為:storageSize

索引占用大小約為:indexSize

當前數據庫:eagle

當前數據庫的集合個數:collections

當前數據庫所有集合的行數:objects

 

 

 

 

 

 

 

 

 

 

 

#############################################


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM