sigar/bindings/java/src
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
..
jni GPL v2 license -> Apache 2 license 2010-04-28 14:57:11 -07:00
org/hyperic/sigar Some metrics are missing the '/sec' suffix. This fix first tries to add 2014-09-03 13:22:19 +03:00