AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  Topas memory

    Posted Wed February 08, 2017 08:45 PM

    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 ?



  • 2.  Re: Topas memory

    Posted Thu February 09, 2017 10:02 AM

    Originally posted by: luverofpeanuts


     

    Have you considered using 'vmstat -v | grep computational'  in a script? 

     

     



  • 3.  Re: Topas memory

    Posted Thu February 09, 2017 08:24 PM

    Originally posted by: sakurai_tabi


    good idea. it works thanks



  • 4.  Re: Topas memory

    Posted Thu February 09, 2017 08:26 PM

    Originally posted by: sakurai_tabi


    By the way/

    I can match nmon/topas %COMP and vmstat -v | grep computational value , but I can't match with that svmon -G

     

     



  • 5.  Re: Topas memory

    Posted Mon February 13, 2017 02:09 AM

    Originally posted by: sakurai_tabi


    anyone has the idea ?



  • 6.  Re: Topas memory

    Posted Mon February 13, 2017 08:43 AM

    Originally posted by: luverofpeanuts


     

    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.