

InterviewSolution
Saved Bookmarks
1. |
Which of the following is a utility to check disk I/O performance independently of MongoDB?(a) mongoperf(b) mongoio(c) mongod(d) none of the mentioned |
Answer» The correct answer is (a) mongoperf For explanation: Specify options to mongoperf using a JavaScript document. |
|