Commit Graph

3040 Commits

Author SHA1 Message Date
Konstantin Makarchev d521805a2d 2.0.8 2020-10-05 23:30:16 +03:00
Konstantin Makarchev 7898cebf27 2.0.7 2020-10-02 18:46:51 +03:00
Kostya M 68ba944840
Merge pull request #9 from yxhuvud/fix-compile-macos
Fix compilation on macos.
2020-10-02 18:42:01 +03:00
Linus Sellberg ad39547629 Fix compilation on macos. 2020-10-02 14:55:03 +02:00
Konstantin Makarchev c5f71e36b7 2.0.6 2019-01-18 09:31:25 +03:00
Konstantin Makarchev ad4ff7f83f fix readme 2019-01-18 09:31:17 +03:00
Konstantin Makarchev 2bb67fa1bf apply freebsd12 compilation patch (#6)
https://svnweb.freebsd.org/ports/head/devel/sigar/files/patch-src_os_darwin_darwin__sigar.c?revision=438996&view=markup
2019-01-18 09:21:16 +03:00
Konstantin Makarchev 4aeac4dfe8 fix doc 2018-12-02 22:39:58 +03:00
Konstantin Makarchev 2c5dd8b674 2.0.5 2018-12-02 22:36:19 +03:00
Kostya M d88f2121b8
Merge pull request #4 from jcoyne/patch-1
Fix compilation with musl libc
2018-12-02 22:33:16 +03:00
Natanael Copa 621764c13d only enable the GNU libc strerror_r on GNU libc
We don't want use the non-standard GNU libc variant of strerror_r on
musl libc, or any libc other than GNU.
2018-11-30 22:34:24 -06:00
Natanael Copa cd07923dd2 fix compilation with musl libc
the HZ define is not exposed by musl libc.
2018-11-30 22:33:49 -06:00
Konstantin Makarchev 0d4fe42927 fix 2018-06-28 22:21:59 +03:00
Konstantin Makarchev 369e5b093e fix 2018-06-28 22:20:17 +03:00
Konstantin Makarchev 9f05d47620 fix doc 2018-06-28 22:19:23 +03:00
Konstantin Makarchev 9b60875c06 fix 2018-06-28 22:17:45 +03:00
Konstantin Makarchev 163745ad5d doc 2018-06-10 07:55:25 +03:00
Konstantin Makarchev 489de8187f add doc 2018-06-10 07:48:51 +03:00
Konstantin Makarchev a2c67588d0 fix compilation with glibc 2.26, major/minor functions, fixed #2
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
2018-06-10 07:46:09 +03:00
Konstantin Makarchev 2f7284cd4c fix readme 2018-05-30 17:21:34 +03:00
Konstantin Makarchev d07ba63c28 better readme 2018-05-30 16:25:01 +03:00
Konstantin Makarchev 0c11387456 fix building gem 2018-05-30 16:24:06 +03:00
Konstantin Makarchev ced59e8ca6 forget remove from h files 2018-05-30 13:39:28 +03:00
Konstantin Makarchev f46a9baeef update readme and version 2.0.2 2018-05-30 13:33:48 +03:00
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
Konstantin Makarchev 5478eb4be9 update readme 2018-04-10 19:47:33 +03:00
Konstantin Makarchev cc726007b3 add to doc and new version 2018-04-10 19:30:16 +03:00
O_o e9897b25b4
Merge pull request #1 from baughj/master
FreeBSD: don't use v_cache_min/max
2018-04-10 19:24:52 +03:00
Justin Baugh 800076db97 FreeBSD: don't use v_cache_min/max (https://github.com/hyperic/sigar/pull/68) 2018-04-10 09:02:28 -07:00
Konstantin Makarchev 1e23251b5c update readme 2018-01-22 13:08:12 +03:00
Konstantin Makarchev 5cb14da077 update readme 2018-01-22 13:05:46 +03:00
Konstantin Makarchev cd0e5bf315 update readme 2018-01-22 13:02:23 +03:00
Konstantin Makarchev 368efdcd05 update readme 2018-01-22 12:59:44 +03:00
Konstantin Makarchev 5245b8f3e3 update version 2018-01-22 12:51:37 +03:00
Konstantin Makarchev 660259e572 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
Konstantin Makarchev dfe8fece17 fix bug undefined symbol: sigar_skip_token, fixed #60 2018-01-22 12:50:15 +03:00
Konstantin Makarchev c2a1af3c25 remove unused sigfaulted logger, fixed #28 2018-01-22 12:48:49 +03:00
ilanuriel ad47dc3b49 Go sources update
With latest changes from Lean Agent
2016-01-04 12:30:16 +02:00
ilanuriel 9158290982 go code
to link with sigar c code
2016-01-04 12:23:11 +02:00
ilanuriel 0f0dbe34ce go bindings
statically build go with sigar using visual studio 2015 IDE
2016-01-04 12:14:32 +02:00
tgoldman 7a6aefc7fb Fix [SIGAR-253]- Remove a space from else if condition 2015-08-17 09:39:01 +03:00
BoazHarel 48ba690dd4 With Tomer.
Optimizing the performance counter queries on win32.

splitted performance counters cache to caches per counter_key.
2015-07-20 11:44:50 +03:00
Boaz 341e288e98 With Tomer.
Optimizing the performance counter queries on win32.

There is now a cache for 1 second to all performance counter data.
2015-07-16 16:11:16 +03:00
tgoldman 0928a780f4 Fix [SIGAR-252] - Add support for discovering Windows 2012 R2 2015-07-01 12:02:42 +03:00
Zvika Idelsberg 706f352e56 removing Override annotations 2015-03-25 04:25:43 -06:00
Zvika Idelsberg 6d4ff51b9c fix bug 1361953(bugzilla)/HQ-4820(jira) - changing the way MultiProcess cpu usage(%) is calculated 2015-03-25 03:40:28 -06:00
Doug MacEachern 236006e02d Bump ruby gem version to 0.7.3
Fixes github issue #49
2014-10-30 14:09:38 -07:00
Doug MacEachern 18c2856f75 nfs.h needs sys/socket.h 2014-10-30 11:00:40 -07:00
David Zhao 13bcf8ae45 Moving sigar includes until after system. Fixes compilation on Xcode 6.1 2014-10-06 16:14:45 -07:00
hananaharonof b89060c481 Merge pull request #46 from hyperic/i18n
Some metrics are missing the '/sec' suffix. This fix first tries to add
2014-09-03 14:12:38 +03:00