AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  AIX performance slowness check

    Posted Tue May 27, 2025 09:04 AM

    Hi Team,

    How can we do the performance/slowness check of AIX LPAR? If someone facing slowness issue what parameter and command we can look into it. Do we have any general documents/commands to check in terms of memory/CPU/disk/network/error? I know there is no definitive answer but wanted to know if some basic commands we can start from and from where we can move further. Thank you in advance. 



    ------------------------------
    Manoj Kumar
    ------------------------------


  • 2.  RE: AIX performance slowness check

    Posted Wed May 28, 2025 01:03 AM

    There are many commands and tools available on AIX to do performance analysis and debugging.

    To start with you have topas same as top command on any Linux.

    Then you have vmstat, svmon, iostat, netstat, entstat and many more

     

    Here are some links for documents

    https://www.ibm.com/docs/nl/aix/7.2.0?topic=subroutines-performance-reporting-analysis-commands

    https://www.ibm.com/docs/en/aix/7.1.0?topic=tuning-performance-management

    https://www.ibm.com/docs/en/aix/7.2.0?topic=tuning-performance-tools-guide-reference

     

     

     

    Thanks,

     

    Sanket Rathi

     






  • 3.  RE: AIX performance slowness check

    Posted Wed May 28, 2025 04:19 AM

    I always start with topas, it provides a single screen overview of the system.  You can then drill down further using the commands and information that Sankret has provided in his post.

    I'd also recommend collecting nmon data (https://en.wikipedia.org/wiki/Nmon), either via the more traditional csv route then you can utilise the nmon analyser to analyse this data.  Or implement the newer nimon/njmon to feed data to a time series database for presentation in Grafana - https://nmon.sourceforge.io/pmwiki.php?n=Site.Njmon

    Phill.



    ------------------------------
    Phill Rowbottom
    Unix Consultant
    Service Express
    Bedford
    ------------------------------