{ "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:313d372b712fed471365a192058e00450439dd7d0dc85f613ec4532ec44b4125": "step2", "sha256:6f24d4ec808f90a0d79a9fc8f6cb6719cd13d60dd069e42b029b785eb35df663": "step3", "sha256:75d1449c75389c4022b97d9427363218bf16ef5f0925306f502be0ba40ad6f1f": "step13", "sha256:7e4725afefee5c9f8f616eedda4c5aea307edf2b20edef5fe843f76a9c5691fc": "step8", "sha256:835df53399401e481751c08290bf75362a93f6312beba94328095702baf71768": "step4", "sha256:863d55b14024609eca9124bde5df736773725b717796a41b24c8d7bee1819fed": "step1", "sha256:8884126adde1654940c16078434453ab7a372fa78c7dfb2203747bd503146223": "step6", "sha256:a949d60800dc3ead9dc8c22fe4adaf70a55e33265d955ed4332dd95d3138c903": "step12", "sha256:b2ffd7745d166390cb454de6913e29be055b5fc94068adbb75ec950e95fca2c0": "step11", "sha256:c11af5fd3357562b3bf5043406644a72cf2ab2b039276439c9e2b320443c8082": "step9", "sha256:e057ba5a8b20a9db44b338cb25fc63cab1652d48266055a25136eb0f587745aa": "step5", "sha256:e999ed62c5ad55433dde35cc752d5e1b7b738ba6f609e205bb5c150c84d0f192": "step0", "sha256:f20d02f59c34e0ae39c2e4feb91d76f5331fdf2550c9445ca1547b5bfba54d06": "step10", "sha256:f9de29e5eae26663590b95cc0348afc910393ede0ee0df1a689242e413c50d7a": "step7" } }, "metadata": { "buildInvocationID": "pl5bkain22swo1icui89c65r4", "buildStartedOn": "2024-12-21T16:06:54.118280483Z", "buildFinishedOn": "2024-12-21T16:08:00.162979499Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass", "revision": "817d9c93894769360d0f1c80ba520dab1ef50307", "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:36762f0ce6630427ad3fe58e19f6d146b6de02317a988cff125fe4cb91c4a7f0": "step1", "sha256:68a18e4ab9e6d62c18e3e76a91a4c82739d7c895e91ef03cd4fd168b8ca64606": "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:7908d84905bc7064245b939f0d325b05780edf5743435279b79ab0bae284df36", "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:06:55.443155118Z", "cpuStat": { "user": 6775261.71, "nice": 444.2, "system": 6577904.34, "idle": 23742735.95, "iowait": 7532632.4, "irq": 0, "softirq": 332682.83, "steal": 370968.28, "guest": 5002.85, "guestNice": 0 }, "procStat": { "contextSwitches": 205688523621, "processCreated": 308498494, "processesRunning": 15 }, "memoryStat": { "total": 94733944, "free": 1899692, "available": 13720252, "buffers": 1085736, "cached": 11226500, "active": 28165028, "inactive": 43896552, "swap": 120767284, "dirty": 19964, "writeback": 40, "slab": 5989880 }, "cpuPressure": { "some": { "avg10": 2.93, "avg60": 2.63, "avg300": 2.42, "total": 764025338466 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 16.67, "avg60": 13.31, "avg300": 8.89, "total": 750847100001 }, "full": { "avg10": 15.21, "avg60": 12.3, "avg300": 8.26, "total": 394275507112 } }, "ioPressure": { "some": { "avg10": 10.94, "avg60": 8.62, "avg300": 5.54, "total": 375889194319 }, "full": { "avg10": 9.34, "avg60": 7.47, "avg300": 4.76, "total": 34576510341 } } }, { "timestamp": "2024-12-21T16:06:59.443513894Z", "cpuStat": { "user": 6775291.6, "nice": 444.2, "system": 6577936.55, "idle": 23742788.41, "iowait": 7532637.66, "irq": 0, "softirq": 332684.2, "steal": 370971.71, "guest": 5002.85, "guestNice": 0 }, "procStat": { "contextSwitches": 205689406590, "processCreated": 308499517, "processesRunning": 18 }, "memoryStat": { "total": 94733944, "free": 2009528, "available": 13457568, "buffers": 1045008, "cached": 11018368, "active": 27724404, "inactive": 44192144, "swap": 120767284, "dirty": 47560, "writeback": 0, "slab": 5989160 }, "cpuPressure": { "some": { "avg10": 7.53, "avg60": 3.5, "avg300": 2.61, "total": 764026009294 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 14.92, "avg60": 13.19, "avg300": 8.92, "total": 750847589333 }, "full": { "avg10": 13.57, "avg60": 12.18, "avg300": 8.29, "total": 394275944993 } }, "ioPressure": { "some": { "avg10": 9.2, "avg60": 8.42, "avg300": 5.54, "total": 375889429192 }, "full": { "avg10": 7.43, "avg60": 7.21, "avg300": 4.74, "total": 34576672636 } } }, { "timestamp": "2024-12-21T16:07:03.443779346Z", "cpuStat": { "user": 6775321.05, "nice": 444.2, "system": 6577971.12, "idle": 23742840.11, "iowait": 7532642.24, "irq": 0, "softirq": 332685.61, "steal": 370976.55, "guest": 5002.85, "guestNice": 0 }, "procStat": { "contextSwitches": 205691788550, "processCreated": 308501010, "processesRunning": 11 }, "memoryStat": { "total": 94733944, "free": 2063104, "available": 13473348, "buffers": 1009912, "cached": 10831464, "active": 27510048, "inactive": 44323136, "swap": 120767284, "dirty": 17028, "writeback": 8, "slab": 5989016 }, "cpuPressure": { "some": { "avg10": 9.04, "avg60": 4.05, "avg300": 2.73, "total": 764026520484 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 12.9, "avg60": 12.92, "avg300": 8.92, "total": 750847955880 }, "full": { "avg10": 11.82, "avg60": 11.94, "avg300": 8.29, "total": 394276283199 } }, "ioPressure": { "some": { "avg10": 7.66, "avg60": 8.16, "avg300": 5.53, "total": 375889638630 }, "full": { "avg10": 5.97, "avg60": 6.94, "avg300": 4.72, "total": 34576814692 } } }, { "timestamp": "2024-12-21T16:07:07.443911517Z", "cpuStat": { "user": 6775348.46, "nice": 444.2, "system": 6577994.31, "idle": 23742902.46, "iowait": 7532650.5, "irq": 0, "softirq": 332686.48, "steal": 370980.34, "guest": 5002.86, "guestNice": 0 }, "procStat": { "contextSwitches": 205692711726, "processCreated": 308502020, "processesRunning": 12 }, "memoryStat": { "total": 94733944, "free": 2016764, "available": 13566712, "buffers": 1012848, "cached": 10968284, "active": 27515416, "inactive": 44359188, "swap": 120767284, "dirty": 93516, "writeback": 56, "slab": 5988936 }, "cpuPressure": { "some": { "avg10": 8.07, "avg60": 4.18, "avg300": 2.78, "total": 764026773142 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 11.43, "avg60": 12.63, "avg300": 8.92, "total": 750848330742 }, "full": { "avg10": 10.7, "avg60": 11.72, "avg300": 8.3, "total": 394276636038 } }, "ioPressure": { "some": { "avg10": 7.62, "avg60": 8.12, "avg300": 5.56, "total": 375889956468 }, "full": { "avg10": 5.98, "avg60": 6.88, "avg300": 4.74, "total": 34577072551 } } }, { "timestamp": "2024-12-21T16:07:11.444092781Z", "cpuStat": { "user": 6775366.36, "nice": 444.2, "system": 6578014.48, "idle": 23742982.29, "iowait": 7532656.31, "irq": 0, "softirq": 332687.37, "steal": 370980.61, "guest": 5002.86, "guestNice": 0 }, "procStat": { "contextSwitches": 205693212158, "processCreated": 308502862, "processesRunning": 18 }, "memoryStat": { "total": 94733944, "free": 2062768, "available": 13667804, "buffers": 1013004, "cached": 11023336, "active": 27519408, "inactive": 44309416, "swap": 120767284, "dirty": 20884, "writeback": 0, "slab": 5988912 }, "cpuPressure": { "some": { "avg10": 5.74, "avg60": 3.97, "avg300": 2.76, "total": 764026830216 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 10.6, "avg60": 12.39, "avg300": 8.92, "total": 750848716962 }, "full": { "avg10": 10.11, "avg60": 11.54, "avg300": 8.31, "total": 394277020001 } }, "ioPressure": { "some": { "avg10": 6.61, "avg60": 7.89, "avg300": 5.54, "total": 375890166948 }, "full": { "avg10": 5.51, "avg60": 6.73, "avg300": 4.73, "total": 34577269381 } } }, { "timestamp": "2024-12-21T16:07:15.444281287Z", "cpuStat": { "user": 6775386.26, "nice": 444.2, "system": 6578033.9, "idle": 23743060.52, "iowait": 7532661.18, "irq": 0, "softirq": 332688.23, "steal": 370982.16, "guest": 5002.86, "guestNice": 0 }, "procStat": { "contextSwitches": 205694168520, "processCreated": 308503585, "processesRunning": 12 }, "memoryStat": { "total": 94733944, "free": 1617516, "available": 13503924, "buffers": 1015824, "cached": 11302484, "active": 27536412, "inactive": 44725616, "swap": 120767284, "dirty": 123168, "writeback": 0, "slab": 5988964 }, "cpuPressure": { "some": { "avg10": 4.72, "avg60": 3.88, "avg300": 2.75, "total": 764026955995 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 9.23, "avg60": 12.01, "avg300": 8.88, "total": 750848978666 }, "full": { "avg10": 8.9, "avg60": 11.21, "avg300": 8.28, "total": 394277280806 } }, "ioPressure": { "some": { "avg10": 5.57, "avg60": 7.6, "avg300": 5.51, "total": 375890328786 }, "full": { "avg10": 4.83, "avg60": 6.52, "avg300": 4.72, "total": 34577420683 } } }, { "timestamp": "2024-12-21T16:07:19.444561693Z", "cpuStat": { "user": 6775410.56, "nice": 444.2, "system": 6578058.42, "idle": 23743128.38, "iowait": 7532666.55, "irq": 0, "softirq": 332688.98, "steal": 370985.58, "guest": 5002.86, "guestNice": 0 }, "procStat": { "contextSwitches": 205695116627, "processCreated": 308504765, "processesRunning": 12 }, "memoryStat": { "total": 94733944, "free": 1807620, "available": 14088332, "buffers": 1018308, "cached": 11337456, "active": 27574288, "inactive": 44535476, "swap": 120767284, "dirty": 1680, "writeback": 732, "slab": 5988676 }, "cpuPressure": { "some": { "avg10": 5.24, "avg60": 4.02, "avg300": 2.8, "total": 764027216176 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 9.53, "avg60": 11.86, "avg300": 8.89, "total": 750849392678 }, "full": { "avg10": 8.95, "avg60": 11.04, "avg300": 8.28, "total": 394277650122 } }, "ioPressure": { "some": { "avg10": 4.97, "avg60": 7.34, "avg300": 5.49, "total": 375890537360 }, "full": { "avg10": 4.29, "avg60": 6.29, "avg300": 4.69, "total": 34577597861 } } }, { "timestamp": "2024-12-21T16:07:23.445550134Z", "cpuStat": { "user": 6775436.39, "nice": 444.2, "system": 6578085.93, "idle": 23743191.61, "iowait": 7532672.2, "irq": 0, "softirq": 332689.86, "steal": 370989.58, "guest": 5002.86, "guestNice": 0 }, "procStat": { "contextSwitches": 205695628539, "processCreated": 308505734, "processesRunning": 29 }, "memoryStat": { "total": 94733944, "free": 1549196, "available": 13524904, "buffers": 1011984, "cached": 11273984, "active": 27525740, "inactive": 44879436, "swap": 120767284, "dirty": 5468, "writeback": 0, "slab": 5991292 }, "cpuPressure": { "some": { "avg10": 5.44, "avg60": 4.12, "avg300": 2.83, "total": 764027497106 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 10.37, "avg60": 11.87, "avg300": 8.94, "total": 750849889183 }, "full": { "avg10": 9.98, "avg60": 11.11, "avg300": 8.33, "total": 394278134890 } }, "ioPressure": { "some": { "avg10": 5.49, "avg60": 7.29, "avg300": 5.5, "total": 375890770859 }, "full": { "avg10": 4.34, "avg60": 6.18, "avg300": 4.69, "total": 34577781481 } } }, { "timestamp": "2024-12-21T16:07:27.446542107Z", "cpuStat": { "user": 6775470.05, "nice": 444.2, "system": 6578120.99, "idle": 23743233.82, "iowait": 7532681.93, "irq": 0, "softirq": 332691.2, "steal": 370993.97, "guest": 5002.87, "guestNice": 0 }, "procStat": { "contextSwitches": 205696208239, "processCreated": 308507014, "processesRunning": 26 }, "memoryStat": { "total": 94733944, "free": 1824160, "available": 13180596, "buffers": 991604, "cached": 11083624, "active": 27259996, "inactive": 44869856, "swap": 120767284, "dirty": 6552, "writeback": 628, "slab": 5989176 }, "cpuPressure": { "some": { "avg10": 11.08, "avg60": 5.35, "avg300": 3.12, "total": 764028451433 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 12.75, "avg60": 12.26, "avg300": 9.06, "total": 750850670284 }, "full": { "avg10": 11.69, "avg60": 11.39, "avg300": 8.43, "total": 394278787244 } }, "ioPressure": { "some": { "avg10": 7.1, "avg60": 7.47, "avg300": 5.56, "total": 375891226696 }, "full": { "avg10": 4.98, "avg60": 6.17, "avg300": 4.71, "total": 34578069420 } } }, { "timestamp": "2024-12-21T16:07:31.450204637Z", "cpuStat": { "user": 6775496.24, "nice": 444.2, "system": 6578147.15, "idle": 23743288.24, "iowait": 7532697.12, "irq": 0, "softirq": 332692.08, "steal": 370998, "guest": 5002.87, "guestNice": 0 }, "procStat": { "contextSwitches": 205696647552, "processCreated": 308508008, "processesRunning": 37 }, "memoryStat": { "total": 94733944, "free": 1761344, "available": 13500484, "buffers": 975696, "cached": 10977432, "active": 27119356, "inactive": 45032016, "swap": 120767284, "dirty": 11608, "writeback": 80, "slab": 5988828 }, "cpuPressure": { "some": { "avg10": 15.02, "avg60": 6.41, "avg300": 3.37, "total": 764029409716 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 14.98, "avg60": 12.75, "avg300": 9.21, "total": 750851460988 }, "full": { "avg10": 13.27, "avg60": 11.74, "avg300": 8.55, "total": 394279468326 } }, "ioPressure": { "some": { "avg10": 9.42, "avg60": 7.91, "avg300": 5.68, "total": 375891806088 }, "full": { "avg10": 6.65, "avg60": 6.44, "avg300": 4.79, "total": 34578480483 } } }, { "timestamp": "2024-12-21T16:07:35.450656529Z", "cpuStat": { "user": 6775518.38, "nice": 444.2, "system": 6578159.6, "idle": 23743316.65, "iowait": 7532757.85, "irq": 0, "softirq": 332692.72, "steal": 371000.16, "guest": 5002.87, "guestNice": 0 }, "procStat": { "contextSwitches": 205697061808, "processCreated": 308508668, "processesRunning": 20 }, "memoryStat": { "total": 94733944, "free": 1954940, "available": 13699952, "buffers": 980640, "cached": 10980284, "active": 27257872, "inactive": 44701204, "swap": 120767284, "dirty": 72640, "writeback": 0, "slab": 5988412 }, "cpuPressure": { "some": { "avg10": 18.49, "avg60": 7.69, "avg300": 3.68, "total": 764030404507 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 25.74, "avg60": 14.94, "avg300": 9.72, "total": 750853443041 }, "full": { "avg10": 20.61, "avg60": 13.22, "avg300": 8.9, "total": 394280937159 } }, "ioPressure": { "some": { "avg10": 24.45, "avg60": 10.87, "avg300": 6.34, "total": 375894104441 }, "full": { "avg10": 17.08, "avg60": 8.42, "avg300": 5.23, "total": 34580086406 } } }, { "timestamp": "2024-12-21T16:07:39.451312659Z", "cpuStat": { "user": 6775542.62, "nice": 444.2, "system": 6578172.4, "idle": 23743352.86, "iowait": 7532808.6, "irq": 0, "softirq": 332693.28, "steal": 371002.54, "guest": 5002.87, "guestNice": 0 }, "procStat": { "contextSwitches": 205697503912, "processCreated": 308509672, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 2222488, "available": 13978268, "buffers": 983492, "cached": 10988420, "active": 27320976, "inactive": 44379944, "swap": 120767284, "dirty": 7112, "writeback": 164, "slab": 5988396 }, "cpuPressure": { "some": { "avg10": 25.38, "avg60": 9.71, "avg300": 4.16, "total": 764032028938 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 31.99, "avg60": 16.87, "avg300": 10.2, "total": 750855260387 }, "full": { "avg10": 21.59, "avg60": 13.91, "avg300": 9.11, "total": 394281885107 } }, "ioPressure": { "some": { "avg10": 32.23, "avg60": 13.28, "avg300": 6.91, "total": 375896054175 }, "full": { "avg10": 19.52, "avg60": 9.48, "avg300": 5.5, "total": 34581058378 } } }, { "timestamp": "2024-12-21T16:07:43.451773962Z", "cpuStat": { "user": 6775562.07, "nice": 444.2, "system": 6578190.84, "idle": 23743390.38, "iowait": 7532855.95, "irq": 0, "softirq": 332694.09, "steal": 371006.33, "guest": 5002.87, "guestNice": 0 }, "procStat": { "contextSwitches": 205697981515, "processCreated": 308510572, "processesRunning": 12 }, "memoryStat": { "total": 94733944, "free": 2199964, "available": 13970024, "buffers": 985380, "cached": 10966816, "active": 27369856, "inactive": 44386424, "swap": 120767284, "dirty": 1132, "writeback": 68, "slab": 5988560 }, "cpuPressure": { "some": { "avg10": 20.64, "avg60": 9.85, "avg300": 4.27, "total": 764032486179 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 36.7, "avg60": 18.75, "avg300": 10.69, "total": 750857092383 }, "full": { "avg10": 27.05, "avg60": 15.43, "avg300": 9.5, "total": 394283410354 } }, "ioPressure": { "some": { "avg10": 36.39, "avg60": 15.3, "avg300": 7.42, "total": 375897836512 }, "full": { "avg10": 24.85, "avg60": 11.13, "avg300": 5.9, "total": 34582487868 } } }, { "timestamp": "2024-12-21T16:07:47.452546538Z", "cpuStat": { "user": 6775585.77, "nice": 444.2, "system": 6578218.92, "idle": 23743438.57, "iowait": 7532879.17, "irq": 0, "softirq": 332695.3, "steal": 371007.83, "guest": 5002.88, "guestNice": 0 }, "procStat": { "contextSwitches": 205698642051, "processCreated": 308511595, "processesRunning": 18 }, "memoryStat": { "total": 94733944, "free": 2112852, "available": 13965168, "buffers": 986420, "cached": 11094888, "active": 27475956, "inactive": 44363512, "swap": 120767284, "dirty": 2032, "writeback": 344, "slab": 5988460 }, "cpuPressure": { "some": { "avg10": 15.52, "avg60": 9.54, "avg300": 4.28, "total": 764032705099 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 34, "avg60": 19.4, "avg300": 10.94, "total": 750858241111 }, "full": { "avg10": 26.39, "avg60": 16.08, "avg300": 9.72, "total": 394284433434 } }, "ioPressure": { "some": { "avg10": 31.96, "avg60": 15.82, "avg300": 7.64, "total": 375898730997 }, "full": { "avg10": 22.76, "avg60": 11.64, "avg300": 6.08, "total": 34583226228 } } }, { "timestamp": "2024-12-21T16:07:51.45437462Z", "cpuStat": { "user": 6775614.48, "nice": 444.2, "system": 6578248.32, "idle": 23743484.69, "iowait": 7532896.91, "irq": 0, "softirq": 332696.61, "steal": 371010.57, "guest": 5002.88, "guestNice": 0 }, "procStat": { "contextSwitches": 205699322937, "processCreated": 308512415, "processesRunning": 17 }, "memoryStat": { "total": 94733944, "free": 1991684, "available": 13726532, "buffers": 986196, "cached": 11006616, "active": 27511628, "inactive": 44439912, "swap": 120767284, "dirty": 7268, "writeback": 388, "slab": 5988492 }, "cpuPressure": { "some": { "avg10": 13.1, "avg60": 9.44, "avg300": 4.33, "total": 764033071614 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 31.15, "avg60": 19.79, "avg300": 11.14, "total": 750859321115 }, "full": { "avg10": 25.06, "avg60": 16.49, "avg300": 9.89, "total": 394285375820 } }, "ioPressure": { "some": { "avg10": 26.85, "avg60": 15.86, "avg300": 7.76, "total": 375899432485 }, "full": { "avg10": 19.36, "avg60": 11.69, "avg300": 6.17, "total": 34583761392 } } }, { "timestamp": "2024-12-21T16:07:55.456152347Z", "cpuStat": { "user": 6775642.29, "nice": 444.2, "system": 6578279, "idle": 23743525.04, "iowait": 7532920.17, "irq": 0, "softirq": 332698.04, "steal": 371012.98, "guest": 5002.88, "guestNice": 0 }, "procStat": { "contextSwitches": 205700032326, "processCreated": 308513484, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 2290128, "available": 14033644, "buffers": 986312, "cached": 10939916, "active": 27589736, "inactive": 44055628, "swap": 120767284, "dirty": 924, "writeback": 52, "slab": 5989152 }, "cpuPressure": { "some": { "avg10": 12.69, "avg60": 9.63, "avg300": 4.44, "total": 764033579528 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 30.8, "avg60": 20.45, "avg300": 11.39, "total": 750860514660 }, "full": { "avg10": 24.92, "avg60": 17.01, "avg300": 10.09, "total": 394286382075 } }, "ioPressure": { "some": { "avg10": 25.89, "avg60": 16.36, "avg300": 7.98, "total": 375900373573 }, "full": { "avg10": 18.74, "avg60": 12.04, "avg300": 6.31, "total": 34584458345 } } }, { "timestamp": "2024-12-21T16:07:59.457017536Z", "cpuStat": { "user": 6775674.24, "nice": 444.2, "system": 6578312.69, "idle": 23743566.42, "iowait": 7532934.64, "irq": 0, "softirq": 332699.31, "steal": 371016.55, "guest": 5002.88, "guestNice": 0 }, "procStat": { "contextSwitches": 205700632423, "processCreated": 308514581, "processesRunning": 10 }, "memoryStat": { "total": 94733944, "free": 2138380, "available": 14023188, "buffers": 988268, "cached": 11078792, "active": 27659356, "inactive": 44158608, "swap": 120767284, "dirty": 1076, "writeback": 0, "slab": 5989468 }, "cpuPressure": { "some": { "avg10": 14.01, "avg60": 10.05, "avg300": 4.6, "total": 764034245873 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 27.95, "avg60": 20.58, "avg300": 11.55, "total": 750861403192 }, "full": { "avg10": 22.72, "avg60": 17.1, "avg300": 10.2, "total": 394287119628 } }, "ioPressure": { "some": { "avg10": 22.47, "avg60": 16.33, "avg300": 8.09, "total": 375901012177 }, "full": { "avg10": 16.24, "avg60": 12, "avg300": 6.38, "total": 34584922451 } } }, { "timestamp": "2024-12-21T16:08:00.163357552Z", "cpuStat": { "user": 6775677.65, "nice": 444.2, "system": 6578316.89, "idle": 23743577.63, "iowait": 7532936.85, "irq": 0, "softirq": 332699.55, "steal": 371018.95, "guest": 5002.88, "guestNice": 0 }, "procStat": { "contextSwitches": 205700737265, "processCreated": 308514679, "processesRunning": 16 }, "memoryStat": { "total": 94733944, "free": 2122808, "available": 14062500, "buffers": 988776, "cached": 11133620, "active": 27713004, "inactive": 44099972, "swap": 120767284, "dirty": 1076, "writeback": 0, "slab": 5989304 }, "cpuPressure": { "some": { "avg10": 14.01, "avg60": 10.05, "avg300": 4.6, "total": 764034276654 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 27.95, "avg60": 20.58, "avg300": 11.55, "total": 750861493037 }, "full": { "avg10": 22.72, "avg60": 17.1, "avg300": 10.2, "total": 394287199113 } }, "ioPressure": { "some": { "avg10": 22.47, "avg60": 16.33, "avg300": 8.09, "total": 375901110378 }, "full": { "avg10": 16.24, "avg60": 12, "avg300": 6.38, "total": 34584998006 } } } ] } } }