I want to know which query is run by which users. I have tried to enable profiling using db.setProfilingLevel(2, { slowms: 100 });
, but it still doesn’t give me user information.
I want to know which query is run by which users. I have tried to enable profiling using db.setProfilingLevel(2, { slowms: 100 });
, but it still doesn’t give me user information.