Fork of hyperic/sigar with some fixes. Support only ruby binding. Part of Eye gem.
compilation error was: linux_sigar.c:1156:22: error: called object ‘major’ is not a function or function pointer linux_sigar.c:1157:22: error: called object ‘minor’ is not a function or function pointer |
||
|---|---|---|
| bindings | ||
| examples | ||
| go_bindings | ||
| include | ||
| src | ||
| tests | ||
| .gitignore | ||
| AUTHORS | ||
| autoclean.sh | ||
| autogen.sh | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| configure.ac | ||
| kostya-sigar.gemspec | ||
| LICENSE | ||
| Makefile.am | ||
| NOTICE | ||
| Rakefile | ||
| README.md | ||
| version.properties | ||
| winbuild.bat | ||
System Information Gatherer And Reporter.
Fork of hyperic/sigar with some fixes. Support only ruby binding.
Fixed:
[2.0.0]
- 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)
[2.0.1]
[2.0.2]
- Remove obsolete rpc usage (fix compilation fail with glibc 2.27) (commit)
Installation:
$ gem install kostya-sigar