>> I've looked but not found (and I hope I'm in the right group here): Is >> there a way to get the user time and system time of a /running/ child >> from its parent (without having to mount procfs)? > > If you have only one child, there's getrusage(2).
Unfortunately, that only works for children that have terminated, not for active children. I'm interested in active children. Jay _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

