Linux Trace Toolkit: Difference between revisions

Content deleted Content added
Gadget850 (talk | contribs)
cleanup class "references-small" (class was deleted 21 Dec 2010) using AWB
 
(6 intermediate revisions by 3 users not shown)
Line 1:
{{multiple|
The '''Linux Trace Toolkit (LTT)''' is a set of tools that is designed to log program execution details from a patched Linux kernel and then perform various analyses on them, using console-based and graphical tools. LTT has been mostly superseded by its successor [[LTTng]] (Linux Trace Toolkit Next Generation).
{{no footnotes|date=May 2016}}
{{primary sources|date=May 2016}}
}}
The '''Linux Trace Toolkit''' ('''LTT)''') is a set of tools that is designed to log program execution details from a patched Linux kernel and then perform various analyses on them, using console-based and graphical tools. LTT has been mostly superseded by its successor [[LTTng]] (Linux Trace Toolkit Next Generation).
 
LTT allows the user to see in-depth information about the processes that were running during the trace period, including when context switches occurred, how long the processes were blocked for, and how much time the processes spent executing vs. how much time the processes were blocked. The data is logged to a text file and various console-based and graphical ([[GTK+]]) tools are provided for interpreting that data.
Line 6 ⟶ 10:
 
== Usage ==
{{Howto|date=September 2009}}
 
=== Collecting trace data ===
 
Starting dataData collection is as easyStarted asby:
 
trace 15 foo
Line 42 ⟶ 45:
== External links ==
* [http://www.opersys.com/LTT/ LTT page at Opersys.com]
* [https://web.archive.org/web/20081218215723/http://ltt.polymtl.ca/ LTT page at Ecole Polytechnique de Montreal]
 
{{Linux}}
 
[[Category:Linux programming tools]]
[[Category:Computer programmingProgramming tools]]