andrask / myjconsole

Eliminate the annoying featurelessness of Jconsole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Eliminate the annoying featurelessness of Jconsole


Languages

Language:Java 100.0%