Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9c7c3c967bf722a107181d7a95398e154c96850e Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14951363335163076161.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2160782231886372569.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5785265008370223570.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4540022963481213133.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11275960092713512684.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-104 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/oundry_go-mod-configuration_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9c7c3c967bf722a107181d7a95398e154c96850e (main) Commit message: "Merge pull request #195 from edgexfoundry/dependabot/go_modules/golang.org/x/net-0.38.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 9c7c3c967bf722a107181d7a95398e154c96850e # timeout=10 > git rev-list --no-walk 342f2a1c9bcd6b819369f18657b32d75e5f4a87b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-04-18T11:46:45.151Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-04-18T11:46:45.248Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-04-18T11:46:45.277Z] ========================================================= [2025-04-18T11:46:45.277Z] EdgeX Global Pipelines Version Info [2025-04-18T11:46:45.277Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:46:46.003Z] ------------------- [2025-04-18T11:46:46.004Z] stable info: [2025-04-18T11:46:46.004Z] ------------------- [2025-04-18T11:46:46.004Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-18T11:46:46.004Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-04-18T11:46:46.004Z] Message: update stable to v1.0.274 [2025-04-18T11:46:46.957Z] ------------------- [2025-04-18T11:46:46.957Z] experimental info: [2025-04-18T11:46:46.957Z] ------------------- [2025-04-18T11:46:46.957Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-18T11:46:46.957Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-04-18T11:46:46.957Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-04-18T11:46:47.037Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2025-04-18T11:46:47.059Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2025-04-18T11:46:47.081Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-04-18T11:46:47.103Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-04-18T11:46:47.129Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-04-18T11:46:47.152Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-04-18T11:46:47.171Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-04-18T11:46:47.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-04-18T11:46:47.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-04-18T11:46:47.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-04-18T11:46:47.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-04-18T11:46:47.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo [2025-04-18T11:46:47.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-04-18T11:46:47.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-04-18T11:46:47.361Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2025-04-18T11:46:47.387Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-04-18T11:46:47.411Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-04-18T11:46:47.433Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-04-18T11:46:47.460Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-04-18T11:46:47.488Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-04-18T11:46:47.513Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-04-18T11:46:47.538Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-04-18T11:46:47.556Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-04-18T11:46:47.580Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-04-18T11:46:47.608Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2025-04-18T11:46:47.634Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-04-18T11:46:47.655Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-04-18T11:46:47.682Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-04-18T11:46:47.707Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-04-18T11:46:47.735Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-04-18T11:46:47.759Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] echo [2025-04-18T11:46:47.784Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c7c3c9 [Pipeline] echo [2025-04-18T11:46:47.808Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-04-18T11:46:48.184Z] + git rev-list -1 --merges 9c7c3c967bf722a107181d7a95398e154c96850e~1..9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] echo [2025-04-18T11:46:48.200Z] -----------> git rev-list -1 --merges 9c7c3c967bf722a107181d7a95398e154c96850e~1..9c7c3c967bf722a107181d7a95398e154c96850e 9c7c3c967bf722a107181d7a95398e154c96850e [2025-04-18T11:46:48.200Z] 9c7c3c967bf722a107181d7a95398e154c96850e [false] [Pipeline] sh [2025-04-18T11:46:48.493Z] + git log --format=format:%s -1 9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] echo [2025-04-18T11:46:48.510Z] ========================================================= [2025-04-18T11:46:48.510Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-18T11:46:48.510Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-18T11:46:48.869Z] + git log --format=format:%s -1 9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] echo [2025-04-18T11:46:48.882Z] [semverPrep] GIT_COMMIT: 9c7c3c967bf722a107181d7a95398e154c96850e, Commit Message: Merge pull request #195 from edgexfoundry/dependabot/go_modules/golang.org/x/net-0.38.0 [Pipeline] echo [2025-04-18T11:46:48.894Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-04-18T11:46:49.261Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-18T11:46:49.261Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-04-18T11:46:49.261Z] + [ -e /tmp/ssh_known_hosts ] [2025-04-18T11:46:49.261Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-04-18T11:46:49.261Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-04-18T11:46:49.261Z] sudo tee -a /etc/ssh/ssh_known_hosts [2025-04-18T11:46:49.261Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:46:49.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T11:46:49.670Z] [2025-04-18T11:46:49.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:46:49.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T11:46:49.972Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-04-18T11:46:49.972Z] b85a868b505f: Pulling fs layer [2025-04-18T11:46:49.972Z] e2be974225ed: Pulling fs layer [2025-04-18T11:46:49.972Z] 339a4e72a1f5: Pulling fs layer [2025-04-18T11:46:49.972Z] 988bab9f4d93: Pulling fs layer [2025-04-18T11:46:49.972Z] 1469e6f7b9e6: Pulling fs layer [2025-04-18T11:46:49.972Z] 988bab9f4d93: Waiting [2025-04-18T11:46:49.972Z] 1469e6f7b9e6: Waiting [2025-04-18T11:46:49.972Z] eaf3925da568: Pulling fs layer [2025-04-18T11:46:49.972Z] bab4dde63d76: Pulling fs layer [2025-04-18T11:46:49.972Z] eaf3925da568: Waiting [2025-04-18T11:46:49.972Z] bde34c3a00c8: Pulling fs layer [2025-04-18T11:46:49.972Z] b352a97aabf1: Pulling fs layer [2025-04-18T11:46:49.972Z] bab4dde63d76: Waiting [2025-04-18T11:46:49.972Z] bde34c3a00c8: Waiting [2025-04-18T11:46:49.972Z] 4872d77fe225: Pulling fs layer [2025-04-18T11:46:49.972Z] 5851b861e8e6: Pulling fs layer [2025-04-18T11:46:49.972Z] 5851b861e8e6: Waiting [2025-04-18T11:46:49.972Z] 4872d77fe225: Waiting [2025-04-18T11:46:49.972Z] b352a97aabf1: Waiting [2025-04-18T11:46:50.233Z] e2be974225ed: Verifying Checksum [2025-04-18T11:46:50.233Z] e2be974225ed: Download complete [2025-04-18T11:46:50.233Z] 988bab9f4d93: Verifying Checksum [2025-04-18T11:46:50.233Z] 988bab9f4d93: Download complete [2025-04-18T11:46:50.233Z] 1469e6f7b9e6: Verifying Checksum [2025-04-18T11:46:50.233Z] 1469e6f7b9e6: Download complete [2025-04-18T11:46:50.233Z] eaf3925da568: Verifying Checksum [2025-04-18T11:46:50.233Z] eaf3925da568: Download complete [2025-04-18T11:46:50.233Z] 339a4e72a1f5: Verifying Checksum [2025-04-18T11:46:50.233Z] 339a4e72a1f5: Download complete [2025-04-18T11:46:50.233Z] bde34c3a00c8: Download complete [2025-04-18T11:46:50.233Z] b352a97aabf1: Download complete [2025-04-18T11:46:50.233Z] 4872d77fe225: Verifying Checksum [2025-04-18T11:46:50.233Z] 4872d77fe225: Download complete [2025-04-18T11:46:50.233Z] 5851b861e8e6: Verifying Checksum [2025-04-18T11:46:50.233Z] 5851b861e8e6: Download complete [2025-04-18T11:46:50.233Z] b85a868b505f: Verifying Checksum [2025-04-18T11:46:50.233Z] b85a868b505f: Download complete [2025-04-18T11:46:50.492Z] bab4dde63d76: Verifying Checksum [2025-04-18T11:46:50.492Z] bab4dde63d76: Download complete [2025-04-18T11:46:51.869Z] b85a868b505f: Pull complete [2025-04-18T11:46:51.869Z] e2be974225ed: Pull complete [2025-04-18T11:46:52.129Z] 339a4e72a1f5: Pull complete [2025-04-18T11:46:52.129Z] 988bab9f4d93: Pull complete [2025-04-18T11:46:52.388Z] 1469e6f7b9e6: Pull complete [2025-04-18T11:46:52.647Z] eaf3925da568: Pull complete [2025-04-18T11:46:54.020Z] bab4dde63d76: Pull complete [2025-04-18T11:46:54.020Z] bde34c3a00c8: Pull complete [2025-04-18T11:46:54.280Z] b352a97aabf1: Pull complete [2025-04-18T11:46:54.280Z] 4872d77fe225: Pull complete [2025-04-18T11:46:54.280Z] 5851b861e8e6: Pull complete [2025-04-18T11:46:54.280Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-04-18T11:46:54.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T11:46:54.280Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:46:54.387Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:46:54.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-18T11:46:55.519Z] $ docker top f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-18T11:46:55.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T11:46:55.622Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T11:46:55.722Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T11:46:55.725Z] $ docker exec f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 ssh-agent [2025-04-18T11:46:55.825Z] SSH_AUTH_SOCK=/tmp/ssh-ScR8SXFoL1x7/agent.32 [2025-04-18T11:46:55.825Z] SSH_AGENT_PID=38 [2025-04-18T11:46:55.832Z] Running ssh-add (command line suppressed) [2025-04-18T11:46:55.941Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_10487004619826272545.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_10487004619826272545.key) [2025-04-18T11:46:55.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T11:46:56.253Z] + git tag --points-at HEAD [Pipeline] } [2025-04-18T11:46:56.266Z] $ docker exec --env ******** --env ******** f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 ssh-agent -k [2025-04-18T11:46:56.376Z] unset SSH_AUTH_SOCK; [2025-04-18T11:46:56.376Z] unset SSH_AGENT_PID; [2025-04-18T11:46:56.376Z] echo Agent pid 38 killed; [2025-04-18T11:46:56.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-04-18T11:46:56.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T11:46:56.427Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T11:46:56.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T11:46:56.536Z] $ docker exec f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 ssh-agent [2025-04-18T11:46:56.633Z] SSH_AUTH_SOCK=/tmp/ssh-29c1oI3JhBh6/agent.71 [2025-04-18T11:46:56.633Z] SSH_AGENT_PID=77 [2025-04-18T11:46:56.637Z] Running ssh-add (command line suppressed) [2025-04-18T11:46:56.747Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_3528325230793486201.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_3528325230793486201.key) [2025-04-18T11:46:56.759Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T11:46:57.053Z] + git semver init [2025-04-18T11:46:57.312Z] 2025-04-18 11:46:57,209 [run_init] DEBUG init version:0.0.0 force:False [2025-04-18T11:46:57.312Z] 2025-04-18 11:46:57,210 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver [2025-04-18T11:46:57.312Z] 2025-04-18 11:46:57,210 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver [2025-04-18T11:46:57.312Z] 2025-04-18 11:46:57,211 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/oundry_go-mod-configuration_main/.semver'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2025-04-18T11:46:58.249Z] 2025-04-18 11:46:57,944 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude [2025-04-18T11:46:58.249Z] 2025-04-18 11:46:57,945 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False [2025-04-18T11:46:58.249Z] 2025-04-18 11:46:57,945 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:46:58.249Z] 2025-04-18 11:46:57,945 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:46:58.249Z] 4.1.0-dev.2 [Pipeline] } [2025-04-18T11:46:58.258Z] $ docker exec --env ******** --env ******** f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 ssh-agent -k [2025-04-18T11:46:58.369Z] unset SSH_AUTH_SOCK; [2025-04-18T11:46:58.370Z] unset SSH_AGENT_PID; [2025-04-18T11:46:58.370Z] echo Agent pid 77 killed; [2025-04-18T11:46:58.467Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T11:46:58.787Z] + git semver [Pipeline] } [2025-04-18T11:46:59.060Z] $ docker stop --time=1 f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 [2025-04-18T11:47:00.295Z] $ docker rm -f --volumes f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-18T11:47:00.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-04-18T11:47:00.878Z] Stashed 1 file(s) [Pipeline] echo [2025-04-18T11:47:00.882Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2025-04-18T11:47:01.193Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-18T11:47:01.207Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-18T11:47:01.220Z] ========================================================= [2025-04-18T11:47:01.220Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-04-18T11:47:01.220Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2025-04-18T11:47:01.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-18T11:47:01.523Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-04-18T11:47:01.523Z] 0a9a5dfd008f: Pulling fs layer [2025-04-18T11:47:01.523Z] dbfa0bcfca99: Pulling fs layer [2025-04-18T11:47:01.523Z] 70eabb1d9476: Pulling fs layer [2025-04-18T11:47:01.523Z] 957bedc73fa3: Pulling fs layer [2025-04-18T11:47:01.523Z] 4f4fb700ef54: Pulling fs layer [2025-04-18T11:47:01.523Z] f40432e63723: Pulling fs layer [2025-04-18T11:47:01.523Z] 90b4343acab7: Pulling fs layer [2025-04-18T11:47:01.523Z] 9f67ea4ac784: Pulling fs layer [2025-04-18T11:47:01.523Z] 9228b9a606be: Pulling fs layer [2025-04-18T11:47:01.523Z] f40432e63723: Waiting [2025-04-18T11:47:01.523Z] 957bedc73fa3: Waiting [2025-04-18T11:47:01.523Z] 4f4fb700ef54: Waiting [2025-04-18T11:47:01.523Z] 9228b9a606be: Waiting [2025-04-18T11:47:01.523Z] dbfa0bcfca99: Verifying Checksum [2025-04-18T11:47:01.523Z] dbfa0bcfca99: Download complete [2025-04-18T11:47:01.523Z] 957bedc73fa3: Verifying Checksum [2025-04-18T11:47:01.523Z] 957bedc73fa3: Download complete [2025-04-18T11:47:01.523Z] 4f4fb700ef54: Verifying Checksum [2025-04-18T11:47:01.523Z] 4f4fb700ef54: Download complete [2025-04-18T11:47:01.523Z] f40432e63723: Download complete [2025-04-18T11:47:01.523Z] 0a9a5dfd008f: Download complete [2025-04-18T11:47:01.523Z] 90b4343acab7: Verifying Checksum [2025-04-18T11:47:01.523Z] 90b4343acab7: Download complete [2025-04-18T11:47:01.781Z] 0a9a5dfd008f: Pull complete [2025-04-18T11:47:01.781Z] 9228b9a606be: Verifying Checksum [2025-04-18T11:47:01.781Z] 9228b9a606be: Download complete [2025-04-18T11:47:01.781Z] dbfa0bcfca99: Pull complete [2025-04-18T11:47:02.038Z] 70eabb1d9476: Download complete [2025-04-18T11:47:02.295Z] 9f67ea4ac784: Verifying Checksum [2025-04-18T11:47:02.295Z] 9f67ea4ac784: Download complete [2025-04-18T11:47:05.585Z] 70eabb1d9476: Pull complete [2025-04-18T11:47:05.585Z] 957bedc73fa3: Pull complete [2025-04-18T11:47:05.585Z] 4f4fb700ef54: Pull complete [2025-04-18T11:47:05.585Z] f40432e63723: Pull complete [2025-04-18T11:47:05.585Z] 90b4343acab7: Pull complete [2025-04-18T11:47:08.112Z] 9f67ea4ac784: Pull complete [2025-04-18T11:47:08.370Z] 9228b9a606be: Pull complete [2025-04-18T11:47:08.370Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-04-18T11:47:08.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-18T11:47:08.370Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh [2025-04-18T11:47:08.657Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:47:08.961Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-18T11:47:08.961Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:47:09.041Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:47:09.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-04-18T11:47:10.645Z] $ docker top a7db24023ec1645afd6b90506bcc45e79bc7d2d5a4c7a690b039803a4564994b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T11:47:10.996Z] + go version [2025-04-18T11:47:10.996Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-04-18T11:47:11.010Z] $ docker stop --time=1 a7db24023ec1645afd6b90506bcc45e79bc7d2d5a4c7a690b039803a4564994b [2025-04-18T11:47:12.311Z] $ docker rm -f --volumes a7db24023ec1645afd6b90506bcc45e79bc7d2d5a4c7a690b039803a4564994b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:47:12.756Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-18T11:47:12.756Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:47:12.832Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:47:12.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-04-18T11:47:13.165Z] $ docker top a447436194aba18a8e6f98949b7cc8b029f396a8e9e020e8db3c58cc743fbc49 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T11:47:13.513Z] + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh [2025-04-18T11:47:13.813Z] + make test [2025-04-18T11:47:13.813Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2025-04-18T11:47:13.813Z] go: downloading github.com/stretchr/testify v1.10.0 [2025-04-18T11:47:13.813Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.1 [2025-04-18T11:47:13.813Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.2 [2025-04-18T11:47:14.070Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2025-04-18T11:47:14.070Z] go: downloading github.com/spf13/cast v1.7.1 [2025-04-18T11:47:14.070Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2025-04-18T11:47:14.070Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2025-04-18T11:47:14.070Z] go: downloading github.com/stretchr/objx v0.5.2 [2025-04-18T11:47:14.070Z] go: downloading github.com/go-playground/validator/v10 v10.25.0 [2025-04-18T11:47:14.070Z] go: downloading github.com/google/uuid v1.6.0 [2025-04-18T11:47:14.070Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2025-04-18T11:47:14.070Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2025-04-18T11:47:14.070Z] go: downloading github.com/x448/float16 v0.8.4 [2025-04-18T11:47:14.070Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.8 [2025-04-18T11:47:14.070Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2025-04-18T11:47:14.070Z] go: downloading github.com/leodido/go-urn v1.4.0 [2025-04-18T11:47:14.070Z] go: downloading golang.org/x/crypto v0.36.0 [2025-04-18T11:47:14.070Z] go: downloading golang.org/x/text v0.23.0 [2025-04-18T11:47:14.328Z] go: downloading github.com/go-playground/locales v0.14.1 [2025-04-18T11:47:14.328Z] go: downloading golang.org/x/net v0.38.0 [2025-04-18T11:47:14.328Z] go: downloading golang.org/x/sys v0.31.0 [2025-04-18T11:47:14.587Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2025-04-18T11:47:14.845Z] go: downloading golang.org/x/sync v0.12.0 [2025-04-18T11:47:14.845Z] go: downloading github.com/gorilla/websocket v1.5.3 [2025-04-18T11:47:22.951Z] github.com/edgexfoundry/go-mod-configuration/v4/configuration/mocks coverage: 0.0% of statements [2025-04-18T11:47:22.951Z] ok github.com/edgexfoundry/go-mod-configuration/v4/configuration 0.005s coverage: 83.3% of statements [2025-04-18T11:47:23.208Z] ok github.com/edgexfoundry/go-mod-configuration/v4/internal/pkg/keeper 0.028s coverage: 58.4% of statements [2025-04-18T11:47:23.208Z] ok github.com/edgexfoundry/go-mod-configuration/v4/pkg/types 0.005s coverage: 100.0% of statements [2025-04-18T11:47:35.413Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2025-04-18T11:47:36.786Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-18T11:47:36.786Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2025-04-18T11:47:36.798Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-04-18T11:47:36.814Z] $ docker stop --time=1 a447436194aba18a8e6f98949b7cc8b029f396a8e9e020e8db3c58cc743fbc49 [2025-04-18T11:47:38.840Z] $ docker rm -f --volumes a447436194aba18a8e6f98949b7cc8b029f396a8e9e020e8db3c58cc743fbc49 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-18T11:47:39.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-04-18T11:47:39.430Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:47:39.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T11:47:39.949Z] [2025-04-18T11:47:39.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:47:40.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T11:47:40.250Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-18T11:47:40.250Z] 5eb5b503b376: Pulling fs layer [2025-04-18T11:47:40.250Z] 5c69ac0246d0: Pulling fs layer [2025-04-18T11:47:40.250Z] ec43610c2a17: Pulling fs layer [2025-04-18T11:47:40.250Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-18T11:47:40.250Z] 33b1e0a273af: Pulling fs layer [2025-04-18T11:47:40.250Z] 5d3b04190fa2: Pulling fs layer [2025-04-18T11:47:40.250Z] 2f39f015ded8: Pulling fs layer [2025-04-18T11:47:40.250Z] 33b1e0a273af: Waiting [2025-04-18T11:47:40.250Z] 3a2ae6a8a46f: Waiting [2025-04-18T11:47:40.250Z] 5d3b04190fa2: Waiting [2025-04-18T11:47:40.250Z] 2f39f015ded8: Waiting [2025-04-18T11:47:40.250Z] 5c69ac0246d0: Download complete [2025-04-18T11:47:40.250Z] 3a2ae6a8a46f: Download complete [2025-04-18T11:47:40.250Z] 33b1e0a273af: Verifying Checksum [2025-04-18T11:47:40.250Z] 33b1e0a273af: Download complete [2025-04-18T11:47:40.250Z] 5d3b04190fa2: Verifying Checksum [2025-04-18T11:47:40.250Z] 5d3b04190fa2: Download complete [2025-04-18T11:47:40.250Z] ec43610c2a17: Verifying Checksum [2025-04-18T11:47:40.250Z] ec43610c2a17: Download complete [2025-04-18T11:47:40.508Z] 5eb5b503b376: Verifying Checksum [2025-04-18T11:47:40.508Z] 5eb5b503b376: Download complete [2025-04-18T11:47:41.074Z] 2f39f015ded8: Download complete [2025-04-18T11:47:41.651Z] 5eb5b503b376: Pull complete [2025-04-18T11:47:41.651Z] 5c69ac0246d0: Pull complete [2025-04-18T11:47:42.220Z] ec43610c2a17: Pull complete [2025-04-18T11:47:42.220Z] 3a2ae6a8a46f: Pull complete [2025-04-18T11:47:42.478Z] 33b1e0a273af: Pull complete [2025-04-18T11:47:42.478Z] 5d3b04190fa2: Pull complete [2025-04-18T11:47:46.664Z] 2f39f015ded8: Pull complete [2025-04-18T11:47:46.664Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-18T11:47:46.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T11:47:46.664Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:47:46.768Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:47:46.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-04-18T11:47:47.969Z] $ docker top 943acfb19280ef686fb9aae66c4b24e64b29f1d2643c97db250affa25dc587a1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:47:48.371Z] ---> job-cost.sh [2025-04-18T11:47:48.371Z] lf-activate-venv: SKIPPING [2025-04-18T11:47:48.371Z] INFO: No Stack... [2025-04-18T11:47:48.631Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-18T11:47:49.199Z] INFO: Archiving Costs [Pipeline] sh [2025-04-18T11:47:49.490Z] + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv [2025-04-18T11:47:49.491Z] + cut -d, -f6 [Pipeline] lock [2025-04-18T11:47:49.506Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-98-stack-cost] [2025-04-18T11:47:49.514Z] Resource [jenkins-edgexfoundry-go-mod-configuration-main-98-stack-cost] did not exist. Created. [2025-04-18T11:47:49.521Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-18T11:47:49.831Z] + echo total: 0.6600000262260437 [Pipeline] stash [2025-04-18T11:47:49.871Z] Stashed 1 file(s) [Pipeline] } [2025-04-18T11:47:49.878Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-configuration-main-98-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-18T11:47:49.907Z] $ docker stop --time=1 943acfb19280ef686fb9aae66c4b24e64b29f1d2643c97db250affa25dc587a1 [2025-04-18T11:47:51.061Z] $ docker rm -f --volumes 943acfb19280ef686fb9aae66c4b24e64b29f1d2643c97db250affa25dc587a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-04-18T11:47:51.360Z] provisioning config files... [2025-04-18T11:47:51.373Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config8605347149304466516tmp [Pipeline] { [Pipeline] sh [2025-04-18T11:47:51.701Z] + set +x [2025-04-18T11:47:51.702Z] + curl -s https://codecov.io/bash [2025-04-18T11:47:51.702Z] + bash -s -- [2025-04-18T11:47:51.702Z] [2025-04-18T11:47:51.702Z] _____ _ [2025-04-18T11:47:51.702Z] / ____| | | [2025-04-18T11:47:51.702Z] | | ___ __| | ___ ___ _____ __ [2025-04-18T11:47:51.702Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-04-18T11:47:51.702Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-04-18T11:47:51.702Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-04-18T11:47:51.702Z] Bash-1.0.6 [2025-04-18T11:47:51.702Z] [2025-04-18T11:47:51.702Z] [2025-04-18T11:47:51.702Z] ==> git version 2.25.1 found [2025-04-18T11:47:51.702Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-04-18T11:47:51.702Z] Release-Date: 2020-01-08 [2025-04-18T11:47:51.702Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-04-18T11:47:51.702Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-04-18T11:47:51.702Z] ==> Jenkins CI detected. [2025-04-18T11:47:51.702Z] current dir:  /w/workspace/oundry_go-mod-configuration_main [2025-04-18T11:47:51.702Z] project root: . [2025-04-18T11:47:51.702Z] --> token set from env [2025-04-18T11:47:51.702Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-04-18T11:47:51.702Z] ==> Running gcov in . (disable via -X gcov) [2025-04-18T11:47:51.702Z] ==> Python coveragepy not found [2025-04-18T11:47:51.702Z] ==> Searching for coverage reports in: [2025-04-18T11:47:51.702Z] + . [2025-04-18T11:47:51.702Z] -> Found 1 reports [2025-04-18T11:47:51.702Z] ==> Detecting git/mercurial file structure [2025-04-18T11:47:51.961Z] ==> Reading reports [2025-04-18T11:47:51.961Z] + ./coverage.out bytes=27658 [2025-04-18T11:47:51.961Z] ==> Appending adjustments [2025-04-18T11:47:51.961Z] https://docs.codecov.io/docs/fixing-reports [2025-04-18T11:47:51.961Z] + Found adjustments [2025-04-18T11:47:51.961Z] ==> Gzipping contents [2025-04-18T11:47:51.961Z] 4.0K /tmp/codecov.lcf5g1.gz [2025-04-18T11:47:51.961Z] ==> Uploading reports [2025-04-18T11:47:51.961Z] url: https://codecov.io [2025-04-18T11:47:51.961Z] query: branch=main&commit=9c7c3c967bf722a107181d7a95398e154c96850e&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F98%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-18T11:47:51.961Z] -> Pinging Codecov [2025-04-18T11:47:51.961Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=9c7c3c967bf722a107181d7a95398e154c96850e&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F98%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-18T11:47:52.223Z] -> Uploading to [2025-04-18T11:47:52.223Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-configuration/9c7c3c967bf722a107181d7a95398e154c96850e/a95fe943-b6fc-48cd-9a76-267baa45ad74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250418%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250418T114751Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=55e58a572990cab7ebab999f43913dae5b05277b4a7830a5d7af0f54c360217b [2025-04-18T11:47:52.223Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T11:47:52.223Z] Dload Upload Total Spent Left Speed [2025-04-18T11:47:52.223Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3592 0 0 100 3592 0 31234 --:--:-- --:--:-- --:--:-- 30965 100 3592 0 0 100 3592 0 31234 --:--:-- --:--:-- --:--:-- 30965 [2025-04-18T11:47:52.223Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] } [2025-04-18T11:47:52.229Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-04-18T11:47:52.456Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-04-18T11:47:52.476Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:47:52.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-18T11:47:52.783Z] [2025-04-18T11:47:52.783Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:47:53.082Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-18T11:47:53.083Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-04-18T11:47:53.083Z] 43c4264eed91: Pulling fs layer [2025-04-18T11:47:53.083Z] 4cc291be95ef: Pulling fs layer [2025-04-18T11:47:53.083Z] 2ac1f1163629: Pulling fs layer [2025-04-18T11:47:53.083Z] 5c3c966382ef: Pulling fs layer [2025-04-18T11:47:53.083Z] 4f4fb700ef54: Pulling fs layer [2025-04-18T11:47:53.083Z] d9c7d2e4e75e: Pulling fs layer [2025-04-18T11:47:53.083Z] 9c3e1370e548: Pulling fs layer [2025-04-18T11:47:53.083Z] 5c3c966382ef: Waiting [2025-04-18T11:47:53.083Z] 4f4fb700ef54: Waiting [2025-04-18T11:47:53.083Z] d9c7d2e4e75e: Waiting [2025-04-18T11:47:53.083Z] 9c3e1370e548: Waiting [2025-04-18T11:47:53.083Z] 4cc291be95ef: Verifying Checksum [2025-04-18T11:47:53.083Z] 4cc291be95ef: Download complete [2025-04-18T11:47:53.083Z] 5c3c966382ef: Download complete [2025-04-18T11:47:53.083Z] 4f4fb700ef54: Verifying Checksum [2025-04-18T11:47:53.083Z] 4f4fb700ef54: Download complete [2025-04-18T11:47:53.083Z] 43c4264eed91: Download complete [2025-04-18T11:47:53.342Z] 43c4264eed91: Pull complete [2025-04-18T11:47:53.342Z] d9c7d2e4e75e: Verifying Checksum [2025-04-18T11:47:53.342Z] d9c7d2e4e75e: Download complete [2025-04-18T11:47:53.342Z] 4cc291be95ef: Pull complete [2025-04-18T11:47:53.600Z] 2ac1f1163629: Verifying Checksum [2025-04-18T11:47:53.600Z] 2ac1f1163629: Download complete [2025-04-18T11:47:54.166Z] 9c3e1370e548: Verifying Checksum [2025-04-18T11:47:54.166Z] 9c3e1370e548: Download complete [2025-04-18T11:47:56.689Z] 2ac1f1163629: Pull complete [2025-04-18T11:47:56.946Z] 5c3c966382ef: Pull complete [2025-04-18T11:47:56.947Z] 4f4fb700ef54: Pull complete [2025-04-18T11:47:57.203Z] d9c7d2e4e75e: Pull complete [2025-04-18T11:48:00.486Z] 9c3e1370e548: Pull complete [2025-04-18T11:48:00.486Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-04-18T11:48:00.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-18T11:48:00.486Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:48:00.592Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:48:00.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-04-18T11:48:02.331Z] $ docker top e254e96cdfae9964fde0b947c64e98889dc9a4c40402af0a7dc0a61605bd16c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T11:48:02.685Z] + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] echo [2025-04-18T11:48:02.700Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh [2025-04-18T11:48:02.980Z] + set -o pipefail [2025-04-18T11:48:02.980Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' [2025-04-18T11:48:09.542Z] [2025-04-18T11:48:09.542Z] Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v4)... [2025-04-18T11:48:09.542Z] [2025-04-18T11:48:09.542Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9058f8bc-7826-44a2-9133-c5a7a6d208e7/history/b1054dda-32ff-4602-b8f2-5deb9da1063d [2025-04-18T11:48:09.542Z] [2025-04-18T11:48:09.542Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-04-18T11:48:09.542Z] [2025-04-18T11:48:09.542Z] [2025-04-18T11:48:09.542Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-04-18T11:48:09.542Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-04-18T11:48:10.490Z] $ docker stop --time=1 e254e96cdfae9964fde0b947c64e98889dc9a4c40402af0a7dc0a61605bd16c3 [2025-04-18T11:48:12.300Z] $ docker rm -f --volumes e254e96cdfae9964fde0b947c64e98889dc9a4c40402af0a7dc0a61605bd16c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-18T11:48:13.007Z] + git log --format=format:%s -1 9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] sh [2025-04-18T11:48:13.295Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-18T11:48:13.295Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:48:13.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T11:48:13.600Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:48:13.686Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:48:13.719Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-18T11:48:14.070Z] $ docker top d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-18T11:48:14.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T11:48:14.164Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T11:48:14.282Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T11:48:14.286Z] $ docker exec d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 ssh-agent [2025-04-18T11:48:14.400Z] SSH_AUTH_SOCK=/tmp/ssh-b339k3bPlz1r/agent.33 [2025-04-18T11:48:14.400Z] SSH_AGENT_PID=39 [2025-04-18T11:48:14.405Z] Running ssh-add (command line suppressed) [2025-04-18T11:48:14.507Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1751837589736304854.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1751837589736304854.key) [2025-04-18T11:48:14.520Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T11:48:14.815Z] + git semver tag [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,003 [run_tag] DEBUG tag force:False [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,003 [check_head_tag] DEBUG check head tag [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,004 [execute] INFO git cat-file --batch-check [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,004 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,008 [execute] INFO git cat-file --batch [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,009 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,019 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,019 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,019 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2025-04-18T11:48:15.074Z] 2025-04-18 11:48:15,023 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:48:15.074Z] 4.1.0-dev.2 [Pipeline] } [2025-04-18T11:48:15.084Z] $ docker exec --env ******** --env ******** d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 ssh-agent -k [2025-04-18T11:48:15.200Z] unset SSH_AUTH_SOCK; [2025-04-18T11:48:15.200Z] unset SSH_AGENT_PID; [2025-04-18T11:48:15.200Z] echo Agent pid 39 killed; [2025-04-18T11:48:15.208Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T11:48:15.524Z] + git semver [Pipeline] } [2025-04-18T11:48:15.797Z] $ docker stop --time=1 d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 [2025-04-18T11:48:17.076Z] $ docker rm -f --volumes d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:48:17.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-18T11:48:17.486Z] [2025-04-18T11:48:17.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:48:17.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-18T11:48:17.783Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-04-18T11:48:17.783Z] ab5ef0e58194: Pulling fs layer [2025-04-18T11:48:17.783Z] 9712f1f96733: Pulling fs layer [2025-04-18T11:48:17.783Z] 63f879dbbcfc: Pulling fs layer [2025-04-18T11:48:17.783Z] 0d9ebad4ef96: Pulling fs layer [2025-04-18T11:48:17.783Z] e9a5061849ea: Pulling fs layer [2025-04-18T11:48:17.783Z] d747dcd14b5f: Pulling fs layer [2025-04-18T11:48:17.783Z] 2de7ff778b66: Pulling fs layer [2025-04-18T11:48:17.783Z] 0d9ebad4ef96: Waiting [2025-04-18T11:48:17.783Z] d747dcd14b5f: Waiting [2025-04-18T11:48:17.783Z] e9a5061849ea: Waiting [2025-04-18T11:48:17.783Z] 2de7ff778b66: Waiting [2025-04-18T11:48:17.783Z] 9712f1f96733: Download complete [2025-04-18T11:48:18.042Z] 63f879dbbcfc: Verifying Checksum [2025-04-18T11:48:18.042Z] 63f879dbbcfc: Download complete [2025-04-18T11:48:18.299Z] e9a5061849ea: Verifying Checksum [2025-04-18T11:48:18.299Z] e9a5061849ea: Download complete [2025-04-18T11:48:18.299Z] d747dcd14b5f: Download complete [2025-04-18T11:48:18.299Z] ab5ef0e58194: Verifying Checksum [2025-04-18T11:48:18.299Z] ab5ef0e58194: Download complete [2025-04-18T11:48:18.299Z] 0d9ebad4ef96: Verifying Checksum [2025-04-18T11:48:18.299Z] 0d9ebad4ef96: Download complete [2025-04-18T11:48:18.299Z] 2de7ff778b66: Download complete [2025-04-18T11:48:20.829Z] ab5ef0e58194: Pull complete [2025-04-18T11:48:21.088Z] 9712f1f96733: Pull complete [2025-04-18T11:48:21.654Z] 63f879dbbcfc: Pull complete [2025-04-18T11:48:25.838Z] 0d9ebad4ef96: Pull complete [2025-04-18T11:48:25.838Z] e9a5061849ea: Pull complete [2025-04-18T11:48:25.838Z] d747dcd14b5f: Pull complete [2025-04-18T11:48:26.402Z] 2de7ff778b66: Pull complete [2025-04-18T11:48:26.402Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-04-18T11:48:26.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-18T11:48:26.402Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:48:26.501Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:48:26.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-04-18T11:48:28.340Z] $ docker top c3cf5f5f00d87bff8edeb534df8c2e9d10c26d55e183536489b80ced1a59b99f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-04-18T11:48:28.417Z] provisioning config files... [2025-04-18T11:48:28.424Z] copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config8999580177778802503tmp [2025-04-18T11:48:28.432Z] copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config8554776340038113545tmp [2025-04-18T11:48:28.439Z] copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config10357568119832665937tmp [Pipeline] { [Pipeline] echo [2025-04-18T11:48:28.471Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:28.761Z] ---> sigul-configuration.sh [2025-04-18T11:48:28.761Z] gpg: directory `/root/.gnupg' created [2025-04-18T11:48:28.761Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-04-18T11:48:28.761Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-04-18T11:48:28.761Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-04-18T11:48:28.761Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-04-18T11:48:28.761Z] gpg: CAST5 encrypted data [2025-04-18T11:48:28.761Z] gpg: encrypted with 1 passphrase [2025-04-18T11:48:28.761Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-04-18T11:48:29.064Z] + mkdir /home/jenkins [2025-04-18T11:48:29.065Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-04-18T11:48:29.361Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-04-18T11:48:29.373Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:29.665Z] ---> sigul-install.sh [2025-04-18T11:48:29.665Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-04-18T11:48:29.961Z] + git tag --list [2025-04-18T11:48:29.961Z] v0.0.0 [2025-04-18T11:48:29.961Z] v0.0.1 [2025-04-18T11:48:29.961Z] v0.0.2 [2025-04-18T11:48:29.961Z] v0.0.3 [2025-04-18T11:48:29.961Z] v0.0.4 [2025-04-18T11:48:29.961Z] v0.0.5 [2025-04-18T11:48:29.961Z] v0.0.6 [2025-04-18T11:48:29.961Z] v0.0.7 [2025-04-18T11:48:29.961Z] v0.0.8 [2025-04-18T11:48:29.961Z] v2.0.0 [2025-04-18T11:48:29.961Z] v2.1.0 [2025-04-18T11:48:29.961Z] v2.2.0 [2025-04-18T11:48:29.961Z] v2.3.0 [2025-04-18T11:48:29.961Z] v3.0 [2025-04-18T11:48:29.961Z] v3.0.0 [2025-04-18T11:48:29.961Z] v3.1 [2025-04-18T11:48:29.961Z] v3.1.0 [2025-04-18T11:48:29.961Z] v4.0 [2025-04-18T11:48:29.961Z] v4.0.0 [2025-04-18T11:48:29.961Z] v4.0.1 [2025-04-18T11:48:29.961Z] v4.1.0-dev.1 [2025-04-18T11:48:29.961Z] v4.1.0-dev.2 [Pipeline] sh [2025-04-18T11:48:30.254Z] + lftools sign git-tag v4.1.0-dev.2 [2025-04-18T11:48:30.830Z] Signing Git tag with Sigul... [2025-04-18T11:48:30.830Z] Signing v4.1.0-dev.2 [Pipeline] echo [2025-04-18T11:48:31.100Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:31.395Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-04-18T11:48:31.401Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-04-18T11:48:31.435Z] $ docker stop --time=1 c3cf5f5f00d87bff8edeb534df8c2e9d10c26d55e183536489b80ced1a59b99f [2025-04-18T11:48:32.758Z] $ docker rm -f --volumes c3cf5f5f00d87bff8edeb534df8c2e9d10c26d55e183536489b80ced1a59b99f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-04-18T11:48:33.210Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-18T11:48:33.210Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:48:33.517Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T11:48:33.517Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:48:33.606Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:48:33.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-18T11:48:33.962Z] $ docker top c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 -eo pid,comm [2025-04-18T11:48:34.010Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-04-18T11:48:34.010Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-18T11:48:34.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T11:48:34.068Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T11:48:34.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T11:48:34.182Z] $ docker exec c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 ssh-agent [2025-04-18T11:48:34.299Z] SSH_AUTH_SOCK=/tmp/ssh-ZmiUqXpK8Ez2/agent.32 [2025-04-18T11:48:34.299Z] SSH_AGENT_PID=38 [2025-04-18T11:48:34.304Z] Running ssh-add (command line suppressed) [2025-04-18T11:48:34.396Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13024883363337433810.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13024883363337433810.key) [2025-04-18T11:48:34.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T11:48:34.702Z] + git semver bump pre [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,887 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,887 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,887 [bump_version] DEBUG bumped version:4.1.0-dev.3 [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,887 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,887 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,887 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,889 [execute] INFO git cat-file --batch-check [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,895 [execute] INFO git cat-file --batch [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,895 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-18T11:48:34.962Z] 2025-04-18 11:48:34,901 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:48:34.962Z] 4.1.0-dev.3 [Pipeline] } [2025-04-18T11:48:34.973Z] $ docker exec --env ******** --env ******** c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 ssh-agent -k [2025-04-18T11:48:35.066Z] unset SSH_AUTH_SOCK; [2025-04-18T11:48:35.067Z] unset SSH_AGENT_PID; [2025-04-18T11:48:35.067Z] echo Agent pid 38 killed; [2025-04-18T11:48:35.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T11:48:35.398Z] + git semver [Pipeline] } [2025-04-18T11:48:35.671Z] $ docker stop --time=1 c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 [2025-04-18T11:48:36.948Z] $ docker rm -f --volumes c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-18T11:48:37.297Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-18T11:48:37.297Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:48:37.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T11:48:37.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:48:37.703Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:48:37.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-18T11:48:38.080Z] $ docker top db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 -eo pid,comm [2025-04-18T11:48:38.129Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-04-18T11:48:38.129Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-18T11:48:38.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T11:48:38.182Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T11:48:38.298Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T11:48:38.301Z] $ docker exec db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 ssh-agent [2025-04-18T11:48:38.414Z] SSH_AUTH_SOCK=/tmp/ssh-ssmC4fp44Wv2/agent.32 [2025-04-18T11:48:38.414Z] SSH_AGENT_PID=38 [2025-04-18T11:48:38.419Z] Running ssh-add (command line suppressed) [2025-04-18T11:48:38.532Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1636005257520720421.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1636005257520720421.key) [2025-04-18T11:48:38.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T11:48:38.832Z] + git semver push [2025-04-18T11:48:39.091Z] 2025-04-18 11:48:39,010 [run_push] DEBUG push [2025-04-18T11:48:39.091Z] 2025-04-18 11:48:39,011 [execute] INFO git cat-file --batch-check [2025-04-18T11:48:39.091Z] 2025-04-18 11:48:39,011 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-18T11:48:39.091Z] 2025-04-18 11:48:39,015 [execute] INFO git rev-list bce11b529ed1ed92f6b28fdb91fd812ba4b8863b -- [2025-04-18T11:48:39.091Z] 2025-04-18 11:48:39,015 [execute] DEBUG Popen(['git', 'rev-list', 'bce11b529ed1ed92f6b28fdb91fd812ba4b8863b', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-18T11:48:39.091Z] 2025-04-18 11:48:39,022 [execute] INFO git fetch -v origin [2025-04-18T11:48:39.091Z] 2025-04-18 11:48:39,022 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-04-18T11:48:39.661Z] 2025-04-18 11:48:39,461 [run_push] DEBUG no remote changes detected [2025-04-18T11:48:39.661Z] 2025-04-18 11:48:39,461 [execute] INFO git push origin semver [2025-04-18T11:48:39.661Z] 2025-04-18 11:48:39,461 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-18T11:48:40.230Z] 2025-04-18 11:48:40,099 [run_push] DEBUG push all version tags [2025-04-18T11:48:40.230Z] 2025-04-18 11:48:40,100 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-04-18T11:48:40.230Z] 2025-04-18 11:48:40,101 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2025-04-18T11:48:40.801Z] 2025-04-18 11:48:40,740 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-18T11:48:40.801Z] 4.1.0-dev.3 [Pipeline] } [2025-04-18T11:48:40.811Z] $ docker exec --env ******** --env ******** db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 ssh-agent -k [2025-04-18T11:48:40.918Z] unset SSH_AUTH_SOCK; [2025-04-18T11:48:40.918Z] unset SSH_AGENT_PID; [2025-04-18T11:48:40.918Z] echo Agent pid 38 killed; [2025-04-18T11:48:40.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T11:48:41.243Z] + git semver [Pipeline] } [2025-04-18T11:48:41.513Z] $ docker stop --time=1 db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 [2025-04-18T11:48:42.786Z] $ docker rm -f --volumes db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-04-18T11:48:43.430Z] + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] [2025-04-18T11:48:43.431Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2025-04-18T11:48:43.431Z] total 16 [2025-04-18T11:48:43.431Z] drwxr-xr-x 3 root root 4096 Apr 18 11:47 . [2025-04-18T11:48:43.431Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 18 11:48 .. [2025-04-18T11:48:43.431Z] drwxr-xr-x 2 root root 4096 Apr 18 11:47 cost [2025-04-18T11:48:43.431Z] -rw-r--r-- 1 root root 92 Apr 18 11:47 cost.csv [2025-04-18T11:48:43.431Z] + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives [2025-04-18T11:48:43.431Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2025-04-18T11:48:43.431Z] total 16 [2025-04-18T11:48:43.431Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 11:47 . [2025-04-18T11:48:43.431Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 18 11:48 .. [2025-04-18T11:48:43.431Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 18 11:47 cost [2025-04-18T11:48:43.431Z] -rw-r--r-- 1 jenkins jenkins 92 Apr 18 11:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:43.721Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:44.580Z] ---> package-listing.sh [2025-04-18T11:48:44.581Z] ++ facter osfamily [2025-04-18T11:48:44.581Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-18T11:48:44.839Z] + OS_FAMILY=debian [2025-04-18T11:48:44.839Z] + workspace=/w/workspace/oundry_go-mod-configuration_main [2025-04-18T11:48:44.839Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-18T11:48:44.839Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-18T11:48:44.839Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-18T11:48:44.839Z] + PACKAGES=/tmp/packages_start.txt [2025-04-18T11:48:44.839Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2025-04-18T11:48:44.839Z] + PACKAGES=/tmp/packages_end.txt [2025-04-18T11:48:44.839Z] + case "${OS_FAMILY}" in [2025-04-18T11:48:44.839Z] + dpkg -l [2025-04-18T11:48:44.839Z] + grep '^ii' [2025-04-18T11:48:44.839Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-18T11:48:44.839Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-18T11:48:44.839Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-18T11:48:44.839Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2025-04-18T11:48:44.839Z] + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ [2025-04-18T11:48:44.839Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo [2025-04-18T11:48:44.852Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-04-18T11:48:45.125Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T11:48:45.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T11:48:45.699Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T11:48:45.786Z] prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container [2025-04-18T11:48:45.814Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-04-18T11:48:46.019Z] $ docker top a1d7f249f81027379737006562bf0e7fd2c062d417bd88f63f8624aa9bd0a31b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T11:48:46.373Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-18T11:48:46.660Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-18T11:48:46.948Z] + ls /var/log/sa-host [2025-04-18T11:48:46.948Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-18T11:48:47.207Z] provisioning config files... [2025-04-18T11:48:47.216Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config10165715307716557514tmp [Pipeline] { [Pipeline] echo [2025-04-18T11:48:47.235Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:47.516Z] ---> create-netrc.sh [Pipeline] } [2025-04-18T11:48:47.524Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:47.877Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-18T11:48:47.887Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:48.234Z] ---> sudo-logs.sh [2025-04-18T11:48:48.234Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-04-18T11:48:48.305Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:48.630Z] ---> job-cost.sh [2025-04-18T11:48:48.630Z] lf-activate-venv: SKIPPING [2025-04-18T11:48:48.630Z] DEBUG: total: 0.6600000262260437 [2025-04-18T11:48:48.630Z] INFO: Retrieving Stack Cost... [2025-04-18T11:48:48.913Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-18T11:48:49.190Z] INFO: Archiving Costs [Pipeline] echo [2025-04-18T11:48:49.209Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T11:48:49.488Z] ---> logs-deploy.sh [2025-04-18T11:48:49.489Z] lf-activate-venv: SKIPPING [2025-04-18T11:48:49.489Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/98 [2025-04-18T11:48:49.489Z] INFO: archiving workspace using pattern(s): [2025-04-18T11:48:50.427Z] Archives upload complete. [2025-04-18T11:48:50.686Z] INFO: archiving logs to Nexus [2025-04-18T11:48:51.262Z] ---> uname -a: [2025-04-18T11:48:51.262Z] Linux prd-ubuntu20-04-docker-8c-8g-104 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] ---> lscpu: [2025-04-18T11:48:51.262Z] Architecture: x86_64 [2025-04-18T11:48:51.262Z] CPU op-mode(s): 32-bit, 64-bit [2025-04-18T11:48:51.262Z] Byte Order: Little Endian [2025-04-18T11:48:51.262Z] Address sizes: 40 bits physical, 48 bits virtual [2025-04-18T11:48:51.262Z] CPU(s): 8 [2025-04-18T11:48:51.262Z] On-line CPU(s) list: 0-7 [2025-04-18T11:48:51.262Z] Thread(s) per core: 1 [2025-04-18T11:48:51.262Z] Core(s) per socket: 1 [2025-04-18T11:48:51.262Z] Socket(s): 8 [2025-04-18T11:48:51.262Z] NUMA node(s): 1 [2025-04-18T11:48:51.262Z] Vendor ID: AuthenticAMD [2025-04-18T11:48:51.262Z] CPU family: 23 [2025-04-18T11:48:51.262Z] Model: 49 [2025-04-18T11:48:51.262Z] Model name: AMD EPYC-Rome Processor [2025-04-18T11:48:51.262Z] Stepping: 0 [2025-04-18T11:48:51.262Z] CPU MHz: 2799.998 [2025-04-18T11:48:51.262Z] BogoMIPS: 5599.99 [2025-04-18T11:48:51.262Z] Virtualization: AMD-V [2025-04-18T11:48:51.262Z] Hypervisor vendor: KVM [2025-04-18T11:48:51.262Z] Virtualization type: full [2025-04-18T11:48:51.262Z] L1d cache: 256 KiB [2025-04-18T11:48:51.262Z] L1i cache: 256 KiB [2025-04-18T11:48:51.262Z] L2 cache: 4 MiB [2025-04-18T11:48:51.262Z] L3 cache: 128 MiB [2025-04-18T11:48:51.262Z] NUMA node0 CPU(s): 0-7 [2025-04-18T11:48:51.262Z] Vulnerability Itlb multihit: Not affected [2025-04-18T11:48:51.262Z] Vulnerability L1tf: Not affected [2025-04-18T11:48:51.262Z] Vulnerability Mds: Not affected [2025-04-18T11:48:51.262Z] Vulnerability Meltdown: Not affected [2025-04-18T11:48:51.262Z] Vulnerability Mmio stale data: Not affected [2025-04-18T11:48:51.262Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-04-18T11:48:51.262Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-04-18T11:48:51.262Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-04-18T11:48:51.262Z] Vulnerability Srbds: Not affected [2025-04-18T11:48:51.262Z] Vulnerability Tsx async abort: Not affected [2025-04-18T11:48:51.262Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] ---> nproc: [2025-04-18T11:48:51.262Z] 8 [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] ---> df -h: [2025-04-18T11:48:51.262Z] Filesystem Size Used Avail Use% Mounted on [2025-04-18T11:48:51.262Z] overlay 155G 12G 144G 8% / [2025-04-18T11:48:51.262Z] tmpfs 64M 0 64M 0% /dev [2025-04-18T11:48:51.262Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-04-18T11:48:51.262Z] shm 64M 0 64M 0% /dev/shm [2025-04-18T11:48:51.262Z] /dev/vda1 155G 12G 144G 8% /facter-os [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] ---> sar -b -r -n DEV: [2025-04-18T11:48:51.262Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-104) 04/18/25 _x86_64_ (8 CPU) [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] 09:41:21 LINUX RESTART (8 CPU) [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] 09:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-04-18T11:48:51.262Z] 09:43:01 6.21 0.00 6.21 0.00 0.00 392.95 0.00 [2025-04-18T11:48:51.262Z] 09:44:01 1.07 0.00 1.07 0.00 0.00 13.73 0.00 [2025-04-18T11:48:51.262Z] 09:45:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2025-04-18T11:48:51.262Z] 09:46:01 1.12 0.00 1.12 0.00 0.00 14.40 0.00 [2025-04-18T11:48:51.262Z] 09:47:01 37.61 5.92 31.69 0.00 2629.03 5921.28 0.00 [2025-04-18T11:48:51.262Z] 09:48:01 6.27 0.02 6.25 0.00 0.13 113.05 0.00 [2025-04-18T11:48:51.262Z] 09:49:02 2.70 1.72 0.98 0.00 46.79 11.46 0.00 [2025-04-18T11:48:51.262Z] 09:50:01 4.13 2.19 1.95 0.00 42.16 34.57 0.00 [2025-04-18T11:48:51.262Z] 09:51:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2025-04-18T11:48:51.262Z] 09:52:01 1.65 0.00 1.65 0.00 0.00 19.73 0.00 [2025-04-18T11:48:51.262Z] 09:53:01 1.02 0.00 1.02 0.00 0.00 16.00 0.00 [2025-04-18T11:48:51.262Z] 09:54:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 [2025-04-18T11:48:51.262Z] 09:55:01 0.88 0.00 0.88 0.00 0.00 9.86 0.00 [2025-04-18T11:48:51.262Z] 09:56:01 0.95 0.00 0.95 0.00 0.00 12.13 0.00 [2025-04-18T11:48:51.262Z] 09:57:01 1.62 0.02 1.60 0.00 0.13 23.20 0.00 [2025-04-18T11:48:51.262Z] 09:58:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 [2025-04-18T11:48:51.262Z] 09:59:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2025-04-18T11:48:51.262Z] 10:00:01 1.27 0.00 1.27 0.00 0.00 16.26 0.00 [2025-04-18T11:48:51.262Z] 10:01:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2025-04-18T11:48:51.262Z] 10:02:01 1.15 0.00 1.15 0.00 0.00 15.20 0.00 [2025-04-18T11:48:51.262Z] 10:03:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2025-04-18T11:48:51.262Z] 10:04:01 1.00 0.00 1.00 0.00 0.00 13.73 0.00 [2025-04-18T11:48:51.262Z] 10:05:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 [2025-04-18T11:48:51.262Z] 10:06:01 1.45 0.00 1.45 0.00 0.00 17.60 0.00 [2025-04-18T11:48:51.262Z] 10:07:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 [2025-04-18T11:48:51.262Z] 10:08:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 [2025-04-18T11:48:51.262Z] 10:09:01 0.85 0.00 0.85 0.00 0.00 10.53 0.00 [2025-04-18T11:48:51.262Z] 10:10:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 [2025-04-18T11:48:51.262Z] 10:11:01 0.87 0.00 0.87 0.00 0.00 10.40 0.00 [2025-04-18T11:48:51.262Z] 10:12:01 1.65 0.00 1.65 0.00 0.00 19.73 0.00 [2025-04-18T11:48:51.262Z] 10:13:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 [2025-04-18T11:48:51.262Z] 10:14:01 1.60 0.00 1.60 0.00 0.00 19.87 0.00 [2025-04-18T11:48:51.262Z] 10:15:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 [2025-04-18T11:48:51.262Z] 10:16:01 1.05 0.00 1.05 0.00 0.00 13.86 0.00 [2025-04-18T11:48:51.262Z] 10:17:01 1.00 0.02 0.98 0.00 0.13 11.60 0.00 [2025-04-18T11:48:51.262Z] 10:18:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 [2025-04-18T11:48:51.262Z] 10:19:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 [2025-04-18T11:48:51.262Z] 10:20:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 [2025-04-18T11:48:51.262Z] 10:21:01 0.83 0.00 0.83 0.00 0.00 10.53 0.00 [2025-04-18T11:48:51.262Z] 10:22:01 1.23 0.00 1.23 0.00 0.00 16.13 0.00 [2025-04-18T11:48:51.262Z] 10:23:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 [2025-04-18T11:48:51.262Z] 10:24:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 [2025-04-18T11:48:51.262Z] 10:25:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 [2025-04-18T11:48:51.262Z] 10:26:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 [2025-04-18T11:48:51.262Z] 10:27:01 1.03 0.00 1.03 0.00 0.00 12.93 0.00 [2025-04-18T11:48:51.262Z] 10:28:01 1.13 0.00 1.13 0.00 0.00 14.40 0.00 [2025-04-18T11:48:51.262Z] 10:29:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 [2025-04-18T11:48:51.262Z] 10:30:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 [2025-04-18T11:48:51.262Z] 10:31:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 [2025-04-18T11:48:51.262Z] 10:32:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 [2025-04-18T11:48:51.262Z] 10:33:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 [2025-04-18T11:48:51.262Z] 10:34:01 1.90 0.00 1.90 0.00 0.00 21.73 0.00 [2025-04-18T11:48:51.262Z] 10:35:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 [2025-04-18T11:48:51.262Z] 10:36:01 1.90 0.00 1.90 0.00 0.00 22.66 0.00 [2025-04-18T11:48:51.262Z] 10:37:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 [2025-04-18T11:48:51.262Z] 10:38:01 1.38 0.00 1.38 0.00 0.00 16.93 0.00 [2025-04-18T11:48:51.262Z] 10:39:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 [2025-04-18T11:48:51.262Z] 10:40:01 1.22 0.00 1.22 0.00 0.00 15.46 0.00 [2025-04-18T11:48:51.262Z] 10:41:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2025-04-18T11:48:51.262Z] 10:42:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 [2025-04-18T11:48:51.262Z] 10:43:01 0.97 0.00 0.97 0.00 0.00 11.86 0.00 [2025-04-18T11:48:51.262Z] 10:44:01 1.17 0.00 1.17 0.00 0.00 15.06 0.00 [2025-04-18T11:48:51.262Z] 10:45:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 [2025-04-18T11:48:51.262Z] 10:46:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 [2025-04-18T11:48:51.262Z] 10:47:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 [2025-04-18T11:48:51.262Z] 10:48:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 [2025-04-18T11:48:51.262Z] 10:49:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2025-04-18T11:48:51.262Z] 10:50:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 [2025-04-18T11:48:51.262Z] 10:51:01 1.03 0.00 1.03 0.00 0.00 12.67 0.00 [2025-04-18T11:48:51.262Z] 10:52:01 1.85 0.00 1.85 0.00 0.00 21.99 0.00 [2025-04-18T11:48:51.262Z] 10:53:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-04-18T11:48:51.262Z] 10:54:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 [2025-04-18T11:48:51.262Z] 10:55:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 [2025-04-18T11:48:51.262Z] 10:56:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 [2025-04-18T11:48:51.262Z] 10:57:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 [2025-04-18T11:48:51.262Z] 10:58:01 1.58 0.00 1.58 0.00 0.00 19.06 0.00 [2025-04-18T11:48:51.262Z] 10:59:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2025-04-18T11:48:51.262Z] 11:00:01 1.75 0.00 1.75 0.00 0.00 20.00 0.00 [2025-04-18T11:48:51.262Z] 11:01:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2025-04-18T11:48:51.262Z] 11:02:01 1.60 0.00 1.60 0.00 0.00 19.46 0.00 [2025-04-18T11:48:51.262Z] 11:03:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 [2025-04-18T11:48:51.262Z] 11:04:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 [2025-04-18T11:48:51.262Z] 11:05:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 [2025-04-18T11:48:51.262Z] 11:06:01 1.98 0.00 1.98 0.00 0.00 23.20 0.00 [2025-04-18T11:48:51.262Z] 11:07:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 [2025-04-18T11:48:51.262Z] 11:08:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 [2025-04-18T11:48:51.262Z] 11:09:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 [2025-04-18T11:48:51.262Z] 11:10:01 1.95 0.00 1.95 0.00 0.00 22.00 0.00 [2025-04-18T11:48:51.262Z] 11:11:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 [2025-04-18T11:48:51.262Z] 11:12:01 2.00 0.00 2.00 0.00 0.00 23.86 0.00 [2025-04-18T11:48:51.262Z] 11:13:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 [2025-04-18T11:48:51.262Z] 11:14:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 [2025-04-18T11:48:51.262Z] 11:15:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 [2025-04-18T11:48:51.262Z] 11:16:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 [2025-04-18T11:48:51.262Z] 11:17:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 [2025-04-18T11:48:51.262Z] 11:18:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 [2025-04-18T11:48:51.262Z] 11:19:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 [2025-04-18T11:48:51.262Z] 11:20:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2025-04-18T11:48:51.262Z] 11:21:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 [2025-04-18T11:48:51.262Z] 11:22:01 1.58 0.00 1.58 0.00 0.00 18.80 0.00 [2025-04-18T11:48:51.262Z] 11:23:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 [2025-04-18T11:48:51.262Z] 11:24:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 [2025-04-18T11:48:51.262Z] 11:25:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 [2025-04-18T11:48:51.262Z] 11:26:02 1.37 0.00 1.37 0.00 0.00 16.13 0.00 [2025-04-18T11:48:51.262Z] 11:27:01 1.08 0.00 1.08 0.00 0.00 11.39 0.00 [2025-04-18T11:48:51.262Z] 11:28:01 1.92 0.00 1.92 0.00 0.00 22.00 0.00 [2025-04-18T11:48:51.262Z] 11:29:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 [2025-04-18T11:48:51.262Z] 11:30:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 [2025-04-18T11:48:51.262Z] 11:31:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2025-04-18T11:48:51.262Z] 11:32:01 1.93 0.00 1.93 0.00 0.00 22.93 0.00 [2025-04-18T11:48:51.262Z] 11:33:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 [2025-04-18T11:48:51.262Z] 11:34:01 1.00 0.00 1.00 0.00 0.00 11.87 0.00 [2025-04-18T11:48:51.262Z] 11:35:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 [2025-04-18T11:48:51.262Z] 11:36:01 1.88 0.00 1.88 0.00 0.00 22.53 0.00 [2025-04-18T11:48:51.262Z] 11:37:01 1.40 0.00 1.40 0.00 0.00 15.20 0.00 [2025-04-18T11:48:51.262Z] 11:38:01 1.98 0.00 1.98 0.00 0.00 24.00 0.00 [2025-04-18T11:48:51.262Z] 11:39:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 [2025-04-18T11:48:51.262Z] 11:40:01 1.95 0.00 1.95 0.00 0.00 23.20 0.00 [2025-04-18T11:48:51.262Z] 11:41:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 [2025-04-18T11:48:51.262Z] 11:42:01 2.00 0.00 2.00 0.00 0.00 22.93 0.00 [2025-04-18T11:48:51.262Z] 11:43:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 [2025-04-18T11:48:51.262Z] 11:44:01 2.02 0.00 2.02 0.00 0.00 22.79 0.00 [2025-04-18T11:48:51.262Z] 11:45:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 [2025-04-18T11:48:51.262Z] 11:46:01 2.10 0.00 2.10 0.00 0.00 24.27 0.00 [2025-04-18T11:48:51.262Z] 11:47:01 344.44 12.43 332.01 0.00 1803.17 13447.89 0.00 [2025-04-18T11:48:51.262Z] 11:48:01 151.33 0.68 150.65 0.00 68.11 60552.62 0.00 [2025-04-18T11:48:51.262Z] Average: 5.63 0.18 5.45 0.00 36.43 653.66 0.00 [2025-04-18T11:48:51.262Z] [2025-04-18T11:48:51.262Z] 09:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-04-18T11:48:51.262Z] 09:43:01 30555812 31829876 545980 1.66 47300 1541472 1647704 4.86 625776 1414664 12 [2025-04-18T11:48:51.262Z] 09:44:01 30553448 31827600 547588 1.67 47340 1541476 1647704 4.86 629644 1414648 68 [2025-04-18T11:48:51.262Z] 09:45:01 30553544 31827696 547388 1.66 47372 1541476 1647704 4.86 629164 1414648 12 [2025-04-18T11:48:51.262Z] 09:46:01 30553268 31828328 547544 1.67 47404 1541472 1647704 4.86 629104 1415500 60 [2025-04-18T11:48:51.262Z] 09:47:01 30225400 31792344 545872 1.66 70948 1815720 1619716 4.77 837724 1501144 1016 [2025-04-18T11:48:51.262Z] 09:48:01 30234620 31796820 542204 1.65 69544 1812468 1614888 4.76 829584 1497912 8 [2025-04-18T11:48:51.263Z] 09:49:02 30224228 31787884 551100 1.68 69588 1813868 1614888 4.76 841892 1498904 36 [2025-04-18T11:48:51.263Z] 09:50:01 30184688 31750388 587784 1.79 69652 1815396 1614888 4.76 880920 1499488 172 [2025-04-18T11:48:51.263Z] 09:51:01 30182508 31748252 589920 1.79 69692 1815400 1614888 4.76 882812 1499492 16 [2025-04-18T11:48:51.263Z] 09:52:01 30185800 31751620 586472 1.78 69756 1815396 1614888 4.76 879404 1499476 20 [2025-04-18T11:48:51.263Z] 09:53:01 30185084 31750944 587076 1.79 69788 1815404 1614888 4.76 880820 1499480 4 [2025-04-18T11:48:51.263Z] 09:54:01 30184956 31750824 587000 1.79 69820 1815408 1614888 4.76 880692 1499484 8 [2025-04-18T11:48:51.263Z] 09:55:01 30184636 31750556 587464 1.79 69844 1815408 1614888 4.76 880756 1499488 4 [2025-04-18T11:48:51.263Z] 09:56:01 30184468 31750396 587528 1.79 69868 1815412 1614888 4.76 880832 1499492 56 [2025-04-18T11:48:51.263Z] 09:57:01 30179944 31745988 591996 1.80 69936 1815392 1626292 4.79 881632 1499464 16 [2025-04-18T11:48:51.263Z] 09:58:01 30180136 31746228 591904 1.80 69976 1815400 1626292 4.79 881528 1499464 48 [2025-04-18T11:48:51.263Z] 09:59:01 30180120 31746216 591844 1.80 70016 1815404 1626292 4.79 881632 1499468 28 [2025-04-18T11:48:51.263Z] 10:00:01 30179408 31745568 592432 1.80 70072 1815404 1626292 4.79 881772 1499472 8 [2025-04-18T11:48:51.263Z] 10:01:01 30180236 31746460 591492 1.80 70104 1815408 1626292 4.79 881080 1499480 8 [2025-04-18T11:48:51.263Z] 10:02:01 30180416 31746692 591224 1.80 70136 1815412 1626292 4.79 881264 1499488 56 [2025-04-18T11:48:51.263Z] 10:03:01 30180620 31746896 590932 1.80 70172 1815404 1626292 4.79 881328 1499488 8 [2025-04-18T11:48:51.263Z] 10:04:01 30180660 31747024 590700 1.80 70204 1815416 1626292 4.79 881796 1499480 56 [2025-04-18T11:48:51.263Z] 10:05:01 30180828 31747228 590652 1.80 70236 1815416 1626292 4.79 881932 1499480 16 [2025-04-18T11:48:51.263Z] 10:06:01 30180536 31746944 590820 1.80 70260 1815424 1626292 4.79 881632 1499484 20 [2025-04-18T11:48:51.263Z] 10:07:01 30180520 31746984 590740 1.80 70300 1815420 1626292 4.79 882260 1499492 40 [2025-04-18T11:48:51.263Z] 10:08:01 30180664 31747164 590696 1.80 70324 1815420 1626292 4.79 882376 1499496 44 [2025-04-18T11:48:51.263Z] 10:09:01 30180632 31747136 590660 1.80 70340 1815432 1609752 4.74 882444 1499500 28 [2025-04-18T11:48:51.263Z] 10:10:01 30180512 31747212 590480 1.80 70364 1815560 1609752 4.74 882504 1499624 36 [2025-04-18T11:48:51.263Z] 10:11:01 30180968 31747676 590048 1.79 70380 1815564 1609752 4.74 882548 1499628 28 [2025-04-18T11:48:51.263Z] 10:12:01 30181136 31747880 590000 1.79 70428 1815560 1609752 4.74 882544 1499632 16 [2025-04-18T11:48:51.263Z] 10:13:01 30180324 31747112 590756 1.80 70456 1815568 1609752 4.74 882368 1499636 12 [2025-04-18T11:48:51.263Z] 10:14:01 30180284 31747140 590688 1.80 70504 1815568 1609752 4.74 882916 1499648 12 [2025-04-18T11:48:51.263Z] 10:15:01 30180456 31747360 590392 1.80 70532 1815576 1592972 4.69 882960 1499648 8 [2025-04-18T11:48:51.263Z] 10:16:01 30180180 31747088 590592 1.80 70556 1815584 1592972 4.69 883044 1499652 60 [2025-04-18T11:48:51.263Z] 10:17:01 30179752 31746716 590920 1.80 70592 1815584 1592972 4.69 882688 1499656 24 [2025-04-18T11:48:51.263Z] 10:18:01 30179368 31746436 590644 1.80 70632 1815588 1592972 4.69 882740 1499664 16 [2025-04-18T11:48:51.263Z] 10:19:01 30179368 31746472 590584 1.80 70648 1815592 1592972 4.69 882776 1499672 28 [2025-04-18T11:48:51.263Z] 10:20:01 30179100 31746236 590764 1.80 70672 1815592 1592972 4.69 882828 1499676 8 [2025-04-18T11:48:51.263Z] 10:21:01 30178924 31746084 590844 1.80 70696 1815596 1592972 4.69 882948 1499680 28 [2025-04-18T11:48:51.263Z] 10:22:01 30179064 31746260 590596 1.80 70744 1815592 1592972 4.69 883140 1499684 68 [2025-04-18T11:48:51.263Z] 10:23:01 30179040 31746296 590496 1.80 70792 1815600 1609104 4.74 883276 1499668 16 [2025-04-18T11:48:51.263Z] 10:24:01 30178852 31746156 590720 1.80 70832 1815608 1609104 4.74 883616 1499680 160 [2025-04-18T11:48:51.263Z] 10:25:01 30179072 31746408 590472 1.80 70864 1815608 1609104 4.74 883468 1499680 8 [2025-04-18T11:48:51.263Z] 10:26:01 30178964 31746336 590724 1.80 70888 1815612 1609104 4.74 883520 1499688 8 [2025-04-18T11:48:51.263Z] 10:27:01 30178980 31746380 590644 1.80 70928 1815608 1609104 4.74 883716 1499692 40 [2025-04-18T11:48:51.263Z] 10:28:01 30178744 31746200 590780 1.80 70960 1815616 1609104 4.74 883892 1499680 44 [2025-04-18T11:48:51.263Z] 10:29:01 30178444 31745904 591100 1.80 70984 1815620 1609104 4.74 883884 1499684 4 [2025-04-18T11:48:51.263Z] 10:30:01 30178332 31745848 591072 1.80 71008 1815624 1609104 4.74 884320 1499688 228 [2025-04-18T11:48:51.263Z] 10:31:01 30178276 31745820 591032 1.80 71040 1815628 1609104 4.74 884396 1499692 188 [2025-04-18T11:48:51.263Z] 10:32:01 30177756 31745348 591436 1.80 71096 1815604 1609104 4.74 884232 1499696 148 [2025-04-18T11:48:51.263Z] 10:33:01 30177924 31745588 591352 1.80 71136 1815632 1609104 4.74 884328 1499700 12 [2025-04-18T11:48:51.263Z] 10:34:01 30177764 31745488 591232 1.80 71200 1815640 1609104 4.74 884428 1499712 8 [2025-04-18T11:48:51.263Z] 10:35:01 30177464 31745280 591376 1.80 71296 1815640 1609104 4.74 884536 1499720 16 [2025-04-18T11:48:51.263Z] 10:36:01 30176832 31744872 591688 1.80 71360 1815772 1609104 4.74 885576 1499856 8 [2025-04-18T11:48:51.263Z] 10:37:01 30176816 31744932 591588 1.80 71424 1815756 1609104 4.74 885500 1499860 20 [2025-04-18T11:48:51.263Z] 10:38:01 30176516 31744672 591768 1.80 71448 1815776 1609104 4.74 885604 1499840 40 [2025-04-18T11:48:51.263Z] 10:39:01 30176628 31744828 591572 1.80 71480 1815780 1609104 4.74 886296 1499848 4 [2025-04-18T11:48:51.263Z] 10:40:01 30176252 31744508 591964 1.80 71528 1815780 1609104 4.74 886236 1499852 12 [2025-04-18T11:48:51.263Z] 10:41:01 30176228 31744524 591912 1.80 71560 1815784 1609104 4.74 886344 1499856 24 [2025-04-18T11:48:51.263Z] 10:42:01 30175840 31744204 592008 1.80 71608 1815776 1608908 4.74 886352 1499860 16 [2025-04-18T11:48:51.263Z] 10:43:01 30175532 31743916 592200 1.80 71640 1815788 1608908 4.74 886376 1499852 32 [2025-04-18T11:48:51.263Z] 10:44:01 30175376 31743828 592404 1.80 71664 1815796 1608908 4.74 886488 1499864 60 [2025-04-18T11:48:51.263Z] 10:45:01 30175532 31743984 592116 1.80 71688 1815796 1608908 4.74 886912 1499864 204 [2025-04-18T11:48:51.263Z] 10:46:01 30175524 31744036 592088 1.80 71720 1815800 1592656 4.69 886560 1499864 44 [2025-04-18T11:48:51.263Z] 10:47:01 30175540 31744104 591964 1.80 71764 1815796 1592656 4.69 886808 1499868 20 [2025-04-18T11:48:51.263Z] 10:48:01 30175400 31743988 592136 1.80 71796 1815808 1592656 4.69 887176 1499872 216 [2025-04-18T11:48:51.263Z] 10:49:01 30175084 31743736 592396 1.80 71820 1815812 1592656 4.69 887336 1499880 188 [2025-04-18T11:48:51.263Z] 10:50:01 30170152 31738856 597144 1.82 71852 1815812 1592656 4.69 893844 1499000 4 [2025-04-18T11:48:51.263Z] 10:51:01 30168876 31737632 598512 1.82 71900 1815816 1592656 4.69 895120 1498996 16 [2025-04-18T11:48:51.263Z] 10:52:01 30169204 31738028 598472 1.82 71964 1815812 1592656 4.69 895632 1499000 12 [2025-04-18T11:48:51.263Z] 10:53:01 30168944 31737776 598772 1.82 72004 1815824 1592656 4.69 895800 1499000 192 [2025-04-18T11:48:51.263Z] 10:54:01 30168676 31737568 599076 1.82 72028 1815828 1592656 4.69 895688 1499008 216 [2025-04-18T11:48:51.263Z] 10:55:01 30168872 31737876 598676 1.82 72044 1815956 1608912 4.74 895940 1499088 204 [2025-04-18T11:48:51.263Z] 10:56:01 30168928 31738000 598596 1.82 72060 1815960 1608912 4.74 895464 1499144 40 [2025-04-18T11:48:51.263Z] 10:57:01 30168408 31737508 599028 1.82 72108 1815944 1608912 4.74 895596 1499144 20 [2025-04-18T11:48:51.263Z] 10:58:01 30168296 31737444 599016 1.82 72148 1815964 1608912 4.74 895724 1499140 12 [2025-04-18T11:48:51.263Z] 10:59:01 30167996 31737152 599228 1.82 72172 1815968 1608912 4.74 895728 1499144 8 [2025-04-18T11:48:51.263Z] 11:00:01 30167980 31737188 599124 1.82 72228 1815968 1608912 4.74 895800 1499148 8 [2025-04-18T11:48:51.263Z] 11:01:01 30168184 31737456 598820 1.82 72252 1815972 1608912 4.74 895936 1499156 8 [2025-04-18T11:48:51.263Z] 11:02:01 30168020 31737356 599020 1.82 72292 1815968 1608912 4.74 896220 1499160 16 [2025-04-18T11:48:51.263Z] 11:03:01 30167500 31736856 599452 1.82 72340 1815980 1608912 4.74 896272 1499156 12 [2025-04-18T11:48:51.263Z] 11:04:01 30167440 31736868 599536 1.82 72364 1815988 1608912 4.74 897392 1499160 212 [2025-04-18T11:48:51.263Z] 11:05:01 30167464 31736964 599416 1.82 72452 1815988 1608912 4.74 896964 1499164 8 [2025-04-18T11:48:51.263Z] 11:06:01 30166312 31735940 600336 1.83 72532 1815992 1608912 4.74 897436 1499172 188 [2025-04-18T11:48:51.263Z] 11:07:01 30166272 31735956 600280 1.83 72636 1815976 1608912 4.74 897408 1499176 8 [2025-04-18T11:48:51.263Z] 11:08:01 30166248 31736040 600160 1.83 72692 1815996 1608912 4.74 897476 1499176 44 [2025-04-18T11:48:51.263Z] 11:09:01 30165696 31735492 600628 1.83 72708 1816000 1608912 4.74 897460 1499180 8 [2025-04-18T11:48:51.263Z] 11:10:01 30165648 31735500 600520 1.83 72796 1816000 1608912 4.74 897576 1499184 8 [2025-04-18T11:48:51.263Z] 11:11:01 30165412 31735388 600596 1.83 72892 1815996 1608912 4.74 897748 1499192 8 [2025-04-18T11:48:51.263Z] 11:12:01 30164992 31735088 600744 1.83 72980 1816000 1624992 4.79 898032 1499200 8 [2025-04-18T11:48:51.263Z] 11:13:01 30165160 31735404 600544 1.83 73028 1816140 1624992 4.79 898124 1499300 8 [2025-04-18T11:48:51.263Z] 11:14:01 30165144 31735460 600468 1.83 73044 1816144 1624992 4.79 898160 1499320 40 [2025-04-18T11:48:51.263Z] 11:15:01 30164340 31734656 601184 1.83 73068 1816144 1624992 4.79 898220 1499320 8 [2025-04-18T11:48:51.263Z] 11:16:01 30164504 31734884 600852 1.83 73084 1816148 1624992 4.79 898268 1499324 8 [2025-04-18T11:48:51.263Z] 11:17:01 30163508 31733892 601760 1.83 73124 1816132 1624992 4.79 898692 1499324 20 [2025-04-18T11:48:51.263Z] 11:18:01 30163152 31733640 601768 1.83 73148 1816152 1624992 4.79 898508 1499328 44 [2025-04-18T11:48:51.263Z] 11:19:01 30163364 31733856 601476 1.83 73180 1816156 1624992 4.79 898508 1499332 8 [2025-04-18T11:48:51.263Z] 11:20:01 30163600 31734156 601256 1.83 73204 1816160 1624992 4.79 898644 1499336 52 [2025-04-18T11:48:51.263Z] 11:21:01 30163300 31733860 601480 1.83 73220 1816168 1624992 4.79 898644 1499340 8 [2025-04-18T11:48:51.263Z] 11:22:01 30163532 31734136 601376 1.83 73260 1816160 1624992 4.79 898816 1499344 168 [2025-04-18T11:48:51.263Z] 11:23:01 30163516 31734156 601320 1.83 73292 1816172 1624992 4.79 898912 1499348 16 [2025-04-18T11:48:51.263Z] 11:24:01 30163208 31733892 601480 1.83 73316 1816176 1624992 4.79 899300 1499352 192 [2025-04-18T11:48:51.263Z] 11:25:01 30163408 31734096 601436 1.83 73340 1816176 1608740 4.74 899300 1499352 192 [2025-04-18T11:48:51.263Z] 11:26:02 30163464 31734208 601352 1.83 73356 1816180 1608740 4.74 899096 1499356 40 [2025-04-18T11:48:51.263Z] 11:27:01 30163448 31734232 601272 1.83 73388 1816180 1624996 4.79 899448 1499360 20 [2025-04-18T11:48:51.263Z] 11:28:01 30163424 31734248 601152 1.83 73468 1816176 1608552 4.74 899568 1499360 8 [2025-04-18T11:48:51.263Z] 11:29:01 30162856 31733808 601548 1.83 73548 1816188 1608552 4.74 899664 1499372 8 [2025-04-18T11:48:51.263Z] 11:30:01 30162804 31733816 601692 1.83 73604 1816192 1608552 4.74 899788 1499368 48 [2025-04-18T11:48:51.263Z] 11:31:01 30162488 31733504 601940 1.83 73636 1816188 1608552 4.74 899788 1499372 8 [2025-04-18T11:48:51.263Z] 11:32:01 30161944 31733060 602320 1.83 73732 1816188 1608552 4.74 900052 1499372 8 [2025-04-18T11:48:51.263Z] 11:33:01 30161644 31732864 602468 1.83 73820 1816192 1608552 4.74 900396 1499384 8 [2025-04-18T11:48:51.263Z] 11:34:01 30161596 31732864 602424 1.83 73836 1816200 1608552 4.74 900224 1499376 148 [2025-04-18T11:48:51.263Z] 11:35:01 30161792 31733120 602076 1.83 73924 1816196 1608552 4.74 900340 1499384 12 [2025-04-18T11:48:51.263Z] 11:36:01 30161084 31732536 602616 1.83 74012 1816208 1608552 4.74 901048 1499388 8 [2025-04-18T11:48:51.263Z] 11:37:01 30160928 31732456 602840 1.83 74100 1816208 1608552 4.74 901568 1499384 8 [2025-04-18T11:48:51.263Z] 11:38:01 30160660 31732248 603000 1.83 74172 1816208 1608552 4.74 901552 1499392 8 [2025-04-18T11:48:51.263Z] 11:39:01 30160620 31732320 602876 1.83 74268 1816212 1608552 4.74 901592 1499400 8 [2025-04-18T11:48:51.263Z] 11:40:01 30160520 31732304 603104 1.83 74348 1816224 1608552 4.74 902044 1499400 204 [2025-04-18T11:48:51.263Z] 11:41:01 30160480 31732388 603092 1.83 74444 1816228 1608552 4.74 902124 1499412 208 [2025-04-18T11:48:51.263Z] 11:42:01 30160236 31732248 603196 1.83 74532 1816228 1608552 4.74 902436 1499420 200 [2025-04-18T11:48:51.263Z] 11:43:01 30160228 31732300 603084 1.83 74636 1816224 1624604 4.79 902240 1499428 12 [2025-04-18T11:48:51.263Z] 11:44:01 30159456 31731636 603736 1.84 74724 1816232 1624604 4.79 902716 1499408 204 [2025-04-18T11:48:51.263Z] 11:45:01 30159480 31731780 603608 1.84 74820 1816236 1624604 4.79 902440 1499420 8 [2025-04-18T11:48:51.263Z] 11:46:01 30159828 31732204 603284 1.83 74916 1816240 1624604 4.79 902912 1499416 208 [2025-04-18T11:48:51.263Z] 11:47:01 29579548 31530376 780240 2.37 87336 2165764 1694396 4.99 1211076 1725916 276 [2025-04-18T11:48:51.263Z] 11:48:01 27605264 31482132 790628 2.40 139524 3908288 1808048 5.33 1391476 3348472 430312 [2025-04-18T11:48:51.263Z] Average: 30160463 31741076 596029 1.81 71743 1826459 1614705 4.76 887706 1513249 3476 [2025-04-18T11:48:51.263Z] [2025-04-18T11:48:51.263Z] 09:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-04-18T11:48:51.263Z] 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:43:01 ens3 1.78 0.05 0.13 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:44:01 ens3 3.13 1.07 2.12 0.51 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:45:01 ens3 0.35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:46:01 ens3 1.05 0.47 0.40 0.28 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:47:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:47:01 ens3 176.12 115.20 2173.22 7.90 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:48:01 ens3 0.23 0.17 0.02 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:49:02 ens3 1.03 0.63 0.92 0.38 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:50:01 lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:50:01 ens3 12.22 7.25 11.08 5.03 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:51:01 ens3 1.72 1.37 0.97 1.20 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:52:01 ens3 0.70 0.20 0.13 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:53:01 ens3 0.58 0.30 0.32 0.21 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:56:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:57:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:58:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 09:59:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:01:01 ens3 0.20 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:02:01 ens3 0.27 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:04:01 ens3 0.87 0.53 0.31 0.23 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:07:01 ens3 0.35 0.30 0.19 0.08 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:08:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:11:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:12:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:14:01 ens3 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:16:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:17:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:18:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:20:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:21:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:22:01 ens3 0.33 0.23 0.14 0.08 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:25:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:26:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:27:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:28:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:29:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:31:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:32:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:36:01 ens3 0.65 0.43 0.33 0.22 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:37:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:38:01 ens3 0.43 0.10 0.05 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:39:01 ens3 0.43 0.37 0.26 0.21 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:40:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:41:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:42:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:47:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:48:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:49:01 ens3 0.20 0.07 0.12 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:50:01 ens3 2.78 1.93 1.59 3.36 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:51:01 ens3 1.33 0.93 0.78 1.10 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:52:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.263Z] 10:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:57:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 10:59:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:01:01 ens3 0.22 0.08 0.12 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:02:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:04:01 ens3 0.78 0.42 0.30 0.22 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:05:01 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:06:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:07:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:08:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:10:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:12:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:14:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:17:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:22:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:24:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:26:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:26:02 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:27:01 ens3 0.32 0.17 0.25 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:28:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:31:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:32:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:36:01 ens3 0.55 0.42 0.27 0.22 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:37:01 ens3 0.32 0.15 0.19 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:38:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:42:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:47:01 docker0 6.25 5.30 0.56 58.47 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:47:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:47:01 ens3 246.44 170.90 2049.25 71.91 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:48:01 docker0 25.21 39.60 2.11 412.29 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:48:01 lo 3.53 3.53 0.34 0.34 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] 11:48:01 ens3 413.28 255.85 10073.57 77.82 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] Average: docker0 0.25 0.36 0.02 3.74 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] Average: lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] Average: ens3 6.97 4.50 113.69 1.37 0.00 0.00 0.00 0.00 [2025-04-18T11:48:51.264Z] [2025-04-18T11:48:51.264Z] [2025-04-18T11:48:51.264Z] ---> sar -P ALL: [2025-04-18T11:48:51.264Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-104) 04/18/25 _x86_64_ (8 CPU) [2025-04-18T11:48:51.264Z] [2025-04-18T11:48:51.264Z] 09:41:21 LINUX RESTART (8 CPU) [2025-04-18T11:48:51.264Z] [2025-04-18T11:48:51.264Z] 09:42:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.264Z] 09:43:01 all 0.01 0.00 0.01 0.01 0.01 99.95 [2025-04-18T11:48:51.264Z] 09:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:43:01 4 0.00 0.00 0.03 0.07 0.02 99.88 [2025-04-18T11:48:51.264Z] 09:43:01 5 0.00 0.00 0.02 0.05 0.00 99.93 [2025-04-18T11:48:51.264Z] 09:43:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2025-04-18T11:48:51.264Z] 09:43:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:44:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-04-18T11:48:51.264Z] 09:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:44:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2025-04-18T11:48:51.264Z] 09:44:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.264Z] 09:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.264Z] 09:44:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-04-18T11:48:51.264Z] 09:44:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-04-18T11:48:51.264Z] 09:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:44:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-04-18T11:48:51.264Z] 09:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-04-18T11:48:51.264Z] 09:45:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:45:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 09:45:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:45:01 7 0.10 0.00 0.02 0.00 0.02 99.87 [2025-04-18T11:48:51.264Z] 09:46:01 all 0.23 0.00 0.01 0.01 0.01 99.75 [2025-04-18T11:48:51.264Z] 09:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:46:01 1 0.08 0.00 0.00 0.02 0.02 99.88 [2025-04-18T11:48:51.264Z] 09:46:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.264Z] 09:46:01 3 1.22 0.00 0.00 0.00 0.02 98.76 [2025-04-18T11:48:51.264Z] 09:46:01 4 0.40 0.00 0.02 0.00 0.00 99.58 [2025-04-18T11:48:51.264Z] 09:46:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2025-04-18T11:48:51.264Z] 09:46:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:46:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:47:01 all 2.32 0.00 1.11 0.33 0.03 96.21 [2025-04-18T11:48:51.264Z] 09:47:01 0 1.48 0.00 0.82 0.65 0.02 97.03 [2025-04-18T11:48:51.264Z] 09:47:01 1 3.17 0.00 1.03 0.02 0.02 95.77 [2025-04-18T11:48:51.264Z] 09:47:01 2 2.63 0.00 2.68 0.80 0.03 93.86 [2025-04-18T11:48:51.264Z] 09:47:01 3 2.63 0.00 0.63 0.03 0.03 96.68 [2025-04-18T11:48:51.264Z] 09:47:01 4 1.63 0.00 0.80 0.03 0.02 97.52 [2025-04-18T11:48:51.264Z] 09:47:01 5 2.34 0.00 1.22 0.65 0.03 95.75 [2025-04-18T11:48:51.264Z] 09:47:01 6 2.32 0.00 0.75 0.30 0.02 96.61 [2025-04-18T11:48:51.264Z] 09:47:01 7 2.35 0.00 1.00 0.17 0.05 96.43 [2025-04-18T11:48:51.264Z] 09:48:01 all 0.31 0.00 0.04 0.02 0.01 99.62 [2025-04-18T11:48:51.264Z] 09:48:01 0 0.02 0.00 0.02 0.10 0.02 99.85 [2025-04-18T11:48:51.264Z] 09:48:01 1 2.02 0.00 0.05 0.03 0.02 97.88 [2025-04-18T11:48:51.264Z] 09:48:01 2 0.00 0.00 0.05 0.00 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:48:01 3 0.07 0.00 0.07 0.00 0.03 99.83 [2025-04-18T11:48:51.264Z] 09:48:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:48:01 5 0.08 0.00 0.05 0.00 0.00 99.87 [2025-04-18T11:48:51.264Z] 09:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:48:01 7 0.25 0.00 0.08 0.00 0.00 99.67 [2025-04-18T11:48:51.264Z] 09:49:02 all 0.37 0.00 0.01 0.01 0.01 99.61 [2025-04-18T11:48:51.264Z] 09:49:02 0 0.02 0.00 0.00 0.03 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:49:02 1 2.25 0.00 0.00 0.00 0.02 97.73 [2025-04-18T11:48:51.264Z] 09:49:02 2 0.07 0.00 0.00 0.00 0.00 99.93 [2025-04-18T11:48:51.264Z] 09:49:02 3 0.03 0.00 0.00 0.00 0.03 99.93 [2025-04-18T11:48:51.264Z] 09:49:02 4 0.20 0.00 0.02 0.05 0.00 99.73 [2025-04-18T11:48:51.264Z] 09:49:02 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:49:02 6 0.17 0.00 0.00 0.00 0.00 99.83 [2025-04-18T11:48:51.264Z] 09:49:02 7 0.17 0.00 0.02 0.00 0.02 99.80 [2025-04-18T11:48:51.264Z] 09:50:01 all 0.42 0.00 0.03 0.01 0.01 99.53 [2025-04-18T11:48:51.264Z] 09:50:01 0 0.41 0.00 0.03 0.08 0.00 99.47 [2025-04-18T11:48:51.264Z] 09:50:01 1 1.79 0.00 0.09 0.00 0.00 98.13 [2025-04-18T11:48:51.264Z] 09:50:01 2 0.39 0.00 0.00 0.00 0.00 99.61 [2025-04-18T11:48:51.264Z] 09:50:01 3 0.10 0.00 0.02 0.00 0.03 99.85 [2025-04-18T11:48:51.264Z] 09:50:01 4 0.12 0.00 0.05 0.00 0.02 99.81 [2025-04-18T11:48:51.264Z] 09:50:01 5 0.08 0.00 0.02 0.00 0.00 99.90 [2025-04-18T11:48:51.264Z] 09:50:01 6 0.41 0.00 0.02 0.00 0.02 99.56 [2025-04-18T11:48:51.264Z] 09:50:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:51:01 all 0.08 0.00 0.00 0.00 0.01 99.91 [2025-04-18T11:48:51.264Z] 09:51:01 0 0.05 0.00 0.02 0.02 0.00 99.92 [2025-04-18T11:48:51.264Z] 09:51:01 1 0.43 0.00 0.00 0.00 0.02 99.55 [2025-04-18T11:48:51.264Z] 09:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:51:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:51:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.264Z] 09:52:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-04-18T11:48:51.264Z] 09:52:01 0 0.00 0.00 0.02 0.03 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:52:01 1 2.05 0.00 0.00 0.00 0.02 97.93 [2025-04-18T11:48:51.264Z] 09:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:52:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.264Z] 09:52:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:52:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:53:01 all 0.06 0.00 0.00 0.01 0.01 99.92 [2025-04-18T11:48:51.264Z] 09:53:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:53:01 1 0.33 0.00 0.02 0.02 0.00 99.63 [2025-04-18T11:48:51.264Z] 09:53:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:53:01 3 0.02 0.00 0.00 0.00 0.03 99.95 [2025-04-18T11:48:51.264Z] 09:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:53:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2025-04-18T11:48:51.264Z] [2025-04-18T11:48:51.264Z] 09:53:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.264Z] 09:54:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.264Z] 09:54:01 0 0.00 0.00 0.00 0.03 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 09:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:54:01 3 0.03 0.00 0.00 0.00 0.03 99.93 [2025-04-18T11:48:51.264Z] 09:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:54:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:54:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 09:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.264Z] 09:55:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 09:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-04-18T11:48:51.264Z] 09:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:56:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.264Z] 09:56:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:56:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:56:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2025-04-18T11:48:51.264Z] 09:56:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 09:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:56:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:57:01 all 0.15 0.00 0.03 0.01 0.01 99.81 [2025-04-18T11:48:51.264Z] 09:57:01 0 0.03 0.00 0.02 0.03 0.00 99.92 [2025-04-18T11:48:51.264Z] 09:57:01 1 1.01 0.00 0.05 0.00 0.02 98.92 [2025-04-18T11:48:51.264Z] 09:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:57:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:57:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.264Z] 09:57:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:57:01 7 0.03 0.00 0.05 0.03 0.03 99.85 [2025-04-18T11:48:51.264Z] 09:58:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-04-18T11:48:51.264Z] 09:58:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:58:01 1 1.99 0.00 0.00 0.00 0.00 98.01 [2025-04-18T11:48:51.264Z] 09:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:58:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:58:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 09:59:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2025-04-18T11:48:51.264Z] 09:59:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2025-04-18T11:48:51.264Z] 09:59:01 1 1.97 0.00 0.00 0.00 0.00 98.03 [2025-04-18T11:48:51.264Z] 09:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 09:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 09:59:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.264Z] 09:59:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 09:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 09:59:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2025-04-18T11:48:51.264Z] 10:00:01 all 0.21 0.00 0.01 0.00 0.01 99.76 [2025-04-18T11:48:51.264Z] 10:00:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2025-04-18T11:48:51.264Z] 10:00:01 1 1.55 0.00 0.08 0.00 0.02 98.35 [2025-04-18T11:48:51.264Z] 10:00:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 10:00:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 10:00:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 10:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 10:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 10:01:01 all 0.01 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 10:01:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2025-04-18T11:48:51.264Z] 10:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 10:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 10:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 10:01:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-04-18T11:48:51.264Z] 10:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 10:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 10:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-04-18T11:48:51.264Z] 10:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.264Z] 10:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.264Z] 10:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 10:02:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:02:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.264Z] 10:02:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-04-18T11:48:51.264Z] 10:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 10:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 10:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.264Z] 10:03:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2025-04-18T11:48:51.264Z] 10:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 10:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 10:03:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-04-18T11:48:51.264Z] 10:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 10:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:04:01 all 0.03 0.00 0.00 0.00 0.01 99.95 [2025-04-18T11:48:51.264Z] 10:04:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-04-18T11:48:51.264Z] 10:04:01 1 0.08 0.00 0.00 0.00 0.00 99.92 [2025-04-18T11:48:51.264Z] 10:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 10:04:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-04-18T11:48:51.264Z] 10:04:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.264Z] 10:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.264Z] 10:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.264Z] 10:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] [2025-04-18T11:48:51.264Z] 10:04:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.264Z] 10:05:01 all 0.00 0.00 0.00 0.00 0.01 99.98 [2025-04-18T11:48:51.264Z] 10:05:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.264Z] 10:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 10:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 10:05:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:05:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.264Z] 10:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.264Z] 10:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.264Z] 10:06:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:06:01 0 0.00 0.00 0.02 0.03 0.00 99.95 [2025-04-18T11:48:51.265Z] 10:06:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:06:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:06:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:07:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:07:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:07:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.265Z] 10:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:08:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2025-04-18T11:48:51.265Z] 10:08:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.265Z] 10:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:08:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:09:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2025-04-18T11:48:51.265Z] 10:09:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:10:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:10:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2025-04-18T11:48:51.265Z] 10:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:10:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:11:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2025-04-18T11:48:51.265Z] 10:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:11:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:12:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:12:01 0 0.03 0.00 0.00 0.03 0.02 99.92 [2025-04-18T11:48:51.265Z] 10:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:12:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:12:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:12:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:13:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:13:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.265Z] 10:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:13:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:14:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:14:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2025-04-18T11:48:51.265Z] 10:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:14:01 4 0.03 0.00 0.00 0.00 0.03 99.93 [2025-04-18T11:48:51.265Z] 10:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:14:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:15:01 all 0.12 0.00 0.01 0.00 0.01 99.86 [2025-04-18T11:48:51.265Z] 10:15:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.265Z] 10:15:01 1 0.90 0.00 0.02 0.00 0.00 99.09 [2025-04-18T11:48:51.265Z] 10:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:15:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:15:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] [2025-04-18T11:48:51.265Z] 10:15:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.265Z] 10:16:01 all 0.26 0.00 0.01 0.00 0.01 99.73 [2025-04-18T11:48:51.265Z] 10:16:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:16:01 1 1.97 0.00 0.00 0.00 0.00 98.03 [2025-04-18T11:48:51.265Z] 10:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:16:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:16:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:16:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:17:01 all 0.26 0.00 0.00 0.00 0.01 99.72 [2025-04-18T11:48:51.265Z] 10:17:01 0 1.03 0.00 0.00 0.02 0.02 98.94 [2025-04-18T11:48:51.265Z] 10:17:01 1 0.98 0.00 0.00 0.00 0.02 99.01 [2025-04-18T11:48:51.265Z] 10:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:17:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.265Z] 10:17:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:18:01 all 0.26 0.00 0.00 0.00 0.01 99.72 [2025-04-18T11:48:51.265Z] 10:18:01 0 2.00 0.00 0.00 0.02 0.02 97.96 [2025-04-18T11:48:51.265Z] 10:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:18:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:18:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:19:01 all 0.26 0.00 0.00 0.00 0.01 99.73 [2025-04-18T11:48:51.265Z] 10:19:01 0 1.97 0.00 0.00 0.02 0.00 98.01 [2025-04-18T11:48:51.265Z] 10:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:19:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.265Z] 10:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:20:01 all 0.26 0.00 0.01 0.00 0.01 99.73 [2025-04-18T11:48:51.265Z] 10:20:01 0 1.99 0.00 0.00 0.02 0.02 97.98 [2025-04-18T11:48:51.265Z] 10:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:20:01 4 0.00 0.00 0.05 0.00 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:21:01 all 0.26 0.00 0.00 0.00 0.01 99.73 [2025-04-18T11:48:51.265Z] 10:21:01 0 1.99 0.00 0.02 0.02 0.02 97.97 [2025-04-18T11:48:51.265Z] 10:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:21:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:21:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:22:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-04-18T11:48:51.265Z] 10:22:01 0 1.27 0.00 0.07 0.03 0.02 98.61 [2025-04-18T11:48:51.265Z] 10:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:22:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.265Z] 10:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:23:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-04-18T11:48:51.265Z] 10:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:23:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2025-04-18T11:48:51.265Z] 10:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:24:01 all 0.00 0.00 0.01 0.01 0.01 99.98 [2025-04-18T11:48:51.265Z] 10:24:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:24:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:24:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:24:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:25:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:25:01 0 0.03 0.00 0.00 0.05 0.00 99.92 [2025-04-18T11:48:51.265Z] 10:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:25:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:25:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:26:01 all 0.00 0.00 0.01 0.00 0.01 99.98 [2025-04-18T11:48:51.265Z] 10:26:01 0 0.00 0.00 0.02 0.02 0.03 99.93 [2025-04-18T11:48:51.265Z] 10:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:26:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:26:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:26:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] [2025-04-18T11:48:51.265Z] 10:26:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.265Z] 10:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-04-18T11:48:51.265Z] 10:27:01 0 0.07 0.00 0.03 0.02 0.03 99.85 [2025-04-18T11:48:51.265Z] 10:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:27:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:27:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:28:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:28:01 0 0.07 0.00 0.02 0.03 0.03 99.85 [2025-04-18T11:48:51.265Z] 10:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:28:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:29:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:29:01 0 0.03 0.00 0.02 0.02 0.03 99.90 [2025-04-18T11:48:51.265Z] 10:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:30:01 all 0.00 0.00 0.00 0.00 0.01 99.98 [2025-04-18T11:48:51.265Z] 10:30:01 0 0.03 0.00 0.02 0.02 0.03 99.90 [2025-04-18T11:48:51.265Z] 10:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:31:01 all 0.02 0.00 0.00 0.01 0.01 99.96 [2025-04-18T11:48:51.265Z] 10:31:01 0 0.07 0.00 0.00 0.05 0.03 99.85 [2025-04-18T11:48:51.265Z] 10:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:31:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:31:01 7 0.02 0.00 0.00 0.05 0.00 99.93 [2025-04-18T11:48:51.265Z] 10:32:01 all 0.13 0.00 0.01 0.00 0.01 99.85 [2025-04-18T11:48:51.265Z] 10:32:01 0 1.04 0.00 0.02 0.03 0.03 98.87 [2025-04-18T11:48:51.265Z] 10:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:32:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:33:01 all 0.20 0.00 0.01 0.00 0.01 99.78 [2025-04-18T11:48:51.265Z] 10:33:01 0 1.57 0.00 0.07 0.02 0.03 98.32 [2025-04-18T11:48:51.265Z] 10:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:33:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:33:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:34:01 all 0.02 0.00 0.00 0.01 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:34:01 0 0.08 0.00 0.02 0.03 0.03 99.83 [2025-04-18T11:48:51.265Z] 10:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:34:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:35:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:35:01 0 0.05 0.00 0.02 0.03 0.03 99.87 [2025-04-18T11:48:51.265Z] 10:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:35:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:35:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:36:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-04-18T11:48:51.265Z] 10:36:01 0 0.02 0.00 0.02 0.03 0.03 99.90 [2025-04-18T11:48:51.265Z] 10:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:36:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:36:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:36:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:37:01 0 0.03 0.00 0.00 0.03 0.02 99.92 [2025-04-18T11:48:51.265Z] 10:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:37:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:37:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] [2025-04-18T11:48:51.265Z] 10:37:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.265Z] 10:38:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:38:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:38:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.265Z] 10:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:38:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:39:01 all 0.09 0.00 0.01 0.01 0.01 99.89 [2025-04-18T11:48:51.265Z] 10:39:01 0 0.70 0.00 0.02 0.03 0.00 99.25 [2025-04-18T11:48:51.265Z] 10:39:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-04-18T11:48:51.265Z] 10:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:39:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:39:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:40:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:40:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:40:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-04-18T11:48:51.265Z] 10:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:41:01 all 0.10 0.00 0.00 0.00 0.01 99.88 [2025-04-18T11:48:51.265Z] 10:41:01 0 0.78 0.00 0.02 0.02 0.02 99.17 [2025-04-18T11:48:51.265Z] 10:41:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.265Z] 10:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:42:01 all 0.06 0.00 0.01 0.01 0.01 99.92 [2025-04-18T11:48:51.265Z] 10:42:01 0 0.37 0.00 0.02 0.03 0.02 99.57 [2025-04-18T11:48:51.265Z] 10:42:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-04-18T11:48:51.265Z] 10:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:42:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:42:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:43:01 all 0.07 0.00 0.00 0.00 0.01 99.91 [2025-04-18T11:48:51.265Z] 10:43:01 0 0.53 0.00 0.02 0.02 0.02 99.42 [2025-04-18T11:48:51.265Z] 10:43:01 1 0.00 0.00 0.02 0.00 0.03 99.95 [2025-04-18T11:48:51.265Z] 10:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:44:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:44:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2025-04-18T11:48:51.265Z] 10:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:44:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:44:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:45:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2025-04-18T11:48:51.265Z] 10:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:45:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.265Z] 10:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:45:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:46:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:46:01 0 0.00 0.00 0.00 0.03 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:46:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:47:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:47:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:47:01 1 0.00 0.00 0.00 0.00 0.03 99.97 [2025-04-18T11:48:51.265Z] 10:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:47:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:47:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:48:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:48:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2025-04-18T11:48:51.265Z] 10:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.265Z] 10:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:48:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2025-04-18T11:48:51.265Z] [2025-04-18T11:48:51.265Z] 10:48:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.265Z] 10:49:01 all 0.00 0.00 0.01 0.00 0.01 99.98 [2025-04-18T11:48:51.265Z] 10:49:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:49:01 1 0.00 0.00 0.03 0.00 0.03 99.93 [2025-04-18T11:48:51.265Z] 10:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:50:01 all 0.06 0.00 0.02 0.00 0.01 99.91 [2025-04-18T11:48:51.265Z] 10:50:01 0 0.03 0.00 0.05 0.02 0.02 99.88 [2025-04-18T11:48:51.265Z] 10:50:01 1 0.15 0.00 0.00 0.00 0.02 99.83 [2025-04-18T11:48:51.265Z] 10:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:50:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.265Z] 10:50:01 4 0.13 0.00 0.05 0.00 0.02 99.80 [2025-04-18T11:48:51.265Z] 10:50:01 5 0.08 0.00 0.03 0.00 0.00 99.88 [2025-04-18T11:48:51.265Z] 10:50:01 6 0.07 0.00 0.03 0.00 0.00 99.90 [2025-04-18T11:48:51.265Z] 10:50:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:51:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-04-18T11:48:51.265Z] 10:51:01 0 0.05 0.00 0.03 0.03 0.00 99.88 [2025-04-18T11:48:51.265Z] 10:51:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-04-18T11:48:51.265Z] 10:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:51:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:51:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-04-18T11:48:51.265Z] 10:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.265Z] 10:52:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.265Z] 10:52:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2025-04-18T11:48:51.265Z] 10:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.265Z] 10:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.265Z] 10:52:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.265Z] 10:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 10:52:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 10:52:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:53:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 10:53:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2025-04-18T11:48:51.266Z] 10:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:53:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.266Z] 10:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 10:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:54:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2025-04-18T11:48:51.266Z] 10:54:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-04-18T11:48:51.266Z] 10:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:54:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 10:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:54:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.266Z] 10:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 10:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 10:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 10:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:55:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.266Z] 10:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:55:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:56:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 10:56:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-04-18T11:48:51.266Z] 10:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:56:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 10:56:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 10:56:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-04-18T11:48:51.266Z] 10:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:57:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2025-04-18T11:48:51.266Z] 10:57:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 10:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 10:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:57:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 10:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:58:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-04-18T11:48:51.266Z] 10:58:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2025-04-18T11:48:51.266Z] 10:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:58:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 10:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:58:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.266Z] 10:58:01 5 0.00 0.00 0.00 0.05 0.00 99.95 [2025-04-18T11:48:51.266Z] 10:58:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 10:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 10:59:01 all 0.12 0.00 0.01 0.00 0.01 99.86 [2025-04-18T11:48:51.266Z] 10:59:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-04-18T11:48:51.266Z] 10:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 10:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:59:01 3 0.83 0.00 0.03 0.00 0.02 99.12 [2025-04-18T11:48:51.266Z] 10:59:01 4 0.00 0.00 0.02 0.00 0.03 99.95 [2025-04-18T11:48:51.266Z] 10:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 10:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] [2025-04-18T11:48:51.266Z] 10:59:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.266Z] 11:00:01 all 0.26 0.00 0.00 0.01 0.01 99.72 [2025-04-18T11:48:51.266Z] 11:00:01 0 0.03 0.00 0.02 0.03 0.02 99.90 [2025-04-18T11:48:51.266Z] 11:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:00:01 3 1.97 0.00 0.00 0.00 0.02 98.01 [2025-04-18T11:48:51.266Z] 11:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:00:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:01:01 all 0.26 0.00 0.00 0.00 0.01 99.73 [2025-04-18T11:48:51.266Z] 11:01:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:01:01 3 1.99 0.00 0.00 0.00 0.02 98.00 [2025-04-18T11:48:51.266Z] 11:01:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:02:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-04-18T11:48:51.266Z] 11:02:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:02:01 3 1.97 0.00 0.00 0.00 0.02 98.01 [2025-04-18T11:48:51.266Z] 11:02:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2025-04-18T11:48:51.266Z] 11:02:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.266Z] 11:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:03:01 all 0.26 0.00 0.00 0.00 0.01 99.72 [2025-04-18T11:48:51.266Z] 11:03:01 0 0.03 0.00 0.02 0.03 0.00 99.92 [2025-04-18T11:48:51.266Z] 11:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:03:01 3 1.97 0.00 0.00 0.00 0.02 98.01 [2025-04-18T11:48:51.266Z] 11:03:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:03:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:04:01 all 0.26 0.00 0.00 0.01 0.01 99.72 [2025-04-18T11:48:51.266Z] 11:04:01 0 0.03 0.00 0.00 0.05 0.02 99.90 [2025-04-18T11:48:51.266Z] 11:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:04:01 3 1.94 0.00 0.00 0.00 0.02 98.05 [2025-04-18T11:48:51.266Z] 11:04:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2025-04-18T11:48:51.266Z] 11:04:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:04:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:05:01 all 0.11 0.00 0.01 0.00 0.01 99.86 [2025-04-18T11:48:51.266Z] 11:05:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2025-04-18T11:48:51.266Z] 11:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:05:01 3 0.85 0.00 0.08 0.00 0.02 99.05 [2025-04-18T11:48:51.266Z] 11:05:01 4 0.03 0.00 0.00 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:06:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-04-18T11:48:51.266Z] 11:06:01 0 0.02 0.00 0.02 0.05 0.00 99.92 [2025-04-18T11:48:51.266Z] 11:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:06:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:06:01 4 0.03 0.00 0.00 0.02 0.03 99.92 [2025-04-18T11:48:51.266Z] 11:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:06:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:07:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:07:01 0 0.03 0.00 0.02 0.05 0.02 99.88 [2025-04-18T11:48:51.266Z] 11:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:07:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:07:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:08:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:08:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2025-04-18T11:48:51.266Z] 11:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:08:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:08:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-04-18T11:48:51.266Z] 11:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:09:01 all 0.00 0.00 0.00 0.00 0.01 99.99 [2025-04-18T11:48:51.266Z] 11:09:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:09:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2025-04-18T11:48:51.266Z] 11:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:10:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2025-04-18T11:48:51.266Z] 11:10:01 0 0.05 0.00 0.02 0.03 0.02 99.88 [2025-04-18T11:48:51.266Z] 11:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:10:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:10:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-04-18T11:48:51.266Z] 11:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:10:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] [2025-04-18T11:48:51.266Z] 11:10:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.266Z] 11:11:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:11:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2025-04-18T11:48:51.266Z] 11:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:11:01 4 0.03 0.00 0.00 0.02 0.03 99.92 [2025-04-18T11:48:51.266Z] 11:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:11:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:12:01 all 0.02 0.00 0.00 0.01 0.01 99.96 [2025-04-18T11:48:51.266Z] 11:12:01 0 0.05 0.00 0.02 0.05 0.02 99.87 [2025-04-18T11:48:51.266Z] 11:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:12:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:13:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:13:01 0 0.02 0.00 0.03 0.03 0.00 99.92 [2025-04-18T11:48:51.266Z] 11:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:13:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:13:01 4 0.03 0.00 0.00 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:14:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:14:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:14:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:14:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:14:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:14:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.266Z] 11:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:15:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2025-04-18T11:48:51.266Z] 11:15:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:15:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:15:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2025-04-18T11:48:51.266Z] 11:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:16:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:16:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:17:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:17:01 0 0.05 0.00 0.00 0.02 0.00 99.93 [2025-04-18T11:48:51.266Z] 11:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:17:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:17:01 4 0.00 0.00 0.02 0.00 0.03 99.95 [2025-04-18T11:48:51.266Z] 11:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:18:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2025-04-18T11:48:51.266Z] 11:18:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-04-18T11:48:51.266Z] 11:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:18:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-04-18T11:48:51.266Z] 11:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:19:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:19:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2025-04-18T11:48:51.266Z] 11:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:20:01 all 0.00 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:20:01 4 0.00 0.00 0.03 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:20:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:20:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:21:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2025-04-18T11:48:51.266Z] 11:21:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2025-04-18T11:48:51.266Z] 11:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:21:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:21:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] [2025-04-18T11:48:51.266Z] 11:21:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.266Z] 11:22:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-04-18T11:48:51.266Z] 11:22:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2025-04-18T11:48:51.266Z] 11:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:22:01 4 0.02 0.00 0.05 0.00 0.03 99.90 [2025-04-18T11:48:51.266Z] 11:22:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:23:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2025-04-18T11:48:51.266Z] 11:23:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.266Z] 11:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:23:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:24:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:24:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:24:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:25:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2025-04-18T11:48:51.266Z] 11:25:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2025-04-18T11:48:51.266Z] 11:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:25:01 3 0.57 0.00 0.00 0.00 0.02 99.42 [2025-04-18T11:48:51.266Z] 11:25:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2025-04-18T11:48:51.266Z] 11:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:25:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:26:02 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:26:02 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-04-18T11:48:51.266Z] 11:26:02 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:26:02 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:26:02 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:26:02 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-04-18T11:48:51.266Z] 11:26:02 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:26:02 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:26:02 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-04-18T11:48:51.266Z] 11:27:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-04-18T11:48:51.266Z] 11:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:27:01 4 0.00 0.00 0.03 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:27:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:27:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:27:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:28:01 all 0.10 0.00 0.01 0.01 0.01 99.88 [2025-04-18T11:48:51.266Z] 11:28:01 0 0.03 0.00 0.02 0.03 0.00 99.92 [2025-04-18T11:48:51.266Z] 11:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:28:01 3 0.71 0.00 0.02 0.00 0.02 99.25 [2025-04-18T11:48:51.266Z] 11:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:29:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:29:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2025-04-18T11:48:51.266Z] 11:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:29:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2025-04-18T11:48:51.266Z] 11:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:30:01 all 0.11 0.00 0.01 0.01 0.01 99.86 [2025-04-18T11:48:51.266Z] 11:30:01 0 0.02 0.00 0.00 0.05 0.00 99.93 [2025-04-18T11:48:51.266Z] 11:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:30:01 3 0.86 0.00 0.02 0.00 0.02 99.10 [2025-04-18T11:48:51.266Z] 11:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:30:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:31:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:31:01 0 0.05 0.00 0.02 0.02 0.02 99.90 [2025-04-18T11:48:51.266Z] 11:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:31:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:31:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2025-04-18T11:48:51.266Z] 11:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:31:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:32:01 all 0.14 0.00 0.01 0.01 0.01 99.83 [2025-04-18T11:48:51.266Z] 11:32:01 0 0.02 0.00 0.00 0.05 0.00 99.93 [2025-04-18T11:48:51.266Z] 11:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:32:01 3 1.08 0.00 0.00 0.00 0.02 98.91 [2025-04-18T11:48:51.266Z] 11:32:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:32:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] [2025-04-18T11:48:51.266Z] 11:32:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.266Z] 11:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:33:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2025-04-18T11:48:51.266Z] 11:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:33:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2025-04-18T11:48:51.266Z] 11:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:34:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-04-18T11:48:51.266Z] 11:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:34:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:35:01 all 0.20 0.00 0.00 0.01 0.01 99.78 [2025-04-18T11:48:51.266Z] 11:35:01 0 0.02 0.00 0.00 0.05 0.02 99.92 [2025-04-18T11:48:51.266Z] 11:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:35:01 3 1.50 0.00 0.00 0.00 0.02 98.48 [2025-04-18T11:48:51.266Z] 11:35:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-04-18T11:48:51.266Z] 11:35:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:36:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:36:01 0 0.03 0.00 0.00 0.03 0.00 99.93 [2025-04-18T11:48:51.266Z] 11:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:36:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:37:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:37:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2025-04-18T11:48:51.266Z] 11:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.266Z] 11:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:37:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2025-04-18T11:48:51.266Z] 11:37:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-04-18T11:48:51.266Z] 11:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:37:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:38:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-04-18T11:48:51.266Z] 11:38:01 0 0.03 0.00 0.00 0.03 0.02 99.92 [2025-04-18T11:48:51.266Z] 11:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-04-18T11:48:51.266Z] 11:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.266Z] 11:38:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.266Z] 11:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:38:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.266Z] 11:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:39:01 all 0.22 0.00 0.01 0.01 0.01 99.75 [2025-04-18T11:48:51.266Z] 11:39:01 0 0.02 0.00 0.02 0.12 0.00 99.85 [2025-04-18T11:48:51.266Z] 11:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.266Z] 11:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:39:01 3 1.68 0.00 0.02 0.00 0.02 98.29 [2025-04-18T11:48:51.267Z] 11:39:01 4 0.03 0.00 0.00 0.00 0.03 99.93 [2025-04-18T11:48:51.267Z] 11:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] 11:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.267Z] 11:40:01 all 0.09 0.00 0.00 0.01 0.01 99.89 [2025-04-18T11:48:51.267Z] 11:40:01 0 0.03 0.00 0.00 0.03 0.02 99.92 [2025-04-18T11:48:51.267Z] 11:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:40:01 3 0.62 0.00 0.02 0.00 0.02 99.35 [2025-04-18T11:48:51.267Z] 11:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-04-18T11:48:51.267Z] 11:40:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-04-18T11:48:51.267Z] 11:40:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:41:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-04-18T11:48:51.267Z] 11:41:01 0 0.03 0.00 0.02 0.05 0.00 99.90 [2025-04-18T11:48:51.267Z] 11:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] 11:41:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2025-04-18T11:48:51.267Z] 11:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:41:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] 11:42:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2025-04-18T11:48:51.267Z] 11:42:01 0 0.03 0.00 0.02 0.05 0.02 99.88 [2025-04-18T11:48:51.267Z] 11:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.267Z] 11:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:42:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-04-18T11:48:51.267Z] 11:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.267Z] 11:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-04-18T11:48:51.267Z] 11:42:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-04-18T11:48:51.267Z] 11:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.267Z] 11:43:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2025-04-18T11:48:51.267Z] 11:43:01 0 0.03 0.00 0.00 0.05 0.00 99.92 [2025-04-18T11:48:51.267Z] 11:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] 11:43:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2025-04-18T11:48:51.267Z] 11:43:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] 11:43:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:43:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] [2025-04-18T11:48:51.267Z] 11:43:01 CPU %user %nice %system %iowait %steal %idle [2025-04-18T11:48:51.267Z] 11:44:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-04-18T11:48:51.267Z] 11:44:01 0 0.02 0.00 0.00 0.05 0.02 99.92 [2025-04-18T11:48:51.267Z] 11:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] 11:44:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-04-18T11:48:51.267Z] 11:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.267Z] 11:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:44:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2025-04-18T11:48:51.267Z] 11:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-04-18T11:48:51.267Z] 11:45:01 0 0.00 0.00 0.02 0.03 0.00 99.95 [2025-04-18T11:48:51.267Z] 11:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:45:01 3 0.13 0.00 0.00 0.00 0.02 99.85 [2025-04-18T11:48:51.267Z] 11:45:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2025-04-18T11:48:51.267Z] 11:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] 11:46:01 all 0.27 0.00 0.00 0.01 0.01 99.71 [2025-04-18T11:48:51.267Z] 11:46:01 0 0.05 0.00 0.02 0.05 0.02 99.87 [2025-04-18T11:48:51.267Z] 11:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-04-18T11:48:51.267Z] 11:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-04-18T11:48:51.267Z] 11:46:01 3 1.99 0.00 0.00 0.00 0.00 98.01 [2025-04-18T11:48:51.267Z] 11:46:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-04-18T11:48:51.267Z] 11:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-04-18T11:48:51.267Z] 11:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-04-18T11:48:51.267Z] 11:46:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-04-18T11:48:51.267Z] 11:47:01 all 3.90 0.00 1.19 0.69 0.03 94.20 [2025-04-18T11:48:51.267Z] 11:47:01 0 3.01 0.00 1.20 0.62 0.02 95.15 [2025-04-18T11:48:51.267Z] 11:47:01 1 3.53 0.00 1.19 0.10 0.02 95.16 [2025-04-18T11:48:51.267Z] 11:47:01 2 2.60 0.00 0.95 0.40 0.03 96.01 [2025-04-18T11:48:51.267Z] 11:47:01 3 5.36 0.00 1.93 3.42 0.05 89.24 [2025-04-18T11:48:51.267Z] 11:47:01 4 2.54 0.00 0.99 0.12 0.05 96.30 [2025-04-18T11:48:51.267Z] 11:47:01 5 3.18 0.00 1.10 0.03 0.02 95.67 [2025-04-18T11:48:51.267Z] 11:47:01 6 4.95 0.00 0.94 0.03 0.02 94.06 [2025-04-18T11:48:51.267Z] 11:47:01 7 5.98 0.00 1.19 0.75 0.03 92.04 [2025-04-18T11:48:51.267Z] 11:48:01 all 26.67 0.00 6.47 0.79 0.08 65.99 [2025-04-18T11:48:51.267Z] 11:48:01 0 27.91 0.00 6.81 0.24 0.08 64.97 [2025-04-18T11:48:51.267Z] 11:48:01 1 25.44 0.00 6.22 0.35 0.07 67.92 [2025-04-18T11:48:51.267Z] 11:48:01 2 26.99 0.00 6.06 1.00 0.08 65.87 [2025-04-18T11:48:51.267Z] 11:48:01 3 26.30 0.00 6.37 0.76 0.07 66.50 [2025-04-18T11:48:51.267Z] 11:48:01 4 27.58 0.00 6.77 0.32 0.07 65.27 [2025-04-18T11:48:51.267Z] 11:48:01 5 25.38 0.00 6.01 0.15 0.08 68.37 [2025-04-18T11:48:51.267Z] 11:48:01 6 27.08 0.00 6.88 3.42 0.08 62.53 [2025-04-18T11:48:51.267Z] 11:48:01 7 26.71 0.00 6.64 0.10 0.08 66.47 [2025-04-18T11:48:51.267Z] Average: all 0.33 0.00 0.08 0.02 0.01 99.57 [2025-04-18T11:48:51.267Z] Average: 0 0.40 0.00 0.08 0.04 0.01 99.47 [2025-04-18T11:48:51.267Z] Average: 1 0.42 0.00 0.07 0.00 0.01 99.50 [2025-04-18T11:48:51.267Z] Average: 2 0.26 0.00 0.08 0.02 0.00 99.63 [2025-04-18T11:48:51.267Z] Average: 3 0.45 0.00 0.07 0.03 0.02 99.42 [2025-04-18T11:48:51.267Z] Average: 4 0.27 0.00 0.08 0.01 0.02 99.62 [2025-04-18T11:48:51.267Z] Average: 5 0.25 0.00 0.07 0.01 0.00 99.66 [2025-04-18T11:48:51.267Z] Average: 6 0.28 0.00 0.07 0.03 0.00 99.62 [2025-04-18T11:48:51.267Z] Average: 7 0.29 0.00 0.07 0.01 0.01 99.61 [2025-04-18T11:48:51.267Z] [2025-04-18T11:48:51.267Z] [2025-04-18T11:48:51.267Z]