2
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Oct 22, 2024 — Oct 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Go sources update More... almost 10 years ago
go code More... almost 10 years ago
go bindings More... almost 10 years ago
Fix [SIGAR-253]- Remove a space from else if condition More... about 10 years ago
With Tomer. Optimizing the performance counter queries on win32. More... over 10 years ago
With Tomer. Optimizing the performance counter queries on win32. More... over 10 years ago
Fix [SIGAR-252] - Add support for discovering Windows 2012 R2 More... over 10 years ago
removing Override annotations More... over 10 years ago
fix bug 1361953(bugzilla)/HQ-4820(jira) - changing the way MultiProcess cpu usage(%) is calculated More... over 10 years ago
Bump ruby gem version to 0.7.3
dougm
as Doug MacEachern
More... almost 11 years ago
nfs.h needs sys/socket.h
dougm
as Doug MacEachern
More... almost 11 years ago
Moving sigar includes until after system. Fixes compilation on Xcode 6.1 More... about 11 years ago
Merge pull request #46 from hyperic/i18n More... about 11 years ago
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. More... about 11 years ago
Merge pull request #33 from nettag/master More... about 12 years ago
[SIGAR-248]- Sigar log monitoring ignores successive lines with same timestamp More... about 12 years ago
c on win compatability poblems More... about 12 years ago
removed; More... about 12 years ago
disk io works using cache - also pid cache cleanup and pid cache dump More... about 12 years ago
sigar hpux - disk io fix More... about 12 years ago
disk io on aix More... about 12 years ago
solaris disk io More... about 12 years ago
disk io hpux More... about 12 years ago
show windoes 2012 More... about 12 years ago
Fixed TestProcDiskIO More... about 12 years ago
Added total disk IO metric More... about 12 years ago
Implemented empty sigar_proc_disk_io_get on unsupported systems, to avoid breaking compilation. More... about 12 years ago
Implemented process disk IO metrics on Windows More... about 12 years ago
Added Sigar.getProcDiskIO to Java API on Linux More... about 12 years ago
Java - Fixed loading native libraries from paths that contain international characters. More... about 12 years ago