{ "builder": { "id": "" }, "buildType": "https://mobyproject.org/buildkit@v1", "materials": [ { "uri": "pkg:docker/mcr.microsoft.com/dotnet/aspnet@9.0?platform=linux%2Famd64", "digest": { "sha256": "b4bea3a52a0a77317fa93c5bbdb076623f81e3e2f201078d89914da71318b5d8" } }, { "uri": "pkg:docker/mcr.microsoft.com/dotnet/sdk@9.0?platform=linux%2Famd64", "digest": { "sha256": "3fcf6f1e809c0553f9feb222369f58749af314af6f063f389cbd2f913b4ad556" } } ], "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:b4bea3a52a0a77317fa93c5bbdb076623f81e3e2f201078d89914da71318b5d8", "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:3fcf6f1e809c0553f9feb222369f58749af314af6f063f389cbd2f913b4ad556", "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.0", "ASPNET_VERSION=9.0.0", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.101", "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": [ { "input": 0, "dest": "/", "output": 0 } ] } }, "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.0", "ASPNET_VERSION=9.0.0", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.101", "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": [ { "input": 0, "dest": "/", "output": 0 } ] } }, "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.0", "ASPNET_VERSION=9.0.0", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.101", "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": [ { "input": 0, "dest": "/", "output": 0 } ] } }, "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": null }, "inputs": [ "step12:0" ] } ], "digestMapping": { "sha256:4061f83098d44a3e3e694e281922293011f979b431f21d95f3c803fbdffc3842": "step5", "sha256:45559c9cabdaae896a54cd281da65f25fed1e3adc39c079d9c17ff88eb30979d": "step9", "sha256:4a3fb43d569b9eb9313eedc482ce6f5a4ebb32a3d292de049702102328344fb3": "step11", "sha256:5f5e1e59e1950f88126ed9c201830c5d3f49f6dbee32484a7a7aa60b83e67a14": "step12", "sha256:68079dd42c16a9d22a96f2f341d8f7a1547028e42ce459a2e2a83450e511ce9d": "step0", "sha256:6815ca3f6ae206d73b5e091eedb1768eaba5a728f228fd861cb591037360ba68": "step4", "sha256:801cb77cdb7b02b2ec70a27ec5195dc90d8ce301233c1350d46d75a04409bbec": "step13", "sha256:8aa71d656e9b374a281382546291aec67be9ef108672d44690fb6977303e7332": "step6", "sha256:8e58889d68001de1064f00b3128ef63b90b75be15a02fa4c300281a383807e1d": "step3", "sha256:91f48529481a4843895c19f00189aacba36b107ff60584f103d6a48e983c3758": "step8", "sha256:b05130388ba4867ece6c9d098c6cfb03ab8cc10e8bc7eac30385def8090b0014": "step7", "sha256:cc84318678c353cc2c431f1ffe70d1390ca69d6aa8bf28e6de7a7f6427eca432": "step2", "sha256:d04da7b27be1a5ef38291c467a62b129f55c76f264eba61d443d0a5794127f5b": "step1", "sha256:d1307bfc91159aa750f3030373058ea37ccc8d394b804c276e218faef8f8dfaa": "step10" } }, "metadata": { "buildInvocationID": "sdn75kwnhlbicjtf1wneaa9vp", "buildStartedOn": "2024-12-28T22:24:30.983918797Z", "buildFinishedOn": "2024-12-28T22:25:09.031214401Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.Server", "revision": "70db21999ac34cf112be85ceed4e917254bb429c", "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": null }, "inputs": [ "step0:0" ] } ], "digestMapping": { "sha256:0cdfe02601168bdd61116008c385a3e6491068843211e3c829db9addb5483cd0": "step1", "sha256:bb5836c5969e889aba0212184673f10836e643a7aaaaa57bf273338c16cc304a": "step0" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 } ] ], "step10:0": [ [] ], "step11:0": [ [] ], "step12:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8c720fbb9d3b2f3656726294b41297bd891de1550b1ecb04fbeb6af5af4aa399", "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:c408db87084c57638f1841e5e4e8c2efbe38dd6136836a3137d51300a60ae6e6", "size": -1 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8c720fbb9d3b2f3656726294b41297bd891de1550b1ecb04fbeb6af5af4aa399", "size": -1 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8c720fbb9d3b2f3656726294b41297bd891de1550b1ecb04fbeb6af5af4aa399", "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:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:39c08ae3f95a1c690e9da3da4a347786b20951ae464c6ce78413a4b29c8f0081", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:89da5a033e0f761e1a75ea85fa8f45b84ab3f00f2559326117b834ab5710f364", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:2c9626fe70576c36d1accdf7d7b43ac1efb3dd2c4cad152744c21fce220b8b45", "size": -1 } ] ], "step4:0": [ [] ], "step5:0": [ [] ], "step6:0": [ [] ], "step7:0": [ [] ], "step8:0": [ [] ], "step9:0": [ [] ] }, "sysUsage": [ { "timestamp": "2024-12-28T22:24:32.879017134Z", "cpuStat": { "user": 10148315.36, "nice": 618.78, "system": 9366830.37, "idle": 35331167.7, "iowait": 9303727.26, "irq": 0, "softirq": 463314.49, "steal": 513847.31, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273930424984, "processCreated": 445570841, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 1916692, "available": 13154288, "buffers": 740512, "cached": 10211252, "active": 31465928, "inactive": 41137672, "swap": 120767284, "dirty": 2812, "writeback": 0, "slab": 6916552 }, "cpuPressure": { "some": { "avg10": 1.48, "avg60": 1.41, "avg300": 1.21, "total": 791997490456 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.1, "avg300": 0.06, "total": 841024728695 }, "full": { "avg10": 0, "avg60": 0.1, "avg300": 0.06, "total": 472652932903 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445893961390 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535880409 } } }, { "timestamp": "2024-12-28T22:24:34.87993228Z", "cpuStat": { "user": 10148331.07, "nice": 618.78, "system": 9366840.23, "idle": 35331204.63, "iowait": 9303727.52, "irq": 0, "softirq": 463314.75, "steal": 513847.4, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273930617274, "processCreated": 445571305, "processesRunning": 9 }, "memoryStat": { "total": 94733944, "free": 1754224, "available": 12987084, "buffers": 741132, "cached": 10247104, "active": 31472132, "inactive": 41293760, "swap": 120767284, "dirty": 268, "writeback": 0, "slab": 6916672 }, "cpuPressure": { "some": { "avg10": 1.39, "avg60": 1.4, "avg300": 1.21, "total": 791997513454 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.1, "avg300": 0.05, "total": 841024729861 }, "full": { "avg10": 0, "avg60": 0.1, "avg300": 0.05, "total": 472652933975 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445893968164 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535886668 } } }, { "timestamp": "2024-12-28T22:24:36.879959942Z", "cpuStat": { "user": 10148345.55, "nice": 618.78, "system": 9366849.87, "idle": 35331242.39, "iowait": 9303727.69, "irq": 0, "softirq": 463315.4, "steal": 513847.77, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273930809094, "processCreated": 445571753, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 1866816, "available": 13168244, "buffers": 741280, "cached": 10317052, "active": 31482656, "inactive": 41170080, "swap": 120767284, "dirty": 21248, "writeback": 0, "slab": 6916604 }, "cpuPressure": { "some": { "avg10": 1.32, "avg60": 1.39, "avg300": 1.21, "total": 791997548523 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.09, "avg300": 0.05, "total": 841024733906 }, "full": { "avg10": 0, "avg60": 0.09, "avg300": 0.05, "total": 472652937954 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445893973837 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535892033 } } }, { "timestamp": "2024-12-28T22:24:38.880891127Z", "cpuStat": { "user": 10148359.95, "nice": 618.78, "system": 9366859.47, "idle": 35331280.35, "iowait": 9303727.8, "irq": 0, "softirq": 463316.05, "steal": 513847.87, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273931010830, "processCreated": 445572108, "processesRunning": 14 }, "memoryStat": { "total": 94733944, "free": 1727592, "available": 13067896, "buffers": 741576, "cached": 10356456, "active": 31484904, "inactive": 41299032, "swap": 120767284, "dirty": 12544, "writeback": 240, "slab": 6916612 }, "cpuPressure": { "some": { "avg10": 1.26, "avg60": 1.37, "avg300": 1.21, "total": 791997572504 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.09, "avg300": 0.05, "total": 841024733922 }, "full": { "avg10": 0, "avg60": 0.09, "avg300": 0.05, "total": 472652937969 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445893975965 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535893967 } } }, { "timestamp": "2024-12-28T22:24:40.881634055Z", "cpuStat": { "user": 10148374.92, "nice": 618.78, "system": 9366869.48, "idle": 35331317.82, "iowait": 9303727.92, "irq": 0, "softirq": 463316.5, "steal": 513847.98, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273931196489, "processCreated": 445572504, "processesRunning": 12 }, "memoryStat": { "total": 94733944, "free": 2230568, "available": 13518932, "buffers": 741824, "cached": 10299892, "active": 31453820, "inactive": 40851540, "swap": 120767284, "dirty": 9892, "writeback": 0, "slab": 6916564 }, "cpuPressure": { "some": { "avg10": 1.03, "avg60": 1.33, "avg300": 1.2, "total": 791997594572 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.09, "avg300": 0.05, "total": 841024733978 }, "full": { "avg10": 0, "avg60": 0.09, "avg300": 0.05, "total": 472652938025 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445893978385 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535896040 } } }, { "timestamp": "2024-12-28T22:24:42.882727547Z", "cpuStat": { "user": 10148389.62, "nice": 618.78, "system": 9366879.17, "idle": 35331355.98, "iowait": 9303727.95, "irq": 0, "softirq": 463316.81, "steal": 513848.15, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273931373400, "processCreated": 445572961, "processesRunning": 12 }, "memoryStat": { "total": 94733944, "free": 2423236, "available": 13720192, "buffers": 741880, "cached": 10310220, "active": 31455728, "inactive": 40638744, "swap": 120767284, "dirty": 7124, "writeback": 0, "slab": 6916532 }, "cpuPressure": { "some": { "avg10": 1.03, "avg60": 1.32, "avg300": 1.2, "total": 791997608697 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.08, "avg300": 0.05, "total": 841024733978 }, "full": { "avg10": 0, "avg60": 0.08, "avg300": 0.05, "total": 472652938025 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445893978846 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535896455 } } }, { "timestamp": "2024-12-28T22:24:44.937146798Z", "cpuStat": { "user": 10148405.79, "nice": 618.78, "system": 9366887.99, "idle": 35331395.43, "iowait": 9303728.01, "irq": 0, "softirq": 463317.11, "steal": 513848.31, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273931533959, "processCreated": 445573348, "processesRunning": 23 }, "memoryStat": { "total": 94733944, "free": 2256176, "available": 13596068, "buffers": 743544, "cached": 10353220, "active": 31461448, "inactive": 40806160, "swap": 120767284, "dirty": 14544, "writeback": 0, "slab": 6916372 }, "cpuPressure": { "some": { "avg10": 4.28, "avg60": 1.89, "avg300": 1.32, "total": 791998253128 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.08, "avg300": 0.05, "total": 841024734126 }, "full": { "avg10": 0, "avg60": 0.08, "avg300": 0.05, "total": 472652938154 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445893981054 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535897954 } } }, { "timestamp": "2024-12-28T22:24:46.937206483Z", "cpuStat": { "user": 10148422.49, "nice": 618.78, "system": 9366897.13, "idle": 35331432.12, "iowait": 9303728.11, "irq": 0, "softirq": 463317.44, "steal": 513848.53, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273931692625, "processCreated": 445573841, "processesRunning": 38 }, "memoryStat": { "total": 94733944, "free": 2024780, "available": 13463012, "buffers": 745816, "cached": 10449556, "active": 31486448, "inactive": 41014544, "swap": 120767284, "dirty": 70984, "writeback": 0, "slab": 6916440 }, "cpuPressure": { "some": { "avg10": 10.03, "avg60": 3.01, "avg300": 1.56, "total": 791999110284 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.08, "avg300": 0.05, "total": 841024734236 }, "full": { "avg10": 0, "avg60": 0.08, "avg300": 0.05, "total": 472652938188 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445893984179 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535899541 } } }, { "timestamp": "2024-12-28T22:24:48.937275622Z", "cpuStat": { "user": 10148439.54, "nice": 618.78, "system": 9366906.95, "idle": 35331466.47, "iowait": 9303729.36, "irq": 0, "softirq": 463317.69, "steal": 513849.16, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273931840645, "processCreated": 445574226, "processesRunning": 34 }, "memoryStat": { "total": 94733944, "free": 2099052, "available": 13679408, "buffers": 748344, "cached": 10589384, "active": 31540932, "inactive": 40887516, "swap": 120767284, "dirty": 93492, "writeback": 256, "slab": 6916556 }, "cpuPressure": { "some": { "avg10": 16.9, "avg60": 4.48, "avg300": 1.87, "total": 792000055950 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.07, "avg300": 0.05, "total": 841024734920 }, "full": { "avg10": 0, "avg60": 0.07, "avg300": 0.05, "total": 472652938419 } }, "ioPressure": { "some": { "avg10": 0.36, "avg60": 0.06, "avg300": 0.01, "total": 445894031413 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535914160 } } }, { "timestamp": "2024-12-28T22:24:50.937628114Z", "cpuStat": { "user": 10148458.26, "nice": 618.78, "system": 9366917.16, "idle": 35331499.94, "iowait": 9303729.6, "irq": 0, "softirq": 463317.98, "steal": 513849.41, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273931989290, "processCreated": 445574748, "processesRunning": 32 }, "memoryStat": { "total": 94733944, "free": 1980480, "available": 13586632, "buffers": 750408, "cached": 10613628, "active": 31557080, "inactive": 41006588, "swap": 120767284, "dirty": 468, "writeback": 0, "slab": 6916304 }, "cpuPressure": { "some": { "avg10": 22.72, "avg60": 5.94, "avg300": 2.2, "total": 792001044344 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.07, "avg300": 0.05, "total": 841024735117 }, "full": { "avg10": 0, "avg60": 0.07, "avg300": 0.05, "total": 472652938495 } }, "ioPressure": { "some": { "avg10": 0.29, "avg60": 0.06, "avg300": 0.01, "total": 445894041314 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535915851 } } }, { "timestamp": "2024-12-28T22:24:52.938412346Z", "cpuStat": { "user": 10148476.04, "nice": 618.78, "system": 9366927.08, "idle": 35331533.88, "iowait": 9303729.75, "irq": 0, "softirq": 463318.37, "steal": 513851.13, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273932143184, "processCreated": 445575212, "processesRunning": 28 }, "memoryStat": { "total": 94733944, "free": 1878360, "available": 13492212, "buffers": 752136, "cached": 10620104, "active": 31557368, "inactive": 41101576, "swap": 120767284, "dirty": 9236, "writeback": 12, "slab": 6916332 }, "cpuPressure": { "some": { "avg10": 27.3, "avg60": 7.31, "avg300": 2.51, "total": 792002064487 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.07, "avg300": 0.05, "total": 841024736701 }, "full": { "avg10": 0, "avg60": 0.07, "avg300": 0.05, "total": 472652939709 } }, "ioPressure": { "some": { "avg10": 0.24, "avg60": 0.06, "avg300": 0.01, "total": 445894047807 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535917210 } } }, { "timestamp": "2024-12-28T22:24:54.938549913Z", "cpuStat": { "user": 10148493.71, "nice": 618.78, "system": 9366937.48, "idle": 35331568.07, "iowait": 9303730.02, "irq": 0, "softirq": 463318.65, "steal": 513851.41, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273932304989, "processCreated": 445575739, "processesRunning": 31 }, "memoryStat": { "total": 94733944, "free": 2052808, "available": 13718260, "buffers": 754372, "cached": 10669860, "active": 31572436, "inactive": 40923052, "swap": 120767284, "dirty": 22004, "writeback": 400, "slab": 6916300 }, "cpuPressure": { "some": { "avg10": 31.05, "avg60": 8.65, "avg300": 2.82, "total": 792003029294 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.07, "avg300": 0.05, "total": 841024737350 }, "full": { "avg10": 0, "avg60": 0.07, "avg300": 0.05, "total": 472652939909 } }, "ioPressure": { "some": { "avg10": 0.19, "avg60": 0.05, "avg300": 0.01, "total": 445894057156 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535923336 } } }, { "timestamp": "2024-12-28T22:24:56.938961836Z", "cpuStat": { "user": 10148509.65, "nice": 618.78, "system": 9366946.2, "idle": 35331606.24, "iowait": 9303730.17, "irq": 0, "softirq": 463318.96, "steal": 513851.55, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273932455678, "processCreated": 445576027, "processesRunning": 15 }, "memoryStat": { "total": 94733944, "free": 2062308, "available": 13799436, "buffers": 757428, "cached": 10703792, "active": 31608080, "inactive": 40862564, "swap": 120767284, "dirty": 0, "writeback": 0, "slab": 6916164 }, "cpuPressure": { "some": { "avg10": 34.3, "avg60": 9.97, "avg300": 3.14, "total": 792003689749 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.06, "avg300": 0.05, "total": 841024737366 }, "full": { "avg10": 0, "avg60": 0.06, "avg300": 0.05, "total": 472652939923 } }, "ioPressure": { "some": { "avg10": 0.16, "avg60": 0.05, "avg300": 0.01, "total": 445894060844 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535926263 } } }, { "timestamp": "2024-12-28T22:24:58.939855188Z", "cpuStat": { "user": 10148525.04, "nice": 618.78, "system": 9366955.82, "idle": 35331643.81, "iowait": 9303730.2, "irq": 0, "softirq": 463319.26, "steal": 513852.48, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273932640526, "processCreated": 445576522, "processesRunning": 16 }, "memoryStat": { "total": 94733944, "free": 1863204, "available": 13602628, "buffers": 757672, "cached": 10728032, "active": 31614572, "inactive": 41053116, "swap": 120767284, "dirty": 2480, "writeback": 0, "slab": 6915996 }, "cpuPressure": { "some": { "avg10": 28.63, "avg60": 9.74, "avg300": 3.13, "total": 792003767142 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.06, "avg300": 0.05, "total": 841024737366 }, "full": { "avg10": 0, "avg60": 0.06, "avg300": 0.05, "total": 472652939923 } }, "ioPressure": { "some": { "avg10": 0.13, "avg60": 0.05, "avg300": 0.01, "total": 445894061557 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535926877 } } }, { "timestamp": "2024-12-28T22:25:00.939927381Z", "cpuStat": { "user": 10148541.7, "nice": 618.78, "system": 9366965.8, "idle": 35331679.65, "iowait": 9303730.5, "irq": 0, "softirq": 463319.49, "steal": 513852.62, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273932818332, "processCreated": 445577390, "processesRunning": 14 }, "memoryStat": { "total": 94733944, "free": 1937976, "available": 13718508, "buffers": 758224, "cached": 10796080, "active": 31631412, "inactive": 40970320, "swap": 120767284, "dirty": 6016, "writeback": 0, "slab": 6916124 }, "cpuPressure": { "some": { "avg10": 23.62, "avg60": 9.45, "avg300": 3.12, "total": 792003914251 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.06, "avg300": 0.05, "total": 841024737429 }, "full": { "avg10": 0, "avg60": 0.06, "avg300": 0.05, "total": 472652939983 } }, "ioPressure": { "some": { "avg10": 0.1, "avg60": 0.05, "avg300": 0.01, "total": 445894069466 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535933171 } } }, { "timestamp": "2024-12-28T22:25:02.940905187Z", "cpuStat": { "user": 10148560.47, "nice": 618.78, "system": 9366976.67, "idle": 35331712.34, "iowait": 9303730.64, "irq": 0, "softirq": 463319.8, "steal": 513852.96, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273933010956, "processCreated": 445578048, "processesRunning": 19 }, "memoryStat": { "total": 94733944, "free": 1625840, "available": 13342780, "buffers": 758472, "cached": 10756880, "active": 31702576, "inactive": 41186332, "swap": 120767284, "dirty": 8500, "writeback": 0, "slab": 6916108 }, "cpuPressure": { "some": { "avg10": 20.79, "avg60": 9.4, "avg300": 3.15, "total": 792003970100 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.06, "avg300": 0.05, "total": 841024746048 }, "full": { "avg10": 0, "avg60": 0.06, "avg300": 0.05, "total": 472652948546 } }, "ioPressure": { "some": { "avg10": 0.08, "avg60": 0.05, "avg300": 0.01, "total": 445894074203 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535937452 } } }, { "timestamp": "2024-12-28T22:25:04.941729442Z", "cpuStat": { "user": 10148579.17, "nice": 618.78, "system": 9366987.34, "idle": 35331745.09, "iowait": 9303730.8, "irq": 0, "softirq": 463320, "steal": 513853.24, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273933244849, "processCreated": 445578402, "processesRunning": 24 }, "memoryStat": { "total": 94733944, "free": 1517532, "available": 13064428, "buffers": 754628, "cached": 10602200, "active": 31576776, "inactive": 41447664, "swap": 120767284, "dirty": 5300, "writeback": 0, "slab": 6915644 }, "cpuPressure": { "some": { "avg10": 17.93, "avg60": 9.26, "avg300": 3.17, "total": 792004153177 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.05, "avg300": 0.05, "total": 841024780539 }, "full": { "avg10": 0, "avg60": 0.05, "avg300": 0.05, "total": 472652982539 } }, "ioPressure": { "some": { "avg10": 0.07, "avg60": 0.04, "avg300": 0, "total": 445894080132 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535941218 } } }, { "timestamp": "2024-12-28T22:25:06.942404346Z", "cpuStat": { "user": 10148595, "nice": 618.78, "system": 9367001.03, "idle": 35331777.67, "iowait": 9303731.13, "irq": 0, "softirq": 463320.23, "steal": 513853.49, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273933445948, "processCreated": 445578824, "processesRunning": 14 }, "memoryStat": { "total": 94733944, "free": 2593084, "available": 14650612, "buffers": 740120, "cached": 10308452, "active": 31357480, "inactive": 40590876, "swap": 120767284, "dirty": 4164, "writeback": 4, "slab": 6915188 }, "cpuPressure": { "some": { "avg10": 15.95, "avg60": 9.18, "avg300": 3.19, "total": 792004213402 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.9, "avg60": 0.22, "avg300": 0.08, "total": 841024883032 }, "full": { "avg10": 0.9, "avg60": 0.22, "avg300": 0.08, "total": 472653084425 } }, "ioPressure": { "some": { "avg10": 0.05, "avg60": 0.04, "avg300": 0, "total": 445894089181 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535948937 } } }, { "timestamp": "2024-12-28T22:25:08.942422463Z", "cpuStat": { "user": 10148610.42, "nice": 618.78, "system": 9367011.38, "idle": 35331813.73, "iowait": 9303731.44, "irq": 0, "softirq": 463320.52, "steal": 513854.19, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273933600271, "processCreated": 445579249, "processesRunning": 15 }, "memoryStat": { "total": 94733944, "free": 2237584, "available": 14481608, "buffers": 741932, "cached": 10480240, "active": 31466320, "inactive": 40826084, "swap": 120767284, "dirty": 412, "writeback": 1824, "slab": 6915024 }, "cpuPressure": { "some": { "avg10": 13.24, "avg60": 8.92, "avg300": 3.18, "total": 792004233966 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.92, "avg60": 0.24, "avg300": 0.09, "total": 841024886342 }, "full": { "avg10": 0.92, "avg60": 0.24, "avg300": 0.09, "total": 472653087619 } }, "ioPressure": { "some": { "avg10": 0.04, "avg60": 0.04, "avg300": 0, "total": 445894096491 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535955860 } } }, { "timestamp": "2024-12-28T22:25:09.032048292Z", "cpuStat": { "user": 10148611.06, "nice": 618.78, "system": 9367011.78, "idle": 35331815.49, "iowait": 9303731.46, "irq": 0, "softirq": 463320.54, "steal": 513854.19, "guest": 8941.31, "guestNice": 0 }, "procStat": { "contextSwitches": 273933611774, "processCreated": 445579262, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 2230340, "available": 14475040, "buffers": 742160, "cached": 10480700, "active": 31467000, "inactive": 40832448, "swap": 120767284, "dirty": 672, "writeback": 1776, "slab": 6915024 }, "cpuPressure": { "some": { "avg10": 13.24, "avg60": 8.92, "avg300": 3.18, "total": 792004234260 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.92, "avg60": 0.24, "avg300": 0.09, "total": 841024886601 }, "full": { "avg10": 0.92, "avg60": 0.24, "avg300": 0.09, "total": 472653087877 } }, "ioPressure": { "some": { "avg10": 0.04, "avg60": 0.04, "avg300": 0, "total": 445894097208 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90535956565 } } } ] } } }