| Author |
Memory optimizer or measurement tool
|
Jes Sie
Ranch Hand
Joined: Jul 24, 2001
Posts: 188
|
|
Does anyone know of a memory measurement or leakage tool besides JProbe? Any tool that tells me a graph of memory consumption for a particular class/method observation would be cool. PS: JProbe seems to grabbing more memory than my application!
|
Thank you.<br /> <br />- Jess Sie<br /> <a href="mailto:jess@see-consulting.com" rel="nofollow">jess@see-consulting.com</a>
|
 |
Abhinav Anand
Ranch Hand
Joined: May 02, 2002
Posts: 113
|
|
Hi Simon, I have not yet migrated to JProbe level of memory testing tools. Right now i am using hprof utility provided by default with JDK. My two cents. Visual
|
 |
Mark Herschberg
Sheriff
Joined: Dec 04, 2000
Posts: 6035
|
|
OptimizeIt is a competitor to JProbe. Both tools will suck up a lot of memory, and run "slowly" (it's kinda like having your boss stand in your cubicle all day while you work, crowded and inefficent), but the stats generated by the tool will be fairly accurate, even if your stopwatch is not. (This is true for OptimzeIt, I haven't used JProbe much, but suspect its very similar.) --Mark
|
 |
Van Glass
Ranch Hand
Joined: Nov 18, 2000
Posts: 110
|
|
|
Have a look at JProfiler. I think the URL is http://www.ej-technologies.com
|
 |
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1109
|
|
Perhaps the JavaPerformanceTuning tool reports page on Jack Shirazi's Web site will be helpful: http://www.javaperformancetuning.com/tools/index.shtml (Assuming you haven't already seen it, of-course.) Hope this helps. Good Luck, Avi.
|
 |
 |
|
|
subject: Memory optimizer or measurement tool
|
|
|