lkml.org 
[lkml]   [2006]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: How to find the CPU usage of a process
On 2/18/06, Bernd Eckenfels <be-news06@lina.inka.de> wrote:
> But thats only for yourself, right?

In that abbreviated form, yes.

To get an arbitrary process' time use

clockid_t cl;
clock_getcpuclockid(pid, &cl);
struct timespec ts;
clock_gettime(cl, &ts);

This is all documented in POSIX.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-18 21:17    [W:0.060 / U:0.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site