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

(New page: <h2> Toolbars </h2> SystemTap GUI currently has two toolbars built in; an Action Bar for file and execution operations and a Perspective Selector to jump to different perspectives. <h3>...)
 
 
Line 11: Line 11:
  
 
<ul>
 
<ul>
<li><img src="images/toolbars/import_wiz.gif"> <b>Import Dashboard Module Location</b> - This option brings up a dialogue box prompting the user for a module file which is then loaded into the <a href="../concepts/modulesBrowser.html">Module Browser</a>.
+
<li><img src="images/toolbars/import_wiz.gif"> <b>Import Dashboard Module Location</b> - This option brings up a dialogue box prompting the user for a module file which is then loaded into the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/modulesBrowser.html | Modules Browser ]].
<li><img src="images/toolbars/start_script.gif"> <b>Run</b> - This option runs the selected module in the <a href="../concepts/modulesBrowser.html">Module Browser</a>.</li>
+
<li><img src="images/toolbars/start_script.gif"> <b>Run</b> - This option runs the selected module in the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/modulesBrowser.html | Modules Browser ]].</li>
<li><img src="images/toolbars/pause_script.gif"> <b>Pause</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><img src="images/toolbars/pause_script.gif"> <b>Pause</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><img src="images/toolbars/stop_obj.gif"> <b>Stop</b> - This option stops the selected module in the <a href="../concepts/modulesBrowser.html">Module Browser</a>.</li>
+
<li><img src="images/toolbars/stop_obj.gif"> <b>Stop</b> - This option stops the selected module in the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/modulesBrowser.html | Modules Browser ]].</li>
<li><img src="images/toolbars/mod_obj.gif"> <b>Create a New Dashboard module</b> - This option creates a new module in the <a href="../concepts/modulesBrowser.html">Module Browser</a>.</li>
+
<li><img src="images/toolbars/mod_obj.gif"> <b>Create a New Dashboard module</b> - This option creates a new module in the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/modulesBrowser.html | Modules Browser ]].</li>
 
</ul>
 
</ul>
  

Latest revision as of 06:53, 10 November 2010

Toolbars


SystemTap GUI currently has two toolbars built in; an Action Bar for file and execution operations and a Perspective Selector to jump to different perspectives.

Action Bar

  • <img src="images/toolbars/import_wiz.gif"> Import Dashboard Module Location - This option brings up a dialogue box prompting the user for a module file which is then loaded into the Modules Browser .
  • <img src="images/toolbars/start_script.gif"> Run - This option runs the selected module in the Modules Browser .
  • <img src="images/toolbars/pause_script.gif"> 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.
  • <img src="images/toolbars/stop_obj.gif"> Stop - This option stops the selected module in the Modules Browser .
  • <img src="images/toolbars/mod_obj.gif"> Create a New Dashboard module - This option creates a new module in the Modules Browser .

Perspective Selector

  • <img src="images/toolbars/ide.png"> IDE Perspective - This launches the IDE Perspective, useful for writing and executing scripts.
  • <img src="images/toolbars/graphing.png"> Graphing Perspective - This launches the Graphing Perspective, useful for graphing scripts.
  • <img src="images/toolbars/dash.png"> Dashboard Perspective - This launches the Dashboard Perspective, useful for multiple graphing.

Back to the top