Fork of hyperic/sigar with some fixes. Support only ruby binding. Part of Eye gem.
Go to file
Konstantin Makarchev cd0e5bf315 update readme 2018-01-22 13:02:23 +03:00
bindings fix bug undefined symbol: sigar_skip_token, fixed #60 2018-01-22 12:50:15 +03:00
examples Merge branch 'sigar-1.6' 2010-04-28 15:03:12 -07:00
go_bindings Go sources update 2016-01-04 12:30:16 +02:00
include With Tomer. 2015-07-16 16:11:16 +03:00
src fixed sigar_boot_time_get for linux, to work as gnu ps, this fixed some problems with start_time detection 2018-01-22 12:51:24 +03:00
tests Patch to allow mingw32 compilation 2011-04-11 11:26:32 -07:00
.gitignore update version 2018-01-22 12:51:37 +03:00
AUTHORS add AUTHORS file 2010-04-28 16:19:25 -07:00
CMakeLists.txt fixed the autotools setup 2009-08-09 15:35:24 +02:00
ChangeLog 1.6.4 change summary 2010-04-28 15:37:31 -07:00
LICENSE GPL v2 license -> Apache 2 license 2010-04-28 15:20:57 -07:00
Makefile.am applied the configure-lua patch to the lua branch 2009-08-13 20:07:02 +02:00
NOTICE update NOTICE file 2011-07-18 10:05:52 -07:00
README update readme 2018-01-22 13:02:23 +03:00
Rakefile update version 2018-01-22 12:51:37 +03:00
autoclean.sh update files to clean 2011-07-08 13:03:11 -07:00
autogen.sh added a few more missing files 2009-08-12 21:25:58 +02:00
configure.ac Merge pull request #11 from EdSchouten/master 2013-05-08 08:30:09 -07:00
version.properties update version 2018-01-22 12:51:37 +03:00
winbuild.bat fixed the autotools setup 2009-08-09 15:35:24 +02:00

README

System Information Gatherer And Reporter. Fork of https://github.com/hyperic/sigar.

Fixed:

* sigfaulted logger, #28 (c2a1af3c25fc00cf302d0eb98da0d7448f2e891f)
* bug undefined symbol: sigar_skip_token, #60 (dfe8fece170a1528debe9d2d1008a314642ed218)
* bug detection boot_time on linux (now it works like gnu ps, and fix some issues with process start_time) (660259e57285482c444efb9084f2da177f52861c)

Installation:

    $ gem install kostya-sigar