Go to main content
Oracle® Developer Studio 12.5: Performance Analyzer

Exit Print View

Updated: June 2016
 
 

Commands That Control the I/O Activity Report

This section describes the commands that relate to I/O activity.

ioactivity

Write the report of all I/O activity, sorted by file.

iodetail

Write the report of all I/O activity, sorted by virtual file descriptor. A different virtual file descriptor is generated for each open of a file, even if the same file descriptor is returned from the open.

iocallstack

Write the report of all I/O activity, sorted by callstack, and aggregated over all events with the same callstack. For each aggregated callstack, include the callstack trace.

iostat

Write summary statistics for all I/O activity.