RE: Cpu utilization per thread

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for the reply.
I have tried with getrusage it is giving zero as the result. 
I have found one more method(using setitimer(ITIMER_PROF,&enc_timer,NULL);
and signal SIGPROF) which will give the user and system time of a process. 
Is it applicable for the thread?
Does this method give the expected results for thread?
--ncs     


-----Original Message-----
From: J.A. Magallon [mailto:[email protected]] 
Sent: Wednesday, June 22, 2005 7:01 AM
To: N Chandra Shekhar REDDY
Cc: [email protected]
Subject: Re: Cpu utilization per thread



On 06.21, N Chandra Shekhar REDDY wrote:
> Hi all,
> Can any body tell me
> How to find cpu utilization per thread excluding wait times and sleep
times?
> Regards
> ncs
> 

man getrusage.

Pay special attention to the RUSAGE_SELF or RUSAGE_CHILDREN
flag, but I think current linux kernel does not perform a correct account
for threads rusage in the parent. Probably you will have to account each
thread, return info to the parent and sum or average (sum cpu times,
average elapsed times...)

--
J.A. Magallon <jamagallon()able!es>     \               Software is like
sex:
werewolf!able!es                         \         It's better when it's
free
Mandriva Linux release 2006.0 (Cooker) for i586
Linux 2.6.12-jam1 (gcc 4.0.1 (4.0.1-0.2mdk for Mandriva Linux release
2006.0))



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux