Skip to content

jeviolle/informo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Informo

A ruby gem for retrieving info from linux systems. Informo make's it easy to get system information for Linux systems from inside ruby scripts. Currently it is a glorified wrapper around existing native commands and tries to avoid reinventing wheels that already exist inside GNU/Linux

Installation

clone this repo

$ gem install informo

Documentation

rubydoc

Usage

require 'informo'

The following top level classes exist:

  • Informo::Bios
  • Informo::Dpkg
  • Informo::Memory
  • Informo::Network
  • Informo::Processor
  • Informo::Rpm
  • Informo::Storage
  • Informo::System

About

A ruby gem for retrieving info from linux systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages