From Fedora Project Wiki
Line 25: Line 25:
'''File IO Monitor'''
'''File IO Monitor'''


Click on 'File IO Monitor' will prompt the user to specify the location of a file. After this, any read/write calls to that file will be shown with the process that made the read/write call, and the time at which this happened.
Clicking on 'File IO Monitor' will prompt the user to specify the location of a file. After this, any read/write calls to that file will be shown with the process that made the read/write call, and the time at which this happened.


Since this script can run for as long as is necessary, the user must manually stop the script by clicking on the 'kill script' button in the SystemTap view.
Since this script can run for as long as is necessary, the user must manually stop the script by clicking on the 'kill script' button in the SystemTap view.


[[File:Fileiomonitor scaled.png]]
[[File:Fileiomonitor scaled.png]]
'''Script Launch Wizard'''
Clicking on the 'Launch Wizard' will help the user in launching custom made SystemTap scripts on any chosen C/C++ executable.


#TODO : finish this
#TODO : finish this

Revision as of 19:58, 31 July 2009

Installation

Installation of the Eclipse SystemTap plugin will be done through the yum repository. Users can simply type from command-line :

'yum install systemtap-eclipse'


General Usage

All the SystemTap plugins are accessible from the C/C++ perspective, by right clicking on C/C++ source file in the editor view, or by right clicking on the corresponding binary in the package explorer view.


Profile-screen.png


Features

Call Graph

Clicking on the 'function callgraph' will render a visual representation of the functions that were called while running the executable.

Stapgraph regular view scaled.png


File IO Monitor

Clicking on 'File IO Monitor' will prompt the user to specify the location of a file. After this, any read/write calls to that file will be shown with the process that made the read/write call, and the time at which this happened.

Since this script can run for as long as is necessary, the user must manually stop the script by clicking on the 'kill script' button in the SystemTap view.

Fileiomonitor scaled.png


Script Launch Wizard

Clicking on the 'Launch Wizard' will help the user in launching custom made SystemTap scripts on any chosen C/C++ executable.

  1. TODO : finish this