Fork of hyperic/sigar with some fixes. Support only ruby binding. Part of Eye gem.
Go to file
Konstantin Makarchev b78b558fb7 fixed #10, apply path from https://svnweb.freebsd.org/ports/head/devel/sigar/files/patch-src_os_darwin_darwin__sigar.c?r1=438996&r2=544794 2021-06-28 11:59:40 +03:00
bindings Fix compilation on macos. 2020-10-02 14:55:03 +02: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 forget remove from h files 2018-05-30 13:39:28 +03:00
src fixed #10, apply path from https://svnweb.freebsd.org/ports/head/devel/sigar/files/patch-src_os_darwin_darwin__sigar.c?r1=438996&r2=544794 2021-06-28 11:59: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 fix readme 2020-10-05 23:32:01 +03:00
Rakefile fix building gem 2018-05-30 16:24:06 +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
kostya-sigar.gemspec 2.0.8 2020-10-05 23:30:16 +03:00
version.properties 2.0.8 2020-10-05 23: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. Support only ruby binding. Part of Eye gem.

Fixed:

[2.0.8] 02-10-2020

[2.0.6] 18-01-2019

  • Fix compilation on FreeBSD 12 #6(commit)

[2.0.5] 02-12-2018

  • Fix compilation with musl libc #4(commit)

[2.0.4] 10-06-2018

  • fix compilation with glibc 2.26, major/minor functions #2(commit)

[2.0.2] 30-05-2018

  • Remove obsolete rpc usage (fix compilation fail with glibc 2.27) #213(commit)

[2.0.1] 10-04-2018

  • FreeBSD: don't use v_cache_min/max #68(commit)

[2.0.0] 22-01-2018

  • 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)

Installation:

$ gem install kostya-sigar