How you can use Nmon in monitoring AIX ?

How you can use Nmon in monitoring AIX ?

How you can use Nmon in monitoring AIX ?


To enable the collection of disk I/O statistics, the value iostat=true must be set.

To display the current setting for iostat, enter this command:

lsattr -E -l sys0 -a iostat

To set the value, enter this command:


chdev -l sys0 -a iostat=true

To collect 12 hours' worth of data in 2-minute intervals, run the nmon command like this:

nmon -t -f -s 120 -c 360

Run the nmon command as the root user so that the output contains the kernel settings.


While nmon is running, launch a SAS program that demonstrates the performance problems that you have reported.

Be sure to include this code at the top of the program file:

options fullstimer source source2 msglevel=i mprint notes; 

options sastrace=",,,dsa" sastraceloc=saslog nostsuffix;

proc options;

run; 

libname _all_ list;

/* your existing program goes here */

If the monitor is still running after the SAS program ends, do not kill the nmon monitor. Allow it to run to completion. If you expect your program to require more than 12 hours to run, increase the value of the -c parameter on the nmon command above.

The nmon command produces a .nmon file. You can zip the file to reduce its size.

Please attach the file and the complete SAS log file to your existing Technical Support track.

If it is not possible to run nmon as the root user, collect output from the following AIX commands instead:


no -L

vmo -L

ioo -L

schedo -L

nfso -L

Beginning with AIX 5.3, the nmon utility is installed by default and is integrated within the topas command.


要查看或添加评论,请登录

Hossam Moghazy的更多文章

  • Oracle Capsules

    Oracle Capsules

    Oracle Capsules Select statement select fields from table or tables where condation select * from employees ; select *…

  • HMC update

    HMC update

    Hello Before starting lets know Types of HMC network connections HMC to managed system Used to perform most of the…

  • Monitoring Tools #Nagios Core4.4

    Monitoring Tools #Nagios Core4.4

    One of the best free opensource is Nagios core with latest version 4.4 actually it contain a lot of features to monitor…

  • GPT As file system

    GPT As file system

    GPT’s solution Intel? created the GPT definition as part of its Extensible Firmware Interface (EFI) specification for a…

  • OpenShift Container Platform

    OpenShift Container Platform

    OpenShift Container Platform OpenShift container platform is an enterprise platform which helps multiple teams such as…

  • Nmon

    Nmon

    Hello did you know what is nmon nmon stand for Nigel's Monitoring tool its a tool for both Aix and Linux OS it can let…

    1 条评论
  • Monitoring AIX Using SNMP

    Monitoring AIX Using SNMP

    To stop the daemons, execute the following as root: stopsrc -s aixmibd stopsrc -s hostmibd stopsrc -s snmpmibd stopsrc…

  • HTTPS with Ambari for Nagios

    HTTPS with Ambari for Nagios

    Hello guys have you thinked before to use ambari :) its not a kidding name its a server package here you can use it to…

  • Network Interface in Red-hat

    Network Interface in Red-hat

    Before starting you should understand that everything is a file even a device is a file so lets see how we can open…

  • HMC useful commands

    HMC useful commands

    HMC useful commands lshmc -v Shows vital product data, such as the serial number. lshmc -V Shows the release of the HMC.

社区洞察

其他会员也浏览了