Skip to content

The metrics about jvm_memory_direct_bytes_used #2637

Closed
@hezhangjian

Description

@hezhangjian

The mertics about jvm_memory_direct_bytes_used is acquired by netty's PlatformDependent#DIRECT_MEMORY_COUNTER.
Which can only acquired the memory used by netty.
How about rename jvm_memory_direct_bytes_used to netty_memory_direct_bytes_used,

And use java.nio.Bits#RESERVED_MEMORY for jvm direct memory metrics.

Activity

added 2 commits that reference this issue on Jul 29, 2022
cefe9d4
c0d970c
added 2 commits that reference this issue on Nov 7, 2022
88028fb
523ffcf
added a commit that references this issue on Jan 11, 2023
190eb81
added a commit that references this issue on Jul 12, 2024
691747f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @hezhangjian

      Issue actions

        The metrics about jvm_memory_direct_bytes_used · Issue #2637 · apache/bookkeeper