cherrycl commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-compose Obtained Jenkinsfile from b373337b7142c4899c63bd93c7ddb3758fb0196c+1d33645e9563b304457790c69843ddbad13ff51a (37709ecf11970100d7854c1beb28cb64b3807c05) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 shared 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] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29306 in /w/workspace/edgexfoundry_edgex-compose_PR-20 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-compose.git > git init /w/workspace/edgexfoundry_edgex-compose_PR-20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-compose.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-compose.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-compose.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-compose.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-compose.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-compose.git +refs/pull/20/head:refs/remotes/origin/PR-20 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1d33645e9563b304457790c69843ddbad13ff51a into PR head commit b373337b7142c4899c63bd93c7ddb3758fb0196c Merge succeeded, producing b373337b7142c4899c63bd93c7ddb3758fb0196c Checking out Revision b373337b7142c4899c63bd93c7ddb3758fb0196c (PR-20) > git config core.sparsecheckout # timeout=10 > git checkout -f b373337b7142c4899c63bd93c7ddb3758fb0196c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1d33645e9563b304457790c69843ddbad13ff51a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b373337b7142c4899c63bd93c7ddb3758fb0196c # timeout=10 Commit message: "fix: Add missing Proxy Setup override for Command service host" > git rev-list --no-walk b373337b7142c4899c63bd93c7ddb3758fb0196c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T10:39:59.269Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Smoke Tests) [Pipeline] build [2021-03-10T10:40:00.087Z] Scheduling project: EdgeX Foundry Project » edgex-taf-pipelines » smoke-test [2021-03-10T10:40:06.801Z] Starting building: EdgeX Foundry Project » edgex-taf-pipelines » smoke-test #271 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-10T11:04:14.954Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T11:04:15.931Z] ---> package-listing.sh [2021-03-10T11:04:15.931Z] ++ facter osfamily [2021-03-10T11:04:15.931Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T11:04:16.197Z] + OS_FAMILY=redhat [2021-03-10T11:04:16.197Z] + workspace=/w/workspace/edgexfoundry_edgex-compose_PR-20 [2021-03-10T11:04:16.197Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T11:04:16.197Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T11:04:16.197Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T11:04:16.197Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T11:04:16.197Z] + '[' /w/workspace/edgexfoundry_edgex-compose_PR-20 ']' [2021-03-10T11:04:16.197Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T11:04:16.197Z] + case "${OS_FAMILY}" in [2021-03-10T11:04:16.197Z] + sort [2021-03-10T11:04:16.197Z] + rpm -qa [2021-03-10T11:04:24.428Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T11:04:24.428Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T11:04:24.428Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T11:04:24.428Z] + '[' /w/workspace/edgexfoundry_edgex-compose_PR-20 ']' [2021-03-10T11:04:24.428Z] + mkdir -p /w/workspace/edgexfoundry_edgex-compose_PR-20/archives/ [2021-03-10T11:04:24.428Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-compose_PR-20/archives/ [Pipeline] echo [2021-03-10T11:04:24.710Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-compose_PR-20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T11:04:25.032Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T11:04:25.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T11:04:27.182Z] [2021-03-10T11:04:27.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T11:04:27.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T11:04:27.546Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T11:04:27.546Z] df20fa9351a1: Pulling fs layer [2021-03-10T11:04:27.546Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T11:04:27.546Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T11:04:27.546Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T11:04:27.546Z] 93b61091891f: Pulling fs layer [2021-03-10T11:04:27.546Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T11:04:27.546Z] 5e14af77c1be: Pulling fs layer [2021-03-10T11:04:27.546Z] 01666e4c0597: Pulling fs layer [2021-03-10T11:04:27.546Z] aa168da1d23b: Pulling fs layer [2021-03-10T11:04:27.546Z] 93b9cdb0e59b: Waiting [2021-03-10T11:04:27.546Z] 5e14af77c1be: Waiting [2021-03-10T11:04:27.546Z] 01666e4c0597: Waiting [2021-03-10T11:04:27.546Z] aa168da1d23b: Waiting [2021-03-10T11:04:27.547Z] 93b61091891f: Waiting [2021-03-10T11:04:27.547Z] 46f8f816bc3b: Waiting [2021-03-10T11:04:27.815Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T11:04:27.815Z] 36b3adc4ff6f: Download complete [2021-03-10T11:04:27.815Z] 46f8f816bc3b: Download complete [2021-03-10T11:04:27.815Z] df20fa9351a1: Verifying Checksum [2021-03-10T11:04:27.815Z] df20fa9351a1: Download complete [2021-03-10T11:04:27.815Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T11:04:27.815Z] 93b9cdb0e59b: Download complete [2021-03-10T11:04:27.815Z] 5e14af77c1be: Verifying Checksum [2021-03-10T11:04:27.815Z] 5e14af77c1be: Download complete [2021-03-10T11:04:27.815Z] 01666e4c0597: Verifying Checksum [2021-03-10T11:04:27.815Z] 01666e4c0597: Download complete [2021-03-10T11:04:27.815Z] 93b61091891f: Verifying Checksum [2021-03-10T11:04:27.815Z] 93b61091891f: Download complete [2021-03-10T11:04:28.409Z] df20fa9351a1: Pull complete [2021-03-10T11:04:28.673Z] 36b3adc4ff6f: Pull complete [2021-03-10T11:04:28.952Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T11:04:28.952Z] 8ad3a11d3b57: Download complete [2021-03-10T11:04:29.959Z] 8ad3a11d3b57: Pull complete [2021-03-10T11:04:30.232Z] 46f8f816bc3b: Pull complete [2021-03-10T11:04:31.296Z] 93b61091891f: Pull complete [2021-03-10T11:04:31.567Z] 93b9cdb0e59b: Pull complete [2021-03-10T11:04:32.153Z] 5e14af77c1be: Pull complete [2021-03-10T11:04:32.153Z] aa168da1d23b: Download complete [2021-03-10T11:04:32.153Z] 01666e4c0597: Pull complete [2021-03-10T11:04:50.712Z] aa168da1d23b: Pull complete [2021-03-10T11:04:50.712Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T11:04:50.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T11:04:50.712Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T11:04:50.859Z] prd-centos7-docker-4c-2g-29306 does not seem to be running inside a container [2021-03-10T11:04:50.923Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-compose_PR-20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-compose_PR-20 -v /w/workspace/edgexfoundry_edgex-compose_PR-20:/w/workspace/edgexfoundry_edgex-compose_PR-20:rw,z -v /w/workspace/edgexfoundry_edgex-compose_PR-20@tmp:/w/workspace/edgexfoundry_edgex-compose_PR-20@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T11:04:54.734Z] $ docker top 62ed4d4e0ab353608e02ef280bf96123b41c3be0a9b3a09a82f471423accb06e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T11:04:55.369Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T11:04:55.689Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T11:04:56.024Z] + ls /var/log/sa-host [2021-03-10T11:04:56.024Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T11:04:56.024Z] file_magic: OK [2021-03-10T11:04:56.024Z] HZ: Using current value: 100 [2021-03-10T11:04:56.024Z] file_header: OK [2021-03-10T11:04:56.024Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-10T11:04:56.024Z] Statistics: [2021-03-10T11:04:56.024Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T11:04:56.024Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T11:04:56.024Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T11:04:56.024Z] file_magic: OK [2021-03-10T11:04:56.024Z] HZ: Using current value: 100 [2021-03-10T11:04:56.024Z] file_header: OK [2021-03-10T11:04:56.024Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-10T11:04:56.024Z] Statistics: [2021-03-10T11:04:56.024Z] Hnuu...uuuununununu... [2021-03-10T11:04:56.024Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T11:04:56.719Z] provisioning config files... [2021-03-10T11:04:56.746Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-compose_PR-20@tmp/config4276577767656495914tmp [Pipeline] { [Pipeline] echo [2021-03-10T11:04:56.811Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T11:04:57.117Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T11:04:57.149Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T11:04:57.229Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T11:04:57.536Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T11:04:57.550Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T11:04:57.858Z] ---> sudo-logs.sh [2021-03-10T11:04:57.858Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T11:04:57.912Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T11:04:58.230Z] ---> job-cost.sh [2021-03-10T11:04:58.230Z] lf-activate-venv: SKIPPING [2021-03-10T11:04:58.230Z] INFO: No Stack... [2021-03-10T11:04:59.212Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T11:04:59.794Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T11:04:59.810Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T11:05:00.123Z] ---> logs-deploy.sh [2021-03-10T11:05:00.123Z] lf-activate-venv: SKIPPING [2021-03-10T11:05:00.123Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-compose/PR-20/13 [2021-03-10T11:05:00.123Z] INFO: archiving workspace using pattern(s): [2021-03-10T11:05:03.508Z] Archives upload complete. [2021-03-10T11:05:03.508Z] INFO: archiving logs to Nexus [2021-03-10T11:05:04.928Z] ---> uname -a: [2021-03-10T11:05:04.928Z] Linux prd-centos7-docker-4c-2g-29306.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] ---> lscpu: [2021-03-10T11:05:04.928Z] Architecture: x86_64 [2021-03-10T11:05:04.928Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-10T11:05:04.928Z] Byte Order: Little Endian [2021-03-10T11:05:04.928Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-10T11:05:04.928Z] CPU(s): 4 [2021-03-10T11:05:04.928Z] On-line CPU(s) list: 0-3 [2021-03-10T11:05:04.928Z] Thread(s) per core: 1 [2021-03-10T11:05:04.928Z] Core(s) per socket: 1 [2021-03-10T11:05:04.928Z] Socket(s): 4 [2021-03-10T11:05:04.928Z] NUMA node(s): 1 [2021-03-10T11:05:04.928Z] Vendor ID: GenuineIntel [2021-03-10T11:05:04.928Z] CPU family: 6 [2021-03-10T11:05:04.928Z] Model: 44 [2021-03-10T11:05:04.928Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-10T11:05:04.928Z] Stepping: 1 [2021-03-10T11:05:04.928Z] CPU MHz: 2933.438 [2021-03-10T11:05:04.928Z] BogoMIPS: 5866.87 [2021-03-10T11:05:04.928Z] Virtualization: VT-x [2021-03-10T11:05:04.928Z] Hypervisor vendor: KVM [2021-03-10T11:05:04.928Z] Virtualization type: full [2021-03-10T11:05:04.928Z] L1d cache: 128 KiB [2021-03-10T11:05:04.928Z] L1i cache: 128 KiB [2021-03-10T11:05:04.928Z] L2 cache: 16 MiB [2021-03-10T11:05:04.928Z] L3 cache: 64 MiB [2021-03-10T11:05:04.928Z] NUMA node0 CPU(s): 0-3 [2021-03-10T11:05:04.928Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-10T11:05:04.928Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-10T11:05:04.928Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-10T11:05:04.928Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-10T11:05:04.928Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-10T11:05:04.928Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-10T11:05:04.928Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-10T11:05:04.928Z] Vulnerability Srbds: Not affected [2021-03-10T11:05:04.928Z] Vulnerability Tsx async abort: Not affected [2021-03-10T11:05:04.928Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] ---> nproc: [2021-03-10T11:05:04.928Z] 4 [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] ---> df -h: [2021-03-10T11:05:04.928Z] Filesystem Size Used Available Use% Mounted on [2021-03-10T11:05:04.928Z] overlay 50.0G 6.9G 43.1G 14% / [2021-03-10T11:05:04.928Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-10T11:05:04.928Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-10T11:05:04.928Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/edgexfoundry_edgex-compose_PR-20@tmp [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json [2021-03-10T11:05:04.928Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/edgexfoundry_edgex-compose_PR-20 [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] ---> free -m: [2021-03-10T11:05:04.928Z] total used free shared buff/cache available [2021-03-10T11:05:04.928Z] Mem: 1837 723 96 0 1017 1007 [2021-03-10T11:05:04.928Z] Swap: 1023 1 1022 [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] ---> ip addr: [2021-03-10T11:05:04.928Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-10T11:05:04.928Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-10T11:05:04.928Z] inet 127.0.0.1/8 scope host lo [2021-03-10T11:05:04.928Z] valid_lft forever preferred_lft forever [2021-03-10T11:05:04.928Z] inet6 ::1/128 scope host [2021-03-10T11:05:04.928Z] valid_lft forever preferred_lft forever [2021-03-10T11:05:04.928Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-10T11:05:04.928Z] link/ether fa:16:3e:8f:a9:9d brd ff:ff:ff:ff:ff:ff [2021-03-10T11:05:04.928Z] inet 10.30.122.40/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-10T11:05:04.928Z] valid_lft 84834sec preferred_lft 84834sec [2021-03-10T11:05:04.928Z] inet6 fe80::f816:3eff:fe8f:a99d/64 scope link [2021-03-10T11:05:04.928Z] valid_lft forever preferred_lft forever [2021-03-10T11:05:04.928Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-10T11:05:04.928Z] link/ether 02:42:1f:aa:cb:cf brd ff:ff:ff:ff:ff:ff [2021-03-10T11:05:04.928Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-10T11:05:04.928Z] valid_lft forever preferred_lft forever [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] ---> sar -b -r -n DEV: [2021-03-10T11:05:04.928Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] 10:38:44 LINUX RESTART (4 CPU) [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] 10:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-10T11:05:04.928Z] 10:41:01 5.23 0.02 5.21 0.00 0.53 451.32 0.00 [2021-03-10T11:05:04.928Z] 10:42:01 1.55 0.00 1.55 0.00 0.00 26.93 0.00 [2021-03-10T11:05:04.928Z] 10:43:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 [2021-03-10T11:05:04.928Z] 10:44:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 [2021-03-10T11:05:04.928Z] 10:45:01 0.40 0.00 0.40 0.00 0.00 6.01 0.00 [2021-03-10T11:05:04.928Z] 10:46:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 [2021-03-10T11:05:04.928Z] 10:47:01 0.35 0.00 0.35 0.00 0.00 4.15 0.00 [2021-03-10T11:05:04.928Z] 10:48:02 0.20 0.00 0.20 0.00 0.00 3.01 0.00 [2021-03-10T11:05:04.928Z] 10:49:01 0.24 0.00 0.24 0.00 0.00 2.37 0.00 [2021-03-10T11:05:04.928Z] 10:50:01 0.30 0.00 0.30 0.00 0.00 3.48 0.00 [2021-03-10T11:05:04.928Z] 10:51:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2021-03-10T11:05:04.928Z] 10:52:01 0.33 0.00 0.33 0.00 0.00 5.23 0.00 [2021-03-10T11:05:04.928Z] 10:53:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 [2021-03-10T11:05:04.928Z] 10:54:01 0.38 0.20 0.18 0.00 6.39 2.55 0.00 [2021-03-10T11:05:04.928Z] 10:55:01 0.88 0.00 0.88 0.00 0.00 17.28 0.00 [2021-03-10T11:05:04.928Z] 10:56:01 0.20 0.00 0.20 0.00 0.00 1.91 0.00 [2021-03-10T11:05:04.928Z] 10:57:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 [2021-03-10T11:05:04.928Z] 10:58:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 [2021-03-10T11:05:04.928Z] 10:59:01 0.33 0.00 0.33 0.00 0.00 4.86 0.00 [2021-03-10T11:05:04.928Z] 11:00:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 [2021-03-10T11:05:04.928Z] 11:01:01 0.18 0.02 0.17 0.00 0.13 1.76 0.00 [2021-03-10T11:05:04.928Z] 11:02:01 0.42 0.08 0.34 0.00 1.62 5.38 0.00 [2021-03-10T11:05:04.928Z] 11:03:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-03-10T11:05:04.928Z] 11:04:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 [2021-03-10T11:05:04.928Z] Average: 0.56 0.01 0.54 0.00 0.36 23.49 0.00 [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] 10:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-10T11:05:04.928Z] 10:41:01 81336 0 589812 31.35 2620 1207776 1033320 35.27 422252 1183712 20 [2021-03-10T11:05:04.928Z] 10:42:01 81428 0 589716 31.34 2620 1207780 1033320 35.27 424500 1181364 12 [2021-03-10T11:05:04.928Z] 10:43:01 79096 0 592044 31.47 2620 1207784 1033416 35.27 427008 1181352 16 [2021-03-10T11:05:04.928Z] 10:44:01 78388 0 592748 31.50 2620 1207788 1041696 35.55 426368 1182440 8 [2021-03-10T11:05:04.928Z] 10:45:01 79140 0 591992 31.46 2620 1207792 1041636 35.55 425864 1182440 12 [2021-03-10T11:05:04.928Z] 10:46:01 78076 0 593048 31.52 2620 1207800 1049928 35.83 426432 1182440 16 [2021-03-10T11:05:04.928Z] 10:47:01 79116 0 592008 31.46 2620 1207800 1049712 35.82 425392 1182440 8 [2021-03-10T11:05:04.928Z] 10:48:02 77792 0 593320 31.53 2620 1207812 1049952 35.83 426720 1182444 16 [2021-03-10T11:05:04.928Z] 10:49:01 79168 0 591940 31.46 2620 1207816 1049712 35.82 425428 1182440 8 [2021-03-10T11:05:04.928Z] 10:50:01 78808 0 592296 31.48 2620 1207820 1049796 35.83 425996 1182440 8 [2021-03-10T11:05:04.928Z] 10:51:01 78912 0 592188 31.47 2620 1207824 1049772 35.83 425892 1182440 8 [2021-03-10T11:05:04.928Z] 10:52:01 79628 0 591468 31.44 2620 1207828 1049712 35.82 425448 1182440 8 [2021-03-10T11:05:04.928Z] 10:53:01 79396 0 591692 31.45 2620 1207836 1049712 35.82 425580 1182440 8 [2021-03-10T11:05:04.928Z] 10:54:01 78396 0 592692 31.50 2620 1207836 1049856 35.83 426272 1182436 20 [2021-03-10T11:05:04.928Z] 10:55:01 78888 0 592136 31.47 2620 1207900 1049760 35.83 425852 1182452 20 [2021-03-10T11:05:04.928Z] 10:56:01 78356 0 592720 31.50 2620 1207848 1049880 35.83 426380 1182436 20 [2021-03-10T11:05:04.928Z] 10:57:01 78696 0 592376 31.48 2620 1207852 1049712 35.82 425620 1182436 12 [2021-03-10T11:05:04.928Z] 10:58:01 79324 0 591744 31.45 2620 1207856 1049712 35.82 425500 1182436 12 [2021-03-10T11:05:04.928Z] 10:59:01 79472 0 591592 31.44 2620 1207860 1049712 35.82 425508 1182436 12 [2021-03-10T11:05:04.928Z] 11:00:01 76088 0 594972 31.62 2620 1207864 1049796 35.83 428776 1182436 8 [2021-03-10T11:05:04.928Z] 11:01:01 75064 0 595992 31.68 2620 1207868 1052188 35.91 428968 1182436 8 [2021-03-10T11:05:04.928Z] 11:02:01 76060 0 594868 31.62 2620 1207996 1050220 35.84 428508 1182500 8 [2021-03-10T11:05:04.928Z] 11:03:01 76216 0 594708 31.61 2620 1208000 1050220 35.84 428528 1182500 8 [2021-03-10T11:05:04.928Z] 11:04:01 76224 0 594692 31.61 2620 1208008 1050220 35.84 428536 1182500 8 [2021-03-10T11:05:04.928Z] Average: 78461 0 592615 31.50 2620 1207848 1047207 35.74 426305 1182410 12 [2021-03-10T11:05:04.928Z] [2021-03-10T11:05:04.928Z] 10:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-10T11:05:04.928Z] 10:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:42:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:43:01 eth0 1.20 0.38 0.33 0.17 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:44:01 eth0 0.52 0.38 0.27 0.23 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.928Z] 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:45:01 eth0 0.87 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:46:01 eth0 1.00 0.62 0.38 0.16 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:47:01 eth0 0.63 0.12 0.06 0.07 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:48:02 eth0 0.52 0.50 0.27 0.21 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:50:01 eth0 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:51:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:52:01 eth0 0.23 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:53:01 eth0 0.65 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:54:01 eth0 0.42 0.33 0.26 0.20 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:55:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:56:01 eth0 1.12 0.60 0.38 0.23 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:57:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:58:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:59:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:00:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:02:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:04:01 eth0 0.57 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] Average: eth0 0.39 0.19 0.11 0.07 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T11:05:04.929Z] [2021-03-10T11:05:04.929Z] [2021-03-10T11:05:04.929Z] ---> sar -P ALL: [2021-03-10T11:05:04.929Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T11:05:04.929Z] [2021-03-10T11:05:04.929Z] 10:38:44 LINUX RESTART (4 CPU) [2021-03-10T11:05:04.929Z] [2021-03-10T11:05:04.929Z] 10:40:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T11:05:04.929Z] 10:41:01 all 0.14 0.00 0.04 0.00 0.30 99.53 [2021-03-10T11:05:04.929Z] 10:41:01 0 0.03 0.00 0.03 0.00 0.23 99.70 [2021-03-10T11:05:04.929Z] 10:41:01 1 0.07 0.00 0.05 0.00 0.35 99.53 [2021-03-10T11:05:04.929Z] 10:41:01 2 0.42 0.00 0.03 0.00 0.32 99.23 [2021-03-10T11:05:04.929Z] 10:41:01 3 0.03 0.00 0.05 0.00 0.28 99.63 [2021-03-10T11:05:04.929Z] 10:42:01 all 0.10 0.00 0.09 0.00 0.15 99.65 [2021-03-10T11:05:04.929Z] 10:42:01 0 0.03 0.00 0.10 0.00 0.05 99.82 [2021-03-10T11:05:04.929Z] 10:42:01 1 0.03 0.00 0.13 0.00 0.17 99.67 [2021-03-10T11:05:04.929Z] 10:42:01 2 0.32 0.00 0.08 0.00 0.22 99.38 [2021-03-10T11:05:04.929Z] 10:42:01 3 0.03 0.00 0.05 0.00 0.17 99.75 [2021-03-10T11:05:04.929Z] 10:43:01 all 0.10 0.00 0.02 0.00 0.09 99.79 [2021-03-10T11:05:04.929Z] 10:43:01 0 0.02 0.00 0.02 0.00 0.10 99.87 [2021-03-10T11:05:04.929Z] 10:43:01 1 0.05 0.00 0.05 0.00 0.12 99.78 [2021-03-10T11:05:04.929Z] 10:43:01 2 0.30 0.00 0.02 0.00 0.07 99.62 [2021-03-10T11:05:04.929Z] 10:43:01 3 0.02 0.00 0.02 0.00 0.08 99.88 [2021-03-10T11:05:04.929Z] 10:44:01 all 0.08 0.00 0.03 0.00 0.29 99.60 [2021-03-10T11:05:04.929Z] 10:44:01 0 0.00 0.00 0.03 0.00 0.22 99.75 [2021-03-10T11:05:04.929Z] 10:44:01 1 0.07 0.00 0.02 0.00 0.05 99.87 [2021-03-10T11:05:04.929Z] 10:44:01 2 0.02 0.00 0.02 0.00 0.05 99.92 [2021-03-10T11:05:04.929Z] 10:44:01 3 0.25 0.00 0.07 0.00 0.83 98.86 [2021-03-10T11:05:04.929Z] 10:45:01 all 0.12 0.00 0.03 0.00 0.20 99.65 [2021-03-10T11:05:04.929Z] 10:45:01 0 0.02 0.00 0.02 0.00 0.18 99.78 [2021-03-10T11:05:04.929Z] 10:45:01 1 0.40 0.00 0.03 0.00 0.10 99.47 [2021-03-10T11:05:04.929Z] 10:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T11:05:04.929Z] 10:45:01 3 0.03 0.00 0.03 0.00 0.50 99.44 [2021-03-10T11:05:04.929Z] 10:46:01 all 0.12 0.00 0.04 0.00 0.41 99.44 [2021-03-10T11:05:04.929Z] 10:46:01 0 0.07 0.00 0.07 0.00 0.83 99.04 [2021-03-10T11:05:04.929Z] 10:46:01 1 0.33 0.00 0.03 0.00 0.12 99.52 [2021-03-10T11:05:04.929Z] 10:46:01 2 0.02 0.00 0.02 0.00 0.07 99.90 [2021-03-10T11:05:04.929Z] 10:46:01 3 0.07 0.00 0.03 0.00 0.61 99.29 [2021-03-10T11:05:04.929Z] 10:47:01 all 0.10 0.00 0.03 0.00 0.19 99.68 [2021-03-10T11:05:04.929Z] 10:47:01 0 0.03 0.00 0.05 0.00 0.35 99.57 [2021-03-10T11:05:04.929Z] 10:47:01 1 0.33 0.00 0.03 0.00 0.13 99.50 [2021-03-10T11:05:04.929Z] 10:47:01 2 0.02 0.00 0.02 0.00 0.07 99.90 [2021-03-10T11:05:04.929Z] 10:47:01 3 0.02 0.00 0.03 0.00 0.20 99.75 [2021-03-10T11:05:04.929Z] 10:48:02 all 0.07 0.00 0.03 0.00 0.63 99.27 [2021-03-10T11:05:04.929Z] 10:48:02 0 0.05 0.00 0.05 0.00 0.89 99.01 [2021-03-10T11:05:04.929Z] 10:48:02 1 0.00 0.00 0.02 0.00 0.05 99.93 [2021-03-10T11:05:04.929Z] 10:48:02 2 0.17 0.00 0.05 0.00 0.78 99.00 [2021-03-10T11:05:04.929Z] 10:48:02 3 0.07 0.00 0.02 0.00 0.79 99.12 [2021-03-10T11:05:04.929Z] 10:49:01 all 0.09 0.00 0.03 0.00 0.14 99.74 [2021-03-10T11:05:04.929Z] 10:49:01 0 0.00 0.00 0.02 0.00 0.07 99.92 [2021-03-10T11:05:04.929Z] 10:49:01 1 0.02 0.00 0.03 0.00 0.08 99.86 [2021-03-10T11:05:04.929Z] 10:49:01 2 0.34 0.00 0.02 0.00 0.14 99.51 [2021-03-10T11:05:04.929Z] 10:49:01 3 0.02 0.00 0.03 0.00 0.29 99.66 [2021-03-10T11:05:04.929Z] 10:50:01 all 0.09 0.00 0.02 0.00 0.17 99.71 [2021-03-10T11:05:04.929Z] 10:50:01 0 0.05 0.00 0.02 0.00 0.37 99.57 [2021-03-10T11:05:04.929Z] 10:50:01 1 0.02 0.00 0.03 0.00 0.05 99.90 [2021-03-10T11:05:04.929Z] 10:50:01 2 0.27 0.00 0.02 0.00 0.08 99.63 [2021-03-10T11:05:04.929Z] 10:50:01 3 0.03 0.00 0.03 0.00 0.20 99.73 [2021-03-10T11:05:04.929Z] 10:51:01 all 0.08 0.00 0.03 0.00 1.11 98.78 [2021-03-10T11:05:04.929Z] 10:51:01 0 0.02 0.00 0.05 0.00 1.38 98.55 [2021-03-10T11:05:04.929Z] 10:51:01 1 0.02 0.00 0.02 0.00 1.10 98.86 [2021-03-10T11:05:04.929Z] 10:51:01 2 0.26 0.00 0.03 0.00 1.51 98.19 [2021-03-10T11:05:04.929Z] 10:51:01 3 0.02 0.00 0.02 0.00 0.45 99.52 [2021-03-10T11:05:04.929Z] [2021-03-10T11:05:04.929Z] 10:51:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T11:05:04.929Z] 10:52:01 all 0.05 0.00 0.02 0.00 0.53 99.40 [2021-03-10T11:05:04.929Z] 10:52:01 0 0.02 0.00 0.02 0.00 0.70 99.27 [2021-03-10T11:05:04.929Z] 10:52:01 1 0.02 0.00 0.02 0.00 0.18 99.78 [2021-03-10T11:05:04.929Z] 10:52:01 2 0.15 0.00 0.02 0.00 0.60 99.24 [2021-03-10T11:05:04.929Z] 10:52:01 3 0.03 0.00 0.03 0.00 0.63 99.30 [2021-03-10T11:05:04.929Z] 10:53:01 all 0.07 0.00 0.02 0.00 0.32 99.58 [2021-03-10T11:05:04.929Z] 10:53:01 0 0.00 0.00 0.02 0.00 0.83 99.16 [2021-03-10T11:05:04.929Z] 10:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T11:05:04.929Z] 10:53:01 2 0.25 0.00 0.03 0.00 0.08 99.63 [2021-03-10T11:05:04.929Z] 10:53:01 3 0.03 0.00 0.03 0.00 0.38 99.55 [2021-03-10T11:05:04.929Z] 10:54:01 all 0.12 0.00 0.06 0.00 0.55 99.27 [2021-03-10T11:05:04.929Z] 10:54:01 0 0.02 0.00 0.03 0.00 0.36 99.59 [2021-03-10T11:05:04.929Z] 10:54:01 1 0.03 0.00 0.05 0.00 0.28 99.63 [2021-03-10T11:05:04.929Z] 10:54:01 2 0.38 0.00 0.07 0.00 0.97 98.58 [2021-03-10T11:05:04.929Z] 10:54:01 3 0.05 0.00 0.08 0.00 0.58 99.29 [2021-03-10T11:05:04.929Z] 10:55:01 all 0.07 0.00 0.05 0.00 0.52 99.37 [2021-03-10T11:05:04.929Z] 10:55:01 0 0.15 0.00 0.03 0.00 0.60 99.22 [2021-03-10T11:05:04.929Z] 10:55:01 1 0.03 0.00 0.05 0.00 0.33 99.58 [2021-03-10T11:05:04.929Z] 10:55:01 2 0.03 0.00 0.03 0.00 0.66 99.27 [2021-03-10T11:05:04.929Z] 10:55:01 3 0.05 0.00 0.07 0.00 0.50 99.39 [2021-03-10T11:05:04.929Z] 10:56:01 all 0.06 0.00 0.03 0.00 0.15 99.75 [2021-03-10T11:05:04.929Z] 10:56:01 0 0.12 0.00 0.03 0.00 0.35 99.50 [2021-03-10T11:05:04.929Z] 10:56:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2021-03-10T11:05:04.929Z] 10:56:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2021-03-10T11:05:04.929Z] 10:56:01 3 0.03 0.00 0.03 0.00 0.22 99.72 [2021-03-10T11:05:04.929Z] 10:57:01 all 0.12 0.00 0.02 0.00 0.29 99.57 [2021-03-10T11:05:04.929Z] 10:57:01 0 0.35 0.00 0.03 0.00 0.23 99.38 [2021-03-10T11:05:04.929Z] 10:57:01 1 0.05 0.00 0.02 0.00 0.05 99.88 [2021-03-10T11:05:04.929Z] 10:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T11:05:04.929Z] 10:57:01 3 0.03 0.00 0.03 0.00 0.88 99.06 [2021-03-10T11:05:04.929Z] 10:58:01 all 0.10 0.00 0.05 0.00 0.41 99.45 [2021-03-10T11:05:04.929Z] 10:58:01 0 0.32 0.00 0.07 0.00 0.07 99.55 [2021-03-10T11:05:04.930Z] 10:58:01 1 0.02 0.00 0.05 0.00 1.04 98.89 [2021-03-10T11:05:04.930Z] 10:58:01 2 0.03 0.00 0.05 0.00 0.08 99.83 [2021-03-10T11:05:04.930Z] 10:58:01 3 0.02 0.00 0.03 0.00 0.43 99.52 [2021-03-10T11:05:04.930Z] 10:59:01 all 0.05 0.00 0.03 0.00 0.56 99.37 [2021-03-10T11:05:04.930Z] 10:59:01 0 0.10 0.00 0.02 0.00 0.58 99.30 [2021-03-10T11:05:04.930Z] 10:59:01 1 0.03 0.00 0.03 0.00 0.35 99.58 [2021-03-10T11:05:04.930Z] 10:59:01 2 0.03 0.00 0.03 0.00 0.20 99.73 [2021-03-10T11:05:04.930Z] 10:59:01 3 0.02 0.00 0.03 0.00 1.09 98.86 [2021-03-10T11:05:04.930Z] 11:00:01 all 0.09 0.00 0.04 0.00 0.22 99.65 [2021-03-10T11:05:04.930Z] 11:00:01 0 0.27 0.00 0.07 0.00 0.37 99.30 [2021-03-10T11:05:04.930Z] 11:00:01 1 0.02 0.00 0.03 0.00 0.07 99.88 [2021-03-10T11:05:04.930Z] 11:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-10T11:05:04.930Z] 11:00:01 3 0.07 0.00 0.03 0.00 0.43 99.47 [2021-03-10T11:05:04.930Z] 11:01:01 all 0.11 0.00 0.04 0.00 0.19 99.66 [2021-03-10T11:05:04.930Z] 11:01:01 0 0.27 0.00 0.03 0.00 0.46 99.24 [2021-03-10T11:05:04.930Z] 11:01:01 1 0.03 0.00 0.03 0.00 0.08 99.85 [2021-03-10T11:05:04.930Z] 11:01:01 2 0.02 0.00 0.03 0.00 0.07 99.88 [2021-03-10T11:05:04.930Z] 11:01:01 3 0.13 0.00 0.05 0.00 0.13 99.68 [2021-03-10T11:05:04.930Z] 11:02:01 all 0.12 0.00 0.03 0.00 0.10 99.74 [2021-03-10T11:05:04.930Z] 11:02:01 0 0.00 0.00 0.05 0.00 0.07 99.88 [2021-03-10T11:05:04.930Z] 11:02:01 1 0.03 0.00 0.03 0.02 0.10 99.81 [2021-03-10T11:05:04.930Z] 11:02:01 2 0.02 0.00 0.02 0.00 0.05 99.92 [2021-03-10T11:05:04.930Z] 11:02:01 3 0.44 0.00 0.03 0.00 0.19 99.34 [2021-03-10T11:05:04.930Z] [2021-03-10T11:05:04.930Z] 11:02:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T11:05:04.930Z] 11:03:01 all 0.06 0.00 0.03 0.00 0.21 99.70 [2021-03-10T11:05:04.930Z] 11:03:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-03-10T11:05:04.930Z] 11:03:01 1 0.02 0.00 0.02 0.00 0.15 99.82 [2021-03-10T11:05:04.930Z] 11:03:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2021-03-10T11:05:04.930Z] 11:03:01 3 0.20 0.00 0.05 0.00 0.65 99.10 [2021-03-10T11:05:04.930Z] 11:04:01 all 0.11 0.00 0.01 0.00 0.16 99.72 [2021-03-10T11:05:04.930Z] 11:04:01 0 0.02 0.00 0.00 0.00 0.12 99.87 [2021-03-10T11:05:04.930Z] 11:04:01 1 0.03 0.00 0.02 0.00 0.10 99.85 [2021-03-10T11:05:04.930Z] 11:04:01 2 0.02 0.00 0.00 0.00 0.33 99.65 [2021-03-10T11:05:04.930Z] 11:04:01 3 0.38 0.00 0.03 0.00 0.08 99.50 [2021-03-10T11:05:04.930Z] Average: all 0.09 0.00 0.04 0.00 0.33 99.54 [2021-03-10T11:05:04.930Z] Average: 0 0.08 0.00 0.04 0.00 0.39 99.49 [2021-03-10T11:05:04.930Z] Average: 1 0.07 0.00 0.04 0.00 0.21 99.68 [2021-03-10T11:05:04.930Z] Average: 2 0.13 0.00 0.03 0.00 0.27 99.57 [2021-03-10T11:05:04.930Z] Average: 3 0.09 0.00 0.04 0.00 0.44 99.43 [2021-03-10T11:05:04.930Z] [2021-03-10T11:05:04.930Z] [2021-03-10T11:05:04.930Z]