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

Add top-ranges command #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

None yet

1 participant