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 "Trace Compass"

 
 
(34 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 +
{{warning|Note: The contents of this page is obsolete and is migrated to [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/wiki Trace Compass Wiki].}}
 +
 +
 +
 +
This page aggregates all the wiki pages related to the [http://eclipse.org/tracecompass Trace Compass] project.
 +
 +
=== General information about the project ===
 +
 +
* [[Trace_Compass/ReleasePreparation | Release Preparation]]
 +
* [[Trace_Compass/Project_Meetings | Project Meetings]]
 +
* [[Trace_Compass/NewInTraceCompass | New and Noteworthy]]
 +
 +
=== Contributing to Trace Compass ===
 +
 
* [[Trace_Compass/Development_Environment_Setup | Trace Compass Development Environment Setup]]
 
* [[Trace_Compass/Development_Environment_Setup | Trace Compass Development Environment Setup]]
 +
* [[Trace_Compass/Contributor_Guidelines | How to contribute patches]]
 +
* [[Trace Compass/Trace_Compass_Api_policy | Trace Compass API Policy]]
 +
* [[Trace_Compass/Incubator_Guidelines | Contribute through the Trace Compass Incubator]]
 +
 +
=== User Guides ===
 +
 +
{| class="wikitable"
 +
|-
 +
! | Guide
 +
! | Versions
 +
|-
 +
! | Trace Compass User Guide
 +
| [http://archive.eclipse.org/tracecompass/doc/stable/org.eclipse.tracecompass.doc.user/User-Guide.html Latest stable]
 +
[http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.doc.user/User-Guide.html Nightly]
 +
|-
 +
! | RCP-specific instructions
 +
| [http://archive.eclipse.org/tracecompass/doc/stable/org.eclipse.tracecompass.rcp.doc.user/User-Guide.html Latest stable]
 +
[http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.rcp.doc.user/User-Guide.html Nightly]
 +
|-
 +
! | Trace Compass Developer Guide
 +
| [http://archive.eclipse.org/tracecompass/doc/stable/org.eclipse.tracecompass.doc.dev/Developer-Guide.html Latest stable]
 +
[http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.doc.dev/Developer-Guide.html Nightly]
 +
|-
 +
! | Pcap Support User Guide
 +
| [http://archive.eclipse.org/tracecompass/doc/stable/org.eclipse.tracecompass.tmf.pcap.doc.user/User-Guide.html Latest stable]
 +
[http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/User-Guide.html Nightly]
 +
|-
 +
! | GDB Tracepoint Analysis User Guide
 +
| [http://archive.eclipse.org/tracecompass/doc/stable/org.eclipse.tracecompass.gdbtrace.doc.user/User-Guide.html Latest stable]
 +
[http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.gdbtrace.doc.user/User-Guide.html Nightly]
 +
|-
 +
|}
 +
 +
=== Additional Trace Types ===
 +
 +
The following trace types are provided under the Eclipse Public License V2.
 +
 +
* [https://git.eclipse.org/r/plugins/gitiles/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/refs/heads/master/tracetypes/org.eclipse.tracecompass.incubator.gerrit.core/resources Gerrit logs]; [https://git.eclipse.org/r/plugins/gitiles/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/refs/heads/master/doc/org.eclipse.tracecompass.incubator.gerrit.doc.user/doc/User-Guide.mediawiki User Guide]
 +
* [https://git.eclipse.org/r/plugins/gitiles/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/refs/heads/master/tracetypes/org.eclipse.tracecompass.incubator.system.core/resources System logs], including these listed below; [https://git.eclipse.org/r/plugins/gitiles/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/refs/heads/master/doc/org.eclipse.tracecompass.incubator.system.doc.user/doc/User-Guide.mediawiki User Guide]
 +
** Catalina, an implementation of Apache Tomcat.
 +
** HAProxy, high availability proxy and load balancer.
 +
** HTTPd, HTTP server log.
 +
** JVM GC, Java VM garbage collection log.
 +
** OpenSSHd, Open Secure Shell server log.
 +
** A simple SSH failed-connections XML analysis, to see the cause of connection failures wrt the user.
 +
** PostgreSQL database logs
 +
* [[:File:hadoop.xml.zip|Hadoop logs]] -from Apache Hadoop, a distributed file system.
 +
* [[:File:microsoft-teams.xml.zip|Microsoft Teams]] client log.
 +
 +
=== Presentations ===
 +
* [https://www.eclipsecon.org/europe2019/sessions/using-theia-take-trace-analysis-and-visualization-next-level Using Theia to take trace analysis and visualization to the next level (EclipseCon 2019)]
 +
* [https://www.eclipsecon.org/europe2019/sessions/easely-extending-eclipse-trace-compass EASEly extending Eclipse Trace Compass (EclipseCon 2019)]
 +
* [https://www.eclipsecon.org/europe2018/sessions/eclipse-trace-compass-%E2%80%93-past-present-and-future Eclipse Trace Compass – Past, Present and Future (EclipseCon 2018)]
 +
* [https://wiki.eclipse.org/images/b/bf/EclipseTSP-CommunityMeeting-28March2019.pdf Introducing: Trace Server Protocol (Theia Community Day at EclipseCon 2018)]
 +
* [https://wiki.eclipse.org/images/0/0e/TechTalkOnlineDemoFeb2017_v1.pdf Advanced trouble-shooting of real-time systems]
 +
 +
=== Looking forward ===
 +
 +
* [[Trace_Compass/Feature_Roadmap | Feature Roadmap]]
 +
* [[Trace_Compass/Design_Documents | Design Documents]]
 +
 +
[[Category:Trace_Compass]]

Latest revision as of 14:31, 15 February 2024

Warning2.png
Note: The contents of this page is obsolete and is migrated to Trace Compass Wiki.



This page aggregates all the wiki pages related to the Trace Compass project.

General information about the project

Contributing to Trace Compass

User Guides

Guide Versions
Trace Compass User Guide Latest stable

Nightly

RCP-specific instructions Latest stable

Nightly

Trace Compass Developer Guide Latest stable

Nightly

Pcap Support User Guide Latest stable

Nightly

GDB Tracepoint Analysis User Guide Latest stable

Nightly

Additional Trace Types

The following trace types are provided under the Eclipse Public License V2.

  • Gerrit logs; User Guide
  • System logs, including these listed below; User Guide
    • Catalina, an implementation of Apache Tomcat.
    • HAProxy, high availability proxy and load balancer.
    • HTTPd, HTTP server log.
    • JVM GC, Java VM garbage collection log.
    • OpenSSHd, Open Secure Shell server log.
    • A simple SSH failed-connections XML analysis, to see the cause of connection failures wrt the user.
    • PostgreSQL database logs
  • Hadoop logs -from Apache Hadoop, a distributed file system.
  • Microsoft Teams client log.

Presentations

Looking forward

Back to the top