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.
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 onmyApp.
- Uses thedetect-memory-leaksknob setting.
$ inspxe-cl -collect-with runmc -knob detect-memory-leaks=true -- myApp