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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...