giltene / jHiccup

jHiccup is a non-intrusive instrumentation tool that logs and records platform "hiccups" - including the JVM stalls that often happen when Java applications are executed and/or any OS or hardware platform noise that may cause the running application to not be continuously runnable.
Other
677 stars 92 forks source link

Allow additional arguments to be passed to the control process spawned b... #12

Closed benhyland closed 9 years ago

benhyland commented 9 years ago

...y jHiccup. Motivation is to allow the control process to be run on the Zing VM in a licensed environment without a license file present in the default /etc/zing/license location, by passing -XX:ZingLicenseFile=/actual/path/to/license. If there is a better way to do this please let me know.