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

spricoder pushed a commit to branch feature/linux-memory
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/feature/linux-memory by this 
push:
     new 039c2791e9a update memory
039c2791e9a is described below

commit 039c2791e9a8118c5bcba9bda73022320fc357a4
Author: spricoder <[email protected]>
AuthorDate: Sat Apr 13 23:32:15 2024 +0800

    update memory
---
 .../java/org/apache/iotdb/metrics/metricsets/system/SystemMetrics.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/metrics/interface/src/main/java/org/apache/iotdb/metrics/metricsets/system/SystemMetrics.java
 
b/iotdb-core/metrics/interface/src/main/java/org/apache/iotdb/metrics/metricsets/system/SystemMetrics.java
index e888f4d551d..497a6d5e731 100644
--- 
a/iotdb-core/metrics/interface/src/main/java/org/apache/iotdb/metrics/metricsets/system/SystemMetrics.java
+++ 
b/iotdb-core/metrics/interface/src/main/java/org/apache/iotdb/metrics/metricsets/system/SystemMetrics.java
@@ -184,7 +184,7 @@ public class SystemMetrics implements IMetricSet {
   }
 
   private final String[] linuxMemoryTitles =
-      new String[] {"total", "used", "free", "shared", "buff/cache", 
"available"};
+      new String[] {"Total", "Used", "Free", "Shared", "Buff/Cache", 
"Available"};
 
   private long updateLinuxSystemMemInfo(AbstractMetricService metricService) {
     long count = 0;

Reply via email to