Changes between Version 20 and Version 21 of Projects/LoggingTools


Ignore:
Timestamp:
11/23/10 02:30:03 (13 years ago)
Author:
Aantn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/LoggingTools

    v20 v21  
    1616
    1717All of these tools work out of the box with generic log files. Please note that many of them cannot run on RTEMS itself. You'll need to connect your RTEMS system to another computer for analysis.
    18 =  Application Profiling  =
    19 
    20 You can use the following tools to trace and profile your application.
    21  *  [http://wiki.rtems.org/wiki/index.php/RTEMS_Trace_Tool RTEMS Trace Tool] - TODO
    22  *  [http://wiki.rtems.org/wiki/index.php/Capture_Engine RTEMS Capture Engine] - TODO
    2318=  Graphing and Visualizing Time-Series Data  =
    2419
    2520 *  [http://oss.oetiker.ch/rrdtool/index.en.html RRDTool] - '''RRDTool is the recommended tool for graphing time-series data.''' RRDTool is a library for writing custom monitoring tools. It can easily create custom graphs with your data. If you don't want to write any code, there are a [http://oss.oetiker.ch/rrdtool/rrdworld/index.en.html multitude of RRDTool-based programs which can parse and graph your logs automatically.]
    2621 *  [http://log2timeline.net/ Log2Timeline] - '''Log2Timeline is the recommended tool for creating stunning and interactive visualizations of simple logs.''' Log2Timeline converts log files to "timeline body files," which can be viewed with tools like [http://www.simile-widgets.org/timeline/ Simile Timeline] and [http://www.simile-widgets.org/timeplot/ Simile Timeplot].
     22=  Application Profiling  =
     23
     24You can use the following tools to trace and profile your application.
     25 *  [http://wiki.rtems.org/wiki/index.php/RTEMS_Trace_Tool RTEMS Trace Tool] - RTEMS Trace Tool is a tool to trace your RTEMS applications and visualize an application's run process. For more information, see http://wiki.rtems.org/wiki/index.php/RTEMS_Trace_Tool
     26 *  [http://wiki.rtems.org/wiki/index.php/Capture_Engine RTEMS Capture Engine] - RTEMS Capture Engine is a software module for RTEMS that captures context switches. For more information, see http://wiki.rtems.org/wiki/index.php/Capture_Engine
    2727=  Statistical Analysis  =
    2828