-
I just found this repository. It looks like a useful output writer for jmxtrans. Would you like to merge it to https://github.com/jmxtrans/jmxtrans? If you send a PR, I'll be happy to review and merge…
gehel updated
5 years ago
-
java -Dlog4j.configuration=file:config/tools-log4j.properties -XX:MaxGCPauseMillis=100 -XX:InitiatingHeapOccupancyPercent=45 -verbose:gc -Xmx5g -Xms5g -XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGCTime…
-
I just wanted to give jmxtrans a try and encountered the following stumbling blocks:
* The download link (zip and tgz) at http://www.jmxtrans.org/ points to an archived version of the git master. I…
-
JMXtrans Java Agent fails with JDK9:
```
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native M…
evmin updated
5 months ago
-
Hi,
I tried posting on the Google group but there's been no activity in months so I'm hoping someone here can point me in the right direction. I'm trying and failing to get jmxtrans to expire old l…
-
```
Here is a proposed jmxtrans.sh enhancement to allow defining quartz properties
file via an environment variable.
HOW TO DEFINE QUARTZ CONFIG FILE WITH THIS PATCH ?
sample when using jmx RPM p…
-
```
Here is a proposed jmxtrans.sh enhancement to allow defining quartz properties
file via an environment variable.
HOW TO DEFINE QUARTZ CONFIG FILE WITH THIS PATCH ?
sample when using jmx RPM p…
-
Not sure if this is a real issue or a lack of documentation.
I built jmxtrans-parent-253 with the debian profile and installed it (`dpkg -i jmxtrans-parent-253.deb`), it registered a startup script i…
-
After installing jmxtrans on CentOS or Fedora using RPM package and rebooting:
```
[root@fedora25 user]# /etc/init.d/jmxtrans start
Starting JmxTrans...
[root@fedora25 user]# /etc/init.d/jmxtrans …
-
Identified impacts:
- Maven Cobertura Plugin doesn't support Java 9 yet as it has a dependency on tools.jar (fixed using Jacoco)
- Maven Failsafe Plugin (fixed upgrading to 2.20.1)
- com.sun:tool d…