Skip to content

Would it make sense to add to Default exporters JVM's Safepoint metrics? #576

Open
@mr-git

Description

@mr-git

Would it make sense to add to Default exporters JVM's Safepoint metrics?

HotspotRuntimeMBean exposes:

  • getSafepointCount()
  • getSafepointSyncTime()
  • getTotalSafepointTIme()

In applications with many threads and long computations, these metrics can manifest how much time is spent before GC to get all threads to Safepoint and pause it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions