微信登录

运维 - connections - 连接数

运维 - connections - 连接数
  1. db.runCommand({serverStatus:1}).connections
  1. {
  2. current: 9,
  3. available: 195,
  4. totalCreated: 3833,
  5. active: 3,
  6. threaded: 9,
  7. exhaustIsMaster: 0,
  8. exhaustHello: 2,
  9. awaitingTopologyChanges: 2
  10. }
参数 释义
current 表示当前打开的连接数
available 表示还可以创建的连接数
totalCreated 表示自数据库启动以来创建的总连接数
active
threaded
exhaustIsMaster
exhaustHello
awaitingTopologyChanges