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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...