Description
Description
As far as I can tell, spark renders only the heapsummary which are visible to the browser in the table. Although this is beneficial for browser performance, it poses a significant inconvenience for finding specific keywords, as you cannot use CTRL + F or similar.
This is a small suggestion to add a search bar or similar to the heapsummary view.
Proposed Behaviour
A small search bar, possibly in a corner of the heapsummary elements table, would be present allowing users to filter the heapsummary to elements that contain specified key words - these elements would still be sorted in size / instance count.
Although it could be argued that you could simply take a heapdump and filter it manually, some users may not possess the computational resources to download and open a heapdump. Additionally, it would be far more time efficient to filter through a heap summary on the web through spark, assuming this is accepted.
Extra Details
No response