mongodb 查看数据库和空间大小

单位是M

db.stats(1048576);

单位是G

db.stats(1073741824);
posted @ 2019-02-22 17:36  luoganttcc  阅读(719)  评论(0)    收藏  举报