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 gc metric for allocation per second #323

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

Conversation

alfh
Copy link
Contributor

@alfh alfh commented Mar 17, 2015

For now, I just want feedback if this is something you also see as useful.
If you see it as useful, I will also add promotion per second.

The reason for having the alloction / promotion per second, is that when just using the "promotion" and "allocation" since last garbage collect, I get a constant number, for example 100MB of allocation, because the garbage collect kicks in after a number of bytes has been allocated. So sometimes there is 10 seconds between the garbage collect and sometimes there is 2 hours.

So I need the rate per second, to be able to see how "much" allocation is actually happening "per second".

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.

2 participants