cmake 占用了 100% 的 CPU

cmake 占用了 100% 的 CPU

我注意到 Ubuntu 20.04.4 LTS(GNU/Linux 5.4.0-125-generic x86_64)的 CPU 使用率非常高。

使用htop以下命令我可以看到 3 个进程:

/usr/share/[cmake] --config=/usr/share/[cmake].pid

这占用了大量的 CPU(见下面的屏幕截图)。我从未听说过或使用过 cmake。我该如何解决这个问题?谢谢。 htop 截图

内容cat /usr/share/[cmake].pid

{
"api": {
    "id": null,
    "worker-id": null
},
"http": {
    "enabled": false,
    "host": "127.0.0.1",
    "port": 0,
    "access-token": null,
    "restricted": true
},
"autosave": true,
"background": true,
"colors": true,
"title": true,
"randomx": {
    "init": -1,
    "init-avx2": -1,
    "mode": "auto",
    "1gb-pages": false,
    "rdmsr": true,
    "wrmsr": true,
    "cache_qos": false,
    "numa": true,
    "scratchpad_prefetch_mode": 1
},
"cpu": {
    "enabled": true,
    "huge-pages": true,
    "huge-pages-jit": false,
    "hw-aes": null,
    "priority": null,
    "memory-pool": false,
    "yield": true,
    "asm": true,
    "argon2-impl": null,
    "argon2": [0, 1],
    "cn": [
        [1, 0],
        [1, 1]
    ],
    "cn-heavy": [
        [1, 0],
        [1, 1]
    ],
    "cn-lite": [
        [1, 0],
        [1, 1]
    ],
    "cn-pico": [
        [2, 0],
        [2, 1]
    ],
    "cn/upx2": [
        [2, 0],
        [2, 1]
    ],
    "ghostrider": [
        [8, 0],
        [8, 1]
    ],
    "rx": [0, 1],
    "rx/wow": [0, 1],
    "cn-lite/0": false,
    "cn/0": false,
    "rx/arq": "rx/wow",
    "rx/keva": "rx/wow"
},
"opencl": {
    "enabled": false,
    "cache": true,
    "loader": null,
    "platform": "AMD",
    "adl": true
},
"cuda": {
    "enabled": false,
    "loader": null,
    "nvml": true
},
"log-file": "/tmp/ddns.log",
"donate-level": 1,
"donate-over-proxy": 1,
"pools": [
    {
        "algo": null,
        "coin": null,
        "url": "194.36.190.30:1414",
        "user": null,
        "pass": null,
        "rig-id": null,
        "nicehash": false,
        "keepalive": false,
        "enabled": true,
        "tls": false,
        "tls-fingerprint": null,
        "daemon": false,
        "socks5": null,
        "self-select": null,
        "submit-to-origin": false
    },
    {
        "algo": null,
        "coin": null,
        "url": "194.36.190.30:1414",
        "user": null,
        "pass": null,
        "rig-id": null,
        "nicehash": false,
        "keepalive": false,
        "enabled": true,
        "tls": false,
        "tls-fingerprint": null,
        "daemon": false,
        "socks5": null,
        "self-select": null,
        "submit-to-origin": false
    },
    {
        "algo": null,
        "coin": null,
        "url": "194.36.190.30:1414",
        "user": null,
        "pass": null,
        "rig-id": null,
        "nicehash": false,
        "keepalive": false,
        "enabled": true,
        "tls": false,
        "tls-fingerprint": null,
        "daemon": false,
        "socks5": null,
        "self-select": null,
        "submit-to-origin": false
    }
],
"retries": 5,
"retry-pause": 5,
"print-time": 60,
"health-print-time": 60,
"dmi": true,
"syslog": false,
"tls": {
    "enabled": false,
    "protocols": null,
    "cert": null,
    "cert_key": null,
    "ciphers": null,
    "ciphersuites": null,
    "dhparam": null
},
"dns": {
    "ipv6": false,
    "ttl": 30
},
"user-agent": null,
"verbose": 0,
"watch": true,
"pause-on-battery": false,
"pause-on-active": false

}

答案1

我相信这是一个假装是 CMake 的加密矿工。

立即删除它,查找类似名称的文件(或监控传出连接并注意可疑的文件),最重要的是检查您的机器的网络安全。

相关内容