{
  "builder": {
    "id": ""
  },
  "buildType": "https://mobyproject.org/buildkit@v1",
  "materials": [
    {
      "uri": "pkg:docker/node@22-alpine?platform=linux%2Famd64",
      "digest": {
        "sha256": "878502560e388e361461a000e680a7435625020683c98e9eb3562f26215df298"
      }
    }
  ],
  "invocation": {
    "configSource": {
      "entryPoint": "Dockerfile"
    },
    "parameters": {
      "frontend": "dockerfile.v0",
      "args": {
        "label:com.docker.compose.project": "blog",
        "label:com.docker.compose.service": "watcher",
        "label:com.docker.compose.version": "5.1.0"
      },
      "locals": [
        {
          "name": "context"
        },
        {
          "name": "dockerfile"
        }
      ]
    },
    "environment": {
      "platform": "linux/amd64"
    }
  },
  "buildConfig": {
    "llbDefinition": [
      {
        "id": "step0",
        "op": {
          "Op": {
            "source": {
              "identifier": "docker-image://docker.io/library/node:22-alpine@sha256:878502560e388e361461a000e680a7435625020683c98e9eb3562f26215df298",
              "attrs": {
                "image.resolvemode": "local"
              }
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        }
      },
      {
        "id": "step1",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "apk add --no-cache inotify-tools \u0026\u0026     npm install -g pnpm"
                ],
                "env": [
                  "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "NODE_VERSION=22.22.3",
                  "YARN_VERSION=1.22.22"
                ],
                "cwd": "/",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step0:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-05-15T02:21:13.065811889+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T02:21:15.066235763+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T02:21:17.069637898+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T02:21:19.070378744+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T02:21:19.528186471+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 4.9,
            "nice": 0,
            "system": 2.3,
            "idle": 23.41,
            "iowait": 1.23,
            "irq": 0,
            "softirq": 0.51,
            "steal": 6.81,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step2",
        "op": {
          "Op": {
            "source": {
              "identifier": "local://context",
              "attrs": {
                "local.followpaths": "[\"entrypoint.sh\"]",
                "local.sharedkeyhint": "context"
              }
            }
          },
          "constraints": {}
        }
      },
      {
        "id": "step3",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/entrypoint.sh",
                      "dest": "/entrypoint.sh",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step1:0",
          "step2:0"
        ]
      },
      {
        "id": "step4",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "chmod +x /entrypoint.sh"
                ],
                "env": [
                  "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "NODE_VERSION=22.22.3",
                  "YARN_VERSION=1.22.22"
                ],
                "cwd": "/",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step3:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-05-15T02:21:20.183105419+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 0.21,
            "nice": 0,
            "system": 0.13,
            "idle": 0.8,
            "iowait": 0.03,
            "irq": 0,
            "softirq": 0.02,
            "steal": 0.28,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step5",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": -1,
                  "output": 0,
                  "Action": {
                    "mkdir": {
                      "path": "/blog",
                      "mode": 493,
                      "makeParents": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step4:0"
        ]
      },
      {
        "id": "step6",
        "op": {
          "Op": {}
        },
        "inputs": [
          "step5:0"
        ]
      }
    ],
    "digestMapping": {
      "sha256:207b7599a45f36de6e6999b7efed013d81b38fd0a5615fa4ba977dd0f23a16fb": "step4",
      "sha256:3fee41cd81c1004d5ad97f8501f1880d728e47c61cbb08a8275d305edd101794": "step2",
      "sha256:804c15772a368484af57e1911aedab185c5176fc945217e659bb55d962798378": "step0",
      "sha256:842928731b5959ccee731ca4782cd1a01c82441cb027cc86e06fdcc90216f6b7": "step3",
      "sha256:a7ab65683ae683e8fa20aea36d4d00e2fa0350a28a90ee705220f1e4b60cf4de": "step1",
      "sha256:e555e57152e926239a64d61c308646cb6c39a1b2fb476efec6b33a6c0237e6d1": "step6",
      "sha256:e5c2d104dbdf6d5d225ee0b6c7a7d7ad4cc75044a58963d3d1d36ee25a538b6c": "step5"
    }
  },
  "metadata": {
    "buildInvocationID": "q75mvllmaedppbjwonw687i9c",
    "buildStartedOn": "2026-05-15T02:20:46.743254093+08:00",
    "buildFinishedOn": "2026-05-15T02:21:23.39647577+08:00",
    "completeness": {
      "parameters": true,
      "environment": true,
      "materials": false
    },
    "reproducible": false,
    "https://mobyproject.org/buildkit@v1#metadata": {
      "source": {
        "locations": {
          "step0": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 1
                    },
                    "end": {
                      "line": 1
                    }
                  }
                ]
              }
            ]
          },
          "step1": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 3
                    },
                    "end": {
                      "line": 3
                    }
                  },
                  {
                    "start": {
                      "line": 4
                    },
                    "end": {
                      "line": 4
                    }
                  }
                ]
              }
            ]
          },
          "step2": {},
          "step3": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 6
                    },
                    "end": {
                      "line": 6
                    }
                  }
                ]
              }
            ]
          },
          "step4": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 7
                    },
                    "end": {
                      "line": 7
                    }
                  }
                ]
              }
            ]
          },
          "step5": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 9
                    },
                    "end": {
                      "line": 9
                    }
                  }
                ]
              }
            ]
          }
        },
        "infos": [
          {
            "filename": "Dockerfile",
            "language": "Dockerfile",
            "data": "RlJPTSBub2RlOjIyLWFscGluZQoKUlVOIGFwayBhZGQgLS1uby1jYWNoZSBpbm90aWZ5LXRvb2xzICYmIFwKICAgIG5wbSBpbnN0YWxsIC1nIHBucG0KCkNPUFkgZW50cnlwb2ludC5zaCAvZW50cnlwb2ludC5zaApSVU4gY2htb2QgK3ggL2VudHJ5cG9pbnQuc2gKCldPUktESVIgL2Jsb2cKCkNNRCBbIi9lbnRyeXBvaW50LnNoIl0K",
            "llbDefinition": [
              {
                "id": "step0",
                "op": {
                  "Op": {
                    "source": {
                      "identifier": "local://dockerfile",
                      "attrs": {
                        "local.differ": "none",
                        "local.followpaths": "[\"Dockerfile\",\"Dockerfile.dockerignore\",\"dockerfile\"]",
                        "local.sharedkeyhint": "dockerfile"
                      }
                    }
                  },
                  "constraints": {}
                }
              },
              {
                "id": "step1",
                "op": {
                  "Op": {}
                },
                "inputs": [
                  "step0:0"
                ]
              }
            ],
            "digestMapping": {
              "sha256:e0eb879dd9c85920cb0bf4232c6e1e99245d8f351853a57c762d3658caae2b20": "step1",
              "sha256:e31c838694cfb6e14ad992f63c4f1fbe518478796b169c8f5adc64ef61452b89": "step0"
            }
          }
        ]
      },
      "layers": {
        "step0:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb",
              "size": 3864189
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:2ad77fb7cfd3ef9f6a6dfce0020766303fd6404c57ec5d48a336265ff0201132",
              "size": 52314029
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:b6816b6a041943b79e3f6e0f45fca8a0f83b376014c7525bcb108c6c7b5e9dd7",
              "size": 1262133
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:35cf660f63b0ddbe3c26c27dfb34eedfbc0fd96533a1df799ee586109c18ec7d",
              "size": 449
            }
          ]
        ],
        "step1:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb",
              "size": 3864189
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:2ad77fb7cfd3ef9f6a6dfce0020766303fd6404c57ec5d48a336265ff0201132",
              "size": 52314029
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:b6816b6a041943b79e3f6e0f45fca8a0f83b376014c7525bcb108c6c7b5e9dd7",
              "size": 1262133
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:35cf660f63b0ddbe3c26c27dfb34eedfbc0fd96533a1df799ee586109c18ec7d",
              "size": 449
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:7c819ef7aff9eda2d1ce3d6bf3271a94510f378ced928c833d5c84f0d1385470",
              "size": 9793708
            }
          ]
        ],
        "step3:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb",
              "size": 3864189
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:2ad77fb7cfd3ef9f6a6dfce0020766303fd6404c57ec5d48a336265ff0201132",
              "size": 52314029
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:b6816b6a041943b79e3f6e0f45fca8a0f83b376014c7525bcb108c6c7b5e9dd7",
              "size": 1262133
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:35cf660f63b0ddbe3c26c27dfb34eedfbc0fd96533a1df799ee586109c18ec7d",
              "size": 449
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:7c819ef7aff9eda2d1ce3d6bf3271a94510f378ced928c833d5c84f0d1385470",
              "size": 9793708
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:89bb7a24ac4be1a27c915e4094ce244ff779a5f3ec982a2befd20f0112edff19",
              "size": 440
            }
          ]
        ],
        "step4:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb",
              "size": 3864189
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:2ad77fb7cfd3ef9f6a6dfce0020766303fd6404c57ec5d48a336265ff0201132",
              "size": 52314029
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:b6816b6a041943b79e3f6e0f45fca8a0f83b376014c7525bcb108c6c7b5e9dd7",
              "size": 1262133
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:35cf660f63b0ddbe3c26c27dfb34eedfbc0fd96533a1df799ee586109c18ec7d",
              "size": 449
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:7c819ef7aff9eda2d1ce3d6bf3271a94510f378ced928c833d5c84f0d1385470",
              "size": 9793708
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:89bb7a24ac4be1a27c915e4094ce244ff779a5f3ec982a2befd20f0112edff19",
              "size": 440
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:d2f9ab0a26b4888c52da2b8fdbbba55061ef6cbb4f0f44091ceeff9b9991b365",
              "size": 442
            }
          ]
        ],
        "step5:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb",
              "size": 3864189
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:2ad77fb7cfd3ef9f6a6dfce0020766303fd6404c57ec5d48a336265ff0201132",
              "size": 52314029
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:b6816b6a041943b79e3f6e0f45fca8a0f83b376014c7525bcb108c6c7b5e9dd7",
              "size": 1262133
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:35cf660f63b0ddbe3c26c27dfb34eedfbc0fd96533a1df799ee586109c18ec7d",
              "size": 449
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:7c819ef7aff9eda2d1ce3d6bf3271a94510f378ced928c833d5c84f0d1385470",
              "size": 9793708
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:89bb7a24ac4be1a27c915e4094ce244ff779a5f3ec982a2befd20f0112edff19",
              "size": 440
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:d2f9ab0a26b4888c52da2b8fdbbba55061ef6cbb4f0f44091ceeff9b9991b365",
              "size": 442
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3e1569f713d72310affa1c264843a71df6184566c714d3df64411ea08d08cd46",
              "size": 94
            }
          ]
        ]
      },
      "sysUsage": [
        {
          "timestamp": "2026-05-15T02:20:47.012143029+08:00",
          "cpuStat": {
            "user": 89614.31,
            "nice": 4.56,
            "system": 37642.53,
            "idle": 3775049,
            "iowait": 2955.97,
            "irq": 0,
            "softirq": 6614.09,
            "steal": 303522.36,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380639708,
            "processCreated": 11708749,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 573480,
            "available": 1532080,
            "buffers": 39456,
            "cached": 1013108,
            "active": 1674020,
            "inactive": 1304764,
            "swap": 4194300,
            "dirty": 100,
            "writeback": 0,
            "slab": 337748
          },
          "cpuPressure": {
            "some": {
              "avg10": 0.64,
              "avg60": 1.33,
              "avg300": 1.46,
              "total": 8196369200
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.54,
              "avg60": 0.11,
              "avg300": 0.06,
              "total": 177649540
            },
            "full": {
              "avg10": 0.54,
              "avg60": 0.1,
              "avg300": 0.05,
              "total": 158830205
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.85,
              "avg60": 0.29,
              "avg300": 0.22,
              "total": 1017432923
            },
            "full": {
              "avg10": 0.85,
              "avg60": 0.26,
              "avg300": 0.17,
              "total": 907066295
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:20:49.012327574+08:00",
          "cpuStat": {
            "user": 89615.1,
            "nice": 4.56,
            "system": 37642.75,
            "idle": 3775055.53,
            "iowait": 2956.09,
            "irq": 0,
            "softirq": 6614.14,
            "steal": 303523.88,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380657533,
            "processCreated": 11708749,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 565408,
            "available": 1526332,
            "buffers": 39588,
            "cached": 1015092,
            "active": 1675696,
            "inactive": 1312840,
            "swap": 4194300,
            "dirty": 256,
            "writeback": 0,
            "slab": 337752
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.61,
              "avg60": 1.48,
              "avg300": 1.49,
              "total": 8196472799
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.8,
              "avg60": 0.17,
              "avg300": 0.07,
              "total": 177662067
            },
            "full": {
              "avg10": 0.62,
              "avg60": 0.13,
              "avg300": 0.06,
              "total": 158841275
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.24,
              "avg60": 0.38,
              "avg300": 0.24,
              "total": 1017475414
            },
            "full": {
              "avg10": 1.06,
              "avg60": 0.32,
              "avg300": 0.18,
              "total": 907102689
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:20:51.01262779+08:00",
          "cpuStat": {
            "user": 89615.64,
            "nice": 4.56,
            "system": 37643.1,
            "idle": 3775062.03,
            "iowait": 2956.38,
            "irq": 0,
            "softirq": 6614.2,
            "steal": 303525.09,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380673749,
            "processCreated": 11708787,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 549400,
            "available": 1512512,
            "buffers": 39864,
            "cached": 1017004,
            "active": 1677284,
            "inactive": 1315620,
            "swap": 4194300,
            "dirty": 640,
            "writeback": 0,
            "slab": 337744
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.04,
              "avg60": 1.56,
              "avg300": 1.51,
              "total": 8196574808
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.66,
              "avg60": 0.16,
              "avg300": 0.07,
              "total": 177678580
            },
            "full": {
              "avg10": 0.51,
              "avg60": 0.13,
              "avg300": 0.05,
              "total": 158851576
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.92,
              "avg60": 0.53,
              "avg300": 0.27,
              "total": 1017576539
            },
            "full": {
              "avg10": 1.59,
              "avg60": 0.44,
              "avg300": 0.2,
              "total": 907183983
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:20:53.018532328+08:00",
          "cpuStat": {
            "user": 89616.13,
            "nice": 4.56,
            "system": 37643.48,
            "idle": 3775068.6,
            "iowait": 2956.52,
            "irq": 0,
            "softirq": 6614.32,
            "steal": 303526.52,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380692880,
            "processCreated": 11708829,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 522532,
            "available": 1492996,
            "buffers": 39884,
            "cached": 1024380,
            "active": 1678252,
            "inactive": 1337816,
            "swap": 4194300,
            "dirty": 6368,
            "writeback": 0,
            "slab": 337736
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.21,
              "avg60": 1.61,
              "avg300": 1.52,
              "total": 8196651670
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.54,
              "avg60": 0.16,
              "avg300": 0.07,
              "total": 177682727
            },
            "full": {
              "avg10": 0.41,
              "avg60": 0.12,
              "avg300": 0.05,
              "total": 158855645
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.93,
              "avg60": 0.58,
              "avg300": 0.28,
              "total": 1017620989
            },
            "full": {
              "avg10": 1.66,
              "avg60": 0.49,
              "avg300": 0.22,
              "total": 907222162
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:20:55.021404373+08:00",
          "cpuStat": {
            "user": 89616.55,
            "nice": 4.56,
            "system": 37643.79,
            "idle": 3775075.45,
            "iowait": 2956.54,
            "irq": 0,
            "softirq": 6614.4,
            "steal": 303527.59,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380711148,
            "processCreated": 11708869,
            "processesRunning": 6
          },
          "memoryStat": {
            "total": 4008644,
            "free": 500872,
            "available": 1477812,
            "buffers": 39892,
            "cached": 1030712,
            "active": 1678332,
            "inactive": 1350592,
            "swap": 4194300,
            "dirty": 12500,
            "writeback": 0,
            "slab": 337740
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.99,
              "avg60": 1.59,
              "avg300": 1.52,
              "total": 8196720813
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.44,
              "avg60": 0.15,
              "avg300": 0.07,
              "total": 177682909
            },
            "full": {
              "avg10": 0.34,
              "avg60": 0.12,
              "avg300": 0.05,
              "total": 158855828
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.58,
              "avg60": 0.56,
              "avg300": 0.28,
              "total": 1017628327
            },
            "full": {
              "avg10": 1.36,
              "avg60": 0.47,
              "avg300": 0.22,
              "total": 907228516
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:20:57.022143701+08:00",
          "cpuStat": {
            "user": 89616.9,
            "nice": 4.56,
            "system": 37644.04,
            "idle": 3775082.49,
            "iowait": 2956.57,
            "irq": 0,
            "softirq": 6614.49,
            "steal": 303528.58,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380728361,
            "processCreated": 11708889,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 492136,
            "available": 1476284,
            "buffers": 39912,
            "cached": 1038020,
            "active": 1678412,
            "inactive": 1358664,
            "swap": 4194300,
            "dirty": 19688,
            "writeback": 0,
            "slab": 337808
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.17,
              "avg60": 1.64,
              "avg300": 1.53,
              "total": 8196773225
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.36,
              "avg60": 0.15,
              "avg300": 0.07,
              "total": 177683519
            },
            "full": {
              "avg10": 0.28,
              "avg60": 0.12,
              "avg300": 0.05,
              "total": 158856430
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.29,
              "avg60": 0.54,
              "avg300": 0.28,
              "total": 1017638402
            },
            "full": {
              "avg10": 1.11,
              "avg60": 0.46,
              "avg300": 0.21,
              "total": 907237356
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:20:59.022831324+08:00",
          "cpuStat": {
            "user": 89617.16,
            "nice": 4.56,
            "system": 37644.23,
            "idle": 3775089.74,
            "iowait": 2956.59,
            "irq": 0,
            "softirq": 6614.55,
            "steal": 303529.74,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380743045,
            "processCreated": 11708889,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 488860,
            "available": 1480256,
            "buffers": 39912,
            "cached": 1045136,
            "active": 1678336,
            "inactive": 1368264,
            "swap": 4194300,
            "dirty": 26724,
            "writeback": 0,
            "slab": 337804
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.14,
              "avg60": 1.65,
              "avg300": 1.53,
              "total": 8196809843
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.29,
              "avg60": 0.14,
              "avg300": 0.06,
              "total": 177683519
            },
            "full": {
              "avg10": 0.22,
              "avg60": 0.11,
              "avg300": 0.05,
              "total": 158856430
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.06,
              "avg60": 0.52,
              "avg300": 0.27,
              "total": 1017644807
            },
            "full": {
              "avg10": 0.91,
              "avg60": 0.44,
              "avg300": 0.21,
              "total": 907243432
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:01.023888852+08:00",
          "cpuStat": {
            "user": 89617.62,
            "nice": 4.56,
            "system": 37644.58,
            "idle": 3775096.43,
            "iowait": 2956.6,
            "irq": 0,
            "softirq": 6614.59,
            "steal": 303531.35,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380758683,
            "processCreated": 11708931,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 486788,
            "available": 1485656,
            "buffers": 39912,
            "cached": 1052716,
            "active": 1678264,
            "inactive": 1370744,
            "swap": 4194300,
            "dirty": 34152,
            "writeback": 0,
            "slab": 337780
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.3,
              "avg60": 1.69,
              "avg300": 1.54,
              "total": 8196887594
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.24,
              "avg60": 0.14,
              "avg300": 0.06,
              "total": 177683519
            },
            "full": {
              "avg10": 0.18,
              "avg60": 0.11,
              "avg300": 0.05,
              "total": 158856430
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.87,
              "avg60": 0.51,
              "avg300": 0.27,
              "total": 1017646665
            },
            "full": {
              "avg10": 0.74,
              "avg60": 0.43,
              "avg300": 0.21,
              "total": 907245245
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:03.03201589+08:00",
          "cpuStat": {
            "user": 89617.91,
            "nice": 4.56,
            "system": 37644.75,
            "idle": 3775103.48,
            "iowait": 2956.67,
            "irq": 0,
            "softirq": 6614.65,
            "steal": 303533.41,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380772028,
            "processCreated": 11708952,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 480488,
            "available": 1486592,
            "buffers": 39924,
            "cached": 1059940,
            "active": 1678276,
            "inactive": 1377896,
            "swap": 4194300,
            "dirty": 41336,
            "writeback": 0,
            "slab": 337752
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.24,
              "avg60": 1.7,
              "avg300": 1.54,
              "total": 8196940185
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.19,
              "avg60": 0.13,
              "avg300": 0.06,
              "total": 177683519
            },
            "full": {
              "avg10": 0.15,
              "avg60": 0.1,
              "avg300": 0.05,
              "total": 158856430
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.71,
              "avg60": 0.49,
              "avg300": 0.27,
              "total": 1017667352
            },
            "full": {
              "avg10": 0.61,
              "avg60": 0.41,
              "avg300": 0.21,
              "total": 907264858
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:05.032299156+08:00",
          "cpuStat": {
            "user": 89618.17,
            "nice": 4.56,
            "system": 37644.9,
            "idle": 3775110.71,
            "iowait": 2956.69,
            "irq": 0,
            "softirq": 6614.7,
            "steal": 303534.8,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380783701,
            "processCreated": 11708952,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 499744,
            "available": 1509964,
            "buffers": 39620,
            "cached": 1064452,
            "active": 1674632,
            "inactive": 1382768,
            "swap": 4194300,
            "dirty": 47480,
            "writeback": 0,
            "slab": 337704
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.2,
              "avg60": 1.71,
              "avg300": 1.55,
              "total": 8196979841
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.16,
              "avg60": 0.13,
              "avg300": 0.06,
              "total": 177688794
            },
            "full": {
              "avg10": 0.12,
              "avg60": 0.1,
              "avg300": 0.05,
              "total": 158861583
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.58,
              "avg60": 0.47,
              "avg300": 0.27,
              "total": 1017671758
            },
            "full": {
              "avg10": 0.5,
              "avg60": 0.4,
              "avg300": 0.21,
              "total": 907268989
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:07.061974154+08:00",
          "cpuStat": {
            "user": 89618.92,
            "nice": 4.56,
            "system": 37645.33,
            "idle": 3775116.6,
            "iowait": 2957.11,
            "irq": 0,
            "softirq": 6614.74,
            "steal": 303537.08,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380807047,
            "processCreated": 11709000,
            "processesRunning": 4
          },
          "memoryStat": {
            "total": 4008644,
            "free": 453224,
            "available": 1498040,
            "buffers": 39724,
            "cached": 1099204,
            "active": 1675288,
            "inactive": 1417820,
            "swap": 4194300,
            "dirty": 29924,
            "writeback": 32,
            "slab": 337680
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.34,
              "avg60": 1.75,
              "avg300": 1.56,
              "total": 8197096932
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.13,
              "avg60": 0.12,
              "avg300": 0.06,
              "total": 177696232
            },
            "full": {
              "avg10": 0.1,
              "avg60": 0.1,
              "avg300": 0.05,
              "total": 158868336
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.74,
              "avg60": 0.69,
              "avg300": 0.32,
              "total": 1017815048
            },
            "full": {
              "avg10": 1.49,
              "avg60": 0.58,
              "avg300": 0.25,
              "total": 907408854
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:09.062106825+08:00",
          "cpuStat": {
            "user": 89620.42,
            "nice": 4.56,
            "system": 37646,
            "idle": 3775121.48,
            "iowait": 2957.14,
            "irq": 0,
            "softirq": 6614.75,
            "steal": 303539.88,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380846916,
            "processCreated": 11709016,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 365404,
            "available": 1512240,
            "buffers": 39980,
            "cached": 1199244,
            "active": 1668488,
            "inactive": 1522560,
            "swap": 4194300,
            "dirty": 129932,
            "writeback": 0,
            "slab": 339284
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.91,
              "avg60": 2.06,
              "avg300": 1.62,
              "total": 8197341787
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.1,
              "avg60": 0.12,
              "avg300": 0.06,
              "total": 177697392
            },
            "full": {
              "avg10": 0.08,
              "avg60": 0.09,
              "avg300": 0.05,
              "total": 158869456
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.42,
              "avg60": 0.66,
              "avg300": 0.31,
              "total": 1017828416
            },
            "full": {
              "avg10": 1.22,
              "avg60": 0.56,
              "avg300": 0.24,
              "total": 907415793
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:11.062711998+08:00",
          "cpuStat": {
            "user": 89621.4,
            "nice": 4.56,
            "system": 37646.96,
            "idle": 3775126.23,
            "iowait": 2957.51,
            "irq": 0,
            "softirq": 6614.79,
            "steal": 303543.35,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380866915,
            "processCreated": 11709086,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 318892,
            "available": 1498136,
            "buffers": 43044,
            "cached": 1227464,
            "active": 1673448,
            "inactive": 1541428,
            "swap": 4194300,
            "dirty": 136464,
            "writeback": 0,
            "slab": 340320
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.47,
              "avg60": 2.22,
              "avg300": 1.66,
              "total": 8197488161
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.08,
              "avg60": 0.11,
              "avg300": 0.06,
              "total": 177722061
            },
            "full": {
              "avg10": 0.06,
              "avg60": 0.09,
              "avg300": 0.05,
              "total": 158892636
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.35,
              "avg60": 0.67,
              "avg300": 0.32,
              "total": 1017942200
            },
            "full": {
              "avg10": 1.18,
              "avg60": 0.58,
              "avg300": 0.25,
              "total": 907515233
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:13.063961113+08:00",
          "cpuStat": {
            "user": 89622,
            "nice": 4.56,
            "system": 37647.28,
            "idle": 3775132.5,
            "iowait": 2958.06,
            "irq": 0,
            "softirq": 6614.85,
            "steal": 303544.63,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380874721,
            "processCreated": 11709137,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 261120,
            "available": 1483060,
            "buffers": 43124,
            "cached": 1270040,
            "active": 1712680,
            "inactive": 1571804,
            "swap": 4194300,
            "dirty": 136744,
            "writeback": 0,
            "slab": 340560
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.56,
              "avg60": 2.31,
              "avg300": 1.68,
              "total": 8197525349
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.97,
              "avg60": 0.27,
              "avg300": 0.1,
              "total": 177807488
            },
            "full": {
              "avg10": 0.96,
              "avg60": 0.25,
              "avg300": 0.08,
              "total": 158976182
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.09,
              "avg60": 1.01,
              "avg300": 0.39,
              "total": 1018086159
            },
            "full": {
              "avg10": 2.78,
              "avg60": 0.89,
              "avg300": 0.32,
              "total": 907656574
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:15.066293643+08:00",
          "cpuStat": {
            "user": 89623.15,
            "nice": 4.56,
            "system": 37647.75,
            "idle": 3775138.28,
            "iowait": 2958.15,
            "irq": 0,
            "softirq": 6614.99,
            "steal": 303546.04,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380878175,
            "processCreated": 11709150,
            "processesRunning": 4
          },
          "memoryStat": {
            "total": 4008644,
            "free": 269608,
            "available": 1491856,
            "buffers": 43200,
            "cached": 1270272,
            "active": 1712960,
            "inactive": 1572544,
            "swap": 4194300,
            "dirty": 83636,
            "writeback": 20376,
            "slab": 340576
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.74,
              "avg60": 2.23,
              "avg300": 1.67,
              "total": 8197535193
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.8,
              "avg60": 0.26,
              "avg300": 0.1,
              "total": 177807488
            },
            "full": {
              "avg10": 0.78,
              "avg60": 0.24,
              "avg300": 0.08,
              "total": 158976182
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.53,
              "avg60": 0.98,
              "avg300": 0.39,
              "total": 1018108065
            },
            "full": {
              "avg10": 2.27,
              "avg60": 0.86,
              "avg300": 0.31,
              "total": 907677550
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:17.07036438+08:00",
          "cpuStat": {
            "user": 89624.68,
            "nice": 4.56,
            "system": 37648.41,
            "idle": 3775143.33,
            "iowait": 2958.38,
            "irq": 0,
            "softirq": 6615.11,
            "steal": 303547.82,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380887459,
            "processCreated": 11709194,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 205528,
            "available": 1434208,
            "buffers": 43472,
            "cached": 1276560,
            "active": 1713416,
            "inactive": 1614928,
            "swap": 4194300,
            "dirty": 22504,
            "writeback": 0,
            "slab": 340600
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.42,
              "avg60": 2.23,
              "avg300": 1.67,
              "total": 8197599561
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.65,
              "avg60": 0.25,
              "avg300": 0.09,
              "total": 177810347
            },
            "full": {
              "avg10": 0.64,
              "avg60": 0.23,
              "avg300": 0.08,
              "total": 158976802
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.62,
              "avg60": 1.05,
              "avg300": 0.41,
              "total": 1018183232
            },
            "full": {
              "avg10": 2.22,
              "avg60": 0.89,
              "avg300": 0.33,
              "total": 907737489
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:19.070398168+08:00",
          "cpuStat": {
            "user": 89626.01,
            "nice": 4.56,
            "system": 37649.03,
            "idle": 3775148.49,
            "iowait": 2958.71,
            "irq": 0,
            "softirq": 6615.28,
            "steal": 303549.79,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380911286,
            "processCreated": 11709213,
            "processesRunning": 8
          },
          "memoryStat": {
            "total": 4008644,
            "free": 189644,
            "available": 1438124,
            "buffers": 43824,
            "cached": 1295252,
            "active": 1685792,
            "inactive": 1684860,
            "swap": 4194300,
            "dirty": 42060,
            "writeback": 0,
            "slab": 341232
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.53,
              "avg60": 2.28,
              "avg300": 1.69,
              "total": 8197681327
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.53,
              "avg60": 0.25,
              "avg300": 0.09,
              "total": 177816647
            },
            "full": {
              "avg10": 0.52,
              "avg60": 0.22,
              "avg300": 0.08,
              "total": 158983053
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.41,
              "avg60": 1.24,
              "avg300": 0.45,
              "total": 1018317159
            },
            "full": {
              "avg10": 2.72,
              "avg60": 1.03,
              "avg300": 0.36,
              "total": 907843171
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:21.073305048+08:00",
          "cpuStat": {
            "user": 89627.47,
            "nice": 4.56,
            "system": 37649.88,
            "idle": 3775153.08,
            "iowait": 2959.27,
            "irq": 0,
            "softirq": 6615.39,
            "steal": 303551.67,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380936254,
            "processCreated": 11709337,
            "processesRunning": 5
          },
          "memoryStat": {
            "total": 4008644,
            "free": 244224,
            "available": 1503460,
            "buffers": 44524,
            "cached": 1304864,
            "active": 1692524,
            "inactive": 1608468,
            "swap": 4194300,
            "dirty": 5272,
            "writeback": 0,
            "slab": 341508
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.79,
              "avg60": 2.37,
              "avg300": 1.71,
              "total": 8197852068
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.43,
              "avg60": 0.24,
              "avg300": 0.09,
              "total": 177827252
            },
            "full": {
              "avg10": 0.43,
              "avg60": 0.22,
              "avg300": 0.08,
              "total": 158992472
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 4.06,
              "avg60": 1.43,
              "avg300": 0.5,
              "total": 1018503118
            },
            "full": {
              "avg10": 3.32,
              "avg60": 1.19,
              "avg300": 0.4,
              "total": 907996570
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:23.074008063+08:00",
          "cpuStat": {
            "user": 89629.4,
            "nice": 4.56,
            "system": 37650.15,
            "idle": 3775158.37,
            "iowait": 2959.3,
            "irq": 0,
            "softirq": 6615.45,
            "steal": 303553.75,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380943852,
            "processCreated": 11709368,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 233216,
            "available": 1496828,
            "buffers": 44652,
            "cached": 1309272,
            "active": 1692524,
            "inactive": 1610552,
            "swap": 4194300,
            "dirty": 9636,
            "writeback": 0,
            "slab": 341640
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.01,
              "avg60": 2.46,
              "avg300": 1.73,
              "total": 8197921519
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.35,
              "avg60": 0.23,
              "avg300": 0.09,
              "total": 177828820
            },
            "full": {
              "avg10": 0.35,
              "avg60": 0.21,
              "avg300": 0.08,
              "total": 158992716
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.69,
              "avg60": 1.45,
              "avg300": 0.51,
              "total": 1018511829
            },
            "full": {
              "avg10": 2.9,
              "avg60": 1.18,
              "avg300": 0.4,
              "total": 908003514
            }
          }
        },
        {
          "timestamp": "2026-05-15T02:21:24.549850318+08:00",
          "cpuStat": {
            "user": 89630.25,
            "nice": 4.56,
            "system": 37650.64,
            "idle": 3775162.16,
            "iowait": 2959.59,
            "irq": 0,
            "softirq": 6615.48,
            "steal": 303555.28,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1380968179,
            "processCreated": 11709385,
            "processesRunning": 4
          },
          "memoryStat": {
            "total": 4008644,
            "free": 213336,
            "available": 1510764,
            "buffers": 45876,
            "cached": 1340692,
            "active": 1694056,
            "inactive": 1633144,
            "swap": 4194300,
            "dirty": 32208,
            "writeback": 0,
            "slab": 342584
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.19,
              "avg60": 2.54,
              "avg300": 1.76,
              "total": 8198017857
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.29,
              "avg60": 0.22,
              "avg300": 0.09,
              "total": 177831391
            },
            "full": {
              "avg10": 0.28,
              "avg60": 0.2,
              "avg300": 0.08,
              "total": 158994355
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.56,
              "avg60": 1.5,
              "avg300": 0.52,
              "total": 1018596900
            },
            "full": {
              "avg10": 2.91,
              "avg60": 1.24,
              "avg300": 0.42,
              "total": 908078972
            }
          }
        }
      ]
    }
  }
}