Originally posted by: Ashok_AIX_Admin
From "vmstat -v' output note down the following values:
1. Memory pages (A)
2. Free pages (B)
3. numperm percentage (C)
Then you can calculate % computational memory using the below formula:
((A - B) - ((C * A)/100))/ A )
Basically you are calculating number of memory pages used and subtracting the non-computational pages.
Ashok Velayudham
#AIX-Forum