penberg / hornet

Hornet, a JVM optimized for low-latency applications.
Other
53 stars 5 forks source link

Linux perf tool integration #8

Open penberg opened 11 years ago

penberg commented 11 years ago

Motivation

JVM debugging, performance, and tracing tools don't play well with native code or the operating system. Having deep integration with Linux "perf" tool will make debugging and optimizing Java applications more powerful in low latency environments where causes of latency spikes are spread across the software (and hardware) stack.