{
  "builder": {
    "id": ""
  },
  "buildType": "https://mobyproject.org/buildkit@v1",
  "materials": [
    {
      "uri": "pkg:docker/node@22-alpine?platform=linux%2Famd64",
      "digest": {
        "sha256": "8ea2348b068a9544dae7317b4f3aafcdc032df1647bb7d768a05a5cad1a7683f"
      }
    }
  ],
  "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:8ea2348b068a9544dae7317b4f3aafcdc032df1647bb7d768a05a5cad1a7683f",
              "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.2",
                  "YARN_VERSION=1.22.22"
                ],
                "cwd": "/",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step0:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-05-15T01:16:21.65479366+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T01:16:23.662028055+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T01:16:25.668903803+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T01:16:27.669907261+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T01:16:29.078402241+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 5.03,
            "nice": 0,
            "system": 2.56,
            "idle": 26.72,
            "iowait": 0.57,
            "irq": 0,
            "softirq": 0.56,
            "steal": 8.73,
            "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.2",
                  "YARN_VERSION=1.22.22"
                ],
                "cwd": "/",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step3:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-05-15T01:16:30.040154437+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 0.18,
            "nice": 0,
            "system": 0.14,
            "idle": 1.13,
            "iowait": 0.04,
            "irq": 0,
            "softirq": 0.01,
            "steal": 0.63,
            "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:10dfaa5363cab9dc1a3590cf63ec6ab61fbe24a490956292622c8014d1c0ab26": "step6",
      "sha256:3a672486d9a118462fe835014e4f26a6e93f9502621ffbec5f0404f56bc8eecf": "step1",
      "sha256:4c727336ffca54399df135b3031e3d61502382611776f88ea0ee9ed6ba20f1eb": "step4",
      "sha256:5bfddddf67333582aa7168b6663801242cb1f777004c7f7174a482d6a55376de": "step2",
      "sha256:83d4e52847e31949d6b27ef0beb24c397c2e7a0a24cfd2860840bbb0ee34dd49": "step5",
      "sha256:b63da20756cc4607af4adb721a664b9336992d3a4a7fd7a7cf5ab07d1c47d8e0": "step0",
      "sha256:f5303327217fdcc6da0a619f21b4723c4dbaf8533a048b57e78ba9cf8745cd4f": "step3"
    }
  },
  "metadata": {
    "buildInvocationID": "mr7vvjdjx6tn2psr9cawc5f1s",
    "buildStartedOn": "2026-05-15T01:15:55.380549555+08:00",
    "buildFinishedOn": "2026-05-15T01:16:33.350451945+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:d145f345faef20ed30354ed31d90c8a9f61df7f9e1beb27bd6d31ceb94c2fe85": "step1",
              "sha256:f8b5395000cd678b120e24e55f4bf763c2ee4634dc226cb0f7fc73ec977c6730": "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:9e177ba73d9ff6d235c7d32bf216469630dcce0a52a6cbde08bd868b7a07e7d5",
              "size": 51962079
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4cc15311d45b63612aec3e37d607941ddc636bd3ab45235d8391dc5b2b90faf4",
              "size": 1262123
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:8bfa0019f928dcee6004de6c4b85d75774f993212504ac816ede0f3c6ae097de",
              "size": 445
            }
          ]
        ],
        "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:9e177ba73d9ff6d235c7d32bf216469630dcce0a52a6cbde08bd868b7a07e7d5",
              "size": 51962079
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4cc15311d45b63612aec3e37d607941ddc636bd3ab45235d8391dc5b2b90faf4",
              "size": 1262123
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:8bfa0019f928dcee6004de6c4b85d75774f993212504ac816ede0f3c6ae097de",
              "size": 445
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:a0563ef79dc9e316266fd05b358c5679a8003bccaa1c32ce7dee062b234c8233",
              "size": 9793665
            }
          ]
        ],
        "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:9e177ba73d9ff6d235c7d32bf216469630dcce0a52a6cbde08bd868b7a07e7d5",
              "size": 51962079
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4cc15311d45b63612aec3e37d607941ddc636bd3ab45235d8391dc5b2b90faf4",
              "size": 1262123
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:8bfa0019f928dcee6004de6c4b85d75774f993212504ac816ede0f3c6ae097de",
              "size": 445
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:a0563ef79dc9e316266fd05b358c5679a8003bccaa1c32ce7dee062b234c8233",
              "size": 9793665
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:2b9be254f8baee744a9d84187e8eac253f193009ade8e6b71899b299aad72780",
              "size": 287
            }
          ]
        ],
        "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:9e177ba73d9ff6d235c7d32bf216469630dcce0a52a6cbde08bd868b7a07e7d5",
              "size": 51962079
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4cc15311d45b63612aec3e37d607941ddc636bd3ab45235d8391dc5b2b90faf4",
              "size": 1262123
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:8bfa0019f928dcee6004de6c4b85d75774f993212504ac816ede0f3c6ae097de",
              "size": 445
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:a0563ef79dc9e316266fd05b358c5679a8003bccaa1c32ce7dee062b234c8233",
              "size": 9793665
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:2b9be254f8baee744a9d84187e8eac253f193009ade8e6b71899b299aad72780",
              "size": 287
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:11e3bd9777343b9e8bc20befb48057fe7b9fa0736e011dd8b5b68373503c7f84",
              "size": 288
            }
          ]
        ],
        "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:9e177ba73d9ff6d235c7d32bf216469630dcce0a52a6cbde08bd868b7a07e7d5",
              "size": 51962079
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4cc15311d45b63612aec3e37d607941ddc636bd3ab45235d8391dc5b2b90faf4",
              "size": 1262123
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:8bfa0019f928dcee6004de6c4b85d75774f993212504ac816ede0f3c6ae097de",
              "size": 445
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:a0563ef79dc9e316266fd05b358c5679a8003bccaa1c32ce7dee062b234c8233",
              "size": 9793665
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:2b9be254f8baee744a9d84187e8eac253f193009ade8e6b71899b299aad72780",
              "size": 287
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:11e3bd9777343b9e8bc20befb48057fe7b9fa0736e011dd8b5b68373503c7f84",
              "size": 288
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:44bfb1d1ab2a6ec985f8343c6eabcb68a19954960aed185796cc4aad32af1937",
              "size": 94
            }
          ]
        ]
      },
      "sysUsage": [
        {
          "timestamp": "2026-05-15T01:15:55.688907928+08:00",
          "cpuStat": {
            "user": 88687.89,
            "nice": 4.56,
            "system": 37376.89,
            "idle": 3761146.13,
            "iowait": 2895.07,
            "irq": 0,
            "softirq": 6563.67,
            "steal": 301971.1,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373204268,
            "processCreated": 11656755,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 576540,
            "available": 1627044,
            "buffers": 66588,
            "cached": 1067280,
            "active": 1501988,
            "inactive": 1454300,
            "swap": 4194300,
            "dirty": 1044,
            "writeback": 0,
            "slab": 354776
          },
          "cpuPressure": {
            "some": {
              "avg10": 0.52,
              "avg60": 0.48,
              "avg300": 0.66,
              "total": 8141082365
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.9,
              "avg60": 0.19,
              "avg300": 0.2,
              "total": 172913619
            },
            "full": {
              "avg10": 0.9,
              "avg60": 0.19,
              "avg300": 0.18,
              "total": 154673933
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.44,
              "avg60": 0.64,
              "avg300": 1.24,
              "total": 997433589
            },
            "full": {
              "avg10": 1.44,
              "avg60": 0.61,
              "avg300": 1.16,
              "total": 889269236
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:15:57.689919954+08:00",
          "cpuStat": {
            "user": 88688.91,
            "nice": 4.56,
            "system": 37377.37,
            "idle": 3761151.48,
            "iowait": 2895.53,
            "irq": 0,
            "softirq": 6563.71,
            "steal": 301973,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373234519,
            "processCreated": 11656805,
            "processesRunning": 8
          },
          "memoryStat": {
            "total": 4008644,
            "free": 554688,
            "available": 1609772,
            "buffers": 66856,
            "cached": 1071584,
            "active": 1504616,
            "inactive": 1455584,
            "swap": 4194300,
            "dirty": 1204,
            "writeback": 64,
            "slab": 354780
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.15,
              "avg60": 0.59,
              "avg300": 0.68,
              "total": 8141290049
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.82,
              "avg60": 0.38,
              "avg300": 0.24,
              "total": 172956445
            },
            "full": {
              "avg10": 1.64,
              "avg60": 0.34,
              "avg300": 0.21,
              "total": 154712158
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.81,
              "avg60": 0.91,
              "avg300": 1.29,
              "total": 997580945
            },
            "full": {
              "avg10": 2.81,
              "avg60": 0.89,
              "avg300": 1.22,
              "total": 889393785
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:15:59.690890275+08:00",
          "cpuStat": {
            "user": 88689.35,
            "nice": 4.56,
            "system": 37377.57,
            "idle": 3761157.97,
            "iowait": 2896.04,
            "irq": 0,
            "softirq": 6563.74,
            "steal": 301974.49,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373253219,
            "processCreated": 11656806,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 552184,
            "available": 1608884,
            "buffers": 67136,
            "cached": 1072904,
            "active": 1505408,
            "inactive": 1459184,
            "swap": 4194300,
            "dirty": 1300,
            "writeback": 0,
            "slab": 354780
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.57,
              "avg60": 0.87,
              "avg300": 0.74,
              "total": 8141365960
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.49,
              "avg60": 0.37,
              "avg300": 0.23,
              "total": 172962740
            },
            "full": {
              "avg10": 1.34,
              "avg60": 0.33,
              "avg300": 0.21,
              "total": 154717995
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.75,
              "avg60": 1.14,
              "avg300": 1.34,
              "total": 997729223
            },
            "full": {
              "avg10": 3.39,
              "avg60": 1.06,
              "avg300": 1.25,
              "total": 889530923
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:01.692535977+08:00",
          "cpuStat": {
            "user": 88689.73,
            "nice": 4.56,
            "system": 37377.8,
            "idle": 3761164.63,
            "iowait": 2896.22,
            "irq": 0,
            "softirq": 6563.77,
            "steal": 301977.04,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373264152,
            "processCreated": 11656826,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 531012,
            "available": 1594464,
            "buffers": 67184,
            "cached": 1079612,
            "active": 1505636,
            "inactive": 1479616,
            "swap": 4194300,
            "dirty": 6412,
            "writeback": 0,
            "slab": 354796
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.46,
              "avg60": 0.9,
              "avg300": 0.74,
              "total": 8141459162
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.22,
              "avg60": 0.35,
              "avg300": 0.23,
              "total": 172967061
            },
            "full": {
              "avg10": 1.1,
              "avg60": 0.32,
              "avg300": 0.21,
              "total": 154722014
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.79,
              "avg60": 1.24,
              "avg300": 1.36,
              "total": 997783997
            },
            "full": {
              "avg10": 3.5,
              "avg60": 1.15,
              "avg300": 1.27,
              "total": 889580039
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:03.693135368+08:00",
          "cpuStat": {
            "user": 88690.22,
            "nice": 4.56,
            "system": 37378.07,
            "idle": 3761171.38,
            "iowait": 2896.28,
            "irq": 0,
            "softirq": 6563.82,
            "steal": 301979.05,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373276084,
            "processCreated": 11656864,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 523492,
            "available": 1593080,
            "buffers": 67184,
            "cached": 1085756,
            "active": 1505636,
            "inactive": 1487044,
            "swap": 4194300,
            "dirty": 12556,
            "writeback": 0,
            "slab": 354804
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.92,
              "avg60": 1.04,
              "avg300": 0.77,
              "total": 8141540379
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1,
              "avg60": 0.34,
              "avg300": 0.23,
              "total": 172967061
            },
            "full": {
              "avg10": 0.9,
              "avg60": 0.31,
              "avg300": 0.21,
              "total": 154722014
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.65,
              "avg60": 1.3,
              "avg300": 1.37,
              "total": 997816188
            },
            "full": {
              "avg10": 3.22,
              "avg60": 1.18,
              "avg300": 1.27,
              "total": 889596585
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:05.693558931+08:00",
          "cpuStat": {
            "user": 88690.44,
            "nice": 4.56,
            "system": 37378.28,
            "idle": 3761178.7,
            "iowait": 2896.28,
            "irq": 0,
            "softirq": 6563.86,
            "steal": 301980.42,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373288119,
            "processCreated": 11656865,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 525440,
            "available": 1602136,
            "buffers": 67184,
            "cached": 1092924,
            "active": 1505636,
            "inactive": 1493768,
            "swap": 4194300,
            "dirty": 19724,
            "writeback": 0,
            "slab": 354800
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.94,
              "avg60": 1.1,
              "avg300": 0.79,
              "total": 8141577278
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.82,
              "avg60": 0.33,
              "avg300": 0.23,
              "total": 172967061
            },
            "full": {
              "avg10": 0.73,
              "avg60": 0.3,
              "avg300": 0.21,
              "total": 154722014
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.99,
              "avg60": 1.25,
              "avg300": 1.36,
              "total": 997817458
            },
            "full": {
              "avg10": 2.64,
              "avg60": 1.14,
              "avg300": 1.26,
              "total": 889596585
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:07.694761031+08:00",
          "cpuStat": {
            "user": 88690.86,
            "nice": 4.56,
            "system": 37378.54,
            "idle": 3761185.67,
            "iowait": 2896.32,
            "irq": 0,
            "softirq": 6563.91,
            "steal": 301981.88,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373301316,
            "processCreated": 11656886,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 518976,
            "available": 1602644,
            "buffers": 67196,
            "cached": 1099820,
            "active": 1505648,
            "inactive": 1502016,
            "swap": 4194300,
            "dirty": 26620,
            "writeback": 0,
            "slab": 354808
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.77,
              "avg60": 1.13,
              "avg300": 0.8,
              "total": 8141630252
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.67,
              "avg60": 0.32,
              "avg300": 0.23,
              "total": 172967061
            },
            "full": {
              "avg10": 0.6,
              "avg60": 0.29,
              "avg300": 0.2,
              "total": 154722014
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.44,
              "avg60": 1.21,
              "avg300": 1.35,
              "total": 997827034
            },
            "full": {
              "avg10": 2.16,
              "avg60": 1.1,
              "avg300": 1.25,
              "total": 889603839
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:09.699144559+08:00",
          "cpuStat": {
            "user": 88691.23,
            "nice": 4.56,
            "system": 37378.8,
            "idle": 3761192.73,
            "iowait": 2896.33,
            "irq": 0,
            "softirq": 6563.97,
            "steal": 301983.03,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373317095,
            "processCreated": 11656926,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 503116,
            "available": 1593024,
            "buffers": 67196,
            "cached": 1106100,
            "active": 1505648,
            "inactive": 1507628,
            "swap": 4194300,
            "dirty": 32048,
            "writeback": 0,
            "slab": 354808
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.63,
              "avg60": 1.16,
              "avg300": 0.81,
              "total": 8141688490
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.55,
              "avg60": 0.31,
              "avg300": 0.22,
              "total": 172967061
            },
            "full": {
              "avg10": 0.49,
              "avg60": 0.28,
              "avg300": 0.2,
              "total": 154722014
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2,
              "avg60": 1.17,
              "avg300": 1.34,
              "total": 997829572
            },
            "full": {
              "avg10": 1.77,
              "avg60": 1.07,
              "avg300": 1.25,
              "total": 889606159
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:11.699509728+08:00",
          "cpuStat": {
            "user": 88691.64,
            "nice": 4.56,
            "system": 37379.03,
            "idle": 3761199.84,
            "iowait": 2896.33,
            "irq": 0,
            "softirq": 6564.03,
            "steal": 301983.91,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373331360,
            "processCreated": 11656945,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 499868,
            "available": 1597100,
            "buffers": 67196,
            "cached": 1113412,
            "active": 1505656,
            "inactive": 1518968,
            "swap": 4194300,
            "dirty": 39348,
            "writeback": 0,
            "slab": 354808
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.33,
              "avg60": 1.16,
              "avg300": 0.81,
              "total": 8141728615
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.45,
              "avg60": 0.3,
              "avg300": 0.22,
              "total": 172967061
            },
            "full": {
              "avg10": 0.4,
              "avg60": 0.27,
              "avg300": 0.2,
              "total": 154722014
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.64,
              "avg60": 1.13,
              "avg300": 1.33,
              "total": 997829705
            },
            "full": {
              "avg10": 1.45,
              "avg60": 1.03,
              "avg300": 1.24,
              "total": 889606277
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:13.700149944+08:00",
          "cpuStat": {
            "user": 88692.07,
            "nice": 4.56,
            "system": 37379.37,
            "idle": 3761206.76,
            "iowait": 2896.34,
            "irq": 0,
            "softirq": 6564.08,
            "steal": 301984.73,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373349207,
            "processCreated": 11656986,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 491620,
            "available": 1595916,
            "buffers": 67204,
            "cached": 1120440,
            "active": 1505656,
            "inactive": 1521968,
            "swap": 4194300,
            "dirty": 46376,
            "writeback": 0,
            "slab": 354812
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.27,
              "avg60": 1.18,
              "avg300": 0.82,
              "total": 8141779454
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.36,
              "avg60": 0.29,
              "avg300": 0.22,
              "total": 172967061
            },
            "full": {
              "avg10": 0.33,
              "avg60": 0.26,
              "avg300": 0.2,
              "total": 154722014
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.34,
              "avg60": 1.09,
              "avg300": 1.32,
              "total": 997832844
            },
            "full": {
              "avg10": 1.18,
              "avg60": 1,
              "avg300": 1.23,
              "total": 889609276
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:15.701094825+08:00",
          "cpuStat": {
            "user": 88692.67,
            "nice": 4.56,
            "system": 37379.76,
            "idle": 3761213.19,
            "iowait": 2896.53,
            "irq": 0,
            "softirq": 6564.13,
            "steal": 301985.5,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373371352,
            "processCreated": 11656990,
            "processesRunning": 4
          },
          "memoryStat": {
            "total": 4008644,
            "free": 461728,
            "available": 1595488,
            "buffers": 67256,
            "cached": 1149956,
            "active": 1505844,
            "inactive": 1553152,
            "swap": 4194300,
            "dirty": 24500,
            "writeback": 0,
            "slab": 354812
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.22,
              "avg60": 1.21,
              "avg300": 0.82,
              "total": 8141863329
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.3,
              "avg60": 0.28,
              "avg300": 0.22,
              "total": 172967803
            },
            "full": {
              "avg10": 0.27,
              "avg60": 0.25,
              "avg300": 0.2,
              "total": 154722745
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.1,
              "avg60": 1.06,
              "avg300": 1.31,
              "total": 997890026
            },
            "full": {
              "avg10": 0.97,
              "avg60": 0.96,
              "avg300": 1.22,
              "total": 889665837
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:17.702216771+08:00",
          "cpuStat": {
            "user": 88694.29,
            "nice": 4.56,
            "system": 37380.7,
            "idle": 3761217.77,
            "iowait": 2896.53,
            "irq": 0,
            "softirq": 6564.15,
            "steal": 301987.95,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373411918,
            "processCreated": 11657011,
            "processesRunning": 6
          },
          "memoryStat": {
            "total": 4008644,
            "free": 357084,
            "available": 1587892,
            "buffers": 67256,
            "cached": 1246876,
            "active": 1505876,
            "inactive": 1649244,
            "swap": 4194300,
            "dirty": 121416,
            "writeback": 0,
            "slab": 354812
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.27,
              "avg60": 1.43,
              "avg300": 0.87,
              "total": 8142120126
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.24,
              "avg60": 0.27,
              "avg300": 0.22,
              "total": 172967803
            },
            "full": {
              "avg10": 0.22,
              "avg60": 0.24,
              "avg300": 0.2,
              "total": 154722745
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.26,
              "avg60": 1.09,
              "avg300": 1.32,
              "total": 997890272
            },
            "full": {
              "avg10": 1.15,
              "avg60": 1,
              "avg300": 1.22,
              "total": 889665837
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:19.702353452+08:00",
          "cpuStat": {
            "user": 88695.45,
            "nice": 4.56,
            "system": 37381.77,
            "idle": 3761222.58,
            "iowait": 2896.8,
            "irq": 0,
            "softirq": 6564.23,
            "steal": 301990.61,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373437395,
            "processCreated": 11657096,
            "processesRunning": 6
          },
          "memoryStat": {
            "total": 4008644,
            "free": 336148,
            "available": 1605912,
            "buffers": 70272,
            "cached": 1282852,
            "active": 1509188,
            "inactive": 1681332,
            "swap": 4194300,
            "dirty": 136616,
            "writeback": 0,
            "slab": 355032
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.85,
              "avg60": 1.78,
              "avg300": 0.95,
              "total": 8142302264
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.2,
              "avg60": 0.26,
              "avg300": 0.21,
              "total": 172972728
            },
            "full": {
              "avg10": 0.18,
              "avg60": 0.23,
              "avg300": 0.2,
              "total": 154727546
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.03,
              "avg60": 1.05,
              "avg300": 1.31,
              "total": 997967479
            },
            "full": {
              "avg10": 0.94,
              "avg60": 0.97,
              "avg300": 1.22,
              "total": 889733814
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:21.706886234+08:00",
          "cpuStat": {
            "user": 88695.97,
            "nice": 4.56,
            "system": 37382.09,
            "idle": 3761228.89,
            "iowait": 2897.3,
            "irq": 0,
            "softirq": 6564.33,
            "steal": 301991.69,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373442608,
            "processCreated": 11657113,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 280448,
            "available": 1585536,
            "buffers": 70336,
            "cached": 1317984,
            "active": 1538824,
            "inactive": 1707248,
            "swap": 4194300,
            "dirty": 6064,
            "writeback": 76,
            "slab": 355164
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.69,
              "avg60": 1.85,
              "avg300": 0.97,
              "total": 8142327930
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.7,
              "avg60": 0.35,
              "avg300": 0.23,
              "total": 173049535
            },
            "full": {
              "avg10": 0.69,
              "avg60": 0.32,
              "avg300": 0.22,
              "total": 154800615
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.29,
              "avg60": 1.28,
              "avg300": 1.35,
              "total": 998165901
            },
            "full": {
              "avg10": 2.22,
              "avg60": 1.2,
              "avg300": 1.26,
              "total": 889926806
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:23.707619063+08:00",
          "cpuStat": {
            "user": 88697.36,
            "nice": 4.56,
            "system": 37382.68,
            "idle": 3761234.19,
            "iowait": 2897.3,
            "irq": 0,
            "softirq": 6564.39,
            "steal": 301993.44,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373449353,
            "processCreated": 11657185,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 295908,
            "available": 1601356,
            "buffers": 70392,
            "cached": 1318296,
            "active": 1539568,
            "inactive": 1699184,
            "swap": 4194300,
            "dirty": 6272,
            "writeback": 0,
            "slab": 355028
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.84,
              "avg60": 1.79,
              "avg300": 0.96,
              "total": 8142378850
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.58,
              "avg60": 0.34,
              "avg300": 0.23,
              "total": 173049535
            },
            "full": {
              "avg10": 0.56,
              "avg60": 0.31,
              "avg300": 0.21,
              "total": 154800615
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.6,
              "avg60": 1.37,
              "avg300": 1.37,
              "total": 998168682
            },
            "full": {
              "avg10": 2.54,
              "avg60": 1.29,
              "avg300": 1.28,
              "total": 889929586
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:25.70855323+08:00",
          "cpuStat": {
            "user": 88698.61,
            "nice": 4.56,
            "system": 37383.16,
            "idle": 3761239.71,
            "iowait": 2897.37,
            "irq": 0,
            "softirq": 6564.52,
            "steal": 301995.64,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373453481,
            "processCreated": 11657187,
            "processesRunning": 7
          },
          "memoryStat": {
            "total": 4008644,
            "free": 243484,
            "available": 1554132,
            "buffers": 70436,
            "cached": 1323540,
            "active": 1539572,
            "inactive": 1751064,
            "swap": 4194300,
            "dirty": 11296,
            "writeback": 0,
            "slab": 355028
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.51,
              "avg60": 1.8,
              "avg300": 0.97,
              "total": 8142432274
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.47,
              "avg60": 0.33,
              "avg300": 0.23,
              "total": 173049535
            },
            "full": {
              "avg10": 0.46,
              "avg60": 0.3,
              "avg300": 0.21,
              "total": 154800615
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.13,
              "avg60": 1.32,
              "avg300": 1.36,
              "total": 998257997
            },
            "full": {
              "avg10": 2.08,
              "avg60": 1.24,
              "avg300": 1.27,
              "total": 889947684
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:27.71033635+08:00",
          "cpuStat": {
            "user": 88699.72,
            "nice": 4.56,
            "system": 37383.74,
            "idle": 3761245.41,
            "iowait": 2897.37,
            "irq": 0,
            "softirq": 6564.72,
            "steal": 301997.73,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373473312,
            "processCreated": 11657207,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 212708,
            "available": 1528500,
            "buffers": 70968,
            "cached": 1328056,
            "active": 1540104,
            "inactive": 1769468,
            "swap": 4194300,
            "dirty": 15964,
            "writeback": 0,
            "slab": 355092
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.41,
              "avg60": 1.84,
              "avg300": 0.98,
              "total": 8142502598
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.38,
              "avg60": 0.31,
              "avg300": 0.23,
              "total": 173049535
            },
            "full": {
              "avg10": 0.37,
              "avg60": 0.29,
              "avg300": 0.21,
              "total": 154800615
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.47,
              "avg60": 1.41,
              "avg300": 1.38,
              "total": 998258027
            },
            "full": {
              "avg10": 1.7,
              "avg60": 1.2,
              "avg300": 1.26,
              "total": 889947714
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:29.710789509+08:00",
          "cpuStat": {
            "user": 88700.64,
            "nice": 4.56,
            "system": 37384.55,
            "idle": 3761250.62,
            "iowait": 2897.77,
            "irq": 0,
            "softirq": 6564.79,
            "steal": 302000.14,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373492657,
            "processCreated": 11657313,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 268428,
            "available": 1604968,
            "buffers": 71268,
            "cached": 1348504,
            "active": 1540536,
            "inactive": 1724040,
            "swap": 4194300,
            "dirty": 628,
            "writeback": 0,
            "slab": 355012
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.7,
              "avg60": 1.94,
              "avg300": 1.01,
              "total": 8142619475
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.31,
              "avg60": 0.3,
              "avg300": 0.23,
              "total": 173049535
            },
            "full": {
              "avg10": 0.31,
              "avg60": 0.28,
              "avg300": 0.21,
              "total": 154800615
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.02,
              "avg60": 1.37,
              "avg300": 1.37,
              "total": 998373931
            },
            "full": {
              "avg10": 1.39,
              "avg60": 1.16,
              "avg300": 1.25,
              "total": 890057722
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:31.716797455+08:00",
          "cpuStat": {
            "user": 88702,
            "nice": 4.56,
            "system": 37384.92,
            "idle": 3761255.71,
            "iowait": 2898.27,
            "irq": 0,
            "softirq": 6564.87,
            "steal": 302002.58,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373508264,
            "processCreated": 11657343,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 270624,
            "available": 1613776,
            "buffers": 71604,
            "cached": 1354860,
            "active": 1546844,
            "inactive": 1714468,
            "swap": 4194300,
            "dirty": 6804,
            "writeback": 0,
            "slab": 354928
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.12,
              "avg60": 2.07,
              "avg300": 1.05,
              "total": 8142715617
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.25,
              "avg60": 0.29,
              "avg300": 0.22,
              "total": 173050400
            },
            "full": {
              "avg10": 0.25,
              "avg60": 0.27,
              "avg300": 0.21,
              "total": 154801479
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 4.01,
              "avg60": 1.75,
              "avg300": 1.45,
              "total": 998531157
            },
            "full": {
              "avg10": 3.13,
              "avg60": 1.49,
              "avg300": 1.32,
              "total": 890185419
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:33.719201305+08:00",
          "cpuStat": {
            "user": 88703.74,
            "nice": 4.56,
            "system": 37385.36,
            "idle": 3761260.82,
            "iowait": 2898.47,
            "irq": 0,
            "softirq": 6564.93,
            "steal": 302004.07,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373527231,
            "processCreated": 11657410,
            "processesRunning": 8
          },
          "memoryStat": {
            "total": 4008644,
            "free": 237148,
            "available": 1594052,
            "buffers": 71996,
            "cached": 1368476,
            "active": 1547108,
            "inactive": 1733848,
            "swap": 4194300,
            "dirty": 10752,
            "writeback": 0,
            "slab": 354936
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.73,
              "avg60": 2.07,
              "avg300": 1.05,
              "total": 8142830246
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.21,
              "avg60": 0.28,
              "avg300": 0.22,
              "total": 173050400
            },
            "full": {
              "avg10": 0.2,
              "avg60": 0.26,
              "avg300": 0.2,
              "total": 154801479
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.28,
              "avg60": 1.69,
              "avg300": 1.44,
              "total": 998588761
            },
            "full": {
              "avg10": 2.56,
              "avg60": 1.44,
              "avg300": 1.31,
              "total": 890238890
            }
          }
        },
        {
          "timestamp": "2026-05-15T01:16:34.705836173+08:00",
          "cpuStat": {
            "user": 88704.27,
            "nice": 4.56,
            "system": 37385.78,
            "idle": 3761263.34,
            "iowait": 2898.57,
            "irq": 0,
            "softirq": 6564.96,
            "steal": 302005.34,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1373542539,
            "processCreated": 11657424,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 242424,
            "available": 1620960,
            "buffers": 72808,
            "cached": 1388904,
            "active": 1548120,
            "inactive": 1744092,
            "swap": 4194300,
            "dirty": 31512,
            "writeback": 0,
            "slab": 355024
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.32,
              "avg60": 2.23,
              "avg300": 1.09,
              "total": 8142903317
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.17,
              "avg60": 0.27,
              "avg300": 0.22,
              "total": 173050741
            },
            "full": {
              "avg10": 0.16,
              "avg60": 0.25,
              "avg300": 0.2,
              "total": 154801821
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.41,
              "avg60": 1.76,
              "avg300": 1.46,
              "total": 998618296
            },
            "full": {
              "avg10": 2.64,
              "avg60": 1.49,
              "avg300": 1.32,
              "total": 890265741
            }
          }
        }
      ]
    }
  }
}