Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/frequentlyAskedQuestions.html"

(New page: <h2> Frequently Asked Questions </h2> This section details frequently asked questions relating to the Graphing Perspective.<br><br> <b> Can I make more than one graph at one time? Do the...)
 
 
Line 16: Line 16:
 
</b><br><br>
 
</b><br><br>
  
A: Yes. By default it is set to once per second, but you can increase this in the <a href="preferences.html">
+
A: Yes. By default it is set to once per second, but you can increase this in the [[Linux_Tools_Project/Systemtap/User_Guide/graphing/preferences.html | Preferences ]]
Preferences.</a>
+
 
<br><br><br>
 
<br><br><br>
  

Latest revision as of 06:26, 10 November 2010

Frequently Asked Questions

This section details frequently asked questions relating to the Graphing Perspective.

Can I make more than one graph at one time? Do they update concurrently?

A: Yes and yes. Start another graph the same way you started the first one, by clicking the Graph Wizard button.


Can I increase the rate at which SystemTap GUI update the graph?

A: Yes. By default it is set to once per second, but you can increase this in the Preferences


Is there any way to save or export the graph images?

A: Yes. Use File->Save Graph Image to save the graph.


What if I want to preserve this data for manipulation later?

A: You can do this by using File->Export Data Set. This will save your data set for further work.


Back to the top