-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce memory usage, allow selection of multiple metrics in MetricsPa…
…ne [HZG-208] (#7) This PR reduces the memory footprint while loading large diagnostics files. Previously each individual `DiagnosticFile` contained an index for the metric entries contained within it. Now there is a single index per instance of `InstanceDiagnostics`, this hugely reduces the number of index entries needed and allows the tool to load several gigabytes of diagnostic logs. In addition a number of IDE compiler warnings have been fixed and the `MetricsPane` has been updated to allow selection and comparison of multiple metrics.
- Loading branch information
1 parent
45af55f
commit 6002f31
Showing
23 changed files
with
483 additions
and
680 deletions.
There are no files selected for viewing
202 changes: 0 additions & 202 deletions
202
src/main/java/com/hazelcast/diagnostics/AutoCompletion.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.