From: Zev Blut Date: 2007-02-21T12:52:10+09:00 Subject: Re: checking server load from ruby? Hi David, On Tue, 20 Feb 2007 19:11:19 +0900, dc wrote: > are there any ruby library functions for checking server load and > general system status? > or should i just use something like `uptime` ? Well calling `uptime` will certainly work and maybe the most simple. Although, if you are looking for an API that abstracts this a bit, take a look at Daniel Berger's sysutils projects at: http://rubyforge.org/projects/sysutils Cheers, Zev