Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Database
Created by Guest
Created on May 6, 2024

Providing connection details with username for real time connection monitoring.

Currently, mongd.log provides connection details like remote IP, source port with authentication information but doesn't provide the connection is in active state or not. serverStatus() only provides number of current and active connections. Example: 10.0.0.100:12345 - username active 10.0.0.101:12346 - username idle
  • Attach files
  • Guest
    May 6, 2024
    It's better to provide a command which could report remote ip, source port, user info, database info, connection status, detailed operation if connection is active. The output from mysql 'show processlist' command could be a good example.