> 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?

Jay
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to