Getting running time of child

Koffie Yahoo koffieyahoo at gmail.com
Thu Nov 19 20:15:37 UTC 2009


That's it! Thanks! Problem solved :-)

Jay

On Thu, Nov 19, 2009 at 5:34 PM, Dan Nelson <dnelson at allantgroup.com> wrote:
> In the last episode (Nov 19), Koffie Yahoo said:
>> > It's not as portable as getrusage(2), but you could probably get the
>> > information you want using libkvm's kvm_getprocs(3) function. The
>> > information available is defined in the kinfo_proc structure in
>> > /usr/include/sys/user.h.
>>
>> Unfortunately, as far as I can see the kinfo_proc structure only contains
>> the sum of user time and system time and not the two values separately,
>> or have I missed something?
>
> Take a look at the the ki_rusage struct inside kinfo_proc.
>
> --
>        Dan Nelson
>        dnelson at allantgroup.com
>


More information about the freebsd-hackers mailing list