{ "builder": { "id": "" }, "buildType": "https://mobyproject.org/buildkit@v1", "materials": [ { "uri": "pkg:docker/mcr.microsoft.com/dotnet/aspnet@9.0?platform=linux%2Famd64", "digest": { "sha256": "f77d967b8c3ec67b9af4bf577177c1a350e4f769618ff419f632b674edfa9be8" } }, { "uri": "pkg:docker/mcr.microsoft.com/dotnet/sdk@9.0?platform=linux%2Famd64", "digest": { "sha256": "6894a71619e08b47ef9df7ff1f436b21d21db160e5d864e180c294a53d7a12f2" } } ], "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://mcr.microsoft.com/dotnet/aspnet:9.0@sha256:f77d967b8c3ec67b9af4bf577177c1a350e4f769618ff419f632b674edfa9be8", "attrs": { "image.resolvemode": "local" } } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} } }, { "id": "step1", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/app", "mode": 493, "makeParents": true, "owner": { "user": { "User": { "byId": 1654 } } }, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step0:0" ] }, { "id": "step2", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/app", "mode": 493, "makeParents": true, "owner": { "user": { "User": { "byId": 1654 } } }, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step1:0" ] }, { "id": "step3", "op": { "Op": { "source": { "identifier": "docker-image://mcr.microsoft.com/dotnet/sdk:9.0@sha256:6894a71619e08b47ef9df7ff1f436b21d21db160e5d864e180c294a53d7a12f2", "attrs": { "image.resolvemode": "local" } } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} } }, { "id": "step4", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/src", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step3:0" ] }, { "id": "step5", "op": { "Op": { "source": { "identifier": "local://context", "attrs": { "local.excludepatterns": "[\"**/.dockerignore\",\"**/.env\",\"**/.git\",\"**/.gitignore\",\"**/.project\",\"**/.settings\",\"**/.toolstarget\",\"**/.vs\",\"**/.vscode\",\"**/.idea\",\"**/*.*proj.user\",\"**/*.dbmdl\",\"**/*.jfm\",\"**/azds.yaml\",\"**/bin\",\"**/charts\",\"**/docker-compose*\",\"**/Dockerfile*\",\"**/node_modules\",\"**/npm-debug.log\",\"**/obj\",\"**/secrets.dev.yaml\",\"**/values.dev.yaml\",\"LICENSE\",\"README.md\"]", "local.sharedkeyhint": "context" } } }, "constraints": {} } }, { "id": "step6", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/NeoClass.Server/NeoClass.Server.csproj", "dest": "/src/NeoClass/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step4:0", "step5:0" ] }, { "id": "step7", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet restore \"NeoClass/NeoClass.Server.csproj\"" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.1", "ASPNET_VERSION=9.0.1", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.102", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step6:0" ] }, { "id": "step8", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/", "dest": "/src/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step7:0", "step5:0" ] }, { "id": "step9", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/src/NeoClass.Server", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step8:0" ] }, { "id": "step10", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet build \"NeoClass.Server.csproj\" -c $BUILD_CONFIGURATION -o /app/build" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.1", "ASPNET_VERSION=9.0.1", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.102", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.Server", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step9:0" ] }, { "id": "step11", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet publish \"NeoClass.Server.csproj\" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.1", "ASPNET_VERSION=9.0.1", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.102", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.Server", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step10:0" ] }, { "id": "step12", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/app/publish", "dest": "/app/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step2:0", "step11:0" ] }, { "id": "step13", "op": { "Op": {} }, "inputs": [ "step12:0" ] } ], "digestMapping": { "sha256:00055046d54a59f1af48e741b80272a189238ae7fe7c697493721996adc46991": "step4", "sha256:0c0fcc2d3d2141363483e57ebe25bc7642b5a88b74d674fa8a091d910e1b0b8f": "step3", "sha256:21eb2d7e69a5c785d3915e3d269408992f50bcb8274e2f9883b23f8704f7273d": "step8", "sha256:25c794b9d420756c0ac014a9e0a2e95f2381413eabbf32e24010315b0ffd3676": "step5", "sha256:54aeccb123ce3a488116474bb57b07a43fa53359e2a88b8902f0077aee896efd": "step1", "sha256:7585c73703fea53201480bfd34924d01b1615dbeb52aaa8f0dfaabab6033a876": "step13", "sha256:8f2dad5359c205f9bcb49638727025b6b9bc0d8a833f865d2dde6594682b809d": "step9", "sha256:9586351feb425b9c4336c97e864fa1fb62f78cf82f44d2c9489dd5160ce27db6": "step11", "sha256:d4afcce47d9828931a110e281defd4ad3f11f65d1435af0809505472b46485e8": "step2", "sha256:de942a5ec8aac6b6749a8f459719dcb337b0640ae12cda1220ebe339ebaa67f4": "step12", "sha256:e6819e64045cf445542043ff0b5525251852b36d599ca4f4758ddb06608b3962": "step10", "sha256:e9ce3722a3ffb6bdc43e03195614a2931f2d50fc190f85a423f87a7fbce7d253": "step6", "sha256:f05e092f8f371ab137b93c760c5e954b508f8990267e040fd7fcfa1c44816860": "step7", "sha256:fdba1460182a6df9d7120555f5710d0b56c20d3dd6feeac9e6c55e646caedf12": "step0" } }, "metadata": { "buildInvocationID": "3h6reqlbn71ongbrvf5ob9wic", "buildStartedOn": "2025-02-07T22:04:07.008203295Z", "buildFinishedOn": "2025-02-07T22:06:55.996801786Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.Server", "revision": "c326adc15716a9aa774de5b0894fe9ed483bb98d", "source": "https://gitlab.com/mitsiosm/neoclass.git" }, "source": { "locations": { "step0": { "locations": [ { "ranges": [ { "start": { "line": 1 }, "end": { "line": 1 } } ] } ] }, "step1": { "locations": [ { "ranges": [ { "start": { "line": 3 }, "end": { "line": 3 } } ] } ] }, "step10": { "locations": [ { "ranges": [ { "start": { "line": 14 }, "end": { "line": 14 } } ] } ] }, "step11": { "locations": [ { "ranges": [ { "start": { "line": 18 }, "end": { "line": 18 } } ] } ] }, "step12": { "locations": [ { "ranges": [ { "start": { "line": 22 }, "end": { "line": 22 } } ] } ] }, "step2": { "locations": [ { "ranges": [ { "start": { "line": 21 }, "end": { "line": 21 } } ] } ] }, "step3": { "locations": [ { "ranges": [ { "start": { "line": 7 }, "end": { "line": 7 } } ] } ] }, "step4": { "locations": [ { "ranges": [ { "start": { "line": 9 }, "end": { "line": 9 } } ] } ] }, "step5": {}, "step6": { "locations": [ { "ranges": [ { "start": { "line": 10 }, "end": { "line": 10 } } ] } ] }, "step7": { "locations": [ { "ranges": [ { "start": { "line": 11 }, "end": { "line": 11 } } ] } ] }, "step8": { "locations": [ { "ranges": [ { "start": { "line": 12 }, "end": { "line": 12 } } ] } ] }, "step9": { "locations": [ { "ranges": [ { "start": { "line": 13 }, "end": { "line": 13 } } ] } ] } }, "infos": [ { "filename": "Dockerfile", "language": "Dockerfile", "data": "77u/RlJPTSBtY3IubWljcm9zb2Z0LmNvbS9kb3RuZXQvYXNwbmV0OjkuMCBBUyBiYXNlClVTRVIgJEFQUF9VSUQKV09SS0RJUiAvYXBwCkVYUE9TRSA4MDgwCkVYUE9TRSA4MDgxCgpGUk9NIG1jci5taWNyb3NvZnQuY29tL2RvdG5ldC9zZGs6OS4wIEFTIGJ1aWxkCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKV09SS0RJUiAvc3JjCkNPUFkgWyJOZW9DbGFzcy5TZXJ2ZXIvTmVvQ2xhc3MuU2VydmVyLmNzcHJvaiIsICJOZW9DbGFzcy8iXQpSVU4gZG90bmV0IHJlc3RvcmUgIk5lb0NsYXNzL05lb0NsYXNzLlNlcnZlci5jc3Byb2oiCkNPUFkgLiAuCldPUktESVIgIi9zcmMvTmVvQ2xhc3MuU2VydmVyIgpSVU4gZG90bmV0IGJ1aWxkICJOZW9DbGFzcy5TZXJ2ZXIuY3Nwcm9qIiAtYyAkQlVJTERfQ09ORklHVVJBVElPTiAtbyAvYXBwL2J1aWxkCgpGUk9NIGJ1aWxkIEFTIHB1Ymxpc2gKQVJHIEJVSUxEX0NPTkZJR1VSQVRJT049UmVsZWFzZQpSVU4gZG90bmV0IHB1Ymxpc2ggIk5lb0NsYXNzLlNlcnZlci5jc3Byb2oiIC1jICRCVUlMRF9DT05GSUdVUkFUSU9OIC1vIC9hcHAvcHVibGlzaCAvcDpVc2VBcHBIb3N0PWZhbHNlCgpGUk9NIGJhc2UgQVMgZmluYWwKV09SS0RJUiAvYXBwCkNPUFkgLS1mcm9tPXB1Ymxpc2ggL2FwcC9wdWJsaXNoIC4KRU5UUllQT0lOVCBbImRvdG5ldCIsICJOZW9DbGFzcy5TZXJ2ZXIuZGxsIl0K", "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:6ef967af81873ca9b85d2d6628ba8002de83f9446bbfa8709797e41b0a3e770a": "step0", "sha256:d873689219bf90c29d34d91e4b0b82eb0856d2ab6cb5ac278d461b8973447e4d": "step1" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7914c8f600f532b7adbd0b003888e3aa921687d62dbe2f1f829d0ab6234a158a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:2ad1efc4d58399b5ea25462843f1a589433ffef4945be636e4ebe53c2bc4212a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d2055c92e8eaca4b52cc6713b63fcd23fb24d76558789710bf5253ef0677b5a0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:98f2d63b87a3ebed922957e5c463e0980fe21353c5be6fecf0e04eedfd5a7964", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:4adde29cd3ddaafbc8ea93bcaa588d1b6203738f6320f5755901ad81ec69d7d9", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0facc9180213097bd97df9f71de2a03b06ee4eb24808ce7b9be2f36c39230f95", "size": -1 } ] ], "step10:0": [ [] ], "step11:0": [ [] ], "step12:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7914c8f600f532b7adbd0b003888e3aa921687d62dbe2f1f829d0ab6234a158a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:2ad1efc4d58399b5ea25462843f1a589433ffef4945be636e4ebe53c2bc4212a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d2055c92e8eaca4b52cc6713b63fcd23fb24d76558789710bf5253ef0677b5a0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:98f2d63b87a3ebed922957e5c463e0980fe21353c5be6fecf0e04eedfd5a7964", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:4adde29cd3ddaafbc8ea93bcaa588d1b6203738f6320f5755901ad81ec69d7d9", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0facc9180213097bd97df9f71de2a03b06ee4eb24808ce7b9be2f36c39230f95", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:274e59c531115eacc785810a3b7876335642632da27e8da93164dcaa0c084ad5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:3c418e0e5641aa1840a5b739ce5edb932c1455c5fd3ebc1d38ea4787ec16f363", "size": -1 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7914c8f600f532b7adbd0b003888e3aa921687d62dbe2f1f829d0ab6234a158a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:2ad1efc4d58399b5ea25462843f1a589433ffef4945be636e4ebe53c2bc4212a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d2055c92e8eaca4b52cc6713b63fcd23fb24d76558789710bf5253ef0677b5a0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:98f2d63b87a3ebed922957e5c463e0980fe21353c5be6fecf0e04eedfd5a7964", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:4adde29cd3ddaafbc8ea93bcaa588d1b6203738f6320f5755901ad81ec69d7d9", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0facc9180213097bd97df9f71de2a03b06ee4eb24808ce7b9be2f36c39230f95", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:274e59c531115eacc785810a3b7876335642632da27e8da93164dcaa0c084ad5", "size": -1 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7914c8f600f532b7adbd0b003888e3aa921687d62dbe2f1f829d0ab6234a158a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:2ad1efc4d58399b5ea25462843f1a589433ffef4945be636e4ebe53c2bc4212a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d2055c92e8eaca4b52cc6713b63fcd23fb24d76558789710bf5253ef0677b5a0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:98f2d63b87a3ebed922957e5c463e0980fe21353c5be6fecf0e04eedfd5a7964", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:4adde29cd3ddaafbc8ea93bcaa588d1b6203738f6320f5755901ad81ec69d7d9", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0facc9180213097bd97df9f71de2a03b06ee4eb24808ce7b9be2f36c39230f95", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:274e59c531115eacc785810a3b7876335642632da27e8da93164dcaa0c084ad5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", "size": -1 } ] ], "step3:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7914c8f600f532b7adbd0b003888e3aa921687d62dbe2f1f829d0ab6234a158a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:2ad1efc4d58399b5ea25462843f1a589433ffef4945be636e4ebe53c2bc4212a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d2055c92e8eaca4b52cc6713b63fcd23fb24d76558789710bf5253ef0677b5a0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:98f2d63b87a3ebed922957e5c463e0980fe21353c5be6fecf0e04eedfd5a7964", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:4adde29cd3ddaafbc8ea93bcaa588d1b6203738f6320f5755901ad81ec69d7d9", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0facc9180213097bd97df9f71de2a03b06ee4eb24808ce7b9be2f36c39230f95", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d024502328ca7d4b54e31ddcd8d4d905fcc136eb918f7dd5089ad03ef73a5354", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:e4d7b024903d6e3540d6035a4020c9a4dd067e8414009fe837a75bf36f5e0bf1", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:e7343492cbd6f3a390867875c1ebca541d9c290807910184800232432674d6a0", "size": -1 } ] ], "step4:0": [ [] ], "step5:0": [ [] ], "step6:0": [ [] ], "step7:0": [ [] ], "step8:0": [ [] ], "step9:0": [ [] ] }, "sysUsage": [ { "timestamp": "2025-02-07T22:04:08.985726582Z", "cpuStat": { "user": 2143844.48, "nice": 1276.57, "system": 2223176.01, "idle": 32091272.69, "iowait": 579616.57, "irq": 0, "softirq": 99483.87, "steal": 2772.23, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64170152927, "processCreated": 166212149, "processesRunning": 17 }, "memoryStat": { "total": 154486276, "free": 5321956, "available": 37140704, "buffers": 9389620, "cached": 19245900, "active": 38539488, "inactive": 78217480, "swap": 77243136, "dirty": 2352, "writeback": 728, "slab": 11953088 }, "cpuPressure": { "some": { "avg10": 60.98, "avg60": 60.68, "avg300": 61.18, "total": 318003924492 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 22.87, "avg60": 21.78, "avg300": 21.25, "total": 156971371276 }, "full": { "avg10": 7.42, "avg60": 7.29, "avg300": 6.79, "total": 67460117535 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 9093149266 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 453900128 } } }, { "timestamp": "2025-02-07T22:04:25.057670514Z", "cpuStat": { "user": 2143938.64, "nice": 1276.57, "system": 2223246.17, "idle": 32092369.39, "iowait": 579619.31, "irq": 0, "softirq": 99487.88, "steal": 2772.43, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64172847527, "processCreated": 166217649, "processesRunning": 46 }, "memoryStat": { "total": 154486276, "free": 4843004, "available": 37034756, "buffers": 9391328, "cached": 19620552, "active": 38423864, "inactive": 78761964, "swap": 77243136, "dirty": 64592, "writeback": 116, "slab": 11951904 }, "cpuPressure": { "some": { "avg10": 61.67, "avg60": 60.56, "avg300": 61.11, "total": 318013890484 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 20.27, "avg60": 21.08, "avg300": 21.11, "total": 156974477433 }, "full": { "avg10": 6.82, "avg60": 7.15, "avg300": 6.79, "total": 67461199630 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 9093189222 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 453910904 } } }, { "timestamp": "2025-02-07T22:04:41.060814582Z", "cpuStat": { "user": 2144038.47, "nice": 1276.57, "system": 2223314.93, "idle": 32093454.96, "iowait": 579621.87, "irq": 0, "softirq": 99492, "steal": 2772.62, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64175468384, "processCreated": 166224422, "processesRunning": 59 }, "memoryStat": { "total": 154486276, "free": 4240008, "available": 36621740, "buffers": 9394240, "cached": 19803992, "active": 38410988, "inactive": 79381956, "swap": 77243136, "dirty": 20640, "writeback": 16, "slab": 11953292 }, "cpuPressure": { "some": { "avg10": 60.13, "avg60": 60.51, "avg300": 61.08, "total": 318023597853 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 20.53, "avg60": 20.95, "avg300": 21.07, "total": 156977977769 }, "full": { "avg10": 7.33, "avg60": 7.14, "avg300": 6.8, "total": 67462464663 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 9093223495 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 453926837 } } }, { "timestamp": "2025-02-07T22:04:59.061716226Z", "cpuStat": { "user": 2144148.1, "nice": 1276.57, "system": 2223396.84, "idle": 32094678.71, "iowait": 579624.91, "irq": 0, "softirq": 99496.67, "steal": 2772.84, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64178584926, "processCreated": 166231811, "processesRunning": 36 }, "memoryStat": { "total": 154486276, "free": 4125076, "available": 36839492, "buffers": 9397508, "cached": 20119680, "active": 38252732, "inactive": 79627620, "swap": 77243136, "dirty": 5896, "writeback": 40, "slab": 11952928 }, "cpuPressure": { "some": { "avg10": 65.73, "avg60": 62.78, "avg300": 61.59, "total": 318036139276 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 25.82, "avg60": 23.27, "avg300": 21.63, "total": 156983340725 }, "full": { "avg10": 7.63, "avg60": 7.44, "avg300": 6.9, "total": 67463987332 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 9093267200 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 453938838 } } }, { "timestamp": "2025-02-07T22:05:15.063659498Z", "cpuStat": { "user": 2144247.94, "nice": 1276.57, "system": 2223469.32, "idle": 32095760.83, "iowait": 579627.42, "irq": 0, "softirq": 99500.97, "steal": 2773.11, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64181139246, "processCreated": 166238552, "processesRunning": 24 }, "memoryStat": { "total": 154486276, "free": 5260480, "available": 37822492, "buffers": 9399716, "cached": 20006636, "active": 37850396, "inactive": 78912092, "swap": 77243136, "dirty": 4460, "writeback": 0, "slab": 11954600 }, "cpuPressure": { "some": { "avg10": 63.8, "avg60": 62.94, "avg300": 61.69, "total": 318046356336 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 25.02, "avg60": 23.48, "avg300": 21.76, "total": 156987310319 }, "full": { "avg10": 7.15, "avg60": 7.32, "avg300": 6.9, "total": 67465158814 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 9093302807 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 453950230 } } }, { "timestamp": "2025-02-07T22:05:35.757743236Z", "cpuStat": { "user": 2144372.17, "nice": 1276.57, "system": 2223546.18, "idle": 32097182.03, "iowait": 579628.81, "irq": 0, "softirq": 99506.23, "steal": 2773.39, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64183976870, "processCreated": 166245722, "processesRunning": 41 }, "memoryStat": { "total": 154486276, "free": 5564080, "available": 38067312, "buffers": 9399908, "cached": 19950156, "active": 37900900, "inactive": 78568412, "swap": 77243136, "dirty": 17248, "writeback": 0, "slab": 11969884 }, "cpuPressure": { "some": { "avg10": 72.39, "avg60": 65.79, "avg300": 62.44, "total": 318061655756 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 15.51, "avg60": 20.79, "avg300": 21.25, "total": 156990484275 }, "full": { "avg10": 4.21, "avg60": 6.27, "avg300": 6.68, "total": 67466046739 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 9093324622 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 453960333 } } }, { "timestamp": "2025-02-07T22:05:51.859527636Z", "cpuStat": { "user": 2144469.85, "nice": 1276.57, "system": 2223612, "idle": 32098275.78, "iowait": 579635.82, "irq": 0, "softirq": 99510.02, "steal": 2773.64, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64186247273, "processCreated": 166251513, "processesRunning": 91 }, "memoryStat": { "total": 154486276, "free": 5373356, "available": 37801504, "buffers": 9403852, "cached": 19875684, "active": 38052100, "inactive": 78657004, "swap": 77243136, "dirty": 6252, "writeback": 1548, "slab": 11957200 }, "cpuPressure": { "some": { "avg10": 67.83, "avg60": 65.86, "avg300": 62.64, "total": 318072318246 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 16.47, "avg60": 19.87, "avg300": 21.01, "total": 156993271653 }, "full": { "avg10": 4.63, "avg60": 5.91, "avg300": 6.57, "total": 67466939363 } }, "ioPressure": { "some": { "avg10": 0.36, "avg60": 0.09, "avg300": 0.02, "total": 9093430973 }, "full": { "avg10": 0.12, "avg60": 0.02, "avg300": 0, "total": 454007583 } } }, { "timestamp": "2025-02-07T22:06:08.058067408Z", "cpuStat": { "user": 2144583.08, "nice": 1276.57, "system": 2223698.18, "idle": 32099338.45, "iowait": 579642.1, "irq": 0, "softirq": 99513.73, "steal": 2773.99, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64188690816, "processCreated": 166258848, "processesRunning": 37 }, "memoryStat": { "total": 154486276, "free": 5444220, "available": 37864792, "buffers": 9408692, "cached": 19862172, "active": 37965988, "inactive": 78631356, "swap": 77243136, "dirty": 11048, "writeback": 0, "slab": 11956764 }, "cpuPressure": { "some": { "avg10": 70.09, "avg60": 66.85, "avg300": 63.03, "total": 318083750711 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 15.71, "avg60": 18.7, "avg300": 20.68, "total": 156995913142 }, "full": { "avg10": 4.25, "avg60": 5.51, "avg300": 6.45, "total": 67467734857 } }, "ioPressure": { "some": { "avg10": 0.15, "avg60": 0.09, "avg300": 0.02, "total": 9093521392 }, "full": { "avg10": 0.02, "avg60": 0.02, "avg300": 0, "total": 454036762 } } }, { "timestamp": "2025-02-07T22:06:24.064459475Z", "cpuStat": { "user": 2144689.17, "nice": 1276.57, "system": 2223780.14, "idle": 32100403.33, "iowait": 579645.43, "irq": 0, "softirq": 99517.95, "steal": 2774.21, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64191111357, "processCreated": 166265913, "processesRunning": 29 }, "memoryStat": { "total": 154486276, "free": 5843580, "available": 38276996, "buffers": 9411656, "cached": 19886528, "active": 38047580, "inactive": 78147840, "swap": 77243136, "dirty": 25868, "writeback": 0, "slab": 11956112 }, "cpuPressure": { "some": { "avg10": 63.65, "avg60": 65.85, "avg300": 63.01, "total": 318093832618 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 18.8, "avg60": 19.39, "avg300": 20.75, "total": 156999344943 }, "full": { "avg10": 5.27, "avg60": 5.63, "avg300": 6.43, "total": 67468751750 } }, "ioPressure": { "some": { "avg10": 0.07, "avg60": 0.09, "avg300": 0.02, "total": 9093569657 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0, "total": 454055080 } } }, { "timestamp": "2025-02-07T22:06:40.069125062Z", "cpuStat": { "user": 2144785.5, "nice": 1276.57, "system": 2223845.75, "idle": 32101500.79, "iowait": 579646.49, "irq": 0, "softirq": 99522.27, "steal": 2774.38, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64193298039, "processCreated": 166271967, "processesRunning": 19 }, "memoryStat": { "total": 154486276, "free": 5842480, "available": 38149568, "buffers": 9412136, "cached": 19815004, "active": 38031252, "inactive": 78193268, "swap": 77243136, "dirty": 5060, "writeback": 0, "slab": 11956004 }, "cpuPressure": { "some": { "avg10": 57.59, "avg60": 63.69, "avg300": 62.68, "total": 318103039680 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 16.01, "avg60": 18.33, "avg300": 20.43, "total": 157001811465 }, "full": { "avg10": 5.82, "avg60": 5.65, "avg300": 6.39, "total": 67469709202 } }, "ioPressure": { "some": { "avg10": 0.01, "avg60": 0.07, "avg300": 0.02, "total": 9093585496 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0, "total": 454062587 } } }, { "timestamp": "2025-02-07T22:06:55.997297653Z", "cpuStat": { "user": 2144886.3, "nice": 1276.57, "system": 2223914.37, "idle": 32102581.76, "iowait": 579649.19, "irq": 0, "softirq": 99525.67, "steal": 2774.58, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 64195601113, "processCreated": 166278699, "processesRunning": 15 }, "memoryStat": { "total": 154486276, "free": 6018292, "available": 38531068, "buffers": 9412644, "cached": 19922300, "active": 38150820, "inactive": 77908544, "swap": 77243136, "dirty": 1104, "writeback": 0, "slab": 11955644 }, "cpuPressure": { "some": { "avg10": 64.8, "avg60": 64.3, "avg300": 62.87, "total": 318113640806 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 23, "avg60": 19.57, "avg300": 20.59, "total": 157005699438 }, "full": { "avg10": 5.69, "avg60": 5.64, "avg300": 6.34, "total": 67470712599 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0.05, "avg300": 0.01, "total": 9093625510 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 454079565 } } } ] } } }