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

Heap visualization #5

Open
ammarm08 opened this issue Feb 14, 2017 · 1 comment
Open

Heap visualization #5

ammarm08 opened this issue Feb 14, 2017 · 1 comment

Comments

@ammarm08
Copy link
Owner

Heap statistics currently are only being logged by the /usr/bin/time or gtime programs. This isn't useful to us if we want to see memory spikes over time.

We should find a way to generate a heap dump, from which we can graph a time-series plot of heap usage. Again, this has been covered elsewhere, just not satisfactorily (esp cross-platform).

@ammarm08
Copy link
Owner Author

Heap statistics are now being grabbed by the --trace-gc-verbose flag.

Time to visualize.

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