{ "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:0d9d9da822e94d27b7858687f5b0494d72cd6e4eb03d863e2bde9462fe6c8dfb": "step6", "sha256:23dea07c708fe2b4b5cf07a4538513d3649546642388a5097635fde204efa1b1": "step5", "sha256:458a49dfd940268ac10f485bb2aed833cb0aebe05f7419abe7915deba141e58e": "step12", "sha256:45b2f07277ab33340d7e0c93bf988dcf716caec8702da98acd13e94de85ed2a1": "step9", "sha256:7064ed6cdab0203af2c72525c6b00fe024af64db0d46a3b53603755653ac395e": "step3", "sha256:80e269cd2390bf010516e9fd0c1ef3687f00f65810c549400cb84478b06bc48f": "step8", "sha256:8fed07c4e0dfa19de56c6b1e3b5375e42069cc84e5ff91eb24d189381748e145": "step11", "sha256:9859074c4d3aba07627d5d9b6f01e3ba1c5c52fe7a706617ded1a3b69e5677b7": "step0", "sha256:a5666e538a69123136b49fe59ddb8edd1d52f1440c228717ebafa9754b30a7e2": "step10", "sha256:cffa27341ea9f91bd8f82295c89d881be53eeecda0447ef9a36c7543976f7554": "step7", "sha256:ebe18aebf6bf5bb382a187acf2477f2844da746265e630aba4d6d8da1199820d": "step13", "sha256:ed985492537662f2edd0df3f2eade9653b4e08eddb0312eb51e93386643f012f": "step2", "sha256:efd89050bd6a0ec338a3ab5709bcee166cdeca71e4cec2f0119fcaa846a6fd55": "step1", "sha256:ff35bacd3538d0fb0c2f79622f8a20ce794feb60002833e3dd385c05d8f2b597": "step4" } }, "metadata": { "buildInvocationID": "e2dsbzv0n4f6pfw9r7mnf59xg", "buildStartedOn": "2025-05-31T22:34:47.496262733Z", "buildFinishedOn": "2025-05-31T22:37:06.334308578Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.API", "revision": "96d04f0bf42895613f9c4b62491ddf951c858961", "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:8062a750ac0169a843be332e08547effb32c77ddd8dbab3b9158dfa9f1fba981": "step0", "sha256:d5dca6fcc20d6af996e350498617af5daf655335b127930bf9a139dba4223b6a": "step1" } } ] }, "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:ebea74e0f1075ff3c8e35043d1b274571c4e0042190750f1ffbf3aa6cec11841", "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-31T22:34:48.037993621Z", "cpuStat": { "user": 34247732.47, "nice": 29267.93, "system": 41484276.56, "idle": 484058975.56, "iowait": 9454996.72, "irq": 0, "softirq": 1469462.48, "steal": 38147.98, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386596398149, "processCreated": 3303996187, "processesRunning": 17 }, "memoryStat": { "total": 154490964, "free": 1816248, "available": 22086468, "buffers": 884116, "cached": 16758532, "active": 64304056, "inactive": 26342356, "swap": 203074596, "dirty": 1288, "writeback": 224, "slab": 14102088 }, "cpuPressure": { "some": { "avg10": 99.02, "avg60": 99.02, "avg300": 99, "total": 7246146782561 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.41, "avg60": 95.83, "avg300": 95.97, "total": 4425520223430 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183354612824 } }, "ioPressure": { "some": { "avg10": 9.59, "avg60": 11.01, "avg300": 9.76, "total": 2538892210288 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:34:56.039596576Z", "cpuStat": { "user": 34247772.69, "nice": 29267.98, "system": 41484328.57, "idle": 484059487.06, "iowait": 9455012.46, "irq": 0, "softirq": 1469463.91, "steal": 38148.09, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386598625303, "processCreated": 3303998713, "processesRunning": 7 }, "memoryStat": { "total": 154490964, "free": 1312564, "available": 21541300, "buffers": 883420, "cached": 16814056, "active": 64160564, "inactive": 26685820, "swap": 203074596, "dirty": 9696, "writeback": 4, "slab": 14102020 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.02, "avg300": 99, "total": 7246154826069 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.9, "avg60": 95.82, "avg300": 95.97, "total": 4425527982750 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183354731100 } }, "ioPressure": { "some": { "avg10": 9.27, "avg60": 10.73, "avg300": 9.74, "total": 2538892945868 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:35:04.083300815Z", "cpuStat": { "user": 34247819.87, "nice": 29268.04, "system": 41484381.98, "idle": 484059976.41, "iowait": 9455044.32, "irq": 0, "softirq": 1469465.94, "steal": 38148.19, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386600772666, "processCreated": 3304001197, "processesRunning": 54 }, "memoryStat": { "total": 154490964, "free": 1078488, "available": 21386528, "buffers": 885348, "cached": 16910216, "active": 64170764, "inactive": 26721420, "swap": 203074596, "dirty": 6984, "writeback": 568, "slab": 14102860 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.02, "avg300": 99, "total": 7246162826889 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 94.94, "avg60": 95.65, "avg300": 95.92, "total": 4425535560789 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183354828133 } }, "ioPressure": { "some": { "avg10": 10.67, "avg60": 10.83, "avg300": 9.79, "total": 2538893935687 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:35:12.182755874Z", "cpuStat": { "user": 34247869.84, "nice": 29268.11, "system": 41484434.66, "idle": 484060441.85, "iowait": 9455101.21, "irq": 0, "softirq": 1469467.41, "steal": 38148.3, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386603026108, "processCreated": 3304003574, "processesRunning": 67 }, "memoryStat": { "total": 154490964, "free": 978916, "available": 21262452, "buffers": 882372, "cached": 16882648, "active": 64629004, "inactive": 26640988, "swap": 203074596, "dirty": 13004, "writeback": 0, "slab": 14102736 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7246170926196 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 93.46, "avg60": 95.25, "avg300": 95.83, "total": 4425543081372 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183354946791 } }, "ioPressure": { "some": { "avg10": 13.6, "avg60": 11.48, "avg300": 9.95, "total": 2538895285149 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:35:20.682837557Z", "cpuStat": { "user": 34247915.74, "nice": 29268.16, "system": 41484485.91, "idle": 484060931.59, "iowait": 9455171.65, "irq": 0, "softirq": 1469469.54, "steal": 38148.39, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386605309123, "processCreated": 3304005848, "processesRunning": 20 }, "memoryStat": { "total": 154490964, "free": 1269656, "available": 21533088, "buffers": 884140, "cached": 16909636, "active": 64071636, "inactive": 26913028, "swap": 203074596, "dirty": 19952, "writeback": 16, "slab": 14102600 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7246179421347 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 91.35, "avg60": 94.56, "avg300": 95.66, "total": 4425550780991 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355066914 } }, "ioPressure": { "some": { "avg10": 16.32, "avg60": 12.35, "avg300": 10.19, "total": 2538896790141 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:35:28.982802478Z", "cpuStat": { "user": 34247966.82, "nice": 29268.3, "system": 41484542.42, "idle": 484061505.97, "iowait": 9455179.51, "irq": 0, "softirq": 1469472.98, "steal": 38148.48, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386608047179, "processCreated": 3304008425, "processesRunning": 35 }, "memoryStat": { "total": 154490964, "free": 1151368, "available": 20806716, "buffers": 885068, "cached": 16944068, "active": 64336444, "inactive": 26859984, "swap": 203074596, "dirty": 14320, "writeback": 524, "slab": 14102908 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7246188520621 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.16, "avg60": 94.97, "avg300": 95.72, "total": 4425559689268 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355199287 } }, "ioPressure": { "some": { "avg10": 10.55, "avg60": 11.56, "avg300": 10.08, "total": 2538897487850 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:35:36.985582657Z", "cpuStat": { "user": 34248010.68, "nice": 29268.35, "system": 41484590.41, "idle": 484061987.13, "iowait": 9455180.5, "irq": 0, "softirq": 1469475.84, "steal": 38148.54, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386610417594, "processCreated": 3304010804, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1390324, "available": 21703784, "buffers": 885784, "cached": 16967108, "active": 63771688, "inactive": 27198948, "swap": 203074596, "dirty": 20708, "writeback": 0, "slab": 14102864 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246195723046 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.59, "avg60": 95.07, "avg300": 95.72, "total": 4425566644385 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355298973 } }, "ioPressure": { "some": { "avg10": 8.94, "avg60": 11.13, "avg300": 10.02, "total": 2538898041027 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:35:44.987107332Z", "cpuStat": { "user": 34248054.23, "nice": 29268.39, "system": 41484637.61, "idle": 484062517.36, "iowait": 9455180.86, "irq": 0, "softirq": 1469477.44, "steal": 38148.6, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386612561541, "processCreated": 3304013189, "processesRunning": 15 }, "memoryStat": { "total": 154490964, "free": 1253320, "available": 21204980, "buffers": 886656, "cached": 17069772, "active": 64254632, "inactive": 27061340, "swap": 203074596, "dirty": 79992, "writeback": 4, "slab": 14102840 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246203724107 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.49, "avg60": 95.34, "avg300": 95.77, "total": 4425574459502 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355419110 } }, "ioPressure": { "some": { "avg10": 7.87, "avg60": 10.61, "avg300": 9.94, "total": 2538898646441 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:35:53.08423757Z", "cpuStat": { "user": 34248103.04, "nice": 29268.44, "system": 41484683.44, "idle": 484063048.51, "iowait": 9455181.24, "irq": 0, "softirq": 1469478.91, "steal": 38148.66, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386614620344, "processCreated": 3304015461, "processesRunning": 131 }, "memoryStat": { "total": 154490964, "free": 1087572, "available": 21539264, "buffers": 885316, "cached": 17102296, "active": 64582444, "inactive": 26875328, "swap": 203074596, "dirty": 164988, "writeback": 4, "slab": 14102916 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246211821050 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.22, "avg60": 95.42, "avg300": 95.77, "total": 4425582310591 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355529053 } }, "ioPressure": { "some": { "avg10": 7.39, "avg60": 10.16, "avg300": 9.86, "total": 2538899259114 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:36:01.086686421Z", "cpuStat": { "user": 34248146.29, "nice": 29268.51, "system": 41484729.91, "idle": 484063581.03, "iowait": 9455181.72, "irq": 0, "softirq": 1469480.16, "steal": 38148.75, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386616642903, "processCreated": 3304017708, "processesRunning": 22 }, "memoryStat": { "total": 154490964, "free": 1095180, "available": 21589604, "buffers": 886136, "cached": 17147900, "active": 64700904, "inactive": 26627468, "swap": 203074596, "dirty": 7220, "writeback": 0, "slab": 14103140 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246219822794 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.89, "avg60": 95.68, "avg300": 95.82, "total": 4425590131717 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355635706 } }, "ioPressure": { "some": { "avg10": 7.17, "avg60": 9.76, "avg300": 9.78, "total": 2538899864877 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:36:09.089832669Z", "cpuStat": { "user": 34248190.5, "nice": 29268.56, "system": 41484778.27, "idle": 484064105.91, "iowait": 9455182.16, "irq": 0, "softirq": 1469481.68, "steal": 38148.81, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386618789262, "processCreated": 3304020324, "processesRunning": 48 }, "memoryStat": { "total": 154490964, "free": 1246940, "available": 20963964, "buffers": 882528, "cached": 17072456, "active": 63863568, "inactive": 27491172, "swap": 203074596, "dirty": 14368, "writeback": 132, "slab": 14103260 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246227825284 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.25, "avg60": 95.91, "avg300": 95.87, "total": 4425598010877 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355743561 } }, "ioPressure": { "some": { "avg10": 7.07, "avg60": 9.42, "avg300": 9.7, "total": 2538900471333 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:36:17.093585385Z", "cpuStat": { "user": 34248233.47, "nice": 29268.62, "system": 41484826.08, "idle": 484064633.69, "iowait": 9455182.46, "irq": 0, "softirq": 1469483.12, "steal": 38148.87, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386620919254, "processCreated": 3304022867, "processesRunning": 15 }, "memoryStat": { "total": 154490964, "free": 1122656, "available": 21323376, "buffers": 864704, "cached": 16968268, "active": 63179740, "inactive": 28148160, "swap": 203074596, "dirty": 7788, "writeback": 0, "slab": 14103632 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246235826499 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97, "avg60": 96.04, "avg300": 95.9, "total": 4425605765560 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355861992 } }, "ioPressure": { "some": { "avg10": 7.03, "avg60": 9.12, "avg300": 9.63, "total": 2538901075663 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:36:25.096656213Z", "cpuStat": { "user": 34248284.94, "nice": 29268.66, "system": 41484874.89, "idle": 484065150.64, "iowait": 9455182.85, "irq": 0, "softirq": 1469486.05, "steal": 38148.94, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386623562198, "processCreated": 3304025146, "processesRunning": 19 }, "memoryStat": { "total": 154490964, "free": 1481732, "available": 21722980, "buffers": 857404, "cached": 16852612, "active": 63078144, "inactive": 27749160, "swap": 203074596, "dirty": 4564, "writeback": 4, "slab": 14103840 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246243829143 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.06, "avg60": 96.14, "avg300": 95.92, "total": 4425613577358 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183355966905 } }, "ioPressure": { "some": { "avg10": 7.01, "avg60": 8.85, "avg300": 9.56, "total": 2538901681251 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:36:33.182746725Z", "cpuStat": { "user": 34248328.69, "nice": 29268.71, "system": 41484927.91, "idle": 484065675.76, "iowait": 9455183.1, "irq": 0, "softirq": 1469489.23, "steal": 38149.02, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386626306230, "processCreated": 3304027582, "processesRunning": 17 }, "memoryStat": { "total": 154490964, "free": 1432184, "available": 21687100, "buffers": 856848, "cached": 16891168, "active": 62362592, "inactive": 28333580, "swap": 203074596, "dirty": 6752, "writeback": 4, "slab": 14103676 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246251914021 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.19, "avg60": 96.28, "avg300": 95.96, "total": 4425621482447 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183356091701 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 8.62, "avg300": 9.49, "total": 2538902291310 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:36:41.185393726Z", "cpuStat": { "user": 34248376.29, "nice": 29268.75, "system": 41484978.39, "idle": 484066194.27, "iowait": 9455183.42, "irq": 0, "softirq": 1469491.59, "steal": 38149.1, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386628685848, "processCreated": 3304030042, "processesRunning": 22 }, "memoryStat": { "total": 154490964, "free": 1554188, "available": 21831820, "buffers": 857508, "cached": 16934668, "active": 62351332, "inactive": 28124420, "swap": 203074596, "dirty": 5272, "writeback": 12, "slab": 14103152 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246259916354 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.69, "avg60": 96.27, "avg300": 95.97, "total": 4425629247431 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183356238097 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 8.42, "avg300": 9.42, "total": 2538902896006 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:36:49.189590069Z", "cpuStat": { "user": 34248415.12, "nice": 29268.8, "system": 41485029.43, "idle": 484066725.02, "iowait": 9455183.66, "irq": 0, "softirq": 1469492.96, "steal": 38149.15, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386630777483, "processCreated": 3304032442, "processesRunning": 21 }, "memoryStat": { "total": 154490964, "free": 1817956, "available": 22132908, "buffers": 857784, "cached": 16962664, "active": 62368252, "inactive": 27724712, "swap": 203074596, "dirty": 3848, "writeback": 0, "slab": 14104080 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246267920014 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.09, "avg60": 96.4, "avg300": 96, "total": 4425637081970 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183356384609 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 8.24, "avg300": 9.35, "total": 2538903499678 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:36:57.192809807Z", "cpuStat": { "user": 34248455.83, "nice": 29268.85, "system": 41485078.14, "idle": 484067255.13, "iowait": 9455185.11, "irq": 0, "softirq": 1469494.78, "steal": 38149.21, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386632889287, "processCreated": 3304034893, "processesRunning": 15 }, "memoryStat": { "total": 154490964, "free": 1308872, "available": 21642640, "buffers": 858808, "cached": 16996236, "active": 62933080, "inactive": 27666884, "swap": 203074596, "dirty": 8144, "writeback": 0, "slab": 14104064 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246275922701 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.87, "avg60": 96.44, "avg300": 96.02, "total": 4425644853334 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183356493513 } }, "ioPressure": { "some": { "avg10": 7.12, "avg60": 8.11, "avg300": 9.29, "total": 2538904117025 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:37:05.38276348Z", "cpuStat": { "user": 34248500.37, "nice": 29268.91, "system": 41485128.12, "idle": 484067794.71, "iowait": 9455185.54, "irq": 0, "softirq": 1469496.38, "steal": 38149.29, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386635033263, "processCreated": 3304037356, "processesRunning": 20 }, "memoryStat": { "total": 154490964, "free": 1151388, "available": 21323288, "buffers": 853676, "cached": 16853020, "active": 63267676, "inactive": 27460020, "swap": 203074596, "dirty": 11880, "writeback": 12, "slab": 14103676 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246284109777 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.42, "avg60": 96.19, "avg300": 95.98, "total": 4425652637323 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183356595647 } }, "ioPressure": { "some": { "avg10": 7.05, "avg60": 7.97, "avg300": 9.23, "total": 2538904736822 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:37:06.334660826Z", "cpuStat": { "user": 34248505.04, "nice": 29268.92, "system": 41485134.63, "idle": 484067857.08, "iowait": 9455185.71, "irq": 0, "softirq": 1469496.56, "steal": 38149.3, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386635299694, "processCreated": 3304037623, "processesRunning": 14 }, "memoryStat": { "total": 154490964, "free": 1399532, "available": 21627196, "buffers": 854064, "cached": 16795160, "active": 62923896, "inactive": 27462932, "swap": 203074596, "dirty": 392, "writeback": 0, "slab": 14103064 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246285061465 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.53, "avg60": 96.18, "avg300": 95.98, "total": 4425653575441 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183356606201 } }, "ioPressure": { "some": { "avg10": 7.04, "avg60": 7.94, "avg300": 9.21, "total": 2538904810580 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } } ] } } }