Getting Data In

mongod process consuming more CPU on Linux NUMA machine -remediation

anantdeshpande
Path Finder

mongod process taking more CPU. Getting below message in var/log/splunk/mongod.log. Where should I run this command?
Is there any alternate solution?

WARNING: You are running on a NUMA machine.
We suggest launching mongod like this to avoid performance problems:
numactl --interleave=all mongod [other options]

bash-4.1$ pwd
/export/apps/splunk/bin
bash-4.1$ ls -lrt mongod
-r-x------ 1 a_splnkd 5001 24168096 Mar 26 12:45 mongod
bash-4.1$ numactl --interleave=all mongod
numactl: execution of `mongod': No such file or directory

Tags (1)
0 Karma

inventsekar
SplunkTrust
SplunkTrust

as its saying, `mongod': No such file or directory, please try -

numactl --interleave=all ./mongod

or

numactl --interleave=all /export/apps/splunk/bin/mongod

mongod process taking more CPU -- maybe, its a mongodb related issue. please verify.

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
0 Karma

anantdeshpande
Path Finder

We are not using any mongodb on the system. Warnings is from splunk mongod.log. Do you know why this mongod coming in picture. We are using HF for DB2 connect for ORACLE DATABASE.

/export/apps/splunk/var/log/splunk/mongod.log

bash-4.1$ numactl --interleave=all ./mongod
./mongod: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
bash-4.1$ numactl --interleave=all /export/apps/splunk/bin/mongod
/export/apps/splunk/bin/mongod: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...