From: Paul Brannan Date: 2007-11-07T11:00:51+09:00 Subject: Re: Read out processor load On Wed, Nov 07, 2007 at 12:07:10AM +0900, K. R. wrote: > How can I read out the processor load with a rubyapp? > thanks for help... On Linux you can read load from /proc/loadavg. See the other replies for other ideas. Paul