

InterviewSolution
Saved Bookmarks
1. |
Which of the following provides low-level tracing/sniffing view into database activity?(a) mongosniff(b) mongotop(c) mongooplog(d) mongofiles |
Answer» The correct answer is (a) mongosniff To explain: mongosniff is a command-line tool providing a sniffing view into database activity by monitoring network traffic going to and from MongoDB. |
|