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"

 
Line 6: Line 6:
  
 
<ol>
 
<ol>
<li><img src="../reference/images/toolbars/ide.png"> <b>IDE Perspective</b> - This is the primary perspective for SystemTap script writers. It contains
+
<li>[[Image:ide.png]] <b>IDE Perspective</b> - This is the primary perspective for SystemTap script writers. It contains
 
the [[Linux_Tools_Project/Systemtap/User_Guide/ide/functionBrowser.html | Function Browser ]],  
 
the [[Linux_Tools_Project/Systemtap/User_Guide/ide/functionBrowser.html | Function Browser ]],  
 
[[Linux_Tools_Project/Systemtap/User_Guide/ide/kernelBrowser.html | Kernel Browser ]], [[Linux_Tools_Project/Systemtap/User_Guide/ide/probeAliasBrowser.html | Probe Alias Browser ]],  
 
[[Linux_Tools_Project/Systemtap/User_Guide/ide/kernelBrowser.html | Kernel Browser ]], [[Linux_Tools_Project/Systemtap/User_Guide/ide/probeAliasBrowser.html | Probe Alias Browser ]],  
Line 12: Line 12:
 
the features necessary execute SystemTap scripts and the syntax highlighting and code  
 
the features necessary execute SystemTap scripts and the syntax highlighting and code  
 
completion features that facilitate efficient development of scripts.</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>[[Image: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 is capable of storing meta-data related to
+
<li>[[Image: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. </li>
 
with multiple graphs updating simultaneously. </li>
 
</ol>
 
</ol>

Latest revision as of 07:20, 10 November 2010

SystemTap Perspectives

SystemTap has three perspectives, each with its own purpose.

  1. 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. 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. Dash.pngDashboard 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