From: Daniel Berger Date: 2010-03-05T20:45:44+09:00 Subject: Re: System Stats from Ruby? Nick Hird wrote: > I am new to ruby but am working hard to learn all i can. Is there a > way to get system information from ruby on windows? I am looking to > get some data to make a system monitor type of thing. Data like conky > or samurize have. Just not as crazy, just things like total memory and > used memory, hard drive space and network usage, stuff like that. > Thanks for the help! > -Nick The sysutils project has some things you'll want: http://www.rubyforge.org/projects/sysutils Regards, Dan