Link to home
Start Free TrialLog in
Avatar of Anonymouslemming
Anonymouslemming

asked on

How to tell if Linux system is running low on memory ?

All,

I need to find a way to tell if a Linux server is running low on memory. On solaris, I would use vmstat -p or sar -g to see the paging activity.
Avatar of Robson
Robson
Flag of Poland image

Try command 'free'. It will show you how much of swapspace is used.

R.
vmstat (without option) is working on Linux, too.
"free" or "top" will tell you the paging activities, too.
ASKER CERTIFIED SOLUTION
Avatar of macker-
macker-

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial