Hello,
I need a tool that can show the number of instances of a spesific object,
Config() for example?
Is anybody have got info. about that kind of a tool.
Best Regards
Randall R Schulz - 15 Jul 2003 18:31 GMT
Hi,
Check out the Java Memory Profiler:
<http://developers.sun.com/techtopics/emergingtech/>
Also, Sun recently put out this toolset that might give you what you
need: <http://developers.sun.com/dev/coolstuff/jvmstat/>. It is one of
the "Emerging Technologies" made available by Sun:
- <http://developers.sun.com/techtopics/emergingtech/>
I have not made use of these tools yet, so I cannot give any
information on their quality or utility.
Randall Schulz
> Hello,
>
[quoted text clipped - 3 lines]
>
> Best Regards
Matthias Ernst - 02 Aug 2003 10:08 GMT
> Hello,
>
> I need a tool that can show the number of instances of a spesific object,
> Config() for example?
> Is anybody have got info. about that kind of a tool.
I have written one. It sits dormant in the VM until you prompt it for
an ASCII heap dump via CTRL-\, SIGQUIT or CTRL-BREAK in windows. You
can download it from http://www.virtualmachine.de/.
There's instructions how to count class instances with the popular
Unix(*) tools.
Matthias
(*) Unix is a courtesy of Santa Cruz Operations Corporation. Thank
you.