Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitors list should support sorting by Monitor class name #8

Open
irockel opened this issue Jul 12, 2016 · 1 comment
Open

Monitors list should support sorting by Monitor class name #8

irockel opened this issue Jul 12, 2016 · 1 comment
Assignees

Comments

@irockel
Copy link
Owner

irockel commented Jul 12, 2016

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
Copy link
Owner Author

irockel commented Jul 12, 2016

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 irockel self-assigned this Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant