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"

 
Line 11: Line 11:
 
regular expression (regex). For instructions on using regex see our  
 
regular expression (regex). For instructions on using regex see our  
 
[[Linux_Tools_Project/Systemtap/User_Guide/graphing/regex.html | Guide to Regular Expressions ]].<br><br>
 
[[Linux_Tools_Project/Systemtap/User_Guide/graphing/regex.html | Guide to Regular Expressions ]].<br><br>
 
<img src="../concepts/graphTypes/images/multiline.png">
 

Latest revision as of 08:25, 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 .

Back to the top