From: James Edward Gray II Date: 2006-01-11T06:35:20+09:00 Subject: Re: Finding CPU% of a linux task On Jan 10, 2006, at 3:31 PM, Joe Van Dyk wrote: > However, that doesn't capture threads or forked processes. If a > program starts a couple threads (or forks a child process), I then > have to figure out the cpu percentage of each of the child threads > (and their childs and their child's childs, and so on) and add them > together to get a total for the process. Ruby's threads are in process, so they should already be in your percentage, shouldn't they? James Edward Gray II