Originally posted by: ejk67
I've been working with a script to show the amount of free memory on a system - vmstat 1 2 | awk 'NR==7 { print $4 }'
The script is returning the amount of 4K pages that are remaining on the free list.
If I take this number times 4K is this truly the amount of free memory left on the system or do I need to do something else to find free memory on AIX?
#AIX-Forum