如果我必须从 rs.status 输出中获得类似于 SQL 语句的东西来打印 mongoDB 中属性的特定值 -
类似于来自 rs.status 的副本集的特定节点的打印运行状况。
select health from rs.status where hostname like 'abc:123'
或使用以下方法打印特定辅助副本节点相对于主节点的滞后时间:
print lagtime from rs.printSlaveReplicationInfo() where hostname like 'abc:123'
针对副本集连接字符串运行的简单查询或 JS 是什么?
单线将是这个:
函数
db.hello().me
返回您当前连接的服务器+端口。如果您想查询此副本集中的其他服务器,请替换此表达式。