Intel Releases LatencyTop 0.1
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.
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.
There are many types and causes of latency, and LatencyTOP focus on type that causes audio skipping and desktop stutters. Specifically, LatencyTOP focuses on the cases where the applications want to run and execute useful code, but there’s some resource that’s not currently available (and the kernel then blocks the process). This is done both on a system level and on a per process level, so that you can see what’s happening to the system, and which process is suffering and/or causing the delays.
I have used PowerTop from Intel to optimize my laptop’s battery time. PowerTop is really a great tool to identify wasted CPU cycles and unnecessary wake ups, and it is a great contribution from Intel to Linux and the open source community.
And now they (with Arjan van de Ven in front, a long time Linux kernel contributor) releases this LatencyTop, which also got a great potential to improve the user experience and usability for Linux users and coming users.
Arjan van de Ven and Intel thank you for a great Linux tool.
Read more at latencytop.org.
Related posts:
- Intel Open Source Graphics Drivers
- Intel Entry Server Board S3000AH: Linux and lm-sensors
- Linux: Reducing Power Consumption
- What is the coolest thing you can do using Linux that you can’t do with Windows or on a Mac?
- Howto: Install Windows Vista Fonts in Ubuntu
- dos2unix on Ubuntu and Debian
- Google’s new operating system: Chrome OS boots at 7 seconds
- Xen Howto: Install Windows
- Installing Xen on Debian Etch 4.0
- Windows Developers Begin Slow Defection to Linux

