PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 23rd of June, 2021

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[09:02:30] <lanevo> Hi all, I have a java app connected to mongodb. For X MB data passed from client to java app and to be written into mongodb, there is 5X MB data read out of mongodb and 2X MB written into mongodb. What's the best way to see which all queries are getting executed, and the data sizes associated with read/write?
[09:08:37] <lanevo> sorry, made a mistake and got logged out. Re-posting my message:
[09:10:04] <lanevo> Hi all, I have a java app connected to mongodb. For X MB transferred from client to java app and to be written to mongodb, 5X MB is read out of mongodb and 2X MB is written into mongodb. What's the best way to see the queries being executed and the datasizes associated in read/write w.r.t. mongodb?