Answer Posted / Vishal Karmakar
To view the locking status in a MongoDB instance, you can use the `db.serverStatus()` command and inspect the `locks` field of the returned document. This will give information about active locks, global locks, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers