Close

Not a member yet? Register now and get started.

lock and key

Sign in to your account.

Account Login

Forgot your password?

memory usage  // Posts tagged as "memory usage"

15 Mar Posted by in Unix administration | 1 comment

How to calculate average amount of memory for a process

Sometimes it is needed to understand the average amount of memory consumed by a process. You can create a shell script that’ll do the job for you. I’ve tested it on Ubuntu and it works fine (not sure about other OS). So, in the command line type: nano avmem.sh In the window opened, paste the […]

Read more...