发布于 2015-09-14 14:59:45 | 263 次阅读 | 评论: 0 | 来源: 网络整理
Provides a formatted report of the status of a replica set from the perspective of the secondary set member. See the “副本集状态参考” for more information regarding the contents of this output.
注解
The db.printCollectionStats() in the mongo shell does not return JSON. Use db.printCollectionStats() for manual inspection, and rs.status() in scripts.