Skip to content

Conversation

@fnash
Copy link

@fnash fnash commented Feb 4, 2023

This PR suggests a new command top-ranges to follow the evolution of the volume of instances by the range as an indicator.

Given a directory of dump files, generated over process run time:

  • dumpDir/001.json
  • dumpDir/002.json
  • dumpDir/003.json
bin/analyzer top-ranges dumpDir --show-zero
3 dump files found.
+--------+-------+
| Type   | Range |
+--------+-------+
| Foo    | 4     |
| string | 2     |
| Bar    | 0     |
+--------+-------+

It output the range (max instance count - min instance count) of the volume of objects of each type.

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

Successfully merging this pull request may close these issues.

1 participant