module-filter
Set a filter to specify which application modules to analyze.
GUI Equivalent
Syntax
-module-filter
<string>
Arguments
A string specifying the name of the application(s), or child application(s), to analyze. Multiple names can be specified as a string of comma-separated values, with no spaces.
Default
Analyze and collect data on all modules.
Actions Modified
Description
Use the
module-filter
action-option to filter which application modules to include or exclude during collection.- Specify which modules to include or exclude.
- Specified modules are included by default.
- To filter out the specified modules, use with themodule-filter-modeoption and specifyexclude.
See the
module-filter-mode
Option Reference for an example of how to exclude files.Example
This command performs a memory analysis on
myApp
, but collects data only from the specified module childApp
. $ inspxe-cl -collect mi1 -module-filter childApp --myApp