some process running on our server using more cpu.
this is topas's report
Kernel 26.3 |########
User 12.7 |####
Wait 0.0 |
Idle 60.9 |##################
the process using so much kernel cpu resource
=============================================
this is my trace file using "trace -a -i a.trc" and "curt -i a.trc" gotted.
System Calls Summary
--------------------
Count Total Time % sys Avg Time Min Time Max Time SVC (Address)
(msec) time (msec) (msec) (msec)
======== =========== ====== ======== ======== ======== ================
1372 4.2486 3.18% 0.0031 0.0030 0.0041 (unknown)(71c110)
1372 1.9176 1.43% 0.0014 0.0013 0.0023 (unknown)(71b960)
1 0.0300 0.02% 0.0300 0.0300 0.0300 (unknown)(71af70)
2 0.0005 0.00% 0.0002 0.0002 0.0003 (unknown)(42f2d8)
====================================================
from this report I want to know what is the "SVC (Address)"
and how can I use this address to find out what system call that the processes are invoking
this is topas's report
Kernel 26.3 |########
User 12.7 |####
Wait 0.0 |
Idle 60.9 |##################
the process using so much kernel cpu resource
=============================================
this is my trace file using "trace -a -i a.trc" and "curt -i a.trc" gotted.
System Calls Summary
--------------------
Count Total Time % sys Avg Time Min Time Max Time SVC (Address)
(msec) time (msec) (msec) (msec)
======== =========== ====== ======== ======== ======== ================
1372 4.2486 3.18% 0.0031 0.0030 0.0041 (unknown)(71c110)
1372 1.9176 1.43% 0.0014 0.0013 0.0023 (unknown)(71b960)
1 0.0300 0.02% 0.0300 0.0300 0.0300 (unknown)(71af70)
2 0.0005 0.00% 0.0002 0.0002 0.0003 (unknown)(42f2d8)
====================================================
from this report I want to know what is the "SVC (Address)"
and how can I use this address to find out what system call that the processes are invoking