Purpose
The page details out the process of logging memory consumption of a program using Performance Monitor (PerfMon) when the OS is Windows XP.
Details
For CAST AIP versions 7.2, 7.3, 8.0, 8.1, 8.2, 8.3
Steps | Procedure |
---|---|
1 | Launch Cast-MS but do not launch the analysis yet. |
2 | Start PerfMon by choosing Start >Run and typing "perfmon". |
3 | Open "Performance Logs and Alerts" and click on "Counter Logs". |
4 | Right-click in the details pane and choose "New Log Settings". |
5 | Type a log file name and click OK. |
6 | Click Add.
|
7 | Add the following counter:
|
8 | Close the "Select Counters" dialog box. |
9 | Click on the "Log Files" tab. |
10 | Specify a location for the log file and choose "Text File - TSV" as log file type. |
12 | Click OK.
|
15 | Launch the application analysis in CAST Management Studio. |
16 | When the analysis has finished or crashed, go to PerfMon, right-click on the counter log file in the details pane and choose "Stop". |
17 | Attach the generated log file to the call. |
For CAST AIP version 7.0
In this description the program is Anaman
- Launch Analysis Manager but do not launch the job yet.
- Start PerfMon by choosing Start->Run and typing "perfmon".
- Open "Performance Logs and Alerts" and click on "Counter Logs".
- Right-click in the details pane and choose "New Log Settings".
- Type a log file name and click OK.
- Click Add. This will open the "Select Counters" dialog box.
- Add the following counter:
- Performance Object = "Process"
- Counter = "Virtual Bytes"
- Instance = <choose the Windows process that you are interested in>
- Close the "Select Counters" dialog box.
- Click on the "Log Files" tab.
- Specify a location for the log file and choose "Text File - TSV" as log file type.
- Click OK. This starts the PerfMon logging.
- Launch the job in Analysis Manager.
- When the analysis has finished or crashed, go to PerfMon, right-click on the counter log file in the details pane and choose "Stop".
- Attach the generated log file to the call.
Notes/comments
Related Pages