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

How to use Jhiccup to measure total hiccups occurred during a period of time? #36

Open Tony-X opened 5 years ago

Tony-X commented 5 years ago

I have a use case where I'd like to track how much time is spent in "hiccup" compared to a total time taken to serve a request. What's the recommended setup?