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"

(Additional Trace Types)
(15 intermediate revisions by 4 users not shown)
Line 11: Line 11:
 
* [[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/Contributor_Guidelines | How to contribute patches]]
** [[Trace_Compass/Rebase_Patch_From_Linux_Tools | How to rebase a patch from the Linux Tools tree]]
+
* [[Trace_Compass/Incubator_Guidelines | Contribute through the Trace Compass Incubator]]
  
 
=== User Guides ===
 
=== User Guides ===
Line 41: Line 41:
 
|-
 
|-
 
|}
 
|}
 +
 +
=== 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 ===
 
=== 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]
 
* [https://wiki.eclipse.org/images/0/0e/TechTalkOnlineDemoFeb2017_v1.pdf Advanced trouble-shooting of real-time systems]
  

Revision as of 16:00, 30 July 2021

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