Archive

Archive for the ‘Sys’ Category

Free RAM

January 3, 2012 Leave a comment

check Total physical memory:

# prtdiag -v | grep Memory

# prtconf | grep Memory

check Free physical Memory:

# top (if available)

# sar -r 5 10
Free Memory=freemen*8 (pagesize=8k)

# vmstat 5 10
Free Memory = free

For swap:

# swap -s
# swap -l

Categories: Sys