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

< Linux Tools Project‎ | Systemtap/User Guide‎ | graphing
Revision as of 06:46, 9 November 2010 by Unnamed Poltroon (Talk) (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...)

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

Making 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 <a href="../gettingstarted/graphingTutorial.html">tutorial</a> 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 <a href="../reference/regex.html">Regex Reference Page</a>.

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

Back to the top