Comments on: What’s Running in My DB? A Journey with currentOp() in MongoDB https://www.percona.com/blog/whats-running-in-my-db-a-journey-with-currentop-in-mongodb/ Sat, 20 Jan 2024 00:32:40 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Kay Agahd https://www.percona.com/blog/whats-running-in-my-db-a-journey-with-currentop-in-mongodb/#comment-10973106 Tue, 30 Mar 2021 13:52:34 +0000 https://www.percona.com/blog/?p=75112#comment-10973106 Vinodh,

you may simplify this task by using the mongodb-slow-operations-profiler tool, open-sourced on github. It is able to show you in a tabular representation all current running operations of one or multiple databases with just 2 clicks. The table is filterable and columns are sortable, so you can easily see the longest running queries, of the namespace you’re interested in, first.
I wrote a blog post about the tool and specifically also about its current-operations-feature: https://medium.com/idealo-tech-blog/practical-guide-to-analyze-slow-mongodb-operations-9363035b01fb#15e2

Have a look, be inspired and simplify your daily work 🙂

Best regards!

]]>