{ "builder": { "id": "" }, "buildType": "https://mobyproject.org/buildkit@v1", "materials": [ { "uri": "pkg:docker/mcr.microsoft.com/dotnet/aspnet@9.0?platform=linux%2Famd64", "digest": { "sha256": "d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07" } }, { "uri": "pkg:docker/mcr.microsoft.com/dotnet/sdk@9.0?platform=linux%2Famd64", "digest": { "sha256": "c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8" } } ], "invocation": { "configSource": { "entryPoint": "Dockerfile" }, "parameters": { "frontend": "dockerfile.v0", "locals": [ { "name": "context" }, { "name": "dockerfile" } ] }, "environment": { "platform": "linux/amd64" } }, "buildConfig": { "llbDefinition": [ { "id": "step0", "op": { "Op": { "source": { "identifier": "docker-image://mcr.microsoft.com/dotnet/aspnet:9.0@sha256:d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07", "attrs": { "image.resolvemode": "local" } } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} } }, { "id": "step1", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/app", "mode": 493, "makeParents": true, "owner": { "user": { "User": { "byId": 1654 } } }, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step0:0" ] }, { "id": "step2", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/app", "mode": 493, "makeParents": true, "owner": { "user": { "User": { "byId": 1654 } } }, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step1:0" ] }, { "id": "step3", "op": { "Op": { "source": { "identifier": "docker-image://mcr.microsoft.com/dotnet/sdk:9.0@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8", "attrs": { "image.resolvemode": "local" } } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} } }, { "id": "step4", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/src", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step3:0" ] }, { "id": "step5", "op": { "Op": { "source": { "identifier": "local://context", "attrs": { "local.excludepatterns": "[\"**/.dockerignore\",\"**/.env\",\"**/.git\",\"**/.gitignore\",\"**/.project\",\"**/.settings\",\"**/.toolstarget\",\"**/.vs\",\"**/.vscode\",\"**/.idea\",\"**/*.*proj.user\",\"**/*.dbmdl\",\"**/*.jfm\",\"**/azds.yaml\",\"**/bin\",\"**/charts\",\"**/docker-compose*\",\"**/Dockerfile*\",\"**/node_modules\",\"**/npm-debug.log\",\"**/obj\",\"**/secrets.dev.yaml\",\"**/values.dev.yaml\",\"LICENSE\",\"README.md\"]", "local.sharedkeyhint": "context" } } }, "constraints": {} } }, { "id": "step6", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/NeoClass.API/NeoClass.API.csproj", "dest": "/src/NeoClass/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step4:0", "step5:0" ] }, { "id": "step7", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet restore \"NeoClass/NeoClass.API.csproj\"" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step6:0" ] }, { "id": "step8", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/", "dest": "/src/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step7:0", "step5:0" ] }, { "id": "step9", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/src/NeoClass.API", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step8:0" ] }, { "id": "step10", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet build \"NeoClass.API.csproj\" -c $BUILD_CONFIGURATION -o /app/build" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.API", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step9:0" ] }, { "id": "step11", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet publish \"NeoClass.API.csproj\" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.API", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step10:0" ] }, { "id": "step12", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/app/publish", "dest": "/app/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step2:0", "step11:0" ] }, { "id": "step13", "op": { "Op": {} }, "inputs": [ "step12:0" ] } ], "digestMapping": { "sha256:1b47a34a74a9b3eec7403bf6c70a408c9a28587521a8ede9f0aabb2ee630c889": "step10", "sha256:2cfadc7785e2840b19c2303704a8cfe004f8b55b16b411b94b07343849cbc455": "step7", "sha256:4c8a630633a09e33cd5b7cb9b99d5b6865dcb43f547164fb989c1678f4fcae1a": "step6", "sha256:69a4da93a6da496e88e7abe04e3a9ecc0425f8a4d20d6c0d464a950178afaf49": "step11", "sha256:7064ed6cdab0203af2c72525c6b00fe024af64db0d46a3b53603755653ac395e": "step3", "sha256:8779bb92eac21f8a47222fddd37868b3adf13d1e1192898fc9cafc3dc21f9543": "step13", "sha256:9859074c4d3aba07627d5d9b6f01e3ba1c5c52fe7a706617ded1a3b69e5677b7": "step0", "sha256:a78aa915b76ed47725fcc254478b5f5e7bb660f127fd9b01029a36110710f4cc": "step5", "sha256:c455bc9fd3619cf0032effcd6457b916a636f3a7ccd74cfd02009f96b3f94f54": "step8", "sha256:ec9454566e87ea167defe782075ffca5f75263be7ee9579a0bbd58497f5e1a11": "step9", "sha256:ed985492537662f2edd0df3f2eade9653b4e08eddb0312eb51e93386643f012f": "step2", "sha256:edc617da65d0f8277a42861ac1fa06bbc9cf09a70010fdae18ef874d057c8ccd": "step12", "sha256:efd89050bd6a0ec338a3ab5709bcee166cdeca71e4cec2f0119fcaa846a6fd55": "step1", "sha256:ff35bacd3538d0fb0c2f79622f8a20ce794feb60002833e3dd385c05d8f2b597": "step4" } }, "metadata": { "buildInvocationID": "3ak65bgmip6tfbqwox68wc4ca", "buildStartedOn": "2025-05-31T19:54:31.606380102Z", "buildFinishedOn": "2025-05-31T19:56:49.402380057Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.API", "revision": "28db374cd62aeed593e7164045e97a568b19b88c", "source": "https://gitlab.com/mitsiosm/neoclass.git" }, "source": { "locations": { "step0": { "locations": [ { "ranges": [ { "start": { "line": 1 }, "end": { "line": 1 } } ] } ] }, "step1": { "locations": [ { "ranges": [ { "start": { "line": 3 }, "end": { "line": 3 } } ] } ] }, "step10": { "locations": [ { "ranges": [ { "start": { "line": 14 }, "end": { "line": 14 } } ] } ] }, "step11": { "locations": [ { "ranges": [ { "start": { "line": 18 }, "end": { "line": 18 } } ] } ] }, "step12": { "locations": [ { "ranges": [ { "start": { "line": 22 }, "end": { "line": 22 } } ] } ] }, "step2": { "locations": [ { "ranges": [ { "start": { "line": 21 }, "end": { "line": 21 } } ] } ] }, "step3": { "locations": [ { "ranges": [ { "start": { "line": 7 }, "end": { "line": 7 } } ] } ] }, "step4": { "locations": [ { "ranges": [ { "start": { "line": 9 }, "end": { "line": 9 } } ] } ] }, "step5": {}, "step6": { "locations": [ { "ranges": [ { "start": { "line": 10 }, "end": { "line": 10 } } ] } ] }, "step7": { "locations": [ { "ranges": [ { "start": { "line": 11 }, "end": { "line": 11 } } ] } ] }, "step8": { "locations": [ { "ranges": [ { "start": { "line": 12 }, "end": { "line": 12 } } ] } ] }, "step9": { "locations": [ { "ranges": [ { "start": { "line": 13 }, "end": { "line": 13 } } ] } ] } }, "infos": [ { "filename": "Dockerfile", "language": "Dockerfile", "data": "77u/RlJPTSBtY3IubWljcm9zb2Z0LmNvbS9kb3RuZXQvYXNwbmV0OjkuMCBBUyBiYXNlClVTRVIgJEFQUF9VSUQKV09SS0RJUiAvYXBwCkVYUE9TRSA4MDgwCkVYUE9TRSA4MDgxCgpGUk9NIG1jci5taWNyb3NvZnQuY29tL2RvdG5ldC9zZGs6OS4wIEFTIGJ1aWxkCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKV09SS0RJUiAvc3JjCkNPUFkgWyJOZW9DbGFzcy5BUEkvTmVvQ2xhc3MuQVBJLmNzcHJvaiIsICJOZW9DbGFzcy8iXQpSVU4gZG90bmV0IHJlc3RvcmUgIk5lb0NsYXNzL05lb0NsYXNzLkFQSS5jc3Byb2oiCkNPUFkgLiAuCldPUktESVIgIi9zcmMvTmVvQ2xhc3MuQVBJIgpSVU4gZG90bmV0IGJ1aWxkICJOZW9DbGFzcy5BUEkuY3Nwcm9qIiAtYyAkQlVJTERfQ09ORklHVVJBVElPTiAtbyAvYXBwL2J1aWxkCgpGUk9NIGJ1aWxkIEFTIHB1Ymxpc2gKQVJHIEJVSUxEX0NPTkZJR1VSQVRJT049UmVsZWFzZQpSVU4gZG90bmV0IHB1Ymxpc2ggIk5lb0NsYXNzLkFQSS5jc3Byb2oiIC1jICRCVUlMRF9DT05GSUdVUkFUSU9OIC1vIC9hcHAvcHVibGlzaCAvcDpVc2VBcHBIb3N0PWZhbHNlCgpGUk9NIGJhc2UgQVMgZmluYWwKV09SS0RJUiAvYXBwCkNPUFkgLS1mcm9tPXB1Ymxpc2ggL2FwcC9wdWJsaXNoIC4KRU5UUllQT0lOVCBbImRvdG5ldCIsICJOZW9DbGFzcy5BUEkuZGxsIl0=", "llbDefinition": [ { "id": "step0", "op": { "Op": { "source": { "identifier": "local://dockerfile", "attrs": { "local.differ": "none", "local.followpaths": "[\"Dockerfile\",\"Dockerfile.dockerignore\",\"dockerfile\"]", "local.sharedkeyhint": "dockerfile" } } }, "constraints": {} } }, { "id": "step1", "op": { "Op": {} }, "inputs": [ "step0:0" ] } ], "digestMapping": { "sha256:5d3b42d00c4a932240f7b04f94c0e6338c98d0ac266f337293a417d8d216b45d": "step0", "sha256:ebfcf05b0b36ffbc25374f3b13ee6eb283dbdbdef093ddc6f2493289e3f795d6": "step1" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 } ] ], "step10:0": [ [] ], "step11:0": [ [] ], "step12:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:78ec3240ac47c71cd881fcdd6254df4f7d89ea1f2d1acaab5e7a44659e54ea7b", "size": -1 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "size": -1 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", "size": -1 } ] ], "step3:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f5e09a6359e72169c189bdaa611cc090291f90c228da10102e0f90c3cf946f8b", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ee3c8d07351f9bd3066918ca7561b47c99968e24bb85a12d1e0226e6c5e94602", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7b48cc137b832541c5470bcf898e5eb8229ebb390302b598d48eb965cfee8225", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6de0e0a3063299b38df087cd47e08abcfe2f3b71463ba6d634af557f60073cdb", "size": -1 } ] ], "step4:0": [ [] ], "step5:0": [ [] ], "step6:0": [ [] ], "step7:0": [ [] ], "step8:0": [ [] ], "step9:0": [ [] ] }, "sysUsage": [ { "timestamp": "2025-05-31T19:54:33.384460953Z", "cpuStat": { "user": 34198267.1, "nice": 29203.55, "system": 41425218.06, "idle": 483433129.17, "iowait": 9445089.61, "irq": 0, "softirq": 1467025.4, "steal": 38069.32, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383764258485, "processCreated": 3301124103, "processesRunning": 14 }, "memoryStat": { "total": 154490964, "free": 1953768, "available": 20794212, "buffers": 821344, "cached": 15498868, "active": 62634852, "inactive": 27807124, "swap": 203074596, "dirty": 3720, "writeback": 80, "slab": 14102776 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236533237693 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.62, "avg60": 96.93, "avg300": 96.81, "total": 4416191247794 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183217465116 } }, "ioPressure": { "some": { "avg10": 3.09, "avg60": 4.16, "avg300": 4.85, "total": 2538112563007 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:54:41.386710828Z", "cpuStat": { "user": 34198308.61, "nice": 29203.58, "system": 41425269.39, "idle": 483433655.01, "iowait": 9445090.83, "irq": 0, "softirq": 1467027.79, "steal": 38069.36, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383766724849, "processCreated": 3301126648, "processesRunning": 18 }, "memoryStat": { "total": 154490964, "free": 1609820, "available": 20476088, "buffers": 825644, "cached": 15564228, "active": 63129036, "inactive": 27451532, "swap": 203074596, "dirty": 10280, "writeback": 0, "slab": 14102616 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236541239264 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.73, "avg60": 96.91, "avg300": 96.81, "total": 4416199010940 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183217580638 } }, "ioPressure": { "some": { "avg10": 3.32, "avg60": 4.08, "avg300": 4.82, "total": 2538112880544 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:54:49.484427742Z", "cpuStat": { "user": 34198353.51, "nice": 29203.63, "system": 41425322.48, "idle": 483434188.07, "iowait": 9445091.23, "irq": 0, "softirq": 1467029.45, "steal": 38069.4, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383768881586, "processCreated": 3301129181, "processesRunning": 26 }, "memoryStat": { "total": 154490964, "free": 1567164, "available": 20557900, "buffers": 825840, "cached": 15670592, "active": 63219188, "inactive": 27440192, "swap": 203074596, "dirty": 11784, "writeback": 28, "slab": 14103360 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236549336371 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.86, "avg60": 96.89, "avg300": 96.81, "total": 4416206878756 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183217705425 } }, "ioPressure": { "some": { "avg10": 3.14, "avg60": 3.94, "avg300": 4.77, "total": 2538113190178 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:54:57.882786679Z", "cpuStat": { "user": 34198396.33, "nice": 29203.68, "system": 41425371.85, "idle": 483434741.79, "iowait": 9445097.05, "irq": 0, "softirq": 1467030.8, "steal": 38069.43, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383771093245, "processCreated": 3301131552, "processesRunning": 38 }, "memoryStat": { "total": 154490964, "free": 1417228, "available": 20431608, "buffers": 827620, "cached": 15689352, "active": 62784860, "inactive": 27966460, "swap": 203074596, "dirty": 17512, "writeback": 0, "slab": 14103052 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236557734194 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.83, "avg60": 96.88, "avg300": 96.81, "total": 4416215065125 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183217822277 } }, "ioPressure": { "some": { "avg10": 3.72, "avg60": 3.95, "avg300": 4.75, "total": 2538113591417 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:55:06.184554562Z", "cpuStat": { "user": 34198439.88, "nice": 29203.74, "system": 41425419.8, "idle": 483435283.24, "iowait": 9445104.9, "irq": 0, "softirq": 1467032.22, "steal": 38069.48, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383773311653, "processCreated": 3301134187, "processesRunning": 52 }, "memoryStat": { "total": 154490964, "free": 1251712, "available": 20301260, "buffers": 828584, "cached": 15721624, "active": 63164280, "inactive": 27701512, "swap": 203074596, "dirty": 37048, "writeback": 32, "slab": 14103176 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236566035412 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.74, "avg60": 96.86, "avg300": 96.8, "total": 4416223130205 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183217935586 } }, "ioPressure": { "some": { "avg10": 4.53, "avg60": 4.12, "avg300": 4.76, "total": 2538114024977 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:55:16.382760201Z", "cpuStat": { "user": 34198494.64, "nice": 29203.82, "system": 41425476.41, "idle": 483435944.89, "iowait": 9445127.55, "irq": 0, "softirq": 1467034.04, "steal": 38069.58, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383775605117, "processCreated": 3301137157, "processesRunning": 82 }, "memoryStat": { "total": 154490964, "free": 1246656, "available": 19599156, "buffers": 826452, "cached": 15772160, "active": 63205164, "inactive": 27893068, "swap": 203074596, "dirty": 42964, "writeback": 0, "slab": 14103140 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236576232799 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.91, "avg60": 96.83, "avg300": 96.8, "total": 4416233001415 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183218082416 } }, "ioPressure": { "some": { "avg10": 5.65, "avg60": 4.44, "avg300": 4.81, "total": 2538114689807 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:55:24.58328122Z", "cpuStat": { "user": 34198538.65, "nice": 29203.88, "system": 41425527.74, "idle": 483436468.31, "iowait": 9445142.37, "irq": 0, "softirq": 1467036.93, "steal": 38069.65, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383778141442, "processCreated": 3301139692, "processesRunning": 35 }, "memoryStat": { "total": 154490964, "free": 1663004, "available": 20697700, "buffers": 810260, "cached": 15717448, "active": 62645752, "inactive": 27959212, "swap": 203074596, "dirty": 27048, "writeback": 0, "slab": 14102956 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236584432418 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.43, "avg60": 96.95, "avg300": 96.83, "total": 4416241052555 }, "full": { "avg10": 1.09, "avg60": 1.02, "avg300": 1, "total": 183218214400 } }, "ioPressure": { "some": { "avg10": 5.84, "avg60": 4.63, "avg300": 4.84, "total": 2538115221419 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:55:32.683859784Z", "cpuStat": { "user": 34198593.21, "nice": 29203.96, "system": 41425577.84, "idle": 483436977.59, "iowait": 9445155.68, "irq": 0, "softirq": 1467040.03, "steal": 38069.69, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383780901333, "processCreated": 3301141801, "processesRunning": 47 }, "memoryStat": { "total": 154490964, "free": 1637480, "available": 20750536, "buffers": 811420, "cached": 15802068, "active": 63148396, "inactive": 27481960, "swap": 203074596, "dirty": 83764, "writeback": 40, "slab": 14102860 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236592528791 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.78, "avg60": 96.86, "avg300": 96.81, "total": 4416248885477 }, "full": { "avg10": 1.04, "avg60": 1.02, "avg300": 1, "total": 183218330900 } }, "ioPressure": { "some": { "avg10": 6.11, "avg60": 4.84, "avg300": 4.88, "total": 2538115752439 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:55:40.685956789Z", "cpuStat": { "user": 34198635.18, "nice": 29204, "system": 41425626.68, "idle": 483437487.85, "iowait": 9445172.95, "irq": 0, "softirq": 1467042.49, "steal": 38069.74, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383783406205, "processCreated": 3301144173, "processesRunning": 13 }, "memoryStat": { "total": 154490964, "free": 1416756, "available": 20570720, "buffers": 815576, "cached": 15876500, "active": 63301000, "inactive": 27513016, "swap": 203074596, "dirty": 6824, "writeback": 4, "slab": 14102672 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236600530339 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.69, "avg60": 96.85, "avg300": 96.81, "total": 4416256665492 }, "full": { "avg10": 1.01, "avg60": 1.02, "avg300": 1, "total": 183218451822 } }, "ioPressure": { "some": { "avg10": 7.11, "avg60": 5.2, "avg300": 4.96, "total": 2538116407857 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:55:48.688248044Z", "cpuStat": { "user": 34198677.04, "nice": 29204.05, "system": 41425676.57, "idle": 483437992.96, "iowait": 9445195.49, "irq": 0, "softirq": 1467044.12, "steal": 38069.81, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383785608989, "processCreated": 3301146868, "processesRunning": 13 }, "memoryStat": { "total": 154490964, "free": 2032308, "available": 20987204, "buffers": 796908, "cached": 15719812, "active": 63029332, "inactive": 27351568, "swap": 203074596, "dirty": 1336, "writeback": 0, "slab": 14103200 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236608532128 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.27, "avg60": 96.77, "avg300": 96.79, "total": 4416264394767 }, "full": { "avg10": 1.15, "avg60": 1.04, "avg300": 1, "total": 183218588058 } }, "ioPressure": { "some": { "avg10": 8.11, "avg60": 5.65, "avg300": 5.06, "total": 2538117149639 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:56:00.785397983Z", "cpuStat": { "user": 34198745.58, "nice": 29204.12, "system": 41425748.18, "idle": 483438749.31, "iowait": 9445240.41, "irq": 0, "softirq": 1467046.04, "steal": 38069.86, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383788861261, "processCreated": 3301150314, "processesRunning": 34 }, "memoryStat": { "total": 154490964, "free": 1486148, "available": 20496116, "buffers": 798264, "cached": 15802428, "active": 63793620, "inactive": 26900860, "swap": 203074596, "dirty": 4348, "writeback": 0, "slab": 14104180 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236620725221 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.13, "avg60": 96.63, "avg300": 96.76, "total": 4416276172839 }, "full": { "avg10": 1.04, "avg60": 1.03, "avg300": 1, "total": 183218751898 } }, "ioPressure": { "some": { "avg10": 9.76, "avg60": 6.5, "avg300": 5.27, "total": 2538118441769 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:56:08.787489578Z", "cpuStat": { "user": 34198785.58, "nice": 29204.17, "system": 41425805.01, "idle": 483439225.18, "iowait": 9445293.24, "irq": 0, "softirq": 1467047.4, "steal": 38069.89, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383790946882, "processCreated": 3301152957, "processesRunning": 15 }, "memoryStat": { "total": 154490964, "free": 1485340, "available": 20587288, "buffers": 800208, "cached": 15909104, "active": 63291776, "inactive": 27356500, "swap": 203074596, "dirty": 10860, "writeback": 272, "slab": 14104000 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7236628628199 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 94.5, "avg60": 96.2, "avg300": 96.66, "total": 4416283574284 }, "full": { "avg10": 1.02, "avg60": 1.03, "avg300": 1, "total": 183218882049 } }, "ioPressure": { "some": { "avg10": 12.42, "avg60": 7.47, "avg300": 5.52, "total": 2538119637228 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:56:16.789407589Z", "cpuStat": { "user": 34198831.8, "nice": 29204.2, "system": 41425862.3, "idle": 483439682.92, "iowait": 9445358.25, "irq": 0, "softirq": 1467048.87, "steal": 38069.96, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383793050000, "processCreated": 3301155565, "processesRunning": 22 }, "memoryStat": { "total": 154490964, "free": 1753408, "available": 20856896, "buffers": 801320, "cached": 15797480, "active": 63454552, "inactive": 26918340, "swap": 203074596, "dirty": 3360, "writeback": 120, "slab": 14103248 }, "cpuPressure": { "some": { "avg10": 99.12, "avg60": 99.02, "avg300": 99, "total": 7236636629719 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 93.37, "avg60": 95.74, "avg300": 96.55, "total": 4416291021609 }, "full": { "avg10": 1, "avg60": 1.02, "avg300": 1, "total": 183219016746 } }, "ioPressure": { "some": { "avg10": 14.94, "avg60": 8.66, "avg300": 5.83, "total": 2538121041397 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:56:24.79238348Z", "cpuStat": { "user": 34198872.77, "nice": 29204.25, "system": 41425917.13, "idle": 483440181.98, "iowait": 9445382.78, "irq": 0, "softirq": 1467051.31, "steal": 38069.98, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383795623574, "processCreated": 3301157988, "processesRunning": 15 }, "memoryStat": { "total": 154490964, "free": 1790008, "available": 20904504, "buffers": 802996, "cached": 15844224, "active": 63127284, "inactive": 27181064, "swap": 203074596, "dirty": 2132, "writeback": 80, "slab": 14103296 }, "cpuPressure": { "some": { "avg10": 99.05, "avg60": 99.02, "avg300": 99, "total": 7236644631903 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 94.17, "avg60": 95.59, "avg300": 96.49, "total": 4416298623438 }, "full": { "avg10": 1, "avg60": 1.02, "avg300": 1, "total": 183219143827 } }, "ioPressure": { "some": { "avg10": 11.64, "avg60": 8.75, "avg300": 5.93, "total": 2538121824653 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:56:32.88365128Z", "cpuStat": { "user": 34198919.93, "nice": 29204.3, "system": 41425970.43, "idle": 483440672.85, "iowait": 9445417.56, "irq": 0, "softirq": 1467054.35, "steal": 38070.02, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383798448206, "processCreated": 3301160385, "processesRunning": 65 }, "memoryStat": { "total": 154490964, "free": 1763068, "available": 20907360, "buffers": 803852, "cached": 15908544, "active": 62660800, "inactive": 27684024, "swap": 203074596, "dirty": 8552, "writeback": 44, "slab": 14103712 }, "cpuPressure": { "some": { "avg10": 99.02, "avg60": 99.02, "avg300": 99, "total": 7236652722840 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 94.44, "avg60": 95.48, "avg300": 96.45, "total": 4416306344769 }, "full": { "avg10": 1, "avg60": 1.02, "avg300": 1, "total": 183219262989 } }, "ioPressure": { "some": { "avg10": 11.53, "avg60": 9.07, "avg300": 6.08, "total": 2538122779548 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:56:40.886035404Z", "cpuStat": { "user": 34198969.73, "nice": 29204.35, "system": 41426021.03, "idle": 483441133.58, "iowait": 9445473.36, "irq": 0, "softirq": 1467056.92, "steal": 38070.07, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383801037141, "processCreated": 3301162993, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1418316, "available": 20670924, "buffers": 804376, "cached": 16037352, "active": 63643624, "inactive": 27043760, "swap": 203074596, "dirty": 4776, "writeback": 8, "slab": 14103616 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7236660721576 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 93.09, "avg60": 95.05, "avg300": 96.32, "total": 4416313745736 }, "full": { "avg10": 1, "avg60": 1.01, "avg300": 1, "total": 183219374482 } }, "ioPressure": { "some": { "avg10": 13.67, "avg60": 9.84, "avg300": 6.33, "total": 2538124042379 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:56:48.889493813Z", "cpuStat": { "user": 34199009.88, "nice": 29204.38, "system": 41426071.79, "idle": 483441628.15, "iowait": 9445508.58, "irq": 0, "softirq": 1467058.56, "steal": 38070.1, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383803245220, "processCreated": 3301165461, "processesRunning": 24 }, "memoryStat": { "total": 154490964, "free": 1631296, "available": 21019048, "buffers": 805716, "cached": 16032012, "active": 62793604, "inactive": 27700808, "swap": 203074596, "dirty": 244, "writeback": 116, "slab": 14103500 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7236668724726 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 94.1, "avg60": 94.96, "avg300": 96.27, "total": 4416321340790 }, "full": { "avg10": 1, "avg60": 1.01, "avg300": 1, "total": 183219503205 } }, "ioPressure": { "some": { "avg10": 11.8, "avg60": 10, "avg300": 6.46, "total": 2538124968575 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T19:56:49.402740316Z", "cpuStat": { "user": 34199012.19, "nice": 29204.38, "system": 41426075.17, "idle": 483441661.44, "iowait": 9445509.15, "irq": 0, "softirq": 1467058.64, "steal": 38070.1, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1383803406068, "processCreated": 3301165630, "processesRunning": 7 }, "memoryStat": { "total": 154490964, "free": 1574036, "available": 21017380, "buffers": 806204, "cached": 16087144, "active": 62882944, "inactive": 27590152, "swap": 203074596, "dirty": 1096, "writeback": 0, "slab": 14103356 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7236669237848 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 94.1, "avg60": 94.96, "avg300": 96.27, "total": 4416321852805 }, "full": { "avg10": 1, "avg60": 1.01, "avg300": 1, "total": 183219510876 } }, "ioPressure": { "some": { "avg10": 11.8, "avg60": 10, "avg300": 6.46, "total": 2538125002330 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } } ] } } }