Jump to content

LatencyTOP: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
CorenSearchBot (talk | contribs)
Tagging possible copyvio of http://kerneltrap.org/Linux/LatencyTop_Identifying_System_Latency
updated some info related to latencytop
Line 1: Line 1:
{{csb-pageincludes|1=http://kerneltrap.org/Linux/LatencyTop_Identifying_System_Latency}}

{{Other uses2|latencytop}}
{{Other uses2|latencytop}}
{{Infobox software
{{Infobox software
Line 9: Line 7:
| collapsible =
| collapsible =
| author = [[Intel]]
| author = [[Intel]]
| developer = Arjan van de Ven
| developer = Arjan van de Ven
| released = [[2008]]
| released = [[2008]]
| latest release version =
| latest release version = 0.5
| latest release date =
| latest release date =
| latest preview version =
| latest preview version =
Line 26: Line 24:
| website = [http://www.latencytop.org/ www.latencytop.org]
| website = [http://www.latencytop.org/ www.latencytop.org]
}}
}}
'''LatencyTOP''' is a Linux application for identifying system latency within the system and find out the operations/actions which cause the latency. In short, LatencyTOP is a tool for developers to visualize system latencies. Based on these observations,we can modify the source code of the application to reduce latency hiccups.It was released by [[Intel]] in 2007 under the [[GNU General Public License|GPL]]v2 license. It works for [[Intel]], [[Advanced Micro Devices|AMD]]and ARM processors.
'''LatencyTOP''' is a Linux application for identifying system latency within the system and find out the operations/actions which cause the latency.LatencyTOP is a tool for developers to visualize system latencies. LatencyTOP kernel infrastructure measures latencies in the scheduler and tracks it system wide and per process basis. Based on these observations,we can modify the source code of the application to reduce latency hiccups.It was released by [[Intel]] in 2008 under the [[GNU General Public License|GPL]]v2 license. It works for [[Intel]], [[Advanced Micro Devices|AMD]]and ARM processors.


There are many types and causes of latency. LatencyTOP focus on the latencies which causes audio skipping and desktop stutters. LatencyTOP focuses on the cases where the applications want to run and execute useful code, however, there are some resources that are not currently available. This is done both on a system level and on a per process level. Using the LatencyTOP, we can see what is happening to the system, which process is suffering and which process is causing the delays.
There are many types and causes of latency. LatencyTOP focus on the latencies which causes audio skipping and desktop stutters. LatencyTOP focuses on the cases where the applications want to run and execute useful code, however, there are some resources that are not currently available. This is done both on a system level and on a per process level. Using the LatencyTOP, we can see what is happening to the system, which process is suffering and which process is causing the delays.



LatencyTOP kernel infrastructure measures latencies in the scheduler and tracks it system wide and per process basis


== See also ==
== See also ==

Revision as of 05:52, 20 October 2010

Template:Other uses2

LatencyTOP
Original author(s)Intel
Developer(s)Arjan van de Ven
Initial release2008
Stable release
0.5
Written inC
Operating systemLinux, Solaris
Platformx86, ARM
TypeUtility
LicenseGPLv2
Websitewww.latencytop.org

LatencyTOP is a Linux application for identifying system latency within the system and find out the operations/actions which cause the latency.LatencyTOP is a tool for developers to visualize system latencies. LatencyTOP kernel infrastructure measures latencies in the scheduler and tracks it system wide and per process basis. Based on these observations,we can modify the source code of the application to reduce latency hiccups.It was released by Intel in 2008 under the GPLv2 license. It works for Intel, AMDand ARM processors.

There are many types and causes of latency. LatencyTOP focus on the latencies which causes audio skipping and desktop stutters. LatencyTOP focuses on the cases where the applications want to run and execute useful code, however, there are some resources that are not currently available. This is done both on a system level and on a per process level. Using the LatencyTOP, we can see what is happening to the system, which process is suffering and which process is causing the delays.


See also

References