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

 
Line 12: Line 12:
 
module family which contains the module Disk Access:<br><br>
 
module family which contains the module Disk Access:<br><br>
  
<img src="../gettingstarted/images/moduleBrowser.png"><br><br>
+
[[Image:moduleBrowser.png]]<br><br>
  
 
<h3>
 
<h3>
Line 20: Line 20:
 
Often, as in the case of the Disk Access module, modules will spawn multiple graphs on execution.<br><br>
 
Often, as in the case of the Disk Access module, modules will spawn multiple graphs on execution.<br><br>
  
<img src="../gettingstarted/images/runningDashboard.png"><br><br>
+
[[Image:runningDashboard.png]]<br><br>
  
 
There are a number of different module families constructed for different analysis sets.
 
There are a number of different module families constructed for different analysis sets.

Latest revision as of 08:40, 10 November 2010

Modules

A module is a package used in the Dashboard perspective, containing a SystemTap script and associated metadata.

Module Families

Modules are grouped in "module families", groups of modules that are related. One example is the Hard Disk module family which contains the module Disk Access:

ModuleBrowser.png

Multiple Graphs

Often, as in the case of the Disk Access module, modules will spawn multiple graphs on execution.

RunningDashboard.png

There are a number of different module families constructed for different analysis sets.

Back to the top