module-filter-mode
Exclude filtered application modules from analysis.
GUI Equivalent
Syntax
-module-filter-mode
exclude
|
include
Arguments
A string whose value is either
exclude
or include
. Default
Application modules specified through the
module-filter
option are included in analysis and data collection.Actions Modified
Description
When using the
module-filter
option to filter applications, the specified applications are included by default. When you want to exclude applications rather than including them, use module-filter-mode
and set the value to exclude
. Example
Perform a memory analysis on
myApp
, but exclude data from childApp
. $ inspxe-cl -collect mi1 -module-filter childApp -module-filter-mode exclude -- myApp