tda icon indicating copy to clipboard operation
tda copied to clipboard

Monitors list should support sorting by Monitor class name

Open irockel opened this issue 9 years ago • 1 comments

At present the Monitors list is unsorted. It would be extremely useful if it could be sorted by the classname of the monitor, as these are often closely related, and typically there are just one or two classes you really care about. There's an argument for making the sorting configurable so you could sort by either class name or object address, but I think if time is tight then sorting by class name would be more useful.

Moved from here: https://java.net/jira/browse/TDA-16

irockel avatar Jul 12 '16 10:07 irockel

There is a sorting available if you right click in the monitor view, the monitors will be sorted by thread count, so the most important monitors are at the top. I will see if I can add an initial sorting by class-name of the monitors...

irockel avatar Jul 12 '16 10:07 irockel