Re: CPU Usage in running process on HP-UX 11.31

From: Andrew Kerber <andrew.kerber_at_gmail.com>
Date: Tue, 8 Sep 2009 10:11:45 -0500
Message-ID: <ad3aa4c90909080811u2a90e530g997f14951657aa87_at_mail.gmail.com>



Can you tell what the CPU is doing? Is your library cache hit rate low, for example? This might indicate a lot of time spent parsing...

On Tue, Sep 8, 2009 at 9:56 AM, Tanel Poder <tanel_at_poderc.com> wrote:

> tusc -c should be able to do what strace -c does on linux.
>
> However these tools do something different what pstack and stack profilers
> do. Tusc and strace only show you *system call* information, but your
> problem may not be in system calls but just excessive CPU usage in user
> mode. A stack profiler will show you which codepath takes the most of time
> in an executable.
>
> Tanel.
>
>
> On Tue, Sep 8, 2009 at 8:29 PM, Stefan Knecht <knecht.stefan_at_gmail.com>wrote:
>
>> Hi Tanel
>>
>> Good point! I was hoping there was a tool that would do that for me ...
>> Similar to what strace -c does on linux :-)
>>
>> I'll take a look at that
>>
>> Cheers
>>
>>
>>
>>
> --
> Tanel Poder
> http://blog.tanelpoder.com
>
>

-- 
Andrew W. Kerber

'If at first you dont succeed, dont take up skydiving.'

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 08 2009 - 10:11:45 CDT

Original text of this message