{
  "builder": {
    "id": ""
  },
  "buildType": "https://mobyproject.org/buildkit@v1",
  "materials": [
    {
      "uri": "pkg:docker/python@3.12-alpine?platform=linux%2Famd64",
      "digest": {
        "sha256": "236173eb74001afe2f60862de935b74fcbd00adfca247b2c27051a70a6a39a2d"
      }
    }
  ],
  "invocation": {
    "configSource": {
      "entryPoint": "Dockerfile"
    },
    "parameters": {
      "frontend": "dockerfile.v0",
      "locals": [
        {
          "name": "context"
        },
        {
          "name": "dockerfile"
        }
      ]
    },
    "environment": {
      "platform": "linux/amd64"
    }
  },
  "buildConfig": {
    "llbDefinition": [
      {
        "id": "step0",
        "op": {
          "Op": {
            "source": {
              "identifier": "docker-image://docker.io/library/python:3.12-alpine@sha256:236173eb74001afe2f60862de935b74fcbd00adfca247b2c27051a70a6a39a2d",
              "attrs": {
                "image.resolvemode": "local"
              }
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        }
      },
      {
        "id": "step1",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "pip install --no-cache-dir wsgidav cheroot \u0026\u0026     apk add --no-cache apache2-utils"
                ],
                "env": [
                  "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "LANG=C.UTF-8",
                  "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
                  "PYTHON_VERSION=3.12.13",
                  "PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684"
                ],
                "cwd": "/",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step0:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-05-15T00:51:36.932157569+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T00:51:38.93233433+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T00:51:40.934352953+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T00:51:42.935213302+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T00:51:44.936375786+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T00:51:46.942074923+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T00:51:48.942896322+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T00:51:50.944006948+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-05-15T00:51:51.345595826+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 9.56,
            "nice": 0,
            "system": 3.08,
            "idle": 48.09,
            "iowait": 0.33,
            "irq": 0,
            "softirq": 0.55,
            "steal": 10.43,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step2",
        "op": {
          "Op": {
            "source": {
              "identifier": "local://context",
              "attrs": {
                "local.followpaths": "[\"htpasswd\",\"server.py\"]",
                "local.sharedkeyhint": "context"
              }
            }
          },
          "constraints": {}
        }
      },
      {
        "id": "step3",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/server.py",
                      "dest": "/app/server.py",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step1:0",
          "step2:0"
        ]
      },
      {
        "id": "step4",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/htpasswd",
                      "dest": "/etc/wsgidav/htpasswd",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step3:0",
          "step2:0"
        ]
      },
      {
        "id": "step5",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": -1,
                  "output": 0,
                  "Action": {
                    "mkdir": {
                      "path": "/app",
                      "mode": 493,
                      "makeParents": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step4:0"
        ]
      },
      {
        "id": "step6",
        "op": {
          "Op": {}
        },
        "inputs": [
          "step5:0"
        ]
      }
    ],
    "digestMapping": {
      "sha256:5189eb96007e8a8ba03e3dbe4670744362ad172f26a0c8332d8f503c04de411d": "step6",
      "sha256:6b7579f7c4db01358b50ecbdb091e187d89229b05b4881425147d41b5c8ccb36": "step2",
      "sha256:7b7ee97bd0fbc2f6758bb2fbb3628cfd16027d7e427eb42c3c41a6a17759655e": "step1",
      "sha256:9221b64dda5cce90882abb49c17510a0eb35452ca3f904c71a49e284f7b99e4a": "step3",
      "sha256:a7c9f3490a1b92602820ede538116323e1ced2119c31a52603d91684104c02b2": "step0",
      "sha256:f5b45d180b0bd7ed6444683a72a882d113a57a14f386658542f559f2992301eb": "step4",
      "sha256:fc14421dae1b52baab3a920dddf4bb183c385dd164cf238ec136c35270f25253": "step5"
    }
  },
  "metadata": {
    "buildInvocationID": "vda9877y8pkj3h7lnmrxjhsyv",
    "buildStartedOn": "2026-05-15T00:51:33.87631662+08:00",
    "buildFinishedOn": "2026-05-15T00:51:54.185914732+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": 11
                    },
                    "end": {
                      "line": 11
                    }
                  }
                ]
              }
            ]
          }
        },
        "infos": [
          {
            "filename": "Dockerfile",
            "language": "Dockerfile",
            "data": "RlJPTSBweXRob246My4xMi1hbHBpbmUKClJVTiBwaXAgaW5zdGFsbCAtLW5vLWNhY2hlLWRpciB3c2dpZGF2IGNoZXJvb3QgJiYgXAogICAgYXBrIGFkZCAtLW5vLWNhY2hlIGFwYWNoZTItdXRpbHMKCkNPUFkgc2VydmVyLnB5IC9hcHAvc2VydmVyLnB5CkNPUFkgaHRwYXNzd2QgL2V0Yy93c2dpZGF2L2h0cGFzc3dkCgpFWFBPU0UgODAKCldPUktESVIgL2FwcApDTUQgWyJweXRob24zIiwgIi9hcHAvc2VydmVyLnB5Il0K",
            "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:374e168ad0e70b49bac6eafd9147f5162f7a6cac676a8a52be2baf1273064887": "step0",
              "sha256:e8972438288cd5bc76eb25e7d8762f26b88d586061ec6b210269e20207670e41": "step1"
            }
          }
        ]
      },
      "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:254ac41e2afd13e7a1276627191463329b96d835eab35e7804fdad56d7e363d5",
              "size": 455663
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:fd21a26fb55d22baaa317c98a4296e6a284dd39cc0f9e68ef781bb74adfd6dc7",
              "size": 13744435
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3a4f2e6e1560fccb75f8aa9c6b7458b3179164f6378b125e533286c88351cd2a",
              "size": 250
            }
          ]
        ],
        "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:254ac41e2afd13e7a1276627191463329b96d835eab35e7804fdad56d7e363d5",
              "size": 455663
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:fd21a26fb55d22baaa317c98a4296e6a284dd39cc0f9e68ef781bb74adfd6dc7",
              "size": 13744435
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3a4f2e6e1560fccb75f8aa9c6b7458b3179164f6378b125e533286c88351cd2a",
              "size": 250
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4917a06fb4f25c875f07154978729cae8643bdd8de7c0f8f43efcb8f3ef4f0ae",
              "size": 5947279
            }
          ]
        ],
        "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:254ac41e2afd13e7a1276627191463329b96d835eab35e7804fdad56d7e363d5",
              "size": 455663
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:fd21a26fb55d22baaa317c98a4296e6a284dd39cc0f9e68ef781bb74adfd6dc7",
              "size": 13744435
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3a4f2e6e1560fccb75f8aa9c6b7458b3179164f6378b125e533286c88351cd2a",
              "size": 250
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4917a06fb4f25c875f07154978729cae8643bdd8de7c0f8f43efcb8f3ef4f0ae",
              "size": 5947279
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:b91933b4ea728fbbc3c5a5c9ace999355b478d05503e3254bba5d3b59f43e9c7",
              "size": 879
            }
          ]
        ],
        "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:254ac41e2afd13e7a1276627191463329b96d835eab35e7804fdad56d7e363d5",
              "size": 455663
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:fd21a26fb55d22baaa317c98a4296e6a284dd39cc0f9e68ef781bb74adfd6dc7",
              "size": 13744435
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3a4f2e6e1560fccb75f8aa9c6b7458b3179164f6378b125e533286c88351cd2a",
              "size": 250
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4917a06fb4f25c875f07154978729cae8643bdd8de7c0f8f43efcb8f3ef4f0ae",
              "size": 5947279
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:b91933b4ea728fbbc3c5a5c9ace999355b478d05503e3254bba5d3b59f43e9c7",
              "size": 879
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3561a411b1980e68307eaafb32d0ab1627ac95aa49ac8bf9e5642d7741b69544",
              "size": 232
            }
          ]
        ],
        "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:254ac41e2afd13e7a1276627191463329b96d835eab35e7804fdad56d7e363d5",
              "size": 455663
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:fd21a26fb55d22baaa317c98a4296e6a284dd39cc0f9e68ef781bb74adfd6dc7",
              "size": 13744435
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3a4f2e6e1560fccb75f8aa9c6b7458b3179164f6378b125e533286c88351cd2a",
              "size": 250
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4917a06fb4f25c875f07154978729cae8643bdd8de7c0f8f43efcb8f3ef4f0ae",
              "size": 5947279
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:b91933b4ea728fbbc3c5a5c9ace999355b478d05503e3254bba5d3b59f43e9c7",
              "size": 879
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3561a411b1980e68307eaafb32d0ab1627ac95aa49ac8bf9e5642d7741b69544",
              "size": 232
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1",
              "size": 32
            }
          ]
        ]
      },
      "sysUsage": [
        {
          "timestamp": "2026-05-15T00:51:34.294595044+08:00",
          "cpuStat": {
            "user": 88293.02,
            "nice": 4.26,
            "system": 37263.73,
            "idle": 3756101.9,
            "iowait": 2807.9,
            "irq": 0,
            "softirq": 6544.61,
            "steal": 301187.41,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370333974,
            "processCreated": 11635770,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 139904,
            "available": 1751996,
            "buffers": 288860,
            "cached": 1125476,
            "active": 1254712,
            "inactive": 1860148,
            "swap": 4194300,
            "dirty": 1084,
            "writeback": 0,
            "slab": 636700
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.79,
              "avg60": 2.2,
              "avg300": 1.91,
              "total": 8113950738
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.08,
              "avg60": 0.54,
              "avg300": 0.47,
              "total": 165710020
            },
            "full": {
              "avg10": 0.08,
              "avg60": 0.52,
              "avg300": 0.44,
              "total": 148178186
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.14,
              "avg60": 7.68,
              "avg300": 8.21,
              "total": 966192645
            },
            "full": {
              "avg10": 1.09,
              "avg60": 7.2,
              "avg300": 7.72,
              "total": 860504792
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:36.294738701+08:00",
          "cpuStat": {
            "user": 88294.13,
            "nice": 4.26,
            "system": 37264.24,
            "idle": 3756107.53,
            "iowait": 2808.05,
            "irq": 0,
            "softirq": 6544.66,
            "steal": 301188.97,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370348657,
            "processCreated": 11635850,
            "processesRunning": 6
          },
          "memoryStat": {
            "total": 4008644,
            "free": 114764,
            "available": 1728084,
            "buffers": 288900,
            "cached": 1126688,
            "active": 1270812,
            "inactive": 1865492,
            "swap": 4194300,
            "dirty": 2088,
            "writeback": 0,
            "slab": 636736
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.19,
              "avg60": 2.25,
              "avg300": 1.92,
              "total": 8114024380
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.06,
              "avg60": 0.53,
              "avg300": 0.47,
              "total": 165710526
            },
            "full": {
              "avg10": 0.06,
              "avg60": 0.5,
              "avg300": 0.43,
              "total": 148178658
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.3,
              "avg60": 7.5,
              "avg300": 8.17,
              "total": 966237012
            },
            "full": {
              "avg10": 1.25,
              "avg60": 7.03,
              "avg300": 7.68,
              "total": 860544425
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:38.29828332+08:00",
          "cpuStat": {
            "user": 88295.74,
            "nice": 4.26,
            "system": 37264.65,
            "idle": 3756112.59,
            "iowait": 2808.1,
            "irq": 0,
            "softirq": 6544.71,
            "steal": 301190.69,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370361140,
            "processCreated": 11635868,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 104948,
            "available": 1720620,
            "buffers": 288992,
            "cached": 1128968,
            "active": 1272956,
            "inactive": 1875576,
            "swap": 4194300,
            "dirty": 4664,
            "writeback": 0,
            "slab": 636740
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.15,
              "avg60": 2.25,
              "avg300": 1.92,
              "total": 8114073801
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.05,
              "avg60": 0.51,
              "avg300": 0.46,
              "total": 165710783
            },
            "full": {
              "avg10": 0.05,
              "avg60": 0.48,
              "avg300": 0.43,
              "total": 148178915
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.06,
              "avg60": 7.25,
              "avg300": 8.11,
              "total": 966242440
            },
            "full": {
              "avg10": 1.02,
              "avg60": 6.8,
              "avg300": 7.63,
              "total": 860549516
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:40.299508328+08:00",
          "cpuStat": {
            "user": 88297,
            "nice": 4.26,
            "system": 37265.2,
            "idle": 3756117.99,
            "iowait": 2808.14,
            "irq": 0,
            "softirq": 6544.78,
            "steal": 301192.2,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370365772,
            "processCreated": 11635908,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 111420,
            "available": 1717872,
            "buffers": 287520,
            "cached": 1121216,
            "active": 1275788,
            "inactive": 1869268,
            "swap": 4194300,
            "dirty": 2840,
            "writeback": 0,
            "slab": 636764
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.94,
              "avg60": 2.2,
              "avg300": 1.91,
              "total": 8114089415
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.04,
              "avg60": 0.49,
              "avg300": 0.46,
              "total": 165714915
            },
            "full": {
              "avg10": 0.04,
              "avg60": 0.47,
              "avg300": 0.43,
              "total": 148182795
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.87,
              "avg60": 7.01,
              "avg300": 8.06,
              "total": 966246670
            },
            "full": {
              "avg10": 0.84,
              "avg60": 6.58,
              "avg300": 7.58,
              "total": 860553417
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:42.302133817+08:00",
          "cpuStat": {
            "user": 88298.22,
            "nice": 4.26,
            "system": 37265.54,
            "idle": 3756123.83,
            "iowait": 2808.14,
            "irq": 0,
            "softirq": 6544.85,
            "steal": 301193.72,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370367398,
            "processCreated": 11635909,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 110428,
            "available": 1717004,
            "buffers": 287560,
            "cached": 1121192,
            "active": 1278168,
            "inactive": 1880244,
            "swap": 4194300,
            "dirty": 5132,
            "writeback": 0,
            "slab": 636776
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.59,
              "avg60": 2.13,
              "avg300": 1.9,
              "total": 8114091451
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.03,
              "avg60": 0.47,
              "avg300": 0.46,
              "total": 165714982
            },
            "full": {
              "avg10": 0.03,
              "avg60": 0.45,
              "avg300": 0.42,
              "total": 148182862
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.71,
              "avg60": 6.78,
              "avg300": 8,
              "total": 966246674
            },
            "full": {
              "avg10": 0.68,
              "avg60": 6.36,
              "avg300": 7.53,
              "total": 860553420
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:44.302615294+08:00",
          "cpuStat": {
            "user": 88299.3,
            "nice": 4.26,
            "system": 37265.97,
            "idle": 3756129.94,
            "iowait": 2808.14,
            "irq": 0,
            "softirq": 6544.93,
            "steal": 301194.75,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370375219,
            "processCreated": 11635973,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 115296,
            "available": 1704268,
            "buffers": 284396,
            "cached": 1106904,
            "active": 1279468,
            "inactive": 1862144,
            "swap": 4194300,
            "dirty": 6100,
            "writeback": 0,
            "slab": 636708
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.3,
              "avg60": 2.06,
              "avg300": 1.89,
              "total": 8114122066
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.02,
              "avg60": 0.46,
              "avg300": 0.45,
              "total": 165717047
            },
            "full": {
              "avg10": 0.02,
              "avg60": 0.44,
              "avg300": 0.42,
              "total": 148184924
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.58,
              "avg60": 6.56,
              "avg300": 7.95,
              "total": 966246694
            },
            "full": {
              "avg10": 0.56,
              "avg60": 6.15,
              "avg300": 7.47,
              "total": 860553440
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:46.303595918+08:00",
          "cpuStat": {
            "user": 88300.11,
            "nice": 4.26,
            "system": 37266.13,
            "idle": 3756136.57,
            "iowait": 2808.22,
            "irq": 0,
            "softirq": 6544.99,
            "steal": 301195.79,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370378715,
            "processCreated": 11635974,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 110032,
            "available": 1703612,
            "buffers": 284568,
            "cached": 1111528,
            "active": 1280548,
            "inactive": 1869208,
            "swap": 4194300,
            "dirty": 11092,
            "writeback": 0,
            "slab": 636708
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.24,
              "avg60": 2.03,
              "avg300": 1.88,
              "total": 8114132088
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.02,
              "avg60": 0.44,
              "avg300": 0.45,
              "total": 165717047
            },
            "full": {
              "avg10": 0.02,
              "avg60": 0.42,
              "avg300": 0.42,
              "total": 148184924
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.47,
              "avg60": 6.35,
              "avg300": 7.89,
              "total": 966271040
            },
            "full": {
              "avg10": 0.46,
              "avg60": 5.95,
              "avg300": 7.42,
              "total": 860577769
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:48.304641119+08:00",
          "cpuStat": {
            "user": 88301.28,
            "nice": 4.26,
            "system": 37266.5,
            "idle": 3756142.39,
            "iowait": 2808.32,
            "irq": 0,
            "softirq": 6545.06,
            "steal": 301196.82,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370382237,
            "processCreated": 11635993,
            "processesRunning": 8
          },
          "memoryStat": {
            "total": 4008644,
            "free": 117580,
            "available": 1706564,
            "buffers": 283976,
            "cached": 1107440,
            "active": 1281968,
            "inactive": 1869500,
            "swap": 4194300,
            "dirty": 708,
            "writeback": 0,
            "slab": 636772
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.02,
              "avg60": 1.96,
              "avg300": 1.87,
              "total": 8114139878
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.01,
              "avg60": 0.43,
              "avg300": 0.45,
              "total": 165720316
            },
            "full": {
              "avg10": 0.01,
              "avg60": 0.41,
              "avg300": 0.41,
              "total": 148188116
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.75,
              "avg60": 6.2,
              "avg300": 7.85,
              "total": 966302943
            },
            "full": {
              "avg10": 0.74,
              "avg60": 5.82,
              "avg300": 7.39,
              "total": 860608327
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:50.305818666+08:00",
          "cpuStat": {
            "user": 88302.28,
            "nice": 4.26,
            "system": 37266.75,
            "idle": 3756148.69,
            "iowait": 2808.32,
            "irq": 0,
            "softirq": 6545.13,
            "steal": 301197.69,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370388135,
            "processCreated": 11636031,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 124824,
            "available": 1712352,
            "buffers": 283996,
            "cached": 1105816,
            "active": 1282032,
            "inactive": 1850368,
            "swap": 4194300,
            "dirty": 736,
            "writeback": 0,
            "slab": 636776
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.01,
              "avg60": 1.93,
              "avg300": 1.86,
              "total": 8114170066
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.01,
              "avg60": 0.41,
              "avg300": 0.44,
              "total": 165720316
            },
            "full": {
              "avg10": 0.01,
              "avg60": 0.39,
              "avg300": 0.41,
              "total": 148188116
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.61,
              "avg60": 6,
              "avg300": 7.8,
              "total": 966303655
            },
            "full": {
              "avg10": 0.6,
              "avg60": 5.63,
              "avg300": 7.34,
              "total": 860608972
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:52.306032852+08:00",
          "cpuStat": {
            "user": 88303.42,
            "nice": 4.26,
            "system": 37267.18,
            "idle": 3756154.29,
            "iowait": 2808.7,
            "irq": 0,
            "softirq": 6545.25,
            "steal": 301198.89,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370401237,
            "processCreated": 11636055,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 158488,
            "available": 1748824,
            "buffers": 284200,
            "cached": 1108452,
            "active": 1282616,
            "inactive": 1823604,
            "swap": 4194300,
            "dirty": 2048,
            "writeback": 0,
            "slab": 636624
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.01,
              "avg60": 1.9,
              "avg300": 1.86,
              "total": 8114233217
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.01,
              "avg60": 0.4,
              "avg300": 0.44,
              "total": 165720571
            },
            "full": {
              "avg10": 0.01,
              "avg60": 0.38,
              "avg300": 0.41,
              "total": 148188161
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.86,
              "avg60": 5.87,
              "avg300": 7.76,
              "total": 966426964
            },
            "full": {
              "avg10": 0.67,
              "avg60": 5.48,
              "avg300": 7.29,
              "total": 860717794
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:54.30723231+08:00",
          "cpuStat": {
            "user": 88305.05,
            "nice": 4.26,
            "system": 37267.5,
            "idle": 3756159.66,
            "iowait": 2808.94,
            "irq": 0,
            "softirq": 6545.31,
            "steal": 301200.49,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370414680,
            "processCreated": 11636096,
            "processesRunning": 5
          },
          "memoryStat": {
            "total": 4008644,
            "free": 155600,
            "available": 1750924,
            "buffers": 284376,
            "cached": 1113248,
            "active": 1285296,
            "inactive": 1828484,
            "swap": 4194300,
            "dirty": 760,
            "writeback": 0,
            "slab": 636580
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.19,
              "avg60": 1.9,
              "avg300": 1.86,
              "total": 8114300306
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.01,
              "avg60": 0.39,
              "avg300": 0.44,
              "total": 165720720
            },
            "full": {
              "avg10": 0,
              "avg60": 0.37,
              "avg300": 0.41,
              "total": 148188309
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.43,
              "avg60": 5.81,
              "avg300": 7.73,
              "total": 966497260
            },
            "full": {
              "avg10": 1.27,
              "avg60": 5.43,
              "avg300": 7.27,
              "total": 860785909
            }
          }
        },
        {
          "timestamp": "2026-05-15T00:51:55.230267454+08:00",
          "cpuStat": {
            "user": 88305.77,
            "nice": 4.26,
            "system": 37268.09,
            "idle": 3756161.48,
            "iowait": 2809.07,
            "irq": 0,
            "softirq": 6545.35,
            "steal": 301201.4,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 1370433886,
            "processCreated": 11636132,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 146780,
            "available": 1744732,
            "buffers": 285464,
            "cached": 1114524,
            "active": 1282356,
            "inactive": 1825420,
            "swap": 4194300,
            "dirty": 19108,
            "writeback": 0,
            "slab": 636832
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.19,
              "avg60": 1.9,
              "avg300": 1.86,
              "total": 8114417153
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.01,
              "avg60": 0.39,
              "avg300": 0.44,
              "total": 165726444
            },
            "full": {
              "avg10": 0,
              "avg60": 0.37,
              "avg300": 0.41,
              "total": 148190403
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.43,
              "avg60": 5.81,
              "avg300": 7.73,
              "total": 966544425
            },
            "full": {
              "avg10": 1.27,
              "avg60": 5.43,
              "avg300": 7.27,
              "total": 860819023
            }
          }
        }
      ]
    }
  }
}