
"The Intel Open Source Technology Center is
pleased to announce the release of version 0.1 of
LatencyTOP, a tool for developers to visualize system latencies. Slow servers, skipping audio, jerky video - everyone knows the symptoms of latency. But to know what's really going on in the system, what's causing the latency, and how to fix it... Those are difficult questions without good answers right now. LatencyTOP is a Linux tool for software developers (both kernel and userspace), aimed at identifying where system latency occurs, and what kind of operation/action is causing the latency to happen. By identifying this, developers can then change the code to avoid the worst latency hiccups."
Member since:
2007-08-04
You might want to read through the comments here:
http://blogs.sun.com/ahl/entry/dtrace_knockoffs
which was also discussed on osnews here:
http://osnews.com/comments/18388
Based on everything I know about the issue, the actual stopper for DTrace on Linux is Not Invented Here Syndrome. License discussion led to debate about what is or isn't considered a derived work of the kernel, and ways Linux can work around that to include DTrace.