监控JB内存的开源工具
Overview
The Memory Monitor OpenTool is an add-on module for the Borland JBuilder IDE, which offers:
- the continiously dynamic inspection of the JBuilder IDE's memory consumption
- the automatic and manual forced execution of garbage collection for the JBuilder IDE
- the popup of a setable warn memory indication message for the JBuilder IDE
- the individual settup of the Memory Monitors sampling rate
- the logging of the actually used heap Memory to the JBuilder message view
- to startup automatically when JBuilder launches
- to customize it's options and used colors
- included online help
The Memory Monitor offers four different build in method show up representations:
- a Memory Monitor in it's own always stay on top dialog window
- a Memory Monitor in a frame window which can be covered or hidden
- a Memory Monitor which shows up the in JBuilder's message view
- and finally a status view Memory Monitor
Thus you always have the choice to select and use the one you prefer.
Screenshots
![]() | ![]() | ![]() |
![]() | ![]() |
Compatibility
This OpenTool has been tested with JBuilder 2005 and 2006.
经本人测试,可以在JBuilder X上使用.我感觉最大的好处就是一定的间隔时间内,
自动进行垃圾回收处理,同时也可以手动处理.
方法:把下载的JAR包放到Borland/JBuilder2006/lib/ext目录下.重启OK!