Originally posted by: Pilotage_SLS_RO
Hello all
I have an AIX 7.1 , IBM,8202-E4D
In crontab everyday is executed a script , and the command itself is :
/usr/bin/nmon -d -fT -s 30 -c 2878
Now what i am interested in are the top processes consuming CPU at a given time , thus I believe i should be looking at these lines :
TOP,+PID,Time,%CPU,%Usr,%Sys,Threads,Size,ResText,ResData,CharIO,%RAM,Paging,Command,WLMclass
TOP,7602428,T1721,2.11,0.14,1.98,9,40184,4168,30940,5816108,0,12,dsmc,Unclassified
TOP,7602428,T1722,1.79,0.12,1.67,9,40184,4168,30940,5076779,0,5,dsmc,Unclassified
TOP,7602428,T1723,1.81,0.12,1.69,9,40184,4168,30940,5502985,0,0,dsmc,Unclassified
TOP,7602428,T1724,3.94,1.82,2.12,9,40184,4168,30940,6180025,0,0,dsmc,Unclassified
TOP,7602428,T1725,1.82,0.28,1.54,9,40184,4168,30940,4750274,0,0,dsmc,Unclassified
TOP,7602428,T1726,4.09,1.57,2.52,9,40184,4168,30940,8158211,0,0,dsmc,Unclassified
TOP,7602428,T1727,2.37,0.15,2.22,9,40184,4168,30940,7327329,0,0,dsmc,Unclassified
TOP,7602428,T1728,0.93,0.07,0.86,9,40184,4168,30940,2527529,0,4,dsmc,Unclassified
TOP,12451856,T1762,0.11,0.10,0.01,47,71124,128,71048,14,0,0,java,Unclassified
TOP,2228306,T1860,0.19,0.19,0.00,35,3712,0,3712,0,0,0,j2pg,Unclassified
So T1726 , T1727 and T1728 should be fine , but what are "T1762" and "T1860" , how does this AIX do the counting ?
I have seen the thread about a similar problem , but that was AIX 5.x and this is 7.1
Is "T1860" equal to "T1700" , and is "T1762" equal to "T1802" ?? if that is then all is correct ,and i can interpret the numbers as they are , just tell me if it is so .