Deployment Architecture

Monitor /proc/meminfo in Splunk

skrish91
Path Finder

Hi,

I would like to monitor /proc/meminfo from my linux servers to get data such as virtual memory used and active memory being used. Is it possible to monitor the /proc/meminfo file using Splunk universal forwarder? I tried using the GUI and i dont get any data for the same. Please advise. Thanks.

0 Karma
1 Solution

soskaykakehi
Path Finder

Hi @skrish91

You can use Splunk Add-on for Unix and Linux App.
This Add-on includes hardware.sh (supports meminfo) and easy to use.
https://splunkbase.splunk.com/app/833/

If you need customize or chooze specific fields, you can reuse hardware.sh or make your own shell scripts ( ex: using cat and awk commands and add a timestamp) .
Then, run your script with Script Inputs on the Universal Forwarder.

Monitor Inputs watch the files and open it. It does not fit to watch under /proc folder files.
/proc file is changing and overwrite realtime and there are no timestamp fields.

View solution in original post

0 Karma

soskaykakehi
Path Finder

Hi @skrish91

You can use Splunk Add-on for Unix and Linux App.
This Add-on includes hardware.sh (supports meminfo) and easy to use.
https://splunkbase.splunk.com/app/833/

If you need customize or chooze specific fields, you can reuse hardware.sh or make your own shell scripts ( ex: using cat and awk commands and add a timestamp) .
Then, run your script with Script Inputs on the Universal Forwarder.

Monitor Inputs watch the files and open it. It does not fit to watch under /proc folder files.
/proc file is changing and overwrite realtime and there are no timestamp fields.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...