Commit Graph

3020 Commits

Author SHA1 Message Date
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
unknown
4fcaa226bd Some metrics are missing the '/sec' suffix. This fix first tries to add
the counter without the '/sec' and if fails, try again with it. If the
second call fails, throw an exception.This issue must be addressed at the
java level (and not C code), since the counter names must be translated
before to support i18n native OS locals.
Please also note, the C code (at Pdh.c), tries to do the same, but at
this level we cannot use the translation mechanism the Java level offers,
hence this fix won't handle non-English i18n locals.
2014-09-03 13:22:19 +03:00
nira11
189843858e Merge pull request #33 from nettag/master
disk io per process, and a few bug fixes
2013-10-06 02:27:13 -07:00
tgoldman
47f01e0177 [SIGAR-248]- Sigar log monitoring ignores successive lines with same timestamp 2013-09-30 10:53:08 +02:00
nira11
6ed8f3c9b5 c on win compatability poblems 2013-09-15 14:14:42 +00:00
nira11
924c4c7476 removed; 2013-09-15 13:54:49 +00:00
nira11
07b221a253 disk io works using cache - also pid cache cleanup and pid cache dump 2013-09-15 12:00:23 +00:00
nira11
f2ba707d9f sigar hpux - disk io fix 2013-08-27 11:37:22 +00:00
nira11
6508b09304 disk io on aix 2013-08-18 11:45:47 +00:00
nira11
64f32dd125 solaris disk io 2013-08-18 08:24:25 +00:00
nira11
aee1d82fae disk io hpux 2013-08-14 10:20:58 +00:00
root
5a1d5e75f1 show windoes 2012 2013-08-12 09:34:24 +00:00
nettag
f15aa84dfe Fixed TestProcDiskIO
Added bytesTotal and some more verification.
2013-08-04 16:41:36 +03:00
nettag
0d91f7d6a4 Added total disk IO metric 2013-08-04 16:19:41 +03:00
nettag
b13b8dcbbb Implemented empty sigar_proc_disk_io_get on unsupported systems, to avoid breaking compilation. 2013-07-30 16:22:40 +03:00
Netta Gavrieli
273889f827 Implemented process disk IO metrics on Windows 2013-07-30 06:04:06 -07:00
nettag
a62558af50 Added Sigar.getProcDiskIO to Java API on Linux
Returns the total bytes read and written for a process using /proc/pid/io.
2013-07-30 10:37:01 +03:00
Netta Gavrieli
ec489fb336 Java - Fixed loading native libraries from paths that contain international characters.
This fixes Hyperic bug https://jira.hyperic.com/browse/HQ-4227
2013-07-30 10:22:50 +03:00
Martin Englund
907fe7a87f Merge pull request #24 from ville-k/master
OSX 10.8 - fix building java bindings
2013-05-08 09:00:57 -07:00
Martin Englund
83fbcbeb4e Merge pull request #11 from EdSchouten/master
Make utmp-handling more standards-compliant.
2013-05-08 08:30:09 -07:00
Ville Kallioniemi
a20ec372b7 Fix building java bindings on Mac OSX 10.8
* look for SDKs in their new location inside the
  application bundle of XCode
2012-10-28 14:27:00 -06:00