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

Difference between revisions of "Linux Tools Project/Systemtap/User Guide/ide/systemtapPerspectives.html"

(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<...)
 
Line 3: Line 3:
 
</h2>
 
</h2>
  
SystemTap has three perspectives built into it, each with its own purpose.
+
SystemTap has three perspectives, each with its own purpose.
  
 
<ol>
 
<ol>
<li><img src="../reference/images/toolbars/ide.png"> <b>IDE Perspective</b> - This will be the primary perspective for SystemTap script writers. It contains
+
<li><img src="../reference/images/toolbars/ide.png"> <b>IDE Perspective</b> - This is the primary perspective for SystemTap script writers. It contains
the <a href="stpEditor.html">editor</a>, <a href="functionBrowser.html">Function Browser</a>,  
+
the [[Linux_Tools_Project/Systemtap/User_Guide/ide/functionBrowser.html | Function Browser ]],  
<a href="kernelBrowser.html">Kernel Browser</a>, <a href="probeAliasBrowser.html">Probe Alias Browser</a>,  
+
[[Linux_Tools_Project/Systemtap/User_Guide/ide/kernelBrowser.html | Kernel Browser ]], [[Linux_Tools_Project/Systemtap/User_Guide/ide/probeAliasBrowser.html | Probe Alias Browser ]],  
and <a href="../reference/viewsAndEditors.html#console">console/error log</a>. The IDE Perspective contains  
+
and [[Linux_Tools_Project/Systemtap/User_Guide/ide/viewsAndEditors.html | Views and Editors ]]. The IDE Perspective contains  
the features necessary to <a href="">run SystemTap scripts</a> and the syntax highlighting and code  
+
the features necessary execute SystemTap scripts and the syntax highlighting and code  
completion features to facilitate efficient development.</li>
+
completion features that facilitate efficient development of scripts.</li>
 
<li><img src="../reference/images/toolbars/graphing.png"> <b>Graphing Perspective</b> - This perspective is invoked when the user calls the Run /w Chart option.  
 
<li><img src="../reference/images/toolbars/graphing.png"> <b>Graphing Perspective</b> - 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
 
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  
 
chart types: Line Graph, Multi-Line Graph, Bar Graph, Multi-Bar Graph, Scatter Graph, and Multi-Scatter  
 
Graph.</li>
 
Graph.</li>
<li><img src="../reference/images/toolbars/dash.png"><b>Dashboard Perspective</b> - This perspective will be capable of storing meta-data related to
+
<li><img src="../reference/images/toolbars/dash.png"><b>Dashboard Perspective</b> - This perspective is capable of storing meta-data related to
 
each graph such as filters, aggregates, and display options in addition to showing a "dashboard" interface
 
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.</li>
+
with multiple graphs updating simultaneously. </li>
 
</ol>
 
</ol>

Revision as of 10:56, 9 November 2010

SystemTap Perspectives

SystemTap has three perspectives, each with its own purpose.

  1. <img src="../reference/images/toolbars/ide.png"> IDE Perspective - This is the primary perspective for SystemTap script writers. It contains the Function Browser , Kernel Browser , Probe Alias Browser , and Views and Editors . The IDE Perspective contains the features necessary execute SystemTap scripts and the syntax highlighting and code completion features that facilitate efficient development of scripts.
  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 is 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.

Back to the top