|
jhiccup
☆
« Back to VersTracker
|
||||||||||
|
Description: Measure pauses and stalls of an app's Java runtime platform |
||||||||||
| Type: Formula | Tracked Since: Dec 28, 2025 | ||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||
| Category: Developer tools | ||||||||||
| Tags: java profiling performance monitoring jvm latency | ||||||||||
| Install: brew install jhiccup | ||||||||||
|
About: JHiccup is a diagnostic tool designed to measure and report the pauses, stalls, and latency hiccups within a Java Virtual Machine (JVM). It works by running a separate monitoring thread that periodically measures the time it takes to execute a simple no-op operation, highlighting delays caused by Garbage Collection (GC), JIT compilation, or OS scheduling. This provides developers with a clear, visual representation of application responsiveness that is often missed by traditional average latency metrics. |
||||||||||
Key Features:
|
||||||||||
Use Cases:
|
||||||||||
Alternatives:
|
||||||||||
| Version History | ||||||||||
|