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

(New page: <h2> Dashboard Perspective Menus </h2> What follows is a comprehension list of the menu options available within the Systemtap GUI Dashboard Perspective. <h3> <u>F</u>ile </h3> <ul> <li...)
 
Line 10: Line 10:
 
</h3>
 
</h3>
 
<ul>
 
<ul>
<li><b><u>I</u>mport Module Location</b> - This option allows brings up a dialogue box prompting the user with the location of a module file which is then loaded into the <a href="../concepts/modulesBrowser.html">Module Browser</a>.<br><img src="../tasks/images/importDialogue.png"><br><br></li>
+
<li><b><u>I</u>mport Module Location</b> - This option allows brings up a dialogue box prompting the user with the location of a module file which is then loaded into the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/modulesBrowser.html | Modules Browser ]].<br><img src="../tasks/images/importDialogue.png"><br><br></li>
 
<li><b>E<u>x</u>it</b> - Exits Systemtap GUI.
 
<li><b>E<u>x</u>it</b> - Exits Systemtap GUI.
 
</ul>
 
</ul>
  
 
<h3>
 
<h3>
<a name="run"><u>R</u>un</a>
+
<u>R</u>un
 
</h3>
 
</h3>
 
<ul>
 
<ul>
<li><b><u>R</u>un</b> - This option runs the selected module in the <a href="../concepts/modulesBrowser.html">Module Browser</a>.</li>
+
<li><b><u>R</u>un</b> - This option runs the selected module in the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/modulesBrowser.html | Modules Browser ]].</li>
<li><b><u>P</u>ause</b> - This option pauses the selected module in the <a href="../concepts/modulesBrowser.html">Module Browser</a>. Know that this method of pausing is an illusion; the graph data is simply not updated while the script continues to run. This inability to truly pause is inherent in SystemTap itself.</li>
+
<li><b><u>P</u>ause</b> - This option pauses the selected module in the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/modulesBrowser.html | Modules Browser ]]. Know that this method of pausing is an illusion; the graph data is simply not updated while the script continues to run. This inability to truly pause is inherent in SystemTap itself.</li>
<li><b><u>S</u>top</b> - This option stops the selected module in the <a href="../concepts/modulesBrowser.html">Module Browser</a>.</li>
+
<li><b><u>S</u>top</b> - This option stops the selected module in the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/modulesBrowser.html | Modules Browser ]].</li>
 
</ul>
 
</ul>
  
Line 43: Line 43:
 
<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/dashboard/preferences.html | Preferences ]]<br><br></li>
 
</ul>
 
</ul>

Revision as of 06:52, 10 November 2010

Dashboard Perspective Menus

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


File

  • Import Module Location - This option allows brings up a dialogue box prompting the user with the location of a module file which is then loaded into the Modules Browser .
    <img src="../tasks/images/importDialogue.png">

  • Exit - Exits Systemtap GUI.

Run

  • Run - This option runs the selected module in the Modules Browser .
  • Pause - This option pauses the selected module in the Modules Browser . Know that this method of pausing is an illusion; the graph data is simply not updated while the script continues to run. This inability to truly pause is inherent in SystemTap itself.
  • Stop - This option stops the selected module in the Modules Browser .

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
    • Dashboard 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

Back to the top