Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/LTTng"

(Overview)
 
(45 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Overview ==
+
{{#eclipseproject:technology.linux-distros}} {{Linux_Tools}}
  
LTTng is a tracer for Linux that has the capability to generate a high volume of traces (from the kernel or application) with very low overhead. This is achieved by instrumenting the Linux kernel. LTTng is delivered as a set of kernel patches, to collect the traces, as well as a toolchain to control the tracing, as well as view and analyze the generated data.
+
This page has been "obsoleted".  
  
 +
Refer to the [http://wiki.eclipse.org/Linux_Tools_Project/LTTng2/User_Guide User Guide] for the LTTng Eclipse integration installation and usage.
  
The scope of this project is to provide an Eclipse integration of LTTng. It will be delivered in two components:
+
The legacy (pre v2.0) User Guide can be found [http://wiki.eclipse.org/Linux_Tools_Project/LTTngLegacy/User_Guide here].
* Tracing and Monitoring Framework (TMF) that facilitates the integration of tracing tools in eclipse
+
* LTTng reference implementation based on TMF
+
 
+
 
+
=== Tracing and Monitoring Framework ===
+
 
+
The main features of this integration are:
+
* Control of LTTng
+
** Local and remote (TCF based agent)
+
 
+
* Support for user space tracing
+
* Support for heterogeneous traces
+
* Generic log text file support
+
* Support for distributed, multi-processor, multi-core trace synchronization
+
 
+
* Retrieval and efficient handling of large trace files (>10Gb)
+
 
+
* Traces visualization, correlation and analysis
+

Latest revision as of 11:51, 24 May 2013

{{#eclipseproject:technology.linux-distros}}

Linux Tools
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

This page has been "obsoleted".

Refer to the User Guide for the LTTng Eclipse integration installation and usage.

The legacy (pre v2.0) User Guide can be found here.

Back to the top