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/graphing/makingGraphs.html"

(New page: <h2> Making Graphs </h2> In order to graph SystemTap scripts you must have a script open in the IDE Perspective, and the <b><u>R</u>un->Run w/ Chart</b> option must be used. If you are u...)
 
Line 1: Line 1:
 
<h2>
 
<h2>
Making Graphs
+
Generating Graphs
 
</h2>
 
</h2>
  
Line 7: Line 7:
 
review the IDE Tutorial in the SystemTap IDE User's Guide.<br><br>
 
review the IDE Tutorial in the SystemTap IDE User's Guide.<br><br>
  
A <a href="../gettingstarted/graphingTutorial.html">tutorial</a> has been written to guide the user through the execution  
+
A [[Linux_Tools_Project/Systemtap/User_Guide/graphing/graphingTutorial.html | Graphing Tutorial ]] has been written to guide the user through the execution  
 
and charting of a provided script. Any script can be used however that provides consistent data along with a  
 
and charting of a provided script. Any script can be used however that provides consistent data along with a  
 
regular expression (regex). For instructions on using regex see our  
 
regular expression (regex). For instructions on using regex see our  
<a href="../reference/regex.html">Regex Reference Page</a>.<br><br>
+
[[Linux_Tools_Project/Systemtap/User_Guide/graphing/regex.html | Guide to Regular Expressions ]].<br><br>
  
 
<img src="../concepts/graphTypes/images/multiline.png">
 
<img src="../concepts/graphTypes/images/multiline.png">

Revision as of 06:23, 10 November 2010

Generating Graphs

In order to graph SystemTap scripts you must have a script open in the IDE Perspective, and the Run->Run w/ Chart option must be used. If you are unfamiliar with how to load or write a SystemTap script, please review the IDE Tutorial in the SystemTap IDE User's Guide.

A Graphing Tutorial has been written to guide the user through the execution and charting of a provided script. Any script can be used however that provides consistent data along with a regular expression (regex). For instructions on using regex see our Guide to Regular Expressions .

<img src="../concepts/graphTypes/images/multiline.png">

Back to the top