memory-consumption Command Line Analysis
memory-consumption
Command Line AnalysisUse the Memory Consumption analysis for your Linux* native or Python* targets to explore memory consumption (RAM) over time and identify memory objects allocated and released during the analysis run.
During Memory Consumption analysis, the
VTune
data collector intercepts memory allocation and deallocation events and captures a call sequence (stack) for each allocation event (for deallocation, only a function that released the memory is captured).
Profiler
Syntax
Knobs:
.
For the most current information on available knobs (configuration options) for the Memory Consumption analysis, enter:
vtune
Example
This example shows how to run the Memory Consumption analysis on a Python
test
application:
vtune -collect memory-consumption -app-working-dir /usr/bin -- python /localdisk/sample/test.py
What's Next
When the data collection is complete, do one of the following to view the result:
- Use the action to view the data from command line.