LatencyTOP: Difference between revisions
Tagging possible copyvio of http://kerneltrap.org/Linux/LatencyTop_Identifying_System_Latency |
Maxinbjohn (talk | contribs) 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. |
'''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
Original author(s) | Intel |
---|---|
Developer(s) | Arjan van de Ven |
Initial release | 2008 |
Stable release | 0.5
|
Written in | C |
Operating system | Linux, Solaris |
Platform | x86, ARM |
Type | Utility |
License | GPLv2 |
Website | 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.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
External links
- [www.latencytop.org LatencyTOP]: Official website
- Linux.com article on LatencyTOP
- [1] LatencyTOP for OpenSolaris