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

(New page: <h2> Modules Browser </h2> The Modules Browser displays all the modules available to run, categorized by <a href="modules.html#families"> module families</a>. Modules in each family can b...)
 
Line 3: Line 3:
 
</h2>
 
</h2>
  
The Modules Browser displays all the modules available to run, categorized by <a href="modules.html#families">
+
The Modules Browser displays all the modules available to run, categorized by module families. Modules in each family can be viewed by expanding the appropriate module family name.<br><br>
module families</a>. Modules in each family can be viewed by expanding the appropriate module family name.<br><br>
+
  
 
<img src="../gettingstarted/images/moduleBrowser.png"><br><br>
 
<img src="../gettingstarted/images/moduleBrowser.png"><br><br>
Line 13: Line 12:
 
</ul>
 
</ul>
  
To view the currently active modules, switch to the <a href="activeModulesBrowser.html">Active Modules Browser</a>.
+
To view the currently active modules, switch to the [[Linux_Tools_Project/Systemtap/User_Guide/dashboard/activeModulesBrowser.html | Active Modules Browser ]].

Revision as of 06:39, 10 November 2010

Modules Browser

The Modules Browser displays all the modules available to run, categorized by module families. Modules in each family can be viewed by expanding the appropriate module family name.

<img src="../gettingstarted/images/moduleBrowser.png">

From the Modules Browser the following options are available on right-clicking a module:

  • View Script - Opens the module's SystemTap script in the IDE Perspective.

To view the currently active modules, switch to the Active Modules Browser .

Back to the top