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.

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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...