Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Tool to find max memory used by pro
Name: whyrao Date: February 12, 2003 at 14:48:51 Pacific OS: 5.8 CPU/Ram: 990 MHz/ 2G RAM
Comment:
Hi.
I'm looking for a tool which will tell me the maximum memory used by an application. The problem is the application is crashing, and I want to find out if it's a memory problem.
Name: TechMark Date: February 13, 2003 at 17:16:54 Pacific
Reply:
Wont the "ps" or "top" commands do the trick?? Then if you are runing CDE you have the "Processmanager" program also.
//TechMark
0
Response Number 2
Name: Yatin Date: February 17, 2003 at 12:05:07 Pacific
Reply:
TechMark,
Thanks for the suggestion, but the problem is that the process disappears from 'top' and 'ps' when it dies. I want something which monitors the process and keeps the memory information around even after the process has died.