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
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
tgoldman
47f01e0177
[SIGAR-248]- Sigar log monitoring ignores successive lines with same timestamp
2013-09-30 10:53:08 +02:00
nira11
07b221a253
disk io works using cache - also pid cache cleanup and pid cache dump
2013-09-15 12:00:23 +00:00
nettag
f15aa84dfe
Fixed TestProcDiskIO
...
Added bytesTotal and some more verification.
2013-08-04 16:41:36 +03: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
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
Doug MacEachern
965051cdcf
fix build with XCode 4.3
...
- avoid use of FlatCarbon headers
- remove sysroot/syslibroot
- fix gemspec files attribute
2012-03-26 15:23:42 -07:00
Doug MacEachern
edf041dc7a
Merge branch 'sigar-1.6'
2011-07-18 10:51:02 -07:00
Doug MacEachern
d83284613b
[SIGAR-232] change ProcUtil.getJavaMainClass to check Character.isJavaIdentifierPart
2011-07-18 10:47:57 -07:00
Doug MacEachern
012dcef75d
Merge remote-tracking branch 'mimesis/noLog4jDefaultConf_param' into sigar-1.6
2011-07-18 10:14:48 -07:00
Doug MacEachern
b88fb7c0c7
Merge branch 'sigar-1.6'
2011-07-08 13:26:45 -07:00
Doug MacEachern
510a4b5c89
no longer support building with 1.4 jdk
2011-07-08 13:26:37 -07:00
mdoboi
0a3f546638
add noLog4jDefaultConf parameter
2011-04-22 14:51:23 +02:00
Doug MacEachern
a693ebce90
bump version
2011-04-21 11:37:46 -07:00
Doug MacEachern
436ceb351a
Merge branch 'sigar-1.6'
2011-04-08 10:49:37 -07:00
Trevor Pounds
8a4c9f6eb0
(SIGAR-227) fix to prevent missing file(s) from aborting add operation prematurely
2011-04-08 10:49:27 -07:00
Trevor Pounds
87f0aa7f6f
(SIGAR-226) fix missing *.cpp files from source archive
2011-04-08 10:48:38 -07:00
Doug MacEachern
692f5a43ea
fix invalid who.user assertion on win32
2011-04-08 10:48:14 -07:00
Doug MacEachern
f2aef38d02
escape colon in process ObjectName
2011-04-08 10:25:05 -07:00
Doug MacEachern
282c008aea
Merge branch 'sigar-1.6'
2010-05-20 11:48:15 -07:00
Doug MacEachern
d1a4f8e55e
(SIGAR-217) fix EventLog change detection for the Security log case
2010-05-20 11:48:08 -07:00
Doug MacEachern
bee9eb97a2
Merge branch 'sigar-1.6'
2010-05-19 11:36:40 -07:00
Doug MacEachern
ef5317a2da
(SIGAR-217) win32.EventLogThread needs to re-open EventLog if it has been cleared
2010-05-19 11:36:31 -07:00
Doug MacEachern
6a8f3d3d79
Merge branch 'sigar-1.6'
2010-05-13 10:14:31 -07:00
Ian Springer
e43244a6e9
(SIGAR-216) avoid ArrayIndexOutOfBoundsException in Sigar.getCpuPercList() when number of CPUs has decreased
2010-05-13 10:13:45 -07:00
Doug MacEachern
4e0b8c02d0
bump version to 1.6.5
2010-05-13 09:20:24 -07:00
Doug MacEachern
c439f0e2b3
Merge branch 'sigar-1.6'
2010-04-28 16:19:34 -07:00
Doug MacEachern
4b67f577f4
add AUTHORS file
2010-04-28 16:19:25 -07:00
Doug MacEachern
f2b8f76711
Merge branch 'sigar-1.6'
2010-04-28 15:35:19 -07:00
Doug MacEachern
2378412774
GPL v2 license -> Apache 2 license
...
(grit-generated)
2010-04-28 15:29:15 -07:00
Doug MacEachern
57402b29dc
Merge branch 'sigar-1.6'
2010-04-28 15:24:27 -07:00
Doug MacEachern
3774ce96fa
adjust to file renames
2010-04-28 15:24:17 -07:00
Doug MacEachern
8016dbe364
GPL v2 license -> Apache 2 license
...
(grit-generated)
2010-04-28 15:08:39 -07:00
Doug MacEachern
4fe3feb198
Merge branch 'sigar-1.6'
...
Conflicts:
bindings/java/src/org/hyperic/sigar/jmx/SigarCpu.java
bindings/java/src/org/hyperic/sigar/jmx/SigarCpuInfo.java
bindings/java/src/org/hyperic/sigar/jmx/SigarCpuPerc.java
bindings/java/src/org/hyperic/sigar/jmx/SigarLoadAverage.java
bindings/java/src/org/hyperic/sigar/jmx/SigarMem.java
bindings/java/src/org/hyperic/sigar/jmx/SigarSwap.java
bindings/ruby/examples/cpu_info.rb
bindings/ruby/examples/df.rb
bindings/ruby/examples/free.rb
bindings/ruby/examples/ifconfig.rb
bindings/ruby/examples/netstat.rb
bindings/ruby/examples/pargs.rb
bindings/ruby/examples/penv.rb
bindings/ruby/examples/who.rb
2010-04-28 15:03:12 -07:00
Doug MacEachern
73f9b8cf84
GPL v2 license -> Apache 2 license
...
(grit-generated)
2010-04-28 14:57:11 -07:00
Doug MacEachern
37c22746b2
Merge branch 'sigar-1.6'
2010-04-28 11:10:57 -07:00
Doug MacEachern
bb122cc1e4
fix Actual{Free,Used} assertions
2010-04-28 11:05:06 -07:00
Doug MacEachern
6a806d1724
Merge branch 'sigar-1.6'
2010-04-21 15:44:48 -07:00
Doug MacEachern
30e8d0e2c1
fix ProcCpu.getPercent assertion per SIGAR-145
2010-04-21 15:20:05 -07:00
Doug MacEachern
b3078dca91
bring back closeSigar() call in shutdown (commented out in cd42290
)
2010-04-21 15:02:01 -07:00
Doug MacEachern
a5dacd4d03
clear ProcessQueryFactory and Humidor instances on shutdown
2010-04-21 13:56:25 -07:00
Doug MacEachern
8cd05ddc64
mv ProcessQueryFactory.clear calls to tearDown()
2010-04-21 13:55:01 -07:00
Doug MacEachern
c9ef9f4bb6
add close() method
2010-04-21 13:47:06 -07:00
Doug MacEachern
a8963528fc
Merge branch 'sigar-1.6'
2010-04-16 11:01:17 -07:00
Doug MacEachern
aa2cbaa89b
System.getenv throws Error in 1.4 jre
2010-04-16 11:01:02 -07:00
Doug MacEachern
4a0dc0cef3
Merge branch 'sigar-1.6' into cleanup
...
Conflicts:
bindings/SigarWrapper.pm
src/os/netware/Makefile.nw
src/os/netware/netware_sigar.c
src/os/osf1/osf1_sigar.c
src/os/stub/stub_sigar.c
2010-04-15 14:14:38 -07:00