sigar/README.md

22 lines
974 B
Markdown
Raw Normal View History

2018-04-11 00:43:43 +08:00
# System Information Gatherer And Reporter.
2018-05-30 22:21:34 +08:00
Fork of hyperic/sigar with some fixes. Support only ruby binding.
2018-04-11 00:43:43 +08:00
## Fixed:
2018-05-30 21:25:01 +08:00
[2.0.0]
2018-04-11 00:43:43 +08:00
* sigfaulted logger, [#28](https://github.com/hyperic/sigar/pull/28)([commit](https://github.com/kostya/sigar/commit/c2a1af))
* bug undefined symbol: sigar_skip_token, [#60](https://github.com/hyperic/sigar/pull/60)([commit](https://github.com/kostya/sigar/commit/dfe8fe))
* bug detection boot_time on linux (now it works like gnu ps, and fix some issues with process start_time) ([commit](https://github.com/kostya/sigar/commit/660259))
2018-05-30 21:25:01 +08:00
[2.0.1]
2018-04-11 00:43:43 +08:00
* FreeBSD: don't use v_cache_min/max [#68](https://github.com/hyperic/sigar/pull/68)([commit](https://github.com/kostya/sigar/commit/800076db97bcacb1ba90805d740b4f9a5a1d3cca))
2018-05-30 21:25:01 +08:00
[2.0.2]
2018-05-30 18:33:48 +08:00
* Remove obsolete rpc usage (fix compilation fail with glibc 2.27) ([commit](https://github.com/kostya/sigar/commit/a971b9e8e1443fdf236c5ffa199c1994c05fcd4b))
2018-04-11 00:43:43 +08:00
## Installation:
$ gem install kostya-sigar