Skip to content

Memory pressure and bytes no longer available #6

@ghost

Description

I was using jmc on Java 8 to find and reduce allocations by looking at the memory pressure for different call stacsk, which was correlated with allocations sizes (not object counts).

I'm now using the early access jmc, which I built, for Java 11. It appears that the memory pressure and allocation size is no longer available per call stack. There is only object count per call stack, which I believe is not correlated to GC pressure, or at least not as directly as allocation sizes.

Is there any plan to add back the pressure and size columns, and to be able to sort the call stacks by these values? If not I will have to evaluate other options for profiling, so I would very much appreciate a response, even if the answer is incomplete at this time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions