Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18715

add cpu usage metric of jobmanager/taskmanager

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • 1.11.1
    • 1.11.3, 1.12.0
    • Runtime / Metrics
    • None

    Description

      flink process add cpu usage metric, user can determine that their job is io bound /cpu bound ,so that they can increase/decrese cpu core in the container (k8s,yarn). If it's nessary
      . you can assign it to me ,I come up with a idea calculating cpu usage ratio using ManagementFactory.getRuntimeMXBean().getUptime() and ManagementFactory.getOperatingSystemMXBean().getProcessCpuTime over a period of time . it can get a value in single cpu core environment. and user can use the value to calculate cpu usage ratio by dividing num of container's cpu core.

      Attachments

        Activity

          People

            Unassigned Unassigned
            1026688210 wgcn
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: