1

I own a root server and I would like to log, if any process uses more than X-amount of Ram.

Does anyone know a good script or an existing program for that?

1
  • What Unix is this server running? Commented Feb 18, 2017 at 11:18

1 Answer 1

0

There are no direct ways for that. But you can script easily a nagios plugin for that (but not only for nagios, also for any system monitoring and alarming software what you are using).

If you don't use any, you can make a cron script for that, too.

For the command line to show processes using the most memory, check this answer.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.