Het Open Source Technology Center van Intel heeft een nieuwe versie van LatencyTOP beschikbaar gesteld. Het programma is aangekomen bij versie 0.3 en kan door te klikken op deze link voor Linux gedownload worden. LatencyTOP is een handige tool voor software-ontwikkelaars die laat zien welke operaties en acties systeemlatency veroorzaken. Het programma richt zich hierbij op applicaties die nuttige code willen uitvoeren, maar die door de kernel in de wacht worden gezet omdat de gevraagde resource niet beschikbaar is. Het is niet bekend wat er in versie 0.3 veranderd is. LatencyTOP wordt als volgt omschreven:
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. [break]