Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/Systemtap/User Guide/ide/systemtapPerspectives.html

< Linux Tools Project‎ | Systemtap/User Guide‎ | ide
Revision as of 06:05, 9 November 2010 by Unnamed Poltroon (Talk) (New page: <h2> SystemTap Perspectives </h2> SystemTap has three perspectives built into it, each with its own purpose. <ol> <li><img src="../reference/images/toolbars/ide.png"> <b>IDE Perspective<...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SystemTap Perspectives

SystemTap has three perspectives built into it, each with its own purpose.

  1. <img src="../reference/images/toolbars/ide.png"> IDE Perspective - This will be the primary perspective for SystemTap script writers. It contains the <a href="stpEditor.html">editor</a>, <a href="functionBrowser.html">Function Browser</a>, <a href="kernelBrowser.html">Kernel Browser</a>, <a href="probeAliasBrowser.html">Probe Alias Browser</a>, and <a href="../reference/viewsAndEditors.html#console">console/error log</a>. The IDE Perspective contains the features necessary to <a href="">run SystemTap scripts</a> and the syntax highlighting and code completion features to facilitate efficient development.
  2. <img src="../reference/images/toolbars/graphing.png"> Graphing Perspective - This perspective is invoked when the user calls the Run /w Chart option. It defaults to showing a data table containing the script results and is capable of producing six different chart types: Line Graph, Multi-Line Graph, Bar Graph, Multi-Bar Graph, Scatter Graph, and Multi-Scatter Graph.
  3. <img src="../reference/images/toolbars/dash.png">Dashboard Perspective - This perspective will be capable of storing meta-data related to each graph such as filters, aggregates, and display options in addition to showing a "dashboard" interface with multiple graphs updating simultaneously. It is currently still under development.

Back to the top