You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2023/05/16 09:32:41 UTC

[iotdb] branch cpu-monitor updated (5d93cc2bf6 -> 96de62b20a)

This is an automated email from the ASF dual-hosted git repository.

marklau99 pushed a change to branch cpu-monitor
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 5d93cc2bf6 temp
     add 8884c451e1 rename some unknown thread to given name
     add 96de62b20a temp

No new revisions were added by this update.

Summary of changes:
 .../cpu/AbstractCpuUsageMetricsManager.java        | 19 +++++--
 .../metrics/metricsets/cpu/CpuUsageMetrics.java    | 11 +++-
 .../cpu/LinuxCpuUsageMetricsManager.java           | 63 +++++++++++++++++++---
 .../metricsets/cpu/MacCpuUsageMetricsManager.java  |  5 +-
 .../cpu/WindowsCpuUsageMetricsManager.java         |  5 +-
 .../commons/concurrent/DataNodeThreadModule.java   |  2 +
 .../iotdb/commons/concurrent/ThreadName.java       | 38 +++++++++++++
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 53 +++++++++---------
 .../db/mpp/execution/schedule/DriverScheduler.java | 34 ++++++------
 .../apache/iotdb/db/quotas/DataNodeSizeStore.java  |  7 ++-
 .../apache/iotdb/db/service/IoTDBShutdownHook.java |  5 ++
 .../db/service/metrics/DataNodeMetricsHelper.java  | 14 +++--
 .../iotdb/db/service/metrics/SystemMetrics.java    |  7 ++-
 13 files changed, 194 insertions(+), 69 deletions(-)