Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 975 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 975 Bytes

myjconsole

Eliminate the annoying featurelessness of Jconsole

  • Features:

  • MBean tab:

  • save splitter position (feature #1)

  • open all mbeans down to the Attributes and Operation level (* key on keypad)

  • open all mbeans on unanimous path

  • (TODO) return value listing for operations

  • (TODO) do not swallow any exceptions from operations

  • (TODO) exception return value dialog should be copyable

  • Threads view

  • (TODO) find threads that are locked on Future.get() calls

  • thread stack traces tab

How was this created:

Properties are saved in .myjconsole.properties file in the home directory.

Features:

Feature #1: Splitter position is saved in properties file (see Settings.java and MBeanTab.java)