{ "builder": { "id": "" }, "buildType": "https://mobyproject.org/buildkit@v1", "materials": [ { "uri": "pkg:docker/mcr.microsoft.com/dotnet/aspnet@9.0?platform=linux%2Famd64", "digest": { "sha256": "d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07" } }, { "uri": "pkg:docker/mcr.microsoft.com/dotnet/sdk@9.0?platform=linux%2Famd64", "digest": { "sha256": "c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8" } } ], "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:d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07", "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:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8", "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.API/NeoClass.API.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.API.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.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "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.API", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step8:0" ] }, { "id": "step10", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet build \"NeoClass.API.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.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.API", "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.API.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.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.API", "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:059b2632cedeef816d0420e0fae3317bccb598fa645c260e54b76b99ace474ad": "step12", "sha256:0b357239e986746a48bd579354e5c10865b5bc64aa5d8dc053adc5d193a9e7ea": "step6", "sha256:11f6592e51ccc37a4ee0c3ffcfc21de19552709241cb155528065c702357b83d": "step11", "sha256:1ac738e6f552bd56f360fdb51e634e83f5eb6453e9457dcd57801cd0dec2d418": "step5", "sha256:1af7cd8c24dc5b7d829802867c8931a729e6b54a9a532f1c794ce60352252295": "step9", "sha256:7064ed6cdab0203af2c72525c6b00fe024af64db0d46a3b53603755653ac395e": "step3", "sha256:90cf41f6ac3e468be464568fc877c68075d21e778e73940073488ce1fffa676e": "step13", "sha256:97bfdb08df31b6afc93ab15eaa3d43e70baf5a9ae93576bafdfed9f446845160": "step8", "sha256:9859074c4d3aba07627d5d9b6f01e3ba1c5c52fe7a706617ded1a3b69e5677b7": "step0", "sha256:c854cca99bd13a407f207355d8ac5f062f087bf584f8436d067c4e69b583cb91": "step7", "sha256:ddd2dadb3e4a9dbcaa5c0a15a6f60cc210ecf3a695b8df4bf90904f3d88c1119": "step10", "sha256:ed985492537662f2edd0df3f2eade9653b4e08eddb0312eb51e93386643f012f": "step2", "sha256:efd89050bd6a0ec338a3ab5709bcee166cdeca71e4cec2f0119fcaa846a6fd55": "step1", "sha256:ff35bacd3538d0fb0c2f79622f8a20ce794feb60002833e3dd385c05d8f2b597": "step4" } }, "metadata": { "buildInvocationID": "e4tsegbtjwo4gjwev0njkc21v", "buildStartedOn": "2025-05-31T21:14:41.100827404Z", "buildFinishedOn": "2025-05-31T21:17:08.122580796Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.API", "revision": "fe6295a8ccd84cce39c5c7d9c21867c6ead3c1ac", "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/RlJPTSBtY3IubWljcm9zb2Z0LmNvbS9kb3RuZXQvYXNwbmV0OjkuMCBBUyBiYXNlClVTRVIgJEFQUF9VSUQKV09SS0RJUiAvYXBwCkVYUE9TRSA4MDgwCkVYUE9TRSA4MDgxCgpGUk9NIG1jci5taWNyb3NvZnQuY29tL2RvdG5ldC9zZGs6OS4wIEFTIGJ1aWxkCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKV09SS0RJUiAvc3JjCkNPUFkgWyJOZW9DbGFzcy5BUEkvTmVvQ2xhc3MuQVBJLmNzcHJvaiIsICJOZW9DbGFzcy8iXQpSVU4gZG90bmV0IHJlc3RvcmUgIk5lb0NsYXNzL05lb0NsYXNzLkFQSS5jc3Byb2oiCkNPUFkgLiAuCldPUktESVIgIi9zcmMvTmVvQ2xhc3MuQVBJIgpSVU4gZG90bmV0IGJ1aWxkICJOZW9DbGFzcy5BUEkuY3Nwcm9qIiAtYyAkQlVJTERfQ09ORklHVVJBVElPTiAtbyAvYXBwL2J1aWxkCgpGUk9NIGJ1aWxkIEFTIHB1Ymxpc2gKQVJHIEJVSUxEX0NPTkZJR1VSQVRJT049UmVsZWFzZQpSVU4gZG90bmV0IHB1Ymxpc2ggIk5lb0NsYXNzLkFQSS5jc3Byb2oiIC1jICRCVUlMRF9DT05GSUdVUkFUSU9OIC1vIC9hcHAvcHVibGlzaCAvcDpVc2VBcHBIb3N0PWZhbHNlCgpGUk9NIGJhc2UgQVMgZmluYWwKV09SS0RJUiAvYXBwCkNPUFkgLS1mcm9tPXB1Ymxpc2ggL2FwcC9wdWJsaXNoIC4KRU5UUllQT0lOVCBbImRvdG5ldCIsICJOZW9DbGFzcy5BUEkuZGxsIl0=", "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:479a086fded000792c0629776cdc4127b6ce0b71ac26b24b94ed323cc1f2867c": "step1", "sha256:7adadb9c649bd572db0e9c82280b22b240900c9a5013e1a782cd4739ae84e774": "step0" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 } ] ], "step10:0": [ [] ], "step11:0": [ [] ], "step12:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "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:20fa40b482c55fbbe4f99b82113b370ad24fcf303342ee128a1e96c574ce5638", "size": -1 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "size": -1 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "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:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f5e09a6359e72169c189bdaa611cc090291f90c228da10102e0f90c3cf946f8b", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ee3c8d07351f9bd3066918ca7561b47c99968e24bb85a12d1e0226e6c5e94602", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7b48cc137b832541c5470bcf898e5eb8229ebb390302b598d48eb965cfee8225", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6de0e0a3063299b38df087cd47e08abcfe2f3b71463ba6d634af557f60073cdb", "size": -1 } ] ], "step4:0": [ [] ], "step5:0": [ [] ], "step6:0": [ [] ], "step7:0": [ [] ], "step8:0": [ [] ], "step9:0": [ [] ] }, "sysUsage": [ { "timestamp": "2025-05-31T21:14:41.584820929Z", "cpuStat": { "user": 34222717.81, "nice": 29234.97, "system": 41454752.86, "idle": 483746981.94, "iowait": 9449743.21, "irq": 0, "softirq": 1468220.56, "steal": 38099.22, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385182431893, "processCreated": 3302549389, "processesRunning": 11 }, "memoryStat": { "total": 154490964, "free": 2108100, "available": 21646852, "buffers": 915088, "cached": 17041600, "active": 62464484, "inactive": 27925140, "swap": 203074596, "dirty": 764, "writeback": 100, "slab": 14103592 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241340885475 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.52, "avg60": 96.6, "avg300": 96.55, "total": 4420859335519 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183286751481 } }, "ioPressure": { "some": { "avg10": 7.84, "avg60": 7.82, "avg300": 8.06, "total": 2538457373172 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:14:49.587656672Z", "cpuStat": { "user": 34222759.39, "nice": 29235.03, "system": 41454800.83, "idle": 483747496.53, "iowait": 9449758.1, "irq": 0, "softirq": 1468222.13, "steal": 38099.3, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385184557902, "processCreated": 3302551631, "processesRunning": 22 }, "memoryStat": { "total": 154490964, "free": 1354844, "available": 21918232, "buffers": 917016, "cached": 17113288, "active": 62098904, "inactive": 28683964, "swap": 203074596, "dirty": 11384, "writeback": 0, "slab": 14103692 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241348887681 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.82, "avg60": 96.68, "avg300": 96.57, "total": 4420867118190 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183286851629 } }, "ioPressure": { "some": { "avg10": 9.18, "avg60": 8.13, "avg300": 8.12, "total": 2538458205729 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:14:57.589630877Z", "cpuStat": { "user": 34222799.61, "nice": 29235.1, "system": 41454851.25, "idle": 483748008.16, "iowait": 9449776.38, "irq": 0, "softirq": 1468224.36, "steal": 38099.41, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385186688328, "processCreated": 3302554086, "processesRunning": 61 }, "memoryStat": { "total": 154490964, "free": 1634592, "available": 22215628, "buffers": 908792, "cached": 17152540, "active": 62441328, "inactive": 28385060, "swap": 203074596, "dirty": 16328, "writeback": 4, "slab": 14109472 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241356981286 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.9, "avg60": 96.69, "avg300": 96.57, "total": 4420875024343 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183286968929 } }, "ioPressure": { "some": { "avg10": 9.96, "avg60": 8.43, "avg300": 8.18, "total": 2538459088289 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:15:05.683178133Z", "cpuStat": { "user": 34222850.35, "nice": 29235.13, "system": 41454901.23, "idle": 483748508.97, "iowait": 9449797.91, "irq": 0, "softirq": 1468226.03, "steal": 38099.55, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385188923178, "processCreated": 3302556762, "processesRunning": 34 }, "memoryStat": { "total": 154490964, "free": 1058256, "available": 21206676, "buffers": 901364, "cached": 17137132, "active": 62336628, "inactive": 28499440, "swap": 203074596, "dirty": 19036, "writeback": 0, "slab": 14104532 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241365180472 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.9, "avg60": 96.73, "avg300": 96.58, "total": 4420882987425 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183287084257 } }, "ioPressure": { "some": { "avg10": 10.53, "avg60": 8.75, "avg300": 8.26, "total": 2538460044490 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:15:14.183938737Z", "cpuStat": { "user": 34222898.29, "nice": 29235.18, "system": 41454950.84, "idle": 483749036.41, "iowait": 9449834.35, "irq": 0, "softirq": 1468227.68, "steal": 38099.65, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385190982591, "processCreated": 3302559344, "processesRunning": 52 }, "memoryStat": { "total": 154490964, "free": 1339492, "available": 21938496, "buffers": 902356, "cached": 17176560, "active": 63195092, "inactive": 27985604, "swap": 203074596, "dirty": 23404, "writeback": 220, "slab": 14104800 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241373478030 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.35, "avg60": 96.42, "avg300": 96.52, "total": 4420890882212 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183287200956 } }, "ioPressure": { "some": { "avg10": 12.37, "avg60": 9.44, "avg300": 8.43, "total": 2538461203178 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:15:22.382791188Z", "cpuStat": { "user": 34222944.9, "nice": 29235.25, "system": 41454999.25, "idle": 483749575.17, "iowait": 9449835.09, "irq": 0, "softirq": 1468230.03, "steal": 38099.74, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385193359427, "processCreated": 3302561628, "processesRunning": 39 }, "memoryStat": { "total": 154490964, "free": 1352148, "available": 21399312, "buffers": 904472, "cached": 17219080, "active": 62770816, "inactive": 28403404, "swap": 203074596, "dirty": 48240, "writeback": 0, "slab": 14104252 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241381676129 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.11, "avg60": 96.44, "avg300": 96.52, "total": 4420898848868 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183287320888 } }, "ioPressure": { "some": { "avg10": 9.41, "avg60": 9.13, "avg300": 8.39, "total": 2538461829716 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:15:30.482737169Z", "cpuStat": { "user": 34222991.3, "nice": 29235.3, "system": 41455050.55, "idle": 483750102.75, "iowait": 9449836.17, "irq": 0, "softirq": 1468233.3, "steal": 38099.89, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385195946831, "processCreated": 3302564041, "processesRunning": 46 }, "memoryStat": { "total": 154490964, "free": 1100008, "available": 21787324, "buffers": 904900, "cached": 17263824, "active": 62219784, "inactive": 28704744, "swap": 203074596, "dirty": 8272, "writeback": 4, "slab": 14104344 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241389775629 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.75, "avg60": 96.54, "avg300": 96.54, "total": 4420906777055 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183287442935 } }, "ioPressure": { "some": { "avg10": 8.08, "avg60": 8.86, "avg300": 8.35, "total": 2538462451864 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:15:38.484202617Z", "cpuStat": { "user": 34223042.32, "nice": 29235.33, "system": 41455100.84, "idle": 483750621.62, "iowait": 9449836.43, "irq": 0, "softirq": 1468236.24, "steal": 38099.99, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385198558470, "processCreated": 3302566489, "processesRunning": 34 }, "memoryStat": { "total": 154490964, "free": 1408604, "available": 22041928, "buffers": 896124, "cached": 17224136, "active": 62442584, "inactive": 28549100, "swap": 203074596, "dirty": 26560, "writeback": 12, "slab": 14104132 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241397776394 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.88, "avg60": 96.6, "avg300": 96.56, "total": 4420914574901 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183287551764 } }, "ioPressure": { "some": { "avg10": 7.48, "avg60": 8.63, "avg300": 8.31, "total": 2538463055408 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:15:46.486182753Z", "cpuStat": { "user": 34223088.7, "nice": 29235.38, "system": 41455149.09, "idle": 483751148.24, "iowait": 9449837.05, "irq": 0, "softirq": 1468237.72, "steal": 38100.08, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385200608774, "processCreated": 3302568633, "processesRunning": 13 }, "memoryStat": { "total": 154490964, "free": 1170756, "available": 21771560, "buffers": 896020, "cached": 17273704, "active": 62221600, "inactive": 28745900, "swap": 203074596, "dirty": 36840, "writeback": 0, "slab": 14104112 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241405777670 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.82, "avg60": 96.62, "avg300": 96.56, "total": 4420922337928 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183287670682 } }, "ioPressure": { "some": { "avg10": 7.21, "avg60": 8.42, "avg300": 8.28, "total": 2538463664994 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:15:54.585620735Z", "cpuStat": { "user": 34223130.85, "nice": 29235.42, "system": 41455195.26, "idle": 483751684.29, "iowait": 9449839.47, "irq": 0, "softirq": 1468239.13, "steal": 38100.19, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385202724530, "processCreated": 3302570769, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1245260, "available": 21347756, "buffers": 900400, "cached": 17320116, "active": 62635540, "inactive": 28634896, "swap": 203074596, "dirty": 82672, "writeback": 12, "slab": 14104024 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241413877102 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.65, "avg60": 96.6, "avg300": 96.56, "total": 4420930189932 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183287781061 } }, "ioPressure": { "some": { "avg10": 7.21, "avg60": 8.28, "avg300": 8.25, "total": 2538464302691 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:16:02.589038396Z", "cpuStat": { "user": 34223171.77, "nice": 29235.47, "system": 41455254.19, "idle": 483752206.97, "iowait": 9449840.75, "irq": 0, "softirq": 1468240.7, "steal": 38100.3, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385204797431, "processCreated": 3302573287, "processesRunning": 53 }, "memoryStat": { "total": 154490964, "free": 1366408, "available": 21582396, "buffers": 895048, "cached": 17287852, "active": 62221132, "inactive": 28844988, "swap": 203074596, "dirty": 14524, "writeback": 80, "slab": 14104516 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241421879902 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.66, "avg60": 96.62, "avg300": 96.57, "total": 4420937976463 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183287920830 } }, "ioPressure": { "some": { "avg10": 7.21, "avg60": 8.15, "avg300": 8.22, "total": 2538464919647 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:16:10.591112781Z", "cpuStat": { "user": 34223212.25, "nice": 29235.53, "system": 41455314.97, "idle": 483752729.26, "iowait": 9449841.23, "irq": 0, "softirq": 1468242.33, "steal": 38100.43, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385206901016, "processCreated": 3302575812, "processesRunning": 28 }, "memoryStat": { "total": 154490964, "free": 1079700, "available": 20632832, "buffers": 895496, "cached": 17328700, "active": 63090836, "inactive": 28129256, "swap": 203074596, "dirty": 1892, "writeback": 56, "slab": 14105320 }, "cpuPressure": { "some": { "avg10": 99.12, "avg60": 99.02, "avg300": 99, "total": 7241429881502 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.72, "avg60": 96.63, "avg300": 96.57, "total": 4420945764196 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288061855 } }, "ioPressure": { "some": { "avg10": 7.09, "avg60": 8, "avg300": 8.18, "total": 2538465526903 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:16:18.68389757Z", "cpuStat": { "user": 34223255.99, "nice": 29235.58, "system": 41455364.77, "idle": 483753261.39, "iowait": 9449842.54, "irq": 0, "softirq": 1468243.92, "steal": 38100.54, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385209028741, "processCreated": 3302578069, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1198208, "available": 21471728, "buffers": 884532, "cached": 17317444, "active": 62521700, "inactive": 28865416, "swap": 203074596, "dirty": 7332, "writeback": 76, "slab": 14105788 }, "cpuPressure": { "some": { "avg10": 99.05, "avg60": 99.02, "avg300": 99, "total": 7241437973582 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.32, "avg60": 96.55, "avg300": 96.56, "total": 4420953592334 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288191705 } }, "ioPressure": { "some": { "avg10": 7.16, "avg60": 7.91, "avg300": 8.16, "total": 2538466151398 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:16:26.686673512Z", "cpuStat": { "user": 34223300.24, "nice": 29235.64, "system": 41455418.34, "idle": 483753777.57, "iowait": 9449843.31, "irq": 0, "softirq": 1468247.43, "steal": 38100.63, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385211854650, "processCreated": 3302580314, "processesRunning": 19 }, "memoryStat": { "total": 154490964, "free": 1760584, "available": 22453108, "buffers": 885240, "cached": 17252944, "active": 61287688, "inactive": 29339672, "swap": 203074596, "dirty": 2456, "writeback": 0, "slab": 14105364 }, "cpuPressure": { "some": { "avg10": 99.02, "avg60": 99.02, "avg300": 99, "total": 7241445976296 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.3, "avg60": 96.52, "avg300": 96.55, "total": 4420961345624 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288316420 } }, "ioPressure": { "some": { "avg10": 7.07, "avg60": 7.79, "avg300": 8.13, "total": 2538466758389 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:16:34.688854918Z", "cpuStat": { "user": 34223351.18, "nice": 29235.68, "system": 41455469.04, "idle": 483754286.41, "iowait": 9449843.64, "irq": 0, "softirq": 1468250.6, "steal": 38100.75, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385214841744, "processCreated": 3302582959, "processesRunning": 25 }, "memoryStat": { "total": 154490964, "free": 1344796, "available": 22045240, "buffers": 885792, "cached": 17313032, "active": 61748844, "inactive": 29045340, "swap": 203074596, "dirty": 4568, "writeback": 72, "slab": 14104876 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7241453977753 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.5, "avg60": 96.54, "avg300": 96.55, "total": 4420969124965 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288427183 } }, "ioPressure": { "some": { "avg10": 7.03, "avg60": 7.69, "avg300": 8.09, "total": 2538467363658 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:16:42.692261738Z", "cpuStat": { "user": 34223393.21, "nice": 29235.72, "system": 41455518.95, "idle": 483754811.59, "iowait": 9449843.88, "irq": 0, "softirq": 1468252.73, "steal": 38100.84, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385217420544, "processCreated": 3302585400, "processesRunning": 19 }, "memoryStat": { "total": 154490964, "free": 1331724, "available": 22033044, "buffers": 886180, "cached": 17353020, "active": 62023128, "inactive": 28702744, "swap": 203074596, "dirty": 9432, "writeback": 0, "slab": 14105452 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7241461977568 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.17, "avg60": 96.47, "avg300": 96.54, "total": 4420976849776 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288536797 } }, "ioPressure": { "some": { "avg10": 7.01, "avg60": 7.6, "avg300": 8.06, "total": 2538467967174 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:16:50.693938326Z", "cpuStat": { "user": 34223434.87, "nice": 29235.77, "system": 41455565.71, "idle": 483755341.12, "iowait": 9449844.15, "irq": 0, "softirq": 1468254.26, "steal": 38100.94, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385219775954, "processCreated": 3302587570, "processesRunning": 21 }, "memoryStat": { "total": 154490964, "free": 1460432, "available": 22168060, "buffers": 886504, "cached": 17387008, "active": 62023492, "inactive": 28660904, "swap": 203074596, "dirty": 4672, "writeback": 36, "slab": 14105408 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7241469978575 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.99, "avg60": 96.63, "avg300": 96.57, "total": 4420984698111 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288645916 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 7.53, "avg300": 8.03, "total": 2538468571662 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:16:58.696526809Z", "cpuStat": { "user": 34223477.12, "nice": 29235.82, "system": 41455611.64, "idle": 483755872.6, "iowait": 9449844.6, "irq": 0, "softirq": 1468255.97, "steal": 38101.03, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385221842234, "processCreated": 3302589864, "processesRunning": 9 }, "memoryStat": { "total": 154490964, "free": 1328244, "available": 21547764, "buffers": 887588, "cached": 17407476, "active": 61827008, "inactive": 29201988, "swap": 203074596, "dirty": 6908, "writeback": 0, "slab": 14105512 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7241477980814 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.99, "avg60": 96.68, "avg300": 96.58, "total": 4420992506239 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288747804 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 7.46, "avg300": 8, "total": 2538469178451 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:17:06.784163287Z", "cpuStat": { "user": 34223527.16, "nice": 29235.87, "system": 41455661.47, "idle": 483756400.83, "iowait": 9449845.05, "irq": 0, "softirq": 1468257.54, "steal": 38101.15, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385223919778, "processCreated": 3302592546, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1233044, "available": 21761452, "buffers": 875588, "cached": 17230540, "active": 62007244, "inactive": 28821904, "swap": 203074596, "dirty": 4092, "writeback": 76, "slab": 14105520 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241486065846 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.36, "avg60": 96.59, "avg300": 96.57, "total": 4421000330923 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288859765 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 7.4, "avg300": 7.98, "total": 2538469791260 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T21:17:08.122901635Z", "cpuStat": { "user": 34223533.99, "nice": 29235.88, "system": 41455670.5, "idle": 483756488.63, "iowait": 9449845.21, "irq": 0, "softirq": 1468257.71, "steal": 38101.17, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1385224280453, "processCreated": 3302592864, "processesRunning": 4 }, "memoryStat": { "total": 154490964, "free": 1346944, "available": 21928692, "buffers": 875748, "cached": 17151528, "active": 61769100, "inactive": 28717720, "swap": 203074596, "dirty": 1340, "writeback": 32, "slab": 14104776 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7241487403955 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.36, "avg60": 96.59, "avg300": 96.57, "total": 4421001613809 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183288880546 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 7.4, "avg300": 7.98, "total": 2538469894194 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } } ] } } }