instrumentation mode
A feature of instrumentation that lets you fine-tune data collection for applications. There are two instrumentation modes:
§ Inclusive: all modules or classes that you do not specifically exclude are instrumented. Inclusive instrumentation is the default.
§ Selective: only the modules or classes you select are instrumented; all others are excluded from instrumentation.
For native-compiled applications, modules instrumented in selective mode are not saved in the cache directory. Instead, they are saved and run in the same locations as the original, uninstrumented modules. The original modules are saved with the filename <moduleName>.original.
See also instrumentation, inclusive instrumentation and selective instrumentation in the glossary.
(C) Copyright IBM Corporation 1993, 2010.