Project

cpu

0.0
No release in over 3 years
Low commit activity in last 3 years
Library to gather CPU information (load averages, usage, temperature) in Ruby on Linux
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9.1
>= 0

Runtime

~> 0.0
~> 1.0
 Project Readme

CPU information in Ruby/Linux¶ ↑

Description¶ ↑

Library to gather CPU information (load averages, usage, temperature) in Ruby on Linux

Installation¶ ↑

To install cpu via its gem type:

# gem install cpu

To install from the source repository, just type into the command line as root:

# rake install

Documentation¶ ↑

To create the documentation of this module, type

$ rake doc

and the API documentation is generated.

Author¶ ↑

Florian Frank flori@ping.de

License¶ ↑

This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation: www.gnu.org/copyleft/gpl.html