jhiccup

Measure pauses and stalls in Java runtime platform execution

brewmacoslinux
Try with needOr install directly
Source

About

Measure pauses and stalls of an app's Java runtime platform

Commands

jHiccup

Examples

Start monitoring a Java process and log hiccup data to file$ jHiccup -l hiccup.log -c 10 java -jar myapp.jar
Measure pauses with custom sampling interval of 1ms$ jHiccup -i 1ms -l pauses.log java -cp . MyApplication
Generate histogram report of detected pauses$ jHiccup -l hiccup.log -hc java -jar application.jar