Intel® Inspector User Guide for Linux* OS

ID 767796
Date 5/15/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

collect-with

Run the collector with specified knob settings to perform analysis and data collection.

Syntax

-collect-with <collector> -knob <knob-name>=<knob-value>

Arguments

Collector values are:

runmc

Memory errors

runtc

Threading Errors

NOTE:

Use the command inspxe-cl -knob-list <collector>, where <collector> is one of these two collector values, to see which knob values are available for this collector.

Description

Use the collect-with action to run the specified type of analysis and data collection using the specified knob settings. Specify the collector, knob name and value, and target.

Example

This command:

  • Performs memory error analysis on myApp.

  • Uses the detect-memory-leaks knob setting.

$ inspxe-cl -collect-with runmc -knob detect-memory-leaks=true -- myApp