{
  "builder": {
    "id": ""
  },
  "buildType": "https://mobyproject.org/buildkit@v1",
  "materials": [
    {
      "uri": "pkg:docker/python@3.13-slim-bookworm?platform=linux%2Famd64",
      "digest": {
        "sha256": "bb73517d48bd32016e15eade0c009b2724ec3a025a9975b5cd9b251d0dcadb33"
      }
    },
    {
      "uri": "pkg:docker/ghcr.io/astral-sh/uv@0.9.24?platform=linux%2Famd64",
      "digest": {
        "sha256": "816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5"
      }
    }
  ],
  "invocation": {
    "configSource": {
      "entryPoint": "Dockerfile"
    },
    "parameters": {
      "frontend": "dockerfile.v0",
      "args": {
        "label:com.docker.compose.project": "honcho",
        "label:com.docker.compose.service": "deriver",
        "label:com.docker.compose.version": "5.1.0",
        "local-sessionid:context": "ffms4dzwjgrp42h2qp14qtm6r",
        "local-sessionid:dockerfile": "ffms4dzwjgrp42h2qp14qtm6r"
      },
      "locals": [
        {
          "name": "context"
        },
        {
          "name": "dockerfile"
        }
      ]
    },
    "environment": {
      "platform": "linux/amd64"
    }
  },
  "buildConfig": {
    "llbDefinition": [
      {
        "id": "step0",
        "op": {
          "Op": {
            "source": {
              "identifier": "docker-image://docker.io/library/python:3.13-slim-bookworm@sha256:bb73517d48bd32016e15eade0c009b2724ec3a025a9975b5cd9b251d0dcadb33",
              "attrs": {
                "image.resolvemode": "local"
              }
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        }
      },
      {
        "id": "step1",
        "op": {
          "Op": {
            "source": {
              "identifier": "docker-image://ghcr.io/astral-sh/uv:0.9.24@sha256:816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5",
              "attrs": {
                "image.resolvemode": "local"
              }
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        }
      },
      {
        "id": "step2",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/uv",
                      "dest": "/bin/uv",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step0:0",
          "step1:0"
        ]
      },
      {
        "id": "step3",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": -1,
                  "output": 0,
                  "Action": {
                    "mkdir": {
                      "path": "/app",
                      "mode": 493,
                      "makeParents": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step2:0"
        ]
      },
      {
        "id": "step4",
        "op": {
          "Op": {
            "source": {
              "identifier": "local://context",
              "attrs": {
                "local.excludepatterns": "[\"fly.toml\",\".env\",\".env.template\",\"*.md\",\"docs/**\",\".DS_Store\",\"supabase/**\",\"LICENSE\",\"__pycache__\",\"docker-compose.yml.example\",\".github/**\",\".vscode/**\",\"data/**\",\".venv\"]",
                "local.followpaths": "[\"alembic.ini\",\"config.toml*\",\"docker\",\"migrations\",\"pyproject.toml\",\"scripts\",\"src\",\"uv.lock\"]",
                "local.sharedkeyhint": "context"
              }
            }
          },
          "constraints": {}
        }
      },
      {
        "id": "step5",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "uv sync --frozen --no-install-project --no-group dev"
                ],
                "env": [
                  "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
                  "PYTHON_VERSION=3.13.13",
                  "PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a71",
                  "UV_COMPILE_BYTECODE=1",
                  "UV_LINK_MODE=copy",
                  "PYTHONDONTWRITEBYTECODE=1",
                  "PYTHONUNBUFFERED=1"
                ],
                "cwd": "/app",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                },
                {
                  "input": 1,
                  "selector": "/pyproject.toml",
                  "dest": "/app/pyproject.toml",
                  "output": -1,
                  "readonly": true
                },
                {
                  "input": 1,
                  "selector": "/uv.lock",
                  "dest": "/app/uv.lock",
                  "output": -1,
                  "readonly": true
                },
                {
                  "input": -1,
                  "dest": "/root/.cache/uv",
                  "output": -1,
                  "mountType": 3,
                  "cacheOpt": {
                    "ID": "//root/.cache/uv"
                  }
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step3:0",
          "step4:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-04-29T02:51:03.709465641+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:51:19.728478293+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:51:37.736367411+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:51:57.748342868+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:52:13.760673887+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:52:33.458095026+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 71.07,
            "nice": 0,
            "system": 27.86,
            "idle": 205.82,
            "iowait": 24.18,
            "irq": 0,
            "softirq": 5.88,
            "steal": 69.02,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step6",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": -1,
                  "Action": {
                    "copy": {
                      "src": "/uv.lock",
                      "dest": "/app/",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                },
                {
                  "input": 2,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/pyproject.toml",
                      "dest": "/app/",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step5:0",
          "step4:0"
        ]
      },
      {
        "id": "step7",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "uv sync --frozen --no-group dev"
                ],
                "env": [
                  "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
                  "PYTHON_VERSION=3.13.13",
                  "PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a71",
                  "UV_COMPILE_BYTECODE=1",
                  "UV_LINK_MODE=copy",
                  "PYTHONDONTWRITEBYTECODE=1",
                  "PYTHONUNBUFFERED=1"
                ],
                "cwd": "/app",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                },
                {
                  "input": -1,
                  "dest": "/root/.cache/uv",
                  "output": -1,
                  "mountType": 3,
                  "cacheOpt": {
                    "ID": "//root/.cache/uv"
                  }
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step6:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-04-29T02:52:36.39874334+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:52:36.9512769+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 3.07,
            "nice": 0,
            "system": 1.64,
            "idle": 3.81,
            "iowait": 0.3,
            "irq": 0,
            "softirq": 0.07,
            "steal": 1.87,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step8",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "addgroup --system app \u0026\u0026 adduser --system --group app \u0026\u0026 mkdir -p /tmp/uv-cache \u0026\u0026 chown -R app:app /app /tmp/uv-cache"
                ],
                "env": [
                  "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
                  "PYTHON_VERSION=3.13.13",
                  "PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a71",
                  "UV_COMPILE_BYTECODE=1",
                  "UV_LINK_MODE=copy",
                  "PYTHONDONTWRITEBYTECODE=1",
                  "PYTHONUNBUFFERED=1",
                  "PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "HOME=/app",
                  "UV_CACHE_DIR=/tmp/uv-cache"
                ],
                "cwd": "/app",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step7:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-04-29T02:52:39.242429853+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:52:55.247671561+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:53:13.261181891+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:53:33.265866269+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:53:49.270507871+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:54:13.279002248+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T02:54:14.67645418+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 15.6,
            "nice": 0,
            "system": 24.1,
            "idle": 264.34,
            "iowait": 73.81,
            "irq": 0,
            "softirq": 5.26,
            "steal": 36.61,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step9",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/src",
                      "dest": "/app/src/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step8:0",
          "step4:0"
        ]
      },
      {
        "id": "step10",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/migrations",
                      "dest": "/app/migrations/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step9:0",
          "step4:0"
        ]
      },
      {
        "id": "step11",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/scripts",
                      "dest": "/app/scripts/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step10:0",
          "step4:0"
        ]
      },
      {
        "id": "step12",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/docker",
                      "dest": "/app/docker/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step11:0",
          "step4:0"
        ]
      },
      {
        "id": "step13",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/alembic.ini",
                      "dest": "/app/alembic.ini",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step12:0",
          "step4:0"
        ]
      },
      {
        "id": "step14",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/config.toml*",
                      "dest": "/app/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step13:0",
          "step4:0"
        ]
      },
      {
        "id": "step15",
        "op": {
          "Op": {}
        },
        "inputs": [
          "step14:0"
        ]
      }
    ],
    "digestMapping": {
      "sha256:0eae8c3c8a7dcb310d07d629f83b07493402291e98bfccc4ffc4e3f7c178c997": "step12",
      "sha256:16d892e0fa8aa3ff4b272d8463272064232d2f2b9900d26cf70ef6187bffcd3a": "step7",
      "sha256:1bb68c96e711d2c3fe19c16d66e822bfb5eb7d418294d05fe30cac5a55c3a52e": "step1",
      "sha256:34675b52246feeb7f0535e1d91e5fdca3897480ecb7d2530c66b4520b2d58518": "step6",
      "sha256:39c5a799e8ed2ee681361d7b32c9e8cb503f6bb423bc9af60ce609cf82a8aa7c": "step14",
      "sha256:47af2099bcb657bb63a7323aa4f38015f05c12697dd7c9ad0f19883126bac8eb": "step4",
      "sha256:691845df515b15d1ca541a15c168ef39173d882fd526d3837d421d36b30ee6de": "step8",
      "sha256:71d784d5a9804c7a0c5f0ac685d0d2a101e15280376be2c5b6ba09234a0f93ae": "step2",
      "sha256:7f4c3a4d1e76cb455da752bb169900fdd6b8ac93666eeebb8838d116aa204ea8": "step10",
      "sha256:9854142dae4715e15c84939f427ace3214e054094291d067206e783421503ca7": "step15",
      "sha256:a59e721866218350d20adde72394b5b19c75f21036012c12f22fbdd74de0a0ee": "step11",
      "sha256:b8d632cd5c4c8ffdefede706742069b3d5bf17ce87961410b5e8be7317ff6d93": "step0",
      "sha256:c1b392eb09e20e73851d55d9b8ddf63043dd7719879866f99c386e9ecaa6d493": "step5",
      "sha256:e5b3ccc86c916158ba3dfedb8b8989a86946ad38ada3981283c205aa32cc9d28": "step9",
      "sha256:efa67d0a5c4ea3974e93b761863d6210e4bd23679e3ebc93424ca169f3f90c82": "step13",
      "sha256:f7329fe1ef8bd7ca6716875b4a4654382b34c1c4632016cef04773903d61a390": "step3"
    }
  },
  "metadata": {
    "buildInvocationID": "1relj15acea2dauhov33tfczm",
    "buildStartedOn": "2026-04-29T02:50:33.992236738+08:00",
    "buildFinishedOn": "2026-04-29T02:54:49.941905203+08:00",
    "completeness": {
      "parameters": true,
      "environment": true,
      "materials": false
    },
    "reproducible": false,
    "https://mobyproject.org/buildkit@v1#metadata": {
      "vcs": {
        "localdir:context": ".",
        "localdir:dockerfile": ".",
        "revision": "e659b6b31fddfd7d93d32a4463b444fb4f54c0d8",
        "source": "https://github.com/plastic-labs/honcho.git"
      },
      "source": {
        "locations": {
          "step0": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 3
                    },
                    "end": {
                      "line": 3
                    }
                  }
                ]
              }
            ]
          },
          "step1": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 5
                    },
                    "end": {
                      "line": 5
                    }
                  }
                ]
              }
            ]
          },
          "step10": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 42
                    },
                    "end": {
                      "line": 42
                    }
                  }
                ]
              }
            ]
          },
          "step11": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 43
                    },
                    "end": {
                      "line": 43
                    }
                  }
                ]
              }
            ]
          },
          "step12": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 44
                    },
                    "end": {
                      "line": 44
                    }
                  }
                ]
              }
            ]
          },
          "step13": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 45
                    },
                    "end": {
                      "line": 45
                    }
                  }
                ]
              }
            ]
          },
          "step14": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 47
                    },
                    "end": {
                      "line": 47
                    }
                  }
                ]
              }
            ]
          },
          "step2": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 5
                    },
                    "end": {
                      "line": 5
                    }
                  }
                ]
              }
            ]
          },
          "step3": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 8
                    },
                    "end": {
                      "line": 8
                    }
                  }
                ]
              }
            ]
          },
          "step4": {},
          "step5": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 21
                    },
                    "end": {
                      "line": 21
                    }
                  },
                  {
                    "start": {
                      "line": 22
                    },
                    "end": {
                      "line": 22
                    }
                  },
                  {
                    "start": {
                      "line": 23
                    },
                    "end": {
                      "line": 23
                    }
                  },
                  {
                    "start": {
                      "line": 24
                    },
                    "end": {
                      "line": 24
                    }
                  }
                ]
              }
            ]
          },
          "step6": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 27
                    },
                    "end": {
                      "line": 27
                    }
                  }
                ]
              }
            ]
          },
          "step7": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 30
                    },
                    "end": {
                      "line": 30
                    }
                  },
                  {
                    "start": {
                      "line": 31
                    },
                    "end": {
                      "line": 31
                    }
                  }
                ]
              }
            ]
          },
          "step8": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 39
                    },
                    "end": {
                      "line": 39
                    }
                  }
                ]
              }
            ]
          },
          "step9": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 41
                    },
                    "end": {
                      "line": 41
                    }
                  }
                ]
              }
            ]
          }
        },
        "infos": [
          {
            "filename": "Dockerfile",
            "language": "Dockerfile",
            "data": "IyBodHRwczovL3B5dGhvbnNwZWVkLmNvbS9hcnRpY2xlcy9iYXNlLWltYWdlLXB5dGhvbi1kb2NrZXItaW1hZ2VzLwojIGh0dHBzOi8vdGVzdGRyaXZlbi5pby9ibG9nL2RvY2tlci1iZXN0LXByYWN0aWNlcy8KRlJPTSBweXRob246My4xMy1zbGltLWJvb2t3b3JtCgpDT1BZIC0tZnJvbT1naGNyLmlvL2FzdHJhbC1zaC91djowLjkuMjQgL3V2IC9iaW4vdXYKCiMgU2V0IFdvcmtpbmcgZGlyZWN0b3J5CldPUktESVIgL2FwcAoKIyBFbmFibGUgYnl0ZWNvZGUgY29tcGlsYXRpb24KRU5WIFVWX0NPTVBJTEVfQllURUNPREU9MQoKIyBDb3B5IGZyb20gdGhlIGNhY2hlIGluc3RlYWQgb2YgbGlua2luZyBzaW5jZSBpdCdzIGEgbW91bnRlZCB2b2x1bWUKRU5WIFVWX0xJTktfTU9ERT1jb3B5CgojIFB5dGhvbiBvcHRpbWl6YXRpb25zCkVOViBQWVRIT05ET05UV1JJVEVCWVRFQ09ERT0xCkVOViBQWVRIT05VTkJVRkZFUkVEPTEKCiMgSW5zdGFsbCB0aGUgcHJvamVjdCdzIGRlcGVuZGVuY2llcyB1c2luZyB0aGUgbG9ja2ZpbGUgYW5kIHNldHRpbmdzClJVTiAtLW1vdW50PXR5cGU9Y2FjaGUsdGFyZ2V0PS9yb290Ly5jYWNoZS91diBcCiAgICAtLW1vdW50PXR5cGU9YmluZCxzb3VyY2U9dXYubG9jayx0YXJnZXQ9dXYubG9jayBcCiAgICAtLW1vdW50PXR5cGU9YmluZCxzb3VyY2U9cHlwcm9qZWN0LnRvbWwsdGFyZ2V0PXB5cHJvamVjdC50b21sIFwKICAgIHV2IHN5bmMgLS1mcm96ZW4gLS1uby1pbnN0YWxsLXByb2plY3QgLS1uby1ncm91cCBkZXYKCiMgQ29weSBvbmx5IHJlcXVpcmVtZW50cyB0byBjYWNoZSB0aGVtIGluIGRvY2tlciBsYXllcgpDT1BZIHV2LmxvY2sgcHlwcm9qZWN0LnRvbWwgL2FwcC8KCiMgU3luYyB0aGUgcHJvamVjdApSVU4gLS1tb3VudD10eXBlPWNhY2hlLHRhcmdldD0vcm9vdC8uY2FjaGUvdXYgXAogICAgdXYgc3luYyAtLWZyb3plbiAtLW5vLWdyb3VwIGRldgoKIyBQbGFjZSBleGVjdXRhYmxlcyBpbiB0aGUgZW52aXJvbm1lbnQgYXQgdGhlIGZyb250IG9mIHRoZSBwYXRoCkVOViBQQVRIPSIvYXBwLy52ZW52L2JpbjokUEFUSCIKRU5WIEhPTUU9L2FwcApFTlYgVVZfQ0FDSEVfRElSPS90bXAvdXYtY2FjaGUKCiMgQ3JlYXRlIG5vbi1yb290IHVzZXIgYW5kIHNldCBvd25lcnNoaXAKUlVOIGFkZGdyb3VwIC0tc3lzdGVtIGFwcCAmJiBhZGR1c2VyIC0tc3lzdGVtIC0tZ3JvdXAgYXBwICYmIG1rZGlyIC1wIC90bXAvdXYtY2FjaGUgJiYgY2hvd24gLVIgYXBwOmFwcCAvYXBwIC90bXAvdXYtY2FjaGUKCkNPUFkgLS1jaG93bj1hcHA6YXBwIHNyYy8gL2FwcC9zcmMvCkNPUFkgLS1jaG93bj1hcHA6YXBwIG1pZ3JhdGlvbnMvIC9hcHAvbWlncmF0aW9ucy8KQ09QWSAtLWNob3duPWFwcDphcHAgc2NyaXB0cy8gL2FwcC9zY3JpcHRzLwpDT1BZIC0tY2hvd249YXBwOmFwcCBkb2NrZXIvIC9hcHAvZG9ja2VyLwpDT1BZIC0tY2hvd249YXBwOmFwcCBhbGVtYmljLmluaSAvYXBwL2FsZW1iaWMuaW5pCiMgQ29weSBjb25maWcgZmlsZXMgLSB0aGlzIHdpbGwgY29weSBjb25maWcudG9tbCBpZiBpdCBleGlzdHMsIGFuZCBjb25maWcudG9tbC5leGFtcGxlCkNPUFkgLS1jaG93bj1hcHA6YXBwIGNvbmZpZy50b21sKiAvYXBwLwoKIyBTd2l0Y2ggdG8gbm9uLXJvb3QgdXNlcgpVU0VSIGFwcAoKRVhQT1NFIDgwMDAKCkNNRCBbImZhc3RhcGkiLCAicnVuIiwgIi0taG9zdCIsICIwLjAuMC4wIiwgInNyYy9tYWluLnB5Il0K",
            "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:51e51f75e66c9cafaeac1ec2c969c774760edc9adfc4b3cfc2e378fc1575ebea": "step1",
              "sha256:f0be4664130e985aa5f31f4d44bce1bed95d7cf80ab8049ce2c8cdf6f0deac81": "step0"
            }
          }
        ]
      },
      "layers": {
        "step0:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:ff86ea2e5edce334d19a34fbc65d1a511aa1fc823dba1110422f991aa56b44d4",
              "size": 28236252
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:1019bb5834114590693b1f4f92671390d54c95d53917d7a5733106b6109ccd68",
              "size": 3517902
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4bba476d8c6bc56b6dc7bac565e077cf2ba37b45b2e14a123b2c8adf5fd38c98",
              "size": 12505597
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3fc9d9ab5045181fbd49d1d30a2dbad144172d4c3c141f70117ddb0b918d8357",
              "size": 248
            }
          ]
        ],
        "step1:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:e6040e18015132ec5d84db1866c517a616eff56e82e3c391aed7230d8ded313e",
              "size": 22502889
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:9f6813bb3661b8791d11d9856107e821ca3d88db2f8f433e3c08f480e24ea7b4",
              "size": 98
            }
          ]
        ],
        "step2:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:ff86ea2e5edce334d19a34fbc65d1a511aa1fc823dba1110422f991aa56b44d4",
              "size": 28236252
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:1019bb5834114590693b1f4f92671390d54c95d53917d7a5733106b6109ccd68",
              "size": 3517902
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4bba476d8c6bc56b6dc7bac565e077cf2ba37b45b2e14a123b2c8adf5fd38c98",
              "size": 12505597
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3fc9d9ab5045181fbd49d1d30a2dbad144172d4c3c141f70117ddb0b918d8357",
              "size": 248
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:1eca82339aba4bcf948b1f0da76022c3dda9c5cedc858b26a23aed8e292e7e47",
              "size": 21625824
            }
          ]
        ],
        "step3:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:ff86ea2e5edce334d19a34fbc65d1a511aa1fc823dba1110422f991aa56b44d4",
              "size": 28236252
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:1019bb5834114590693b1f4f92671390d54c95d53917d7a5733106b6109ccd68",
              "size": 3517902
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4bba476d8c6bc56b6dc7bac565e077cf2ba37b45b2e14a123b2c8adf5fd38c98",
              "size": 12505597
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3fc9d9ab5045181fbd49d1d30a2dbad144172d4c3c141f70117ddb0b918d8357",
              "size": 248
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:1eca82339aba4bcf948b1f0da76022c3dda9c5cedc858b26a23aed8e292e7e47",
              "size": 21625824
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:50d7e82904d2adaf7f3f59d8bba2dea51881db785ebb8054e9a8e3309fe549c8",
              "size": 93
            }
          ]
        ]
      },
      "sysUsage": [
        {
          "timestamp": "2026-04-29T02:50:35.868745374+08:00",
          "cpuStat": {
            "user": 192981.14,
            "nice": 9.42,
            "system": 93522.89,
            "idle": 8420699.19,
            "iowait": 2560.01,
            "irq": 0,
            "softirq": 16979.07,
            "steal": 309901.62,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3764192490,
            "processCreated": 28088017,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 324084,
            "available": 1837720,
            "buffers": 96020,
            "cached": 1154588,
            "active": 751916,
            "inactive": 1865796,
            "swap": 4194300,
            "dirty": 576,
            "writeback": 0,
            "slab": 817284
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.03,
              "avg60": 0.48,
              "avg300": 0.46,
              "total": 14278477275
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.36,
              "avg60": 0.06,
              "avg300": 0.13,
              "total": 231179417
            },
            "full": {
              "avg10": 0.36,
              "avg60": 0.06,
              "avg300": 0.12,
              "total": 210122840
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.49,
              "avg60": 0.63,
              "avg300": 2.15,
              "total": 904248685
            },
            "full": {
              "avg10": 1.31,
              "avg60": 0.58,
              "avg300": 2,
              "total": 781973861
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:50:51.87239926+08:00",
          "cpuStat": {
            "user": 192990.3,
            "nice": 9.42,
            "system": 93526.81,
            "idle": 8420744.5,
            "iowait": 2560.33,
            "irq": 0,
            "softirq": 16980.09,
            "steal": 309909.25,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3764410577,
            "processCreated": 28088285,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 242472,
            "available": 1842820,
            "buffers": 69172,
            "cached": 1210544,
            "active": 742084,
            "inactive": 1947268,
            "swap": 4194300,
            "dirty": 33004,
            "writeback": 0,
            "slab": 817652
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.32,
              "avg60": 1.4,
              "avg300": 0.68,
              "total": 14279236865
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.07,
              "avg60": 0.04,
              "avg300": 0.12,
              "total": 231197068
            },
            "full": {
              "avg10": 0.07,
              "avg60": 0.04,
              "avg300": 0.11,
              "total": 210138298
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.7,
              "avg60": 0.69,
              "avg300": 2.09,
              "total": 904383789
            },
            "full": {
              "avg10": 0.46,
              "avg60": 0.55,
              "avg300": 1.91,
              "total": 782049787
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:51:07.878790425+08:00",
          "cpuStat": {
            "user": 193001.06,
            "nice": 9.42,
            "system": 93534.21,
            "idle": 8420783.04,
            "iowait": 2562.2,
            "irq": 0,
            "softirq": 16981.04,
            "steal": 309919.28,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3764607719,
            "processCreated": 28088630,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 128464,
            "available": 1918376,
            "buffers": 75148,
            "cached": 1331084,
            "active": 805368,
            "inactive": 2018548,
            "swap": 4194300,
            "dirty": 18796,
            "writeback": 0,
            "slab": 805920
          },
          "cpuPressure": {
            "some": {
              "avg10": 5.84,
              "avg60": 2.7,
              "avg300": 1.02,
              "total": 14280446636
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.45,
              "avg60": 0.42,
              "avg300": 0.2,
              "total": 231531076
            },
            "full": {
              "avg10": 1.23,
              "avg60": 0.36,
              "avg300": 0.18,
              "total": 210456606
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 2.94,
              "avg60": 1.28,
              "avg300": 2.14,
              "total": 904977805
            },
            "full": {
              "avg10": 2.31,
              "avg60": 1.02,
              "avg300": 1.94,
              "total": 782529209
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:51:23.885420344+08:00",
          "cpuStat": {
            "user": 193005.56,
            "nice": 9.42,
            "system": 93538.01,
            "idle": 8420834.15,
            "iowait": 2562.53,
            "irq": 0,
            "softirq": 16982.6,
            "steal": 309930.65,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3764709308,
            "processCreated": 28088803,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 124648,
            "available": 1944840,
            "buffers": 79476,
            "cached": 1409588,
            "active": 786212,
            "inactive": 2099612,
            "swap": 4194300,
            "dirty": 124112,
            "writeback": 0,
            "slab": 751568
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.16,
              "avg60": 2.74,
              "avg300": 1.12,
              "total": 14280936112
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.99,
              "avg60": 0.53,
              "avg300": 0.24,
              "total": 231714822
            },
            "full": {
              "avg10": 0.94,
              "avg60": 0.48,
              "avg300": 0.22,
              "total": 210632597
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.93,
              "avg60": 1.12,
              "avg300": 2.06,
              "total": 905106297
            },
            "full": {
              "avg10": 0.75,
              "avg60": 0.89,
              "avg300": 1.86,
              "total": 782621739
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:51:39.889544006+08:00",
          "cpuStat": {
            "user": 193009.76,
            "nice": 9.42,
            "system": 93540.93,
            "idle": 8420887.24,
            "iowait": 2562.99,
            "irq": 0,
            "softirq": 16984.06,
            "steal": 309939.04,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3764794754,
            "processCreated": 28089005,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 141100,
            "available": 1954168,
            "buffers": 80608,
            "cached": 1429688,
            "active": 796428,
            "inactive": 2108104,
            "swap": 4194300,
            "dirty": 141828,
            "writeback": 0,
            "slab": 721972
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.72,
              "avg60": 2.44,
              "avg300": 1.14,
              "total": 14281242282
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.19,
              "avg60": 0.4,
              "avg300": 0.22,
              "total": 231800834
            },
            "full": {
              "avg10": 0.19,
              "avg60": 0.37,
              "avg300": 0.2,
              "total": 210716850
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.79,
              "avg60": 1.06,
              "avg300": 1.99,
              "total": 905279452
            },
            "full": {
              "avg10": 0.69,
              "avg60": 0.86,
              "avg300": 1.8,
              "total": 782780869
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:51:55.905967063+08:00",
          "cpuStat": {
            "user": 193014.11,
            "nice": 9.42,
            "system": 93543.1,
            "idle": 8420941.43,
            "iowait": 2563.35,
            "irq": 0,
            "softirq": 16985.11,
            "steal": 309946.35,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3764867706,
            "processCreated": 28089208,
            "processesRunning": 5
          },
          "memoryStat": {
            "total": 4008644,
            "free": 118984,
            "available": 1957700,
            "buffers": 80664,
            "cached": 1475768,
            "active": 806284,
            "inactive": 2144688,
            "swap": 4194300,
            "dirty": 143220,
            "writeback": 0,
            "slab": 700852
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.51,
              "avg60": 2.19,
              "avg300": 1.15,
              "total": 14281542797
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.08,
              "avg60": 0.33,
              "avg300": 0.22,
              "total": 231859922
            },
            "full": {
              "avg10": 0.08,
              "avg60": 0.3,
              "avg300": 0.2,
              "total": 210775183
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.41,
              "avg60": 0.92,
              "avg300": 1.91,
              "total": 905408698
            },
            "full": {
              "avg10": 0.39,
              "avg60": 0.76,
              "avg300": 1.73,
              "total": 782899351
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:52:11.927009843+08:00",
          "cpuStat": {
            "user": 193020.15,
            "nice": 9.42,
            "system": 93552.49,
            "idle": 8420969.91,
            "iowait": 2577.17,
            "irq": 0,
            "softirq": 16986.06,
            "steal": 309960.85,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3764952420,
            "processCreated": 28089404,
            "processesRunning": 5
          },
          "memoryStat": {
            "total": 4008644,
            "free": 130008,
            "available": 2101984,
            "buffers": 50652,
            "cached": 1758752,
            "active": 966300,
            "inactive": 2237796,
            "swap": 4194300,
            "dirty": 168820,
            "writeback": 0,
            "slab": 574352
          },
          "cpuPressure": {
            "some": {
              "avg10": 6.16,
              "avg60": 3.12,
              "avg300": 1.41,
              "total": 14282696697
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 4.47,
              "avg60": 1.25,
              "avg300": 0.42,
              "total": 232692550
            },
            "full": {
              "avg10": 4.19,
              "avg60": 1.17,
              "avg300": 0.39,
              "total": 211520659
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 27.9,
              "avg60": 6.97,
              "avg300": 3.17,
              "total": 909873247
            },
            "full": {
              "avg10": 22.8,
              "avg60": 5.69,
              "avg300": 2.75,
              "total": 786542766
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:52:27.947816278+08:00",
          "cpuStat": {
            "user": 193056.57,
            "nice": 9.42,
            "system": 93558.04,
            "idle": 8420971.54,
            "iowait": 2584.21,
            "irq": 0,
            "softirq": 16986.26,
            "steal": 309977.55,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765030492,
            "processCreated": 28089611,
            "processesRunning": 8
          },
          "memoryStat": {
            "total": 4008644,
            "free": 173420,
            "available": 1993516,
            "buffers": 53764,
            "cached": 1618120,
            "active": 980252,
            "inactive": 2178616,
            "swap": 4194300,
            "dirty": 163540,
            "writeback": 0,
            "slab": 567776
          },
          "cpuPressure": {
            "some": {
              "avg10": 12.04,
              "avg60": 5.52,
              "avg300": 2.05,
              "total": 14284837207
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 2,
              "avg60": 1.4,
              "avg300": 0.5,
              "total": 232951193
            },
            "full": {
              "avg10": 1.5,
              "avg60": 1.14,
              "avg300": 0.43,
              "total": 211662039
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 16.2,
              "avg60": 8.73,
              "avg300": 3.79,
              "total": 912164086
            },
            "full": {
              "avg10": 13.02,
              "avg60": 7,
              "avg300": 3.22,
              "total": 788332564
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:52:43.973451137+08:00",
          "cpuStat": {
            "user": 193075.05,
            "nice": 9.42,
            "system": 93563.47,
            "idle": 8420995.71,
            "iowait": 2591.66,
            "irq": 0,
            "softirq": 16986.94,
            "steal": 309989.25,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765153173,
            "processCreated": 28089965,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 187512,
            "available": 2139080,
            "buffers": 67404,
            "cached": 1740420,
            "active": 1089620,
            "inactive": 2061740,
            "swap": 4194300,
            "dirty": 1104,
            "writeback": 0,
            "slab": 554608
          },
          "cpuPressure": {
            "some": {
              "avg10": 7.47,
              "avg60": 6.04,
              "avg300": 2.36,
              "total": 14286175128
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.64,
              "avg60": 1.15,
              "avg300": 0.49,
              "total": 233033825
            },
            "full": {
              "avg10": 0.46,
              "avg60": 0.93,
              "avg300": 0.42,
              "total": 211720026
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 15.8,
              "avg60": 10.09,
              "avg300": 4.36,
              "total": 914592640
            },
            "full": {
              "avg10": 13.94,
              "avg60": 8.29,
              "avg300": 3.7,
              "total": 790438363
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:52:59.97828119+08:00",
          "cpuStat": {
            "user": 193077.67,
            "nice": 9.42,
            "system": 93567.62,
            "idle": 8421039.09,
            "iowait": 2603.62,
            "irq": 0,
            "softirq": 16987.82,
            "steal": 309993.54,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765259643,
            "processCreated": 28090154,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 131332,
            "available": 2160360,
            "buffers": 96556,
            "cached": 1798504,
            "active": 1064664,
            "inactive": 2168780,
            "swap": 4194300,
            "dirty": 652,
            "writeback": 0,
            "slab": 544388
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.36,
              "avg60": 4.89,
              "avg300": 2.3,
              "total": 14286458064
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.4,
              "avg60": 1.02,
              "avg300": 0.5,
              "total": 233162767
            },
            "full": {
              "avg10": 0.36,
              "avg60": 0.85,
              "avg300": 0.43,
              "total": 211845730
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 20.76,
              "avg60": 12.78,
              "avg300": 5.28,
              "total": 918132813
            },
            "full": {
              "avg10": 19.78,
              "avg60": 11.22,
              "avg300": 4.61,
              "total": 793856444
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:53:15.991952591+08:00",
          "cpuStat": {
            "user": 193079.82,
            "nice": 9.42,
            "system": 93570.3,
            "idle": 8421083.66,
            "iowait": 2616.45,
            "irq": 0,
            "softirq": 16988.53,
            "steal": 310001.15,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765336353,
            "processCreated": 28090335,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 127752,
            "available": 2170156,
            "buffers": 115660,
            "cached": 1790328,
            "active": 1062012,
            "inactive": 2182876,
            "swap": 4194300,
            "dirty": 636,
            "writeback": 0,
            "slab": 546760
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.26,
              "avg60": 3.95,
              "avg300": 2.22,
              "total": 14286672035
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.08,
              "avg60": 0.78,
              "avg300": 0.47,
              "total": 233194272
            },
            "full": {
              "avg10": 0.07,
              "avg60": 0.64,
              "avg300": 0.4,
              "total": 211876230
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 23.97,
              "avg60": 15.75,
              "avg300": 6.37,
              "total": 922352094
            },
            "full": {
              "avg10": 22.95,
              "avg60": 14.33,
              "avg300": 5.68,
              "total": 797924679
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:53:31.99517062+08:00",
          "cpuStat": {
            "user": 193082.65,
            "nice": 9.42,
            "system": 93574.89,
            "idle": 8421126.35,
            "iowait": 2628.52,
            "irq": 0,
            "softirq": 16989.37,
            "steal": 310006.99,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765444234,
            "processCreated": 28090569,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 132268,
            "available": 2145268,
            "buffers": 135868,
            "cached": 1756104,
            "active": 1037240,
            "inactive": 2198344,
            "swap": 4194300,
            "dirty": 2608,
            "writeback": 180,
            "slab": 539524
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.51,
              "avg60": 3.45,
              "avg300": 2.2,
              "total": 14287057579
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.7,
              "avg60": 0.84,
              "avg300": 0.5,
              "total": 233413407
            },
            "full": {
              "avg10": 0.59,
              "avg60": 0.69,
              "avg300": 0.43,
              "total": 212056455
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 22.22,
              "avg60": 17.27,
              "avg300": 7.22,
              "total": 925940855
            },
            "full": {
              "avg10": 21.41,
              "avg60": 15.95,
              "avg300": 6.52,
              "total": 801324325
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:53:48.000623083+08:00",
          "cpuStat": {
            "user": 193084.4,
            "nice": 9.42,
            "system": 93579.24,
            "idle": 8421170.25,
            "iowait": 2640.78,
            "irq": 0,
            "softirq": 16990.24,
            "steal": 310011.96,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765545872,
            "processCreated": 28090743,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 141752,
            "available": 2168956,
            "buffers": 152592,
            "cached": 1755964,
            "active": 983456,
            "inactive": 2266904,
            "swap": 4194300,
            "dirty": 4416,
            "writeback": 0,
            "slab": 528056
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.25,
              "avg60": 2.91,
              "avg300": 2.14,
              "total": 14287295273
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.01,
              "avg60": 0.81,
              "avg300": 0.51,
              "total": 233548718
            },
            "full": {
              "avg10": 0.99,
              "avg60": 0.69,
              "avg300": 0.44,
              "total": 212189654
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 21.31,
              "avg60": 18.25,
              "avg300": 7.98,
              "total": 929482406
            },
            "full": {
              "avg10": 20.35,
              "avg60": 17,
              "avg300": 7.27,
              "total": 804735749
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:54:04.014068962+08:00",
          "cpuStat": {
            "user": 193086.26,
            "nice": 9.42,
            "system": 93583.51,
            "idle": 8421214.65,
            "iowait": 2652.55,
            "irq": 0,
            "softirq": 16991.12,
            "steal": 310017.63,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765651936,
            "processCreated": 28090928,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 118696,
            "available": 2172316,
            "buffers": 169592,
            "cached": 1767552,
            "active": 956096,
            "inactive": 2316196,
            "swap": 4194300,
            "dirty": 3376,
            "writeback": 0,
            "slab": 525764
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.11,
              "avg60": 2.49,
              "avg300": 2.08,
              "total": 14287547434
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.2,
              "avg60": 0.62,
              "avg300": 0.48,
              "total": 233628273
            },
            "full": {
              "avg10": 0.19,
              "avg60": 0.53,
              "avg300": 0.41,
              "total": 212267765
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 21.38,
              "avg60": 19.05,
              "avg300": 8.72,
              "total": 933024128
            },
            "full": {
              "avg10": 20.69,
              "avg60": 17.95,
              "avg300": 8.01,
              "total": 808168274
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:54:20.03126364+08:00",
          "cpuStat": {
            "user": 193096.78,
            "nice": 9.42,
            "system": 93588.67,
            "idle": 8421248.52,
            "iowait": 2662.39,
            "irq": 0,
            "softirq": 16991.98,
            "steal": 310027.68,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765778146,
            "processCreated": 28091149,
            "processesRunning": 6
          },
          "memoryStat": {
            "total": 4008644,
            "free": 167592,
            "available": 2172536,
            "buffers": 171576,
            "cached": 1733424,
            "active": 953200,
            "inactive": 2280132,
            "swap": 4194300,
            "dirty": 20892,
            "writeback": 56,
            "slab": 513124
          },
          "cpuPressure": {
            "some": {
              "avg10": 6.75,
              "avg60": 3.29,
              "avg300": 2.27,
              "total": 14288556710
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.71,
              "avg60": 0.62,
              "avg300": 0.49,
              "total": 233813099
            },
            "full": {
              "avg10": 0.26,
              "avg60": 0.46,
              "avg300": 0.4,
              "total": 212432337
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 17.26,
              "avg60": 18.76,
              "avg300": 9.22,
              "total": 935921875
            },
            "full": {
              "avg10": 15.7,
              "avg60": 17.58,
              "avg300": 8.47,
              "total": 810812343
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:54:36.067635491+08:00",
          "cpuStat": {
            "user": 193125.35,
            "nice": 9.42,
            "system": 93593.45,
            "idle": 8421267.57,
            "iowait": 2666.3,
            "irq": 0,
            "softirq": 16992.69,
            "steal": 310040.94,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765901080,
            "processCreated": 28091388,
            "processesRunning": 5
          },
          "memoryStat": {
            "total": 4008644,
            "free": 137880,
            "available": 2184088,
            "buffers": 162208,
            "cached": 1801100,
            "active": 971248,
            "inactive": 2316984,
            "swap": 4194300,
            "dirty": 54784,
            "writeback": 0,
            "slab": 489996
          },
          "cpuPressure": {
            "some": {
              "avg10": 9.26,
              "avg60": 5.02,
              "avg300": 2.73,
              "total": 14290365756
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.89,
              "avg60": 0.76,
              "avg300": 0.53,
              "total": 234093598
            },
            "full": {
              "avg10": 0.58,
              "avg60": 0.57,
              "avg300": 0.43,
              "total": 212673675
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 8.1,
              "avg60": 16.11,
              "avg300": 9.14,
              "total": 937158501
            },
            "full": {
              "avg10": 6.84,
              "avg60": 14.87,
              "avg300": 8.35,
              "total": 811815371
            }
          }
        },
        {
          "timestamp": "2026-04-29T02:54:50.001264425+08:00",
          "cpuStat": {
            "user": 193150.25,
            "nice": 9.42,
            "system": 93596.38,
            "idle": 8421287.66,
            "iowait": 2667.69,
            "irq": 0,
            "softirq": 16993.23,
            "steal": 310052.92,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3765986982,
            "processCreated": 28091565,
            "processesRunning": 4
          },
          "memoryStat": {
            "total": 4008644,
            "free": 254332,
            "available": 2186420,
            "buffers": 153540,
            "cached": 1706996,
            "active": 977312,
            "inactive": 2174388,
            "swap": 4194300,
            "dirty": 536,
            "writeback": 0,
            "slab": 478536
          },
          "cpuPressure": {
            "some": {
              "avg10": 8.86,
              "avg60": 5.71,
              "avg300": 2.99,
              "total": 14291613937
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.57,
              "avg60": 0.69,
              "avg300": 0.52,
              "total": 234261241
            },
            "full": {
              "avg10": 0.34,
              "avg60": 0.51,
              "avg300": 0.42,
              "total": 212789371
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 5.26,
              "avg60": 13.43,
              "avg300": 8.85,
              "total": 937688660
            },
            "full": {
              "avg10": 3.88,
              "avg60": 12.22,
              "avg300": 8.05,
              "total": 812180876
            }
          }
        }
      ]
    }
  }
}