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

(New page: <h2> IDE Perspective Menus </h2> What follows is a comprehension list of the menu options available within the Systemtap GUI Graphing Perspective. <h3> <u>F</u>ile </h3> <ul> <li><b><u>...)
 
Line 19: Line 19:
  
 
<h3>
 
<h3>
<a name="run"><u>R</u>un</a>
+
<u>R</u>un
 
</h3>
 
</h3>
 
<ul>
 
<ul>
Line 44: Line 44:
 
<li>Other - Lists all views in the application.</li><br><img src="images/menu/viewbox1.png"><br><br>
 
<li>Other - Lists all views in the application.</li><br><img src="images/menu/viewbox1.png"><br><br>
 
</ul></li>
 
</ul></li>
<li><b><u>P</u>references</b> - Due to the breath of this topic it is covered in another section. Please see <a href="preferences.html">Preferences Help</a>.<br><img src="images/menu/preferencesbox1.png"><br><br></li>
+
<li><b><u>P</u>references</b> - Due to the breath of this topic it is covered in another section. Please see [[Linux_Tools_Project/Systemtap/User_Guide/graphing/preferences.html | Preferences ]].<br><img src="images/menu/preferencesbox1.png"><br><br></li>
 
</ul>
 
</ul>

Revision as of 06:31, 10 November 2010

IDE Perspective Menus

What follows is a comprehension list of the menu options available within the Systemtap GUI Graphing Perspective.


File

  • Open Script Output - This option opens the specified file and reads the contents into the DataTable for use in the Graphing Perspective.
    <img src="images/menu/openbox1.png">

  • Save Graph Image - This option saves the graph in the specified file extension format.
    <img src="images/menu/saveoutput.png">

  • Import Data Set - This option allows you to load a previously saved set of data obtained from running a SystemTap script. You can proceed from this point as if you had just ran a script and populated the DataTable.
    <img src="images/menu/import.png">

  • Export Data Set - This option allows you to save a current data set after you've ran a script in the intention of having someone else look at the user's script results through the tool or for further work done by the user. (Shortcut: Ctrl+X)
    <img src="images/menu/export.png">

  • Print - This option prints the graph currently holding the focus. (Shortcut: Crtl+P)
  • Exit - Exits Systemtap GUI.

Run

  • Stop - This option terminates the script thread associated with whichever script currently has the focus. (Shortcut: Ctrl+F9)

Window

  • Open in New Window - This option opens a new instance of SystemTap GUI.
  • Open Perspective - This submenu lists each of the available perspectives to open:
    • IDE Perspective
    • Graphing Perspective
  • Show Views - This submenus lists each of the available views to open:
    • Console
    • Error Log
    • Functions
    • Kernel Source
    • Probe Alias
    • Other - Lists all views in the application.

    • <img src="images/menu/viewbox1.png">

  • Preferences - Due to the breath of this topic it is covered in another section. Please see Preferences .
    <img src="images/menu/preferencesbox1.png">

Back to the top