Fork of hyperic/sigar with some fixes. Support only ruby binding. Part of Eye gem.
Go to file
Konstantin Makarchev a971b9e8e1 Remove obsolete rpc usage
Fix compilation fail with glibc 2.27.
The latest version of glibc (2.27 at this time)
is compiled without --enable-obsolete-rpc flag.
2018-05-30 13:29:40 +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 Remove obsolete rpc usage 2018-05-30 13:29:40 +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.md update readme 2018-04-10 19:47:33 +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 add to doc and new version 2018-04-10 19:30:16 +03:00
winbuild.bat fixed the autotools setup 2009-08-09 15:35:24 +02:00

README.md

System Information Gatherer And Reporter.

Fork of hyperic/sigar with some fixes.

Fixed:

  • sigfaulted logger, #28(commit)
  • bug undefined symbol: sigar_skip_token, #60(commit)
  • bug detection boot_time on linux (now it works like gnu ps, and fix some issues with process start_time) (commit)
  • FreeBSD: don't use v_cache_min/max #68(commit)

Installation:

$ gem install kostya-sigar