On this page
mongosniff
Removed in MongoDB 3.4
MongoDB 3.4 replaces mongosniff
with mongoreplay
, a powerful traffic capture and replay tool that you can use to inspect and record commands sent a MongoDB instance, and then replay those commands back onto another host at a later time.
mongoreplay
provides a more flexible version of mongosniff
to help you investigate database activity.