From 7b57a2a422a94d6b2eb9d97b5fa50d3e3f074b9d Mon Sep 17 00:00:00 2001 From: zeaslity Date: Fri, 19 Jan 2024 16:07:25 +0800 Subject: [PATCH] [ Agent ] [ init ] - fix init bugs --- agent-go/executor/InitFunction.go | 2 +- agent-go/tmp/test-centos-agent-info.json | 1056 ++++++++++++++++++++ agent-go/tmp/test.json | 1158 ++++++++++------------ 3 files changed, 1598 insertions(+), 618 deletions(-) create mode 100644 agent-go/tmp/test-centos-agent-info.json diff --git a/agent-go/executor/InitFunction.go b/agent-go/executor/InitFunction.go index c42e272..7410712 100644 --- a/agent-go/executor/InitFunction.go +++ b/agent-go/executor/InitFunction.go @@ -39,7 +39,7 @@ func detectByAgentStatusInfo(os *AgentOsOperator) { bytes, _ := json.Marshal(agentInfo) log.DebugF("[detectByAgentStatusInfo] - agent info is => %s", string(bytes)) - if strings.Contains(agentInfo.HostInfo.PlatformFamily, "centos") { + if strings.Contains(agentInfo.HostInfo.Platform, "openeuler") || strings.Contains(agentInfo.HostInfo.PlatformFamily, "platformFamily") { // centos os.IsOsTypeUbuntu = false os.IsOsTypeCentOS = true diff --git a/agent-go/tmp/test-centos-agent-info.json b/agent-go/tmp/test-centos-agent-info.json new file mode 100644 index 0000000..dfc6ae7 --- /dev/null +++ b/agent-go/tmp/test-centos-agent-info.json @@ -0,0 +1,1056 @@ +{ + CPUInfo: { + NumCores: 8, + CPUPercent: 1.1235955700420817, + CPULoads: { + load1: 0.15, + load5: 0.08, + load15: 0.06 + }, + CPUInfo: [ + { + cpu: 0, + vendorId: GenuineIntel, + family: 6, + model: 85, + stepping: 4, + physicalId: 0, + coreId: 0, + cores: 1, + modelName: Intel(R) + Xeon(R) + Gold + 5118 + CPU + @ + 2.30GHz, + mhz: 2300.004, + cacheSize: 16384, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + rep_good, + nopl, + xtopology, + eagerfpu, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + ssbd, + rsb_ctxsw, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + hle, + avx2, + smep, + bmi2, + erms, + invpcid, + rtm, + mpx, + avx512f, + avx512dq, + rdseed, + adx, + smap, + clflushopt, + clwb, + avx512cd, + avx512bw, + avx512vl, + xsaveopt, + xsavec, + xgetbv1, + arat, + spec_ctrl, + intel_stibp, + flush_l1d + ], + microcode: 0x1 + }, + { + cpu: 1, + vendorId: GenuineIntel, + family: 6, + model: 85, + stepping: 4, + physicalId: 1, + coreId: 0, + cores: 1, + modelName: Intel(R) + Xeon(R) + Gold + 5118 + CPU + @ + 2.30GHz, + mhz: 2300.004, + cacheSize: 16384, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + rep_good, + nopl, + xtopology, + eagerfpu, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + ssbd, + rsb_ctxsw, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + hle, + avx2, + smep, + bmi2, + erms, + invpcid, + rtm, + mpx, + avx512f, + avx512dq, + rdseed, + adx, + smap, + clflushopt, + clwb, + avx512cd, + avx512bw, + avx512vl, + xsaveopt, + xsavec, + xgetbv1, + arat, + spec_ctrl, + intel_stibp, + flush_l1d + ], + microcode: 0x1 + }, + { + cpu: 2, + vendorId: GenuineIntel, + family: 6, + model: 85, + stepping: 4, + physicalId: 2, + coreId: 0, + cores: 1, + modelName: Intel(R) + Xeon(R) + Gold + 5118 + CPU + @ + 2.30GHz, + mhz: 2300.004, + cacheSize: 16384, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + rep_good, + nopl, + xtopology, + eagerfpu, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + ssbd, + rsb_ctxsw, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + hle, + avx2, + smep, + bmi2, + erms, + invpcid, + rtm, + mpx, + avx512f, + avx512dq, + rdseed, + adx, + smap, + clflushopt, + clwb, + avx512cd, + avx512bw, + avx512vl, + xsaveopt, + xsavec, + xgetbv1, + arat, + spec_ctrl, + intel_stibp, + flush_l1d + ], + microcode: 0x1 + }, + { + cpu: 3, + vendorId: GenuineIntel, + family: 6, + model: 85, + stepping: 4, + physicalId: 3, + coreId: 0, + cores: 1, + modelName: Intel(R) + Xeon(R) + Gold + 5118 + CPU + @ + 2.30GHz, + mhz: 2300.004, + cacheSize: 16384, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + rep_good, + nopl, + xtopology, + eagerfpu, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + ssbd, + rsb_ctxsw, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + hle, + avx2, + smep, + bmi2, + erms, + invpcid, + rtm, + mpx, + avx512f, + avx512dq, + rdseed, + adx, + smap, + clflushopt, + clwb, + avx512cd, + avx512bw, + avx512vl, + xsaveopt, + xsavec, + xgetbv1, + arat, + spec_ctrl, + intel_stibp, + flush_l1d + ], + microcode: 0x1 + }, + { + cpu: 4, + vendorId: GenuineIntel, + family: 6, + model: 85, + stepping: 4, + physicalId: 4, + coreId: 0, + cores: 1, + modelName: Intel(R) + Xeon(R) + Gold + 5118 + CPU + @ + 2.30GHz, + mhz: 2300.004, + cacheSize: 16384, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + rep_good, + nopl, + xtopology, + eagerfpu, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + ssbd, + rsb_ctxsw, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + hle, + avx2, + smep, + bmi2, + erms, + invpcid, + rtm, + mpx, + avx512f, + avx512dq, + rdseed, + adx, + smap, + clflushopt, + clwb, + avx512cd, + avx512bw, + avx512vl, + xsaveopt, + xsavec, + xgetbv1, + arat, + spec_ctrl, + intel_stibp, + flush_l1d + ], + microcode: 0x1 + }, + { + cpu: 5, + vendorId: GenuineIntel, + family: 6, + model: 85, + stepping: 4, + physicalId: 5, + coreId: 0, + cores: 1, + modelName: Intel(R) + Xeon(R) + Gold + 5118 + CPU + @ + 2.30GHz, + mhz: 2300.004, + cacheSize: 16384, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + rep_good, + nopl, + xtopology, + eagerfpu, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + ssbd, + rsb_ctxsw, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + hle, + avx2, + smep, + bmi2, + erms, + invpcid, + rtm, + mpx, + avx512f, + avx512dq, + rdseed, + adx, + smap, + clflushopt, + clwb, + avx512cd, + avx512bw, + avx512vl, + xsaveopt, + xsavec, + xgetbv1, + arat, + spec_ctrl, + intel_stibp, + flush_l1d + ], + microcode: 0x1 + }, + { + cpu: 6, + vendorId: GenuineIntel, + family: 6, + model: 85, + stepping: 4, + physicalId: 6, + coreId: 0, + cores: 1, + modelName: Intel(R) + Xeon(R) + Gold + 5118 + CPU + @ + 2.30GHz, + mhz: 2300.004, + cacheSize: 16384, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + rep_good, + nopl, + xtopology, + eagerfpu, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + ssbd, + rsb_ctxsw, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + hle, + avx2, + smep, + bmi2, + erms, + invpcid, + rtm, + mpx, + avx512f, + avx512dq, + rdseed, + adx, + smap, + clflushopt, + clwb, + avx512cd, + avx512bw, + avx512vl, + xsaveopt, + xsavec, + xgetbv1, + arat, + spec_ctrl, + intel_stibp, + flush_l1d + ], + microcode: 0x1 + }, + { + cpu: 7, + vendorId: GenuineIntel, + family: 6, + model: 85, + stepping: 4, + physicalId: 7, + coreId: 0, + cores: 1, + modelName: Intel(R) + Xeon(R) + Gold + 5118 + CPU + @ + 2.30GHz, + mhz: 2300.004, + cacheSize: 16384, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + rep_good, + nopl, + xtopology, + eagerfpu, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + ssbd, + rsb_ctxsw, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + hle, + avx2, + smep, + bmi2, + erms, + invpcid, + rtm, + mpx, + avx512f, + avx512dq, + rdseed, + adx, + smap, + clflushopt, + clwb, + avx512cd, + avx512bw, + avx512vl, + xsaveopt, + xsavec, + xgetbv1, + arat, + spec_ctrl, + intel_stibp, + flush_l1d + ], + microcode: 0x1 + } + ] + }, + MemoryInfo: { + TotalMemory: 16616890368, + AvailableMemory: 14769381376, + UsedMemory: 705433600, + usedPercent: 4.245280460888698, + free: 4823150592, + buffers: 2158592, + cached: 11086147584, + writeBack: 0, + dirty: 112926720, + writeBackTmp: 0, + shared: 795844608, + slab: 596533248, + sreclaimable: 388448256, + sunreclaim: 208084992, + pageTables: 4952064, + swapCached: 0, + commitLimit: 10455924736, + committedAS: 1794113536, + highTotal: 0, + highFree: 0, + lowTotal: 0, + lowFree: 0, + swapTotal: 2147479552, + swapFree: 2147479552, + mapped: 145326080, + vmallocTotal: 35184372087808, + vmallocUsed: 107270144, + vmallocChunk: 35184261459968, + hugePagesTotal: 0, + hugePagesFree: 0, + hugePagesRsvd: 0, + hugePagesSurp: 0, + hugePageSize: 2097152 + }, + NetworkInfo: [ + { + name: lo, + mtu: 65536, + hardwareAddr:, + flags: [ + up, + loopback + ], + internal_ip_v4: [ + 127.0.0.1/8 + ] + }, + { + name: eth0, + mtu: 1500, + hardwareAddr: 28 + : + 6e: d4 + : + 89: 78 + : + 19, + flags: [ + up, + broadcast, + multicast + ], + internal_ip_v4: [ + 192.168.35.71/24 + ] + } + ], + DiskInfo: [ + { + device: /dev/dm-0, + mountpoint: /, + fstype: xfs, + total: 50432839680, + free: 16276393984, + used: 34156445696, + usedPercent: 67.72659622723033 + }, + { + device: /dev/vda1, + mountpoint: /boot, + fstype: xfs, + total: 1063256064, + free: 799334400, + used: 263921664, + usedPercent: 24.822022928994084 + }, + { + device: /dev/dm-2, + mountpoint: /var/lib/docker, + fstype: xfs, + total: 536604577792, + free: 476998205440, + used: 59606372352, + usedPercent: 11.1080625881475 + } + ], + HostInfo: { + hostname: onetools-2, + uptime: 2415360, + bootTime: 1703236134, + procs: 160, + os: linux, + platform: centos, + platformFamily: rhel, + platformVersion: 7.9.2009, + kernelVersion: 3.10.0-1160.105.1.el7.x86_64, + kernelArch: x86_64, + virtualizationSystem:, + virtualizationRole: guest, + hostId: ed6e2b7f-968f-4418-b95a-bb3e9b298295 + }, + DockerInfo: { + DockerStats: [ + { + containerID: 8a437ff814862a51add965b711a3faafa24c1966a714b4dcdda4282d332268d9, + name: root_redis_1, + image: bitnami/redis + : + 6.2.11-debian-11-r1, + status: Exited + (255) + 3 + weeks + ago, + running: false + }, + { + containerID: b025157747be82822627548b6f8bc2259863bf206413c4afa5f3c45208c20e9a, + name: root_mysql_1, + image: bitnami/mysql + : + 8.0.32-debian-11-r12, + status: Exited + (255) + 3 + weeks + ago, + running: false + }, + { + containerID: fed293868ab7440504b057a0b9f702e40b176e8ce0f045c54b6043d7967281d0, + name: root_rabbitmq_1, + image: docker.io/bitnami/rabbitmq + : + 3.11.10-debian-11-r0, + status: Exited + (255) + 3 + weeks + ago, + running: false + } + ] + } +}} \ No newline at end of file diff --git a/agent-go/tmp/test.json b/agent-go/tmp/test.json index 52528fd..90a4ded 100644 --- a/agent-go/tmp/test.json +++ b/agent-go/tmp/test.json @@ -1,631 +1,555 @@ { - "metadata": { - "name": "demo-232.ecs.io", - "selfLink": "/api/v1/nodes/demo-232.ecs.io", - "uid": "a516c83f-420d-4129-948b-e4c703cf5ca6", - "resourceVersion": "654738715", - "creationTimestamp": "2023-05-06T06:14:44Z", - "labels": { - "beta.kubernetes.io/arch": "amd64", - "beta.kubernetes.io/os": "linux", - "kubernetes.io/arch": "amd64", - "kubernetes.io/hostname": "demo-232.ecs.io", - "kubernetes.io/os": "linux", - "node-role.kubernetes.io/worker-demo": "", - "uavcloud.affinity": "demo", - "uavcloud.env": "demo", - "uavcloud.os": "open" + CPUInfo: { + NumCores: 4, + CPUPercent: 0, + CPULoads: { + load1: 0, + load5: 0, + load15: 0 }, - "annotations": { - "kubeadm.alpha.kubernetes.io/cri-socket": "/var/run/dockershim.sock", - "node.alpha.kubernetes.io/ttl": "0", - "projectcalico.org/IPv4Address": "192.168.36.232/24", - "projectcalico.org/IPv4IPIPTunnelAddr": "10.244.253.128", - "volumes.kubernetes.io/controller-managed-attach-detach": "true" - }, - "managedFields": [ + CPUInfo: [ { - "manager": "kubeadm", - "operation": "Update", - "apiVersion": "v1", - "time": "2023-05-06T06:14:44Z", - "fieldsType": "FieldsV1", - "fieldsV1": { - "f:metadata": { - "f:annotations": { - "f:kubeadm.alpha.kubernetes.io/cri-socket": {} - } - } - } + cpu: 0, + vendorId: GenuineIntel, + family: 6, + model: 158, + stepping: 10, + physicalId: 0, + coreId: 0, + cores: 1, + modelName: Intel(R) + Core(TM) + i7-8700 + CPU + @ + 3.20GHz, + mhz: 3191.999, + cacheSize: 12288, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + ht, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + nopl, + xtopology, + tsc_reliable, + nonstop_tsc, + cpuid, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + pti, + ssbd, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + avx2, + smep, + bmi2, + invpcid, + rdseed, + adx, + smap, + clflushopt, + xsaveopt, + xsavec, + xgetbv1, + xsaves, + arat, + md_clear, + flush_l1d, + arch_capabilities + ], + microcode: 0xf0 }, { - "manager": "calico-node", - "operation": "Update", - "apiVersion": "v1", - "time": "2023-05-10T01:17:09Z", - "fieldsType": "FieldsV1", - "fieldsV1": { - "f:metadata": { - "f:annotations": { - "f:projectcalico.org/IPv4Address": {}, - "f:projectcalico.org/IPv4IPIPTunnelAddr": {} - } - }, - "f:status": { - "f:conditions": { - "k:{\"type\":\"NetworkUnavailable\"}": { - ".": {}, - "f:lastHeartbeatTime": {}, - "f:lastTransitionTime": {}, - "f:message": {}, - "f:reason": {}, - "f:status": {}, - "f:type": {} - } - } - } - } + cpu: 1, + vendorId: GenuineIntel, + family: 6, + model: 158, + stepping: 10, + physicalId: 0, + coreId: 1, + cores: 1, + modelName: Intel(R) + Core(TM) + i7-8700 + CPU + @ + 3.20GHz, + mhz: 3191.999, + cacheSize: 12288, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + ht, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + nopl, + xtopology, + tsc_reliable, + nonstop_tsc, + cpuid, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + pti, + ssbd, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + avx2, + smep, + bmi2, + invpcid, + rdseed, + adx, + smap, + clflushopt, + xsaveopt, + xsavec, + xgetbv1, + xsaves, + arat, + md_clear, + flush_l1d, + arch_capabilities + ], + microcode: 0xf0 }, { - "manager": "dashboard", - "operation": "Update", - "apiVersion": "v1", - "time": "2023-10-27T01:41:55Z", - "fieldsType": "FieldsV1", - "fieldsV1": { - "f:metadata": { - "f:labels": { - "f:node-role.kubernetes.io/worker-demo": {}, - "f:uavcloud.affinity": {}, - "f:uavcloud.env": {}, - "f:uavcloud.os": {} - } - } - } + cpu: 2, + vendorId: GenuineIntel, + family: 6, + model: 158, + stepping: 10, + physicalId: 0, + coreId: 2, + cores: 1, + modelName: Intel(R) + Core(TM) + i7-8700 + CPU + @ + 3.20GHz, + mhz: 3191.999, + cacheSize: 12288, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + ht, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + nopl, + xtopology, + tsc_reliable, + nonstop_tsc, + cpuid, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + pti, + ssbd, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + avx2, + smep, + bmi2, + invpcid, + rdseed, + adx, + smap, + clflushopt, + xsaveopt, + xsavec, + xgetbv1, + xsaves, + arat, + md_clear, + flush_l1d, + arch_capabilities + ], + microcode: 0xf0 }, { - "manager": "kube-controller-manager", - "operation": "Update", - "apiVersion": "v1", - "time": "2023-12-26T07:19:29Z", - "fieldsType": "FieldsV1", - "fieldsV1": { - "f:metadata": { - "f:annotations": { - "f:node.alpha.kubernetes.io/ttl": {} - } - }, - "f:spec": { - "f:podCIDR": {}, - "f:podCIDRs": { - ".": {}, - "v:\"10.244.31.0/24\"": {} - } - } - } - }, - { - "manager": "kubelet", - "operation": "Update", - "apiVersion": "v1", - "time": "2024-01-11T03:24:07Z", - "fieldsType": "FieldsV1", - "fieldsV1": { - "f:metadata": { - "f:annotations": { - ".": {}, - "f:volumes.kubernetes.io/controller-managed-attach-detach": {} - }, - "f:labels": { - ".": {}, - "f:beta.kubernetes.io/arch": {}, - "f:beta.kubernetes.io/os": {}, - "f:kubernetes.io/arch": {}, - "f:kubernetes.io/hostname": {}, - "f:kubernetes.io/os": {} - } - }, - "f:status": { - "f:addresses": { - ".": {}, - "k:{\"type\":\"Hostname\"}": { - ".": {}, - "f:address": {}, - "f:type": {} - }, - "k:{\"type\":\"InternalIP\"}": { - ".": {}, - "f:address": {}, - "f:type": {} - } - }, - "f:allocatable": { - ".": {}, - "f:cpu": {}, - "f:ephemeral-storage": {}, - "f:hugepages-1Gi": {}, - "f:hugepages-2Mi": {}, - "f:memory": {}, - "f:pods": {} - }, - "f:capacity": { - ".": {}, - "f:cpu": {}, - "f:ephemeral-storage": {}, - "f:hugepages-1Gi": {}, - "f:hugepages-2Mi": {}, - "f:memory": {}, - "f:pods": {} - }, - "f:conditions": { - ".": {}, - "k:{\"type\":\"DiskPressure\"}": { - ".": {}, - "f:lastHeartbeatTime": {}, - "f:lastTransitionTime": {}, - "f:message": {}, - "f:reason": {}, - "f:status": {}, - "f:type": {} - }, - "k:{\"type\":\"MemoryPressure\"}": { - ".": {}, - "f:lastHeartbeatTime": {}, - "f:lastTransitionTime": {}, - "f:message": {}, - "f:reason": {}, - "f:status": {}, - "f:type": {} - }, - "k:{\"type\":\"PIDPressure\"}": { - ".": {}, - "f:lastHeartbeatTime": {}, - "f:lastTransitionTime": {}, - "f:message": {}, - "f:reason": {}, - "f:status": {}, - "f:type": {} - }, - "k:{\"type\":\"Ready\"}": { - ".": {}, - "f:lastHeartbeatTime": {}, - "f:lastTransitionTime": {}, - "f:message": {}, - "f:reason": {}, - "f:status": {}, - "f:type": {} - } - }, - "f:daemonEndpoints": { - "f:kubeletEndpoint": { - "f:Port": {} - } - }, - "f:images": {}, - "f:nodeInfo": { - "f:architecture": {}, - "f:bootID": {}, - "f:containerRuntimeVersion": {}, - "f:kernelVersion": {}, - "f:kubeProxyVersion": {}, - "f:kubeletVersion": {}, - "f:machineID": {}, - "f:operatingSystem": {}, - "f:osImage": {}, - "f:systemUUID": {} - } - } - } + cpu: 3, + vendorId: GenuineIntel, + family: 6, + model: 158, + stepping: 10, + physicalId: 0, + coreId: 3, + cores: 1, + modelName: Intel(R) + Core(TM) + i7-8700 + CPU + @ + 3.20GHz, + mhz: 3191.999, + cacheSize: 12288, + flags: [ + fpu, + vme, + de, + pse, + tsc, + msr, + pae, + mce, + cx8, + apic, + sep, + mtrr, + pge, + mca, + cmov, + pat, + pse36, + clflush, + mmx, + fxsr, + sse, + sse2, + ss, + ht, + syscall, + nx, + pdpe1gb, + rdtscp, + lm, + constant_tsc, + arch_perfmon, + nopl, + xtopology, + tsc_reliable, + nonstop_tsc, + cpuid, + pni, + pclmulqdq, + ssse3, + fma, + cx16, + pcid, + sse4_1, + sse4_2, + x2apic, + movbe, + popcnt, + tsc_deadline_timer, + aes, + xsave, + avx, + f16c, + rdrand, + hypervisor, + lahf_lm, + abm, + 3dnowprefetch, + invpcid_single, + pti, + ssbd, + ibrs, + ibpb, + stibp, + fsgsbase, + tsc_adjust, + bmi1, + avx2, + smep, + bmi2, + invpcid, + rdseed, + adx, + smap, + clflushopt, + xsaveopt, + xsavec, + xgetbv1, + xsaves, + arat, + md_clear, + flush_l1d, + arch_capabilities + ], + microcode: 0xf0 } ] }, - "spec": { - "podCIDR": "10.244.31.0/24", - "podCIDRs": [ - "10.244.31.0/24" - ] + MemoryInfo: { + TotalMemory: 7822536704, + AvailableMemory: 7167397888, + UsedMemory: 257200128, + usedPercent: 3.28793763113291, + free: 6958997504, + buffers: 28884992, + cached: 577454080, + writeBack: 0, + dirty: 56569856, + writeBackTmp: 0, + shared: 9224192, + slab: 88477696, + sreclaimable: 51593216, + sunreclaim: 36884480, + pageTables: 2605056, + swapCached: 0, + commitLimit: 6058745856, + committedAS: 534900736, + highTotal: 0, + highFree: 0, + lowTotal: 0, + lowFree: 0, + swapTotal: 2147479552, + swapFree: 2147479552, + mapped: 84361216, + vmallocTotal: 35184372087808, + vmallocUsed: 0, + vmallocChunk: 0, + hugePagesTotal: 0, + hugePagesFree: 0, + hugePagesRsvd: 0, + hugePagesSurp: 0, + hugePageSize: 2097152 }, - "status": { - "capacity": { - "cpu": "8", - "ephemeral-storage": "45147028Ki", - "hugepages-1Gi": "0", - "hugepages-2Mi": "0", - "memory": "15896524Ki", - "pods": "110" - }, - "allocatable": { - "cpu": "8", - "ephemeral-storage": "41607500936", - "hugepages-1Gi": "0", - "hugepages-2Mi": "0", - "memory": "15794124Ki", - "pods": "110" - }, - "conditions": [ - { - "type": "NetworkUnavailable", - "status": "False", - "lastHeartbeatTime": "2023-05-10T01:17:09Z", - "lastTransitionTime": "2023-05-10T01:17:09Z", - "reason": "CalicoIsUp", - "message": "Calico is running on this node" - }, - { - "type": "MemoryPressure", - "status": "False", - "lastHeartbeatTime": "2024-01-11T03:24:07Z", - "lastTransitionTime": "2023-11-13T04:04:50Z", - "reason": "KubeletHasSufficientMemory", - "message": "kubelet has sufficient memory available" - }, - { - "type": "DiskPressure", - "status": "False", - "lastHeartbeatTime": "2024-01-11T03:24:07Z", - "lastTransitionTime": "2023-11-13T04:04:50Z", - "reason": "KubeletHasNoDiskPressure", - "message": "kubelet has no disk pressure" - }, - { - "type": "PIDPressure", - "status": "False", - "lastHeartbeatTime": "2024-01-11T03:24:07Z", - "lastTransitionTime": "2023-11-13T04:04:50Z", - "reason": "KubeletHasSufficientPID", - "message": "kubelet has sufficient PID available" - }, - { - "type": "Ready", - "status": "True", - "lastHeartbeatTime": "2024-01-11T03:24:07Z", - "lastTransitionTime": "2023-11-13T04:04:50Z", - "reason": "KubeletReady", - "message": "kubelet is posting ready status" - } - ], - "addresses": [ - { - "type": "InternalIP", - "address": "192.168.36.232" - }, - { - "type": "Hostname", - "address": "demo-232.ecs.io" - } - ], - "daemonEndpoints": { - "kubeletEndpoint": { - "Port": 10250 - } - }, - "nodeInfo": { - "machineID": "29989ad386a449cfaab3ae22ed296f47", - "systemUUID": "23f81942-ef1d-bed0-277f-06e2eefd60bf", - "bootID": "95f15daa-dec2-42c3-b5eb-3cf26535cc6f", - "kernelVersion": "4.19.90-2112.8.0.0131.oe1.x86_64", - "osImage": "openEuler 20.03 (LTS-SP3)", - "containerRuntimeVersion": "docker://20.10.9", - "kubeletVersion": "v1.18.0", - "kubeProxyVersion": "v1.18.0", - "operatingSystem": "linux", - "architecture": "amd64" - }, - "images": [ - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-autowaypoint@sha256:c4596e29d263c2ded6fc5e48d1c13e5698949f881c150b3f85d49073a2e23404", - "harbor.cdcyy.com.cn/cmii/cmii-uav-autowaypoint:4.1.5" - ], - "sizeBytes": 2630691373 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:8e70eff1057c007ab99f3880202083e489d85438641a28462200e787e7665092" - ], - "sizeBytes": 1298837349 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:1ae6cde080dd68296b072d0d490b01065c34e0e867f09c1489403256387e463a" - ], - "sizeBytes": 1298837349 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:860098038feed743be290fa0cf9b7bb8ee2e9ca6772aee6248fc1b2274a8e387" - ], - "sizeBytes": 1298837349 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:2bfd98e633df7883b86a19365e878e333d0bc19598ad4a44f7101efaa63fb630" - ], - "sizeBytes": 1298810007 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:c7a140e4887314a19386c9badda35fa3d4f8bc2961c808ef384cf476008a2ff6" - ], - "sizeBytes": 1298809944 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:1d06233269e3a3aae18042fbb45620262367d78d662c5eac1b4f4f6873c9b883", - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration:4.1.6-22973" - ], - "sizeBytes": 1298803507 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:81ee51f48d642444b123a5ee0001edeb14211aaa4496ce7dd1732f543b7c3784" - ], - "sizeBytes": 1298803267 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:2aa5c4d5e73c78faf8225c30e1afc2f09e0036af3a852e2a7ef472d9cf811d19" - ], - "sizeBytes": 1298803267 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:a5f952869d872c5bb6fd0b83a1fc6d785576145e515870f2ef2a755112bd7dd5" - ], - "sizeBytes": 1298803253 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:ae66ec4950e4786a12e74883f55ffed0f010df214c490740b249b0b578ddb70e" - ], - "sizeBytes": 1298803141 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:3b50ee3451d0852067316fcf28c23e51964cced7cbcb0edaed13c5165bfe6475" - ], - "sizeBytes": 1298801680 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:a47132cbc9e31e164331471f53fbca26dc1f917620a2c2f58bb78d4152fdf633" - ], - "sizeBytes": 1298801680 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:3acfa8c3e4918ed1fe18724533f3c185bde32c97d983ffc546a66a7ac1fe9416" - ], - "sizeBytes": 1298801652 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:5c36fb7b61ac619e781e16be2ca2b2820893e926a568189ed53a1a190c3fdec7" - ], - "sizeBytes": 1298801626 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:f6fec76ab974068b8c44229a56ebe672b9dfa47d038bfbbe5f368b32b71d68c1" - ], - "sizeBytes": 1298801623 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:ebf60f373565f12580ce66ab4183f514f3c40f291b4480b2d416a383c19dc1ce" - ], - "sizeBytes": 1298801623 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:4077da975321f521cc670798824c831b945ab71a21a9862dad40a542451350e6" - ], - "sizeBytes": 1298801559 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:eb813176299a007123597a94bd5aaba84e1a73dcf6603da77aa5a35c977fcc62" - ], - "sizeBytes": 1298801530 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:5731a4c3a62125364b9f6a9ed06fed5124c1a0c076459f7ab0a7ba40b999fd0f" - ], - "sizeBytes": 1298801368 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:cf1f94ef3bda78ca4e37fb6727837ea512b8bcb5975ad7bb6b1ef588d24d94bf" - ], - "sizeBytes": 1298801263 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:ae3cc4adfedf710516fc923e2db761b457f03f107e81fe272cb6ccdb5e5d6384" - ], - "sizeBytes": 1298801261 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:a5f38fbbc29c6e9ea9686f06c3bb9ca3c43f9443c608688b492f47058c86d4ca" - ], - "sizeBytes": 1298801197 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:a5c4426c4b1a360a002154bf7b97841d42dca616ca977ce602e6c835645f3357" - ], - "sizeBytes": 1298801197 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:75926aa896b47e0b6ce7854212c8b87bc41603c947d4278f4df95138c2064b6a" - ], - "sizeBytes": 1298801182 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:cfb7fe122a4db765e149e3939202da44ad632780ec6cb46dde42d3bc83d614bb" - ], - "sizeBytes": 1298800518 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:e1a97787c94d719b961e91702faa55b42b792de37664829d6d98db724302f9e3" - ], - "sizeBytes": 1298800328 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:9939cd670dad90d09d6402d83871c01d8fb2f132ef02445d58d60974011e04be" - ], - "sizeBytes": 1298799928 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:20a323a703440475a3cbd19b7b5ea54627e9f30d74fa50f116bf409476c5e948" - ], - "sizeBytes": 1298799919 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:6404f8a281e5c685c2b625e345060bdd535ac3aa5ed2fe7e3212930d2329dfba", - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration:4.1.4-21739" - ], - "sizeBytes": 1298796073 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:895e8240be2381350de2d644affc62e0da6defd3782bd935e02e1c31ef415034" - ], - "sizeBytes": 1298787416 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:cf8834cdf390e1685e349bc38a3e1d036b4e5c17635a83385e99702419344c20" - ], - "sizeBytes": 1298787416 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:8d0a40981020ef462e39c914af2dbec493bbf907c13cb01c9443bfde38c6f3ae", - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration:4.1.3-20554-0515" - ], - "sizeBytes": 1297041574 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:e6b25d6855b2bcc55edacaec50a855f9c710347f274f170534b42f95cc3d36e8" - ], - "sizeBytes": 1297041318 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:faeeabf7a56bc4bfafc010bd384f0fdad1d218dedc300eb40193f69a44e4d6dd" - ], - "sizeBytes": 1297041314 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:d461c25f023a6bb728db608786b70f0d4e7b27e2f95f100e8d7b84b67aeeb04b", - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration:4.1.3-20554-0512" - ], - "sizeBytes": 1297041224 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:dac6f32e5250250aff072a83c1fd994ed7d7d80b1e4d1fed30ca246730d8db24", - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration:4.1.3-20554" - ], - "sizeBytes": 1297040842 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:86555dc7d7cdc7cca110d439a479c074a860bea38d4f6f95fdcfa7b183c84029" - ], - "sizeBytes": 1297040795 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-integration@sha256:17fb65bbab01b634eb62ef126c1ffca6f235baf59537bbf83084dadfcf9465d3" - ], - "sizeBytes": 1297040553 - }, - { - "names": [ - "harbor-qa.sre.cdcyy.cn/cmii/cmlc-vms@sha256:6f536cfe213fc7b529551c60cbd05861412fc6818037f2e5ed85f97431f446fe", - "harbor-qa.sre.cdcyy.cn/cmii/cmlc-vms:v1.0.0" - ], - "sizeBytes": 1228268545 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-rtsp-operator@sha256:39e64e3bce33f05206d294387a9f0506be4379ab7c1cc3c708519826e8ad701b", - "harbor.cdcyy.com.cn/cmii/cmii-rtsp-operator:v4.1.0" - ], - "sizeBytes": 975146074 - }, - { - "names": [ - "nacos/nacos-server@sha256:38cb6e6244635b7fd287600bc055eba4d970e9e002dc70c40da871ecad7c8fe2", - "nacos/nacos-server:v2.2.3" - ], - "sizeBytes": 814497992 - }, - { - "names": [ - "mongo@sha256:5be752bc5f2ac4182252d0f15d74df080923aba39700905cb26d9f70f39e9702", - "mongo:5.0" - ], - "sizeBytes": 692642400 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-industrial-portfolio@sha256:eb4ec69a89e20768150668a3d3b3a1f3ee7271282f807bd1668d453895dfa19b", - "harbor.cdcyy.com.cn/cmii/cmii-uav-industrial-portfolio:5.2.0-validation" - ], - "sizeBytes": 511739130 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission@sha256:0132762d952270158c6fbd8c558f51fd3d38115cb24298ef9e83d56a9c9d51c4" - ], - "sizeBytes": 511613996 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission@sha256:d2d56d213c0a14f4638310a7073975895e7f552a2177dfa1eb427226871a547b", - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission:5.1.0-24720" - ], - "sizeBytes": 511613957 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission@sha256:023b804c4526f6f2bfaec2acf3f0699fa0a60b74c50341ebfdc5c52799acbacc" - ], - "sizeBytes": 511609289 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission@sha256:226210c76464577f8732627db457b677ec97c429758d9865af8a1ff3567e4f82", - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission:5.1.0" - ], - "sizeBytes": 511533917 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission@sha256:5c5945911fe715bd38f8d9c5c0409b3ca203e6a4b974a85125cccd556325e6a0", - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission:5.1.0-pr107" - ], - "sizeBytes": 511533238 - }, - { - "names": [ - "harbor.cdcyy.com.cn/cmii/cmii-uav-mission@sha256:66139e16cbc68e3c39abf367a7d4434d49c1aa3e3b3f942e173c27649432d9a9" - ], - "sizeBytes": 511532925 - } + NetworkInfo: [ + { + name: lo, + mtu: 65536, + hardwareAddr:, + flags: [ + up, + loopback + ], + internal_ip_v4: [ + 127.0.0.1/8 + ], + internal_ip_v6: [ + : + : + 1/128 ] - } -} \ No newline at end of file + }, + { + name: ens34, + mtu: 1500, + hardwareAddr: 00 + : + 0c: 29 + : + 81: e8 + : + b5, + flags: [ + up, + broadcast, + multicast + ], + internal_ip_v4: [ + 10.250.0.147/24 + ], + internal_ip_v6: [ + fe80 + : + : + 1d70 + : + cdd1 + : + efcf + : + c171/64 + ] + } + ], + DiskInfo: [ + { + device: /dev/dm-0, + mountpoint: /, + fstype: ext4, + total: 17209049088, + free: 11933671424, + used: 4377587712, + usedPercent: 26.837828247963895 + }, + { + device: /dev/sda2, + mountpoint: /boot, + fstype: ext4, + total: 1023303680, + free: 808054784, + used: 144785408, + usedPercent: 15.195140718833153 + }, + { + device: /dev/sda1, + mountpoint: /boot/efi, + fstype: vfat, + total: 627900416, + free: 619917312, + used: 7983104, + usedPercent: 1.2713965139338275 + } + ], + HostInfo: { + hostname: localhost.localdomain, + uptime: 5595, + bootTime: 1705645671, + procs: 224, + os: linux, + platform: openeuler, + platformFamily:, + platformVersion: 20.03, + kernelVersion: 4.19.90-2112.8.0.0131.oe1.x86_64, + kernelArch: x86_64, + virtualizationSystem:, + virtualizationRole:, + hostId: a49c4d56-55d8-b0b4-5829-67ba5d81e8b5 + }, + DockerInfo: null +}"}