{ "builder": { "id": "" }, "buildType": "https://mobyproject.org/buildkit@v1", "materials": [ { "uri": "pkg:docker/mcr.microsoft.com/dotnet/aspnet@9.0?platform=linux%2Famd64", "digest": { "sha256": "d8f01f752bf9bd3ff630319181a2ccfbeecea4080a1912095a34002f61bfa345" } }, { "uri": "pkg:docker/mcr.microsoft.com/dotnet/sdk@9.0?platform=linux%2Famd64", "digest": { "sha256": "fe8ceeca5ee197deba95419e3b85c32744970b730ae11645e13f1cb74a848d98" } } ], "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:d8f01f752bf9bd3ff630319181a2ccfbeecea4080a1912095a34002f61bfa345", "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:fe8ceeca5ee197deba95419e3b85c32744970b730ae11645e13f1cb74a848d98", "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/NeoClass.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.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", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step8:0" ] }, { "id": "step10", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet build \"NeoClass.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", "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.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", "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:0d65e42cd02f149c3d5a2383704949c69eba1c169bbee11b2bce0ccfafa56ff2": "step13", "sha256:313d372b712fed471365a192058e00450439dd7d0dc85f613ec4532ec44b4125": "step2", "sha256:387d6ebe18f24a2d1b7345ac7431e292bca9abe390814ca017a0337c9421f7b2": "step5", "sha256:5b1cc72a5bc5d9c91547a19d29b514774f1b9ea736b84efdce61de139da71c66": "step6", "sha256:6f24d4ec808f90a0d79a9fc8f6cb6719cd13d60dd069e42b029b785eb35df663": "step3", "sha256:780b935381b48ceb4bd354f991172f3cabcc264b23fce0f8a750ba67ea4cdc45": "step11", "sha256:835df53399401e481751c08290bf75362a93f6312beba94328095702baf71768": "step4", "sha256:863d55b14024609eca9124bde5df736773725b717796a41b24c8d7bee1819fed": "step1", "sha256:b856e48866976f7ee326a047c4c17b3f376328a6a1aef7c53be9a425ffc42b7f": "step12", "sha256:e7d6bb699ee69ee26ed562eac860e11abf410bdcf20872ee592e6458986a6fe3": "step10", "sha256:e999ed62c5ad55433dde35cc752d5e1b7b738ba6f609e205bb5c150c84d0f192": "step0", "sha256:f689b9746520ac38b42b411cd2618763ab23a5fd10c2fde3de92ed292dbf1839": "step8", "sha256:f7bdf2fcf11b0485ce4b837bff8a50179f5a203d0910e338e68e65be07404a5c": "step9", "sha256:ff394834a9c11db78680449862ecb41e5fe1747626cf2fcee2ac3ce5011469f3": "step7" } }, "metadata": { "buildInvocationID": "tu5y818wowob007gp39rbda4l", "buildStartedOn": "2024-12-21T16:40:34.033608093Z", "buildFinishedOn": "2024-12-21T16:40:50.818644645Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass", "revision": "50625509c54c1ae53484af818b9ba7587bd4fb07", "source": "https://gitlab.com/mitsiosm/neoclass-server.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/RlJPTSBtY3IubWljcm9zb2Z0LmNvbS9kb3RuZXQvYXNwbmV0OjkuMCBBUyBiYXNlClVTRVIgJEFQUF9VSUQKV09SS0RJUiAvYXBwCkVYUE9TRSA4MDgwCkVYUE9TRSA4MDgxCgpGUk9NIG1jci5taWNyb3NvZnQuY29tL2RvdG5ldC9zZGs6OS4wIEFTIGJ1aWxkCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKV09SS0RJUiAvc3JjCkNPUFkgWyJOZW9DbGFzcy9OZW9DbGFzcy5jc3Byb2oiLCAiTmVvQ2xhc3MvIl0KUlVOIGRvdG5ldCByZXN0b3JlICJOZW9DbGFzcy9OZW9DbGFzcy5jc3Byb2oiCkNPUFkgLiAuCldPUktESVIgIi9zcmMvTmVvQ2xhc3MiClJVTiBkb3RuZXQgYnVpbGQgIk5lb0NsYXNzLmNzcHJvaiIgLWMgJEJVSUxEX0NPTkZJR1VSQVRJT04gLW8gL2FwcC9idWlsZAoKRlJPTSBidWlsZCBBUyBwdWJsaXNoCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKUlVOIGRvdG5ldCBwdWJsaXNoICJOZW9DbGFzcy5jc3Byb2oiIC1jICRCVUlMRF9DT05GSUdVUkFUSU9OIC1vIC9hcHAvcHVibGlzaCAvcDpVc2VBcHBIb3N0PWZhbHNlCgpGUk9NIGJhc2UgQVMgZmluYWwKV09SS0RJUiAvYXBwCkNPUFkgLS1mcm9tPXB1Ymxpc2ggL2FwcC9wdWJsaXNoIC4KRU5UUllQT0lOVCBbImRvdG5ldCIsICJOZW9DbGFzcy5kbGwiXQo=", "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:9eaac83f0a93773b987cc89beecb088706c662edba1d16f3908775255f152612": "step1", "sha256:a1d9a0f807306dcff989b6666c8fe83e675e5cc4f6b8828a70d81dba74e12866": "step0" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c0f1022b22a9b36851b358f44e5475e39d166e71a8073cf53c894a299239b1c5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:99548955ba08f4520ba91d416e45af348078b2cac3254d92f9ae460a238a05e0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:27b787dfda541eeec9b68e621bd3b76788ad0fec44f91db7136980243f4b4ff5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:895176b0034be45c8d3c8ed54cfca5af6849e24b4bbbcf01bd43227a0c6e4601", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c71955026f62739fa9eba960297e58aa4704d8dc5c7e821d2e612decd6e66065", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0b9dd70d38cbaec298f20fcd423c70733516e7a31044dff1b5ffaad3bbec431c", "size": -1 } ] ], "step10:0": [ [] ], "step11:0": [ [] ], "step12:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c0f1022b22a9b36851b358f44e5475e39d166e71a8073cf53c894a299239b1c5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:99548955ba08f4520ba91d416e45af348078b2cac3254d92f9ae460a238a05e0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:27b787dfda541eeec9b68e621bd3b76788ad0fec44f91db7136980243f4b4ff5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:895176b0034be45c8d3c8ed54cfca5af6849e24b4bbbcf01bd43227a0c6e4601", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c71955026f62739fa9eba960297e58aa4704d8dc5c7e821d2e612decd6e66065", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0b9dd70d38cbaec298f20fcd423c70733516e7a31044dff1b5ffaad3bbec431c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d970c407ab0195b88d42baa1fb256f56b2eed8bfb89151d71ca74f3cf29ba9b0", "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:e108baeefbc675f7f9ed0fec8dfc5343a2aa2770a03e7cf7220e3f6356e82df0", "size": -1 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c0f1022b22a9b36851b358f44e5475e39d166e71a8073cf53c894a299239b1c5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:99548955ba08f4520ba91d416e45af348078b2cac3254d92f9ae460a238a05e0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:27b787dfda541eeec9b68e621bd3b76788ad0fec44f91db7136980243f4b4ff5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:895176b0034be45c8d3c8ed54cfca5af6849e24b4bbbcf01bd43227a0c6e4601", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c71955026f62739fa9eba960297e58aa4704d8dc5c7e821d2e612decd6e66065", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0b9dd70d38cbaec298f20fcd423c70733516e7a31044dff1b5ffaad3bbec431c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d970c407ab0195b88d42baa1fb256f56b2eed8bfb89151d71ca74f3cf29ba9b0", "size": -1 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c0f1022b22a9b36851b358f44e5475e39d166e71a8073cf53c894a299239b1c5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:99548955ba08f4520ba91d416e45af348078b2cac3254d92f9ae460a238a05e0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:27b787dfda541eeec9b68e621bd3b76788ad0fec44f91db7136980243f4b4ff5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:895176b0034be45c8d3c8ed54cfca5af6849e24b4bbbcf01bd43227a0c6e4601", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c71955026f62739fa9eba960297e58aa4704d8dc5c7e821d2e612decd6e66065", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0b9dd70d38cbaec298f20fcd423c70733516e7a31044dff1b5ffaad3bbec431c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:d970c407ab0195b88d42baa1fb256f56b2eed8bfb89151d71ca74f3cf29ba9b0", "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:c0f1022b22a9b36851b358f44e5475e39d166e71a8073cf53c894a299239b1c5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:99548955ba08f4520ba91d416e45af348078b2cac3254d92f9ae460a238a05e0", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:27b787dfda541eeec9b68e621bd3b76788ad0fec44f91db7136980243f4b4ff5", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:895176b0034be45c8d3c8ed54cfca5af6849e24b4bbbcf01bd43227a0c6e4601", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c71955026f62739fa9eba960297e58aa4704d8dc5c7e821d2e612decd6e66065", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:0b9dd70d38cbaec298f20fcd423c70733516e7a31044dff1b5ffaad3bbec431c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:dadabc879ce682421d542f8ae5b8a901f02d22f9dec3c46e8e0d4a71f0ea7bc6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:57dc5de67c4f436d8b23d146c018d62196aa244ba9396b2f36f5e01e50792fd4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7eebcbd150e4d128d5532cb9809b0d533ac9094b349a09f80f794b5337ba9c78", "size": -1 } ] ], "step4:0": [ [] ], "step5:0": [ [] ], "step6:0": [ [] ], "step7:0": [ [] ], "step8:0": [ [] ], "step9:0": [ [] ] }, "sysUsage": [ { "timestamp": "2024-12-21T16:40:34.31671403Z", "cpuStat": { "user": 6785305.07, "nice": 444.22, "system": 6585707, "idle": 23784983.95, "iowait": 7535237.48, "irq": 0, "softirq": 333138.46, "steal": 371418.04, "guest": 5004.21, "guestNice": 0 }, "procStat": { "contextSwitches": 205953516618, "processCreated": 309002518, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 2006128, "available": 13964260, "buffers": 870340, "cached": 11460924, "active": 26960780, "inactive": 44967760, "swap": 120767284, "dirty": 5788, "writeback": 420, "slab": 5998812 }, "cpuPressure": { "some": { "avg10": 2.72, "avg60": 3.37, "avg300": 3.24, "total": 764087849191 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 14.06, "avg60": 13.13, "avg300": 14.04, "total": 750992433395 }, "full": { "avg10": 13.06, "avg60": 12.33, "avg300": 13.11, "total": 394409130918 } }, "ioPressure": { "some": { "avg10": 7.39, "avg60": 7.54, "avg300": 8.9, "total": 375988145775 }, "full": { "avg10": 6.61, "avg60": 6.53, "avg300": 7.61, "total": 34659992365 } } }, { "timestamp": "2024-12-21T16:40:36.317785397Z", "cpuStat": { "user": 6785315.71, "nice": 444.22, "system": 6585716.8, "idle": 23785009.58, "iowait": 7535253.24, "irq": 0, "softirq": 333138.89, "steal": 371419.21, "guest": 5004.22, "guestNice": 0 }, "procStat": { "contextSwitches": 205953732778, "processCreated": 309002942, "processesRunning": 18 }, "memoryStat": { "total": 94733944, "free": 2060736, "available": 14014596, "buffers": 870552, "cached": 11474964, "active": 26954164, "inactive": 44946656, "swap": 120767284, "dirty": 2324, "writeback": 44, "slab": 5999052 }, "cpuPressure": { "some": { "avg10": 2.59, "avg60": 3.33, "avg300": 3.23, "total": 764087899260 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 16.22, "avg60": 13.56, "avg300": 14.12, "total": 750993120823 }, "full": { "avg10": 15.04, "avg60": 12.71, "avg300": 13.18, "total": 394409745114 } }, "ioPressure": { "some": { "avg10": 10.04, "avg60": 8.01, "avg300": 8.99, "total": 375988763652 }, "full": { "avg10": 8.85, "avg60": 6.93, "avg300": 7.69, "total": 34660527349 } } }, { "timestamp": "2024-12-21T16:40:38.318217456Z", "cpuStat": { "user": 6785325.8, "nice": 444.22, "system": 6585728.58, "idle": 23785044.08, "iowait": 7535258.7, "irq": 0, "softirq": 333139.27, "steal": 371420.04, "guest": 5004.22, "guestNice": 0 }, "procStat": { "contextSwitches": 205953960871, "processCreated": 309003517, "processesRunning": 20 }, "memoryStat": { "total": 94733944, "free": 1949284, "available": 13847448, "buffers": 869560, "cached": 11446080, "active": 26951372, "inactive": 45003616, "swap": 120767284, "dirty": 3176, "writeback": 8, "slab": 5999100 }, "cpuPressure": { "some": { "avg10": 2.3, "avg60": 3.25, "avg300": 3.22, "total": 764087973974 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 18.35, "avg60": 14.03, "avg300": 14.21, "total": 750993453562 }, "full": { "avg10": 17.02, "avg60": 13.15, "avg300": 13.27, "total": 394410061699 } }, "ioPressure": { "some": { "avg10": 12.38, "avg60": 8.5, "avg300": 9.08, "total": 375988984652 }, "full": { "avg10": 10.87, "avg60": 7.36, "avg300": 7.78, "total": 34660716480 } } }, { "timestamp": "2024-12-21T16:40:40.31895978Z", "cpuStat": { "user": 6785336.28, "nice": 444.22, "system": 6585740.72, "idle": 23785077.56, "iowait": 7535264.57, "irq": 0, "softirq": 333139.65, "steal": 371420.22, "guest": 5004.22, "guestNice": 0 }, "procStat": { "contextSwitches": 205954198722, "processCreated": 309003976, "processesRunning": 17 }, "memoryStat": { "total": 94733944, "free": 1878436, "available": 13744696, "buffers": 869432, "cached": 11432520, "active": 26968188, "inactive": 45063116, "swap": 120767284, "dirty": 1540, "writeback": 32, "slab": 5998984 }, "cpuPressure": { "some": { "avg10": 2.43, "avg60": 3.24, "avg300": 3.21, "total": 764087998449 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 18.47, "avg60": 14.19, "avg300": 14.25, "total": 750993852128 }, "full": { "avg10": 17.2, "avg60": 13.31, "avg300": 13.3, "total": 394410450272 } }, "ioPressure": { "some": { "avg10": 12.31, "avg60": 8.62, "avg300": 9.1, "total": 375989189328 }, "full": { "avg10": 10.71, "avg60": 7.45, "avg300": 7.79, "total": 34660907467 } } }, { "timestamp": "2024-12-21T16:40:42.341053183Z", "cpuStat": { "user": 6785350.04, "nice": 444.22, "system": 6585754.98, "idle": 23785104.23, "iowait": 7535271.85, "irq": 0, "softirq": 333140.01, "steal": 371422.4, "guest": 5004.22, "guestNice": 0 }, "procStat": { "contextSwitches": 205954440899, "processCreated": 309004438, "processesRunning": 30 }, "memoryStat": { "total": 94733944, "free": 1577308, "available": 13694128, "buffers": 869456, "cached": 11377068, "active": 26982152, "inactive": 45357608, "swap": 120767284, "dirty": 5424, "writeback": 120, "slab": 5999152 }, "cpuPressure": { "some": { "avg10": 2.53, "avg60": 3.23, "avg300": 3.21, "total": 764088146045 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 19.29, "avg60": 14.48, "avg300": 14.31, "total": 750994355141 }, "full": { "avg10": 17.89, "avg60": 13.56, "avg300": 13.36, "total": 394410872175 } }, "ioPressure": { "some": { "avg10": 12.44, "avg60": 8.76, "avg300": 9.13, "total": 375989496178 }, "full": { "avg10": 10.58, "avg60": 7.53, "avg300": 7.81, "total": 34661134856 } } }, { "timestamp": "2024-12-21T16:40:44.341577745Z", "cpuStat": { "user": 6785360.86, "nice": 444.22, "system": 6585768.41, "idle": 23785135.36, "iowait": 7535278.01, "irq": 0, "softirq": 333140.34, "steal": 371422.75, "guest": 5004.22, "guestNice": 0 }, "procStat": { "contextSwitches": 205954690939, "processCreated": 309005040, "processesRunning": 24 }, "memoryStat": { "total": 94733944, "free": 1671792, "available": 13791636, "buffers": 869560, "cached": 11404536, "active": 27026332, "inactive": 45198860, "swap": 120767284, "dirty": 3632, "writeback": 0, "slab": 5999160 }, "cpuPressure": { "some": { "avg10": 4.25, "avg60": 3.52, "avg300": 3.27, "total": 764088533254 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 19.6, "avg60": 14.69, "avg300": 14.35, "total": 750994726307 }, "full": { "avg10": 17.91, "avg60": 13.71, "avg300": 13.39, "total": 394411191079 } }, "ioPressure": { "some": { "avg10": 12.54, "avg60": 8.9, "avg300": 9.16, "total": 375989731726 }, "full": { "avg10": 10.3, "avg60": 7.58, "avg300": 7.82, "total": 34661297281 } } }, { "timestamp": "2024-12-21T16:40:46.342452737Z", "cpuStat": { "user": 6785373.23, "nice": 444.22, "system": 6585784.35, "idle": 23785156.1, "iowait": 7535289.83, "irq": 0, "softirq": 333140.96, "steal": 371424.61, "guest": 5004.22, "guestNice": 0 }, "procStat": { "contextSwitches": 205954997999, "processCreated": 309005490, "processesRunning": 23 }, "memoryStat": { "total": 94733944, "free": 1989340, "available": 14094604, "buffers": 869276, "cached": 11318680, "active": 27026668, "inactive": 44896944, "swap": 120767284, "dirty": 1516, "writeback": 480, "slab": 5999296 }, "cpuPressure": { "some": { "avg10": 6.56, "avg60": 3.96, "avg300": 3.37, "total": 764088828425 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 19.85, "avg60": 14.9, "avg300": 14.4, "total": 750995404288 }, "full": { "avg10": 17.74, "avg60": 13.81, "avg300": 13.41, "total": 394411747145 } }, "ioPressure": { "some": { "avg10": 12.98, "avg60": 9.1, "avg300": 9.2, "total": 375990226776 }, "full": { "avg10": 10.24, "avg60": 7.66, "avg300": 7.83, "total": 34661650959 } } }, { "timestamp": "2024-12-21T16:40:48.343006869Z", "cpuStat": { "user": 6785384.36, "nice": 444.22, "system": 6585798.63, "idle": 23785166.82, "iowait": 7535314.17, "irq": 0, "softirq": 333141.59, "steal": 371427.28, "guest": 5004.23, "guestNice": 0 }, "procStat": { "contextSwitches": 205955346396, "processCreated": 309006050, "processesRunning": 18 }, "memoryStat": { "total": 94733944, "free": 1859692, "available": 13962176, "buffers": 869260, "cached": 11330260, "active": 27028136, "inactive": 45017988, "swap": 120767284, "dirty": 1112, "writeback": 140, "slab": 5999292 }, "cpuPressure": { "some": { "avg10": 7.72, "avg60": 4.26, "avg300": 3.43, "total": 764088990578 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 24.95, "avg60": 15.98, "avg300": 14.63, "total": 750996553214 }, "full": { "avg10": 21.95, "avg60": 14.7, "avg300": 13.6, "total": 394412690891 } }, "ioPressure": { "some": { "avg10": 17.15, "avg60": 9.98, "avg300": 9.38, "total": 375991267449 }, "full": { "avg10": 13.28, "avg60": 8.29, "avg300": 7.96, "total": 34662444618 } } }, { "timestamp": "2024-12-21T16:40:50.343634767Z", "cpuStat": { "user": 6785396.42, "nice": 444.22, "system": 6585811.27, "idle": 23785189.92, "iowait": 7535327.25, "irq": 0, "softirq": 333142.26, "steal": 371427.62, "guest": 5004.23, "guestNice": 0 }, "procStat": { "contextSwitches": 205955690407, "processCreated": 309006481, "processesRunning": 15 }, "memoryStat": { "total": 94733944, "free": 2217272, "available": 14420532, "buffers": 870000, "cached": 11423268, "active": 27029168, "inactive": 44662476, "swap": 120767284, "dirty": 5360, "writeback": 628, "slab": 5999400 }, "cpuPressure": { "some": { "avg10": 7.23, "avg60": 4.28, "avg300": 3.44, "total": 764089071331 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 30.39, "avg60": 17.26, "avg300": 14.9, "total": 750997156023 }, "full": { "avg10": 26.13, "avg60": 15.69, "avg300": 13.82, "total": 394413220054 } }, "ioPressure": { "some": { "avg10": 23.1, "avg60": 11.29, "avg300": 9.66, "total": 375991759651 }, "full": { "avg10": 17.93, "avg60": 9.3, "avg300": 8.18, "total": 34662854060 } } }, { "timestamp": "2024-12-21T16:40:50.818979352Z", "cpuStat": { "user": 6785398.9, "nice": 444.22, "system": 6585815.14, "idle": 23785197.32, "iowait": 7535328.12, "irq": 0, "softirq": 333142.42, "steal": 371427.72, "guest": 5004.23, "guestNice": 0 }, "procStat": { "contextSwitches": 205955774722, "processCreated": 309006602, "processesRunning": 10 }, "memoryStat": { "total": 94733944, "free": 2078956, "available": 14339768, "buffers": 870336, "cached": 11476772, "active": 27083348, "inactive": 44744804, "swap": 120767284, "dirty": 88, "writeback": 276, "slab": 5999296 }, "cpuPressure": { "some": { "avg10": 7.23, "avg60": 4.28, "avg300": 3.44, "total": 764089082750 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 30.39, "avg60": 17.26, "avg300": 14.9, "total": 750997221253 }, "full": { "avg10": 26.13, "avg60": 15.69, "avg300": 13.82, "total": 394413284328 } }, "ioPressure": { "some": { "avg10": 23.1, "avg60": 11.29, "avg300": 9.66, "total": 375991788355 }, "full": { "avg10": 17.93, "avg60": 9.3, "avg300": 8.18, "total": 34662880288 } } } ] } } }