Visible to Intel only — GUID: GUID-7351D768-C73D-449A-A55C-68E4342D13FB
Visible to Intel only — GUID: GUID-7351D768-C73D-449A-A55C-68E4342D13FB
collect-with
Run the collector with specified knob settings to perform analysis and data collection.
GUI Equivalent
Syntax
-collect-with <collector> -knob <knob-name>=<knob-value> |
Arguments
Collector values are:
runmc |
Memory errors |
runtc |
Threading Errors |
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.
Modifiers
app-working-dir, baseline-result, executable-of-interest, knob, module-filter, module-filter-mode, no-auto-finalize, no-summary, quiet, result-dir, return-app-exitcode, search-dir, suppression-file, user-data-dir, verbose
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