Trace: aix_5_3_nmon

AIX 5.3 nmon

if [ ! -d /tmp/collect_nmon ]
then
        mkdir /tmp/collect_nmon
else
        rm /tmp/collect_nmon/*gz
        rm /tmp/collect_nmon/*nmon
fi
for i in 164 181 185 188 163 208 204 16 250
do
        echo 10.149.128.$i
        scp 10.149.128.$i:"/opt/stats/*$(date +%y%m)*.nmon" /tmp/collect_nmon
        cd /tmp/collect_nmon
done
cd /tmp/collect_nmon
perl -p -i -e  's/NETSIZE//g' *nmon
perl -p -i -e  's/R4U17-Amdocs-p520/icenpapp/g' R*nmon
gzip *
java -jar NMONVisualizer_2019-04-06.jar com.ibm.nmon.ReportGenerator .
aix_5_3_nmon.txt · Last modified: 2019/12/02 11:34
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain