From: ts Date: 2008-04-01T23:56:57+09:00 Subject: Re: linux: getting the "load" values without using "top" James Dinkel wrote: > I would like to get some of the information provided by the "top" > command into my ruby program, in particular the "load" values. Well, it's in /proc/loadavg no ? Juste read this file. Guy Decoux