Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help

Running disk-io Analysis from the Command Line

This analysis type uses the hardware event-based sampling collection and system-wide Ftrace* collection to provide a consistent view of the storage sub-system combined with hardware events and an easy-to-use method to match user-level source code with I/O packets executed by the hardware.

The analysis actively relies on the data produced by the kernel block driver system. In case your platform utilizes a non-standard block driver sub-system (for example, user-space storage drivers), disk metrics will not be available in the analysis type.

Use the Disk Input and Output analysis to identify:

Syntax:

$ amplxe-cl -collect disk-io [-- target] [target_options]

Knobs: none.

Prerequisites:

Example 1: Disk Input and Output Analysis with a Target Application

This example shows how to run the Disk Input and Output analysis with specified target application and enabled system-wide profiling:

$ amplxe-cl -collect disk-io -analyze-system -- home/test/myApplication

Example 2: Disk Input and Output Analysis without a Target Application

This example shows how to run a system-wide Disk Input and Output analysis without specified target application for 30 seconds:

$ amplxe-cl -collect disk-io --duration 30

What's Next

When the data collection is complete, do one of the following to view the result:

See Also