Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.
Originally posted by: sakurai_tabi
We usually use topas to view the memory usage for " % COMP". and its real time.
are there way that I can take out this value from command line and save this to a file ?
Originally posted by: luverofpeanuts
Have you considered using 'vmstat -v | grep computational' in a script?
good idea. it works thanks
By the way/
I can match nmon/topas %COMP and vmstat -v | grep computational value , but I can't match with that svmon -G
anyone has the idea ?
I believe that svmon -G is probably not calculating memory used for "computation". It also defaults to showing values in 'number of pages' and not in 'MB' or 'GB', so you probably won't see the exact same values that topas and vmstat -v present.