LatencyTOP: Difference between revisions
Appearance
Content deleted Content added
Maxinbjohn (talk | contribs) added latencytop |
m simplify link |
||
(36 intermediate revisions by 24 users not shown) | |||
Line 1: | Line 1: | ||
{{Multiple issues| |
|||
{{Other uses2|latencytop}} |
|||
{{More footnotes|date=November 2010}} |
|||
{{notability|Products|date=November 2017}} |
|||
}} |
|||
{{short description|Linux application}} |
|||
{{Infobox software |
{{Infobox software |
||
| name |
| name = LatencyTOP |
||
| logo |
| logo = |
||
| screenshot |
| screenshot = |
||
| caption |
| caption = |
||
| collapsible |
| collapsible = |
||
| author |
| author = [[Intel]] |
||
| developer |
| developer = Arjan van de Ven |
||
| released |
| released = 2008 |
||
| latest release version = |
| latest release version = 0.5 |
||
| latest release date |
| latest release date = |
||
| latest preview version = |
| latest preview version = |
||
| latest preview date |
| latest preview date = |
||
⚫ | |||
| frequently updated = |
|||
| operating system = [[Linux]], [[Solaris (operating system)|Solaris]] |
|||
⚫ | |||
| |
| platform = [[x86]], [[ARM architecture|ARM]] |
||
| size = |
|||
| platform = [[x86]], [[ARM architecture|ARM]] |
|||
⚫ | |||
| size = |
|||
⚫ | |||
⚫ | |||
⚫ | |||
| status = |
|||
⚫ | |||
⚫ | |||
| repo = {{URL|git.infradead.org/latencytop.git}} |
|||
⚫ | |||
⚫ | |||
}} |
}} |
||
⚫ | '''LatencyTOP''' is a Linux application for identifying system latency within the system and find out the operations/actions which cause the latency. |
||
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''' is a [[Linux]] [[Application software|application]] for identifying [[operating system]] [[Latency (engineering)|latency]] within the [[kernel (operating system)|kernel]] and find out the operations/actions which cause the latency.<ref>{{Cite web |last=Gray |first=James |date=15 February 2008 |title=Interview With Arjan van de Ven of Intel and Lesswatts.org {{!}} Linux Journal |url=https://www.linuxjournal.com/content/interview-arjan-van-de-ven-intel-and-lesswattsorg |access-date=2022-09-21 |publisher=[[Linux Journal]]}}</ref> LatencyTOP is a tool for [[software developers]] to visualize system latencies. Based on these observations, the [[source code]] of the application or kernel can be modified to reduce latency. 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 processor]]s.{{Citation needed|date=November 2010}} |
||
As of 2021, the project appears inactive with the last [[Commit (version control)|commit]] to the source code in October 2009.<ref>{{cite web |title=git.infradead.org Git |url=http://git.infradead.org/ |url-status=usurped |archive-url=https://web.archive.org/web/20130706185024/http://git.infradead.org/ |archive-date=2013-07-06 |access-date=2013-07-06 |publisher= |quote=latencytop.git last change Sun, 4 Oct 2009 by Arjan van de Ven}}</ref> |
|||
== |
==See also== |
||
{{Portal|Free software}} |
{{Portal|Free and open-source software}} |
||
* |
*[[Green computing]] |
||
* |
*[[PowerTOP]] |
||
* |
*[[top (software)]] |
||
* [[top (Unix)]] |
|||
==References== |
==References== |
||
{{Reflist}} |
|||
<references /> |
|||
==External links== |
==External links== |
||
* |
* {{Official website}} |
||
* [http://www.linux.com/archive/feed/146320 Linux.com article on LatencyTOP] |
|||
* [http://hub.opensolaris.org/bin/view/Project+latencytop/WebHome] LatencyTOP for OpenSolaris |
|||
{{DEFAULTSORT:Latencytop}} |
{{DEFAULTSORT:Latencytop}} |
||
[[Category:Linux software]] |
[[Category:Linux process- and task-management-related software]] |
||
[[Category:Computers and |
[[Category:Computers and the environment]] |
||
Latest revision as of 17:02, 20 July 2024
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | Intel |
---|---|
Developer(s) | Arjan van de Ven |
Initial release | 2008 |
Stable release | 0.5
|
Repository | git |
Written in | C |
Operating system | Linux, Solaris |
Platform | x86, ARM |
Type | Utility |
License | GPLv2 |
Website | http://www.latencytop.org/ |
LatencyTOP is a Linux application for identifying operating system latency within the kernel and find out the operations/actions which cause the latency.[1] LatencyTOP is a tool for software developers to visualize system latencies. Based on these observations, the source code of the application or kernel can be modified to reduce latency. It was released by Intel in 2008 under the GPLv2 license. It works for Intel, AMD and ARM processors.[citation needed]
As of 2021, the project appears inactive with the last commit to the source code in October 2009.[2]
See also
[edit]References
[edit]- ^ Gray, James (15 February 2008). "Interview With Arjan van de Ven of Intel and Lesswatts.org | Linux Journal". Linux Journal. Retrieved 2022-09-21.
- ^ "git.infradead.org Git". Archived from the original on 2013-07-06. Retrieved 2013-07-06.
latencytop.git last change Sun, 4 Oct 2009 by Arjan van de Ven
{{cite web}}
: CS1 maint: unfit URL (link)
External links
[edit]