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 10:39:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Smoke Tests) [Pipeline] build 10:40:00 Scheduling project: EdgeX Foundry Project » edgex-taf-pipelines » smoke-test 10:40:06 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 11:04:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:04:15 ---> package-listing.sh 11:04:15 ++ facter osfamily 11:04:15 ++ tr '[:upper:]' '[:lower:]' 11:04:16 + OS_FAMILY=redhat 11:04:16 + workspace=/w/workspace/edgexfoundry_edgex-compose_PR-20 11:04:16 + START_PACKAGES=/tmp/packages_start.txt 11:04:16 + END_PACKAGES=/tmp/packages_end.txt 11:04:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:04:16 + PACKAGES=/tmp/packages_start.txt 11:04:16 + '[' /w/workspace/edgexfoundry_edgex-compose_PR-20 ']' 11:04:16 + PACKAGES=/tmp/packages_end.txt 11:04:16 + case "${OS_FAMILY}" in 11:04:16 + sort 11:04:16 + rpm -qa 11:04:24 + '[' -f /tmp/packages_start.txt ']' 11:04:24 + '[' -f /tmp/packages_end.txt ']' 11:04:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:04:24 + '[' /w/workspace/edgexfoundry_edgex-compose_PR-20 ']' 11:04:24 + mkdir -p /w/workspace/edgexfoundry_edgex-compose_PR-20/archives/ 11:04:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-compose_PR-20/archives/ [Pipeline] echo 11:04:24 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 11:04:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:04:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:04:27 11:04:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:04:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:04:27 alpine: Pulling from edgex-lftools-log-publisher 11:04:27 df20fa9351a1: Pulling fs layer 11:04:27 36b3adc4ff6f: Pulling fs layer 11:04:27 8ad3a11d3b57: Pulling fs layer 11:04:27 46f8f816bc3b: Pulling fs layer 11:04:27 93b61091891f: Pulling fs layer 11:04:27 93b9cdb0e59b: Pulling fs layer 11:04:27 5e14af77c1be: Pulling fs layer 11:04:27 01666e4c0597: Pulling fs layer 11:04:27 aa168da1d23b: Pulling fs layer 11:04:27 93b9cdb0e59b: Waiting 11:04:27 5e14af77c1be: Waiting 11:04:27 01666e4c0597: Waiting 11:04:27 aa168da1d23b: Waiting 11:04:27 93b61091891f: Waiting 11:04:27 46f8f816bc3b: Waiting 11:04:27 36b3adc4ff6f: Verifying Checksum 11:04:27 36b3adc4ff6f: Download complete 11:04:27 46f8f816bc3b: Download complete 11:04:27 df20fa9351a1: Verifying Checksum 11:04:27 df20fa9351a1: Download complete 11:04:27 93b9cdb0e59b: Verifying Checksum 11:04:27 93b9cdb0e59b: Download complete 11:04:27 5e14af77c1be: Verifying Checksum 11:04:27 5e14af77c1be: Download complete 11:04:27 01666e4c0597: Verifying Checksum 11:04:27 01666e4c0597: Download complete 11:04:27 93b61091891f: Verifying Checksum 11:04:27 93b61091891f: Download complete 11:04:28 df20fa9351a1: Pull complete 11:04:28 36b3adc4ff6f: Pull complete 11:04:28 8ad3a11d3b57: Verifying Checksum 11:04:28 8ad3a11d3b57: Download complete 11:04:29 8ad3a11d3b57: Pull complete 11:04:30 46f8f816bc3b: Pull complete 11:04:31 93b61091891f: Pull complete 11:04:31 93b9cdb0e59b: Pull complete 11:04:32 5e14af77c1be: Pull complete 11:04:32 aa168da1d23b: Download complete 11:04:32 01666e4c0597: Pull complete 11:04:50 aa168da1d23b: Pull complete 11:04:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:04:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:04:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:04:50 prd-centos7-docker-4c-2g-29306 does not seem to be running inside a container 11:04:50 $ 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 11:04:54 $ docker top 62ed4d4e0ab353608e02ef280bf96123b41c3be0a9b3a09a82f471423accb06e -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:55 + touch /tmp/pre-build-complete [Pipeline] sh 11:04:55 + mkdir -p /var/log/sa [Pipeline] sh 11:04:56 + ls /var/log/sa-host 11:04:56 + sadf -c /var/log/sa-host/sa10 11:04:56 file_magic: OK 11:04:56 HZ: Using current value: 100 11:04:56 file_header: OK 11:04:56 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 11:04:56 Statistics: 11:04:56 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... 11:04:56 File successfully converted to sysstat format version 12.2.1 11:04:56 + sadf -c /var/log/sa-host/sa23 11:04:56 file_magic: OK 11:04:56 HZ: Using current value: 100 11:04:56 file_header: OK 11:04:56 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 11:04:56 Statistics: 11:04:56 Hnuu...uuuununununu... 11:04:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:04:56 provisioning config files... 11:04:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-compose_PR-20@tmp/config4276577767656495914tmp [Pipeline] { [Pipeline] echo 11:04:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:04:57 ---> create-netrc.sh [Pipeline] } 11:04:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:04:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:04:57 ---> python-tools-install.sh [Pipeline] echo 11:04:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:04:57 ---> sudo-logs.sh 11:04:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:04:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:04:58 ---> job-cost.sh 11:04:58 lf-activate-venv: SKIPPING 11:04:58 INFO: No Stack... 11:04:59 INFO: Retrieving Pricing Info for: v1-standard-2 11:04:59 INFO: Archiving Costs [Pipeline] echo 11:04:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:05:00 ---> logs-deploy.sh 11:05:00 lf-activate-venv: SKIPPING 11:05:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-compose/PR-20/13 11:05:00 INFO: archiving workspace using pattern(s): 11:05:03 Archives upload complete. 11:05:03 INFO: archiving logs to Nexus 11:05:04 ---> uname -a: 11:05:04 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 11:05:04 11:05:04 11:05:04 ---> lscpu: 11:05:04 Architecture: x86_64 11:05:04 CPU op-mode(s): 32-bit, 64-bit 11:05:04 Byte Order: Little Endian 11:05:04 Address sizes: 40 bits physical, 48 bits virtual 11:05:04 CPU(s): 4 11:05:04 On-line CPU(s) list: 0-3 11:05:04 Thread(s) per core: 1 11:05:04 Core(s) per socket: 1 11:05:04 Socket(s): 4 11:05:04 NUMA node(s): 1 11:05:04 Vendor ID: GenuineIntel 11:05:04 CPU family: 6 11:05:04 Model: 44 11:05:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:05:04 Stepping: 1 11:05:04 CPU MHz: 2933.438 11:05:04 BogoMIPS: 5866.87 11:05:04 Virtualization: VT-x 11:05:04 Hypervisor vendor: KVM 11:05:04 Virtualization type: full 11:05:04 L1d cache: 128 KiB 11:05:04 L1i cache: 128 KiB 11:05:04 L2 cache: 16 MiB 11:05:04 L3 cache: 64 MiB 11:05:04 NUMA node0 CPU(s): 0-3 11:05:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:05:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:05:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:05:04 Vulnerability Meltdown: Mitigation; PTI 11:05:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:05:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:05:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:05:04 Vulnerability Srbds: Not affected 11:05:04 Vulnerability Tsx async abort: Not affected 11:05:04 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 11:05:04 11:05:04 11:05:04 ---> nproc: 11:05:04 4 11:05:04 11:05:04 11:05:04 ---> df -h: 11:05:04 Filesystem Size Used Available Use% Mounted on 11:05:04 overlay 50.0G 6.9G 43.1G 14% / 11:05:04 tmpfs 64.0M 0 64.0M 0% /dev 11:05:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:05:04 shm 64.0M 0 64.0M 0% /dev/shm 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/edgexfoundry_edgex-compose_PR-20@tmp 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 11:05:04 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/edgexfoundry_edgex-compose_PR-20 11:05:04 11:05:04 11:05:04 ---> free -m: 11:05:04 total used free shared buff/cache available 11:05:04 Mem: 1837 723 96 0 1017 1007 11:05:04 Swap: 1023 1 1022 11:05:04 11:05:04 11:05:04 ---> ip addr: 11:05:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:05:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:05:04 inet 127.0.0.1/8 scope host lo 11:05:04 valid_lft forever preferred_lft forever 11:05:04 inet6 ::1/128 scope host 11:05:04 valid_lft forever preferred_lft forever 11:05:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:05:04 link/ether fa:16:3e:8f:a9:9d brd ff:ff:ff:ff:ff:ff 11:05:04 inet 10.30.122.40/23 brd 10.30.123.255 scope global dynamic eth0 11:05:04 valid_lft 84834sec preferred_lft 84834sec 11:05:04 inet6 fe80::f816:3eff:fe8f:a99d/64 scope link 11:05:04 valid_lft forever preferred_lft forever 11:05:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:05:04 link/ether 02:42:1f:aa:cb:cf brd ff:ff:ff:ff:ff:ff 11:05:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:05:04 valid_lft forever preferred_lft forever 11:05:04 11:05:04 11:05:04 ---> sar -b -r -n DEV: 11:05:04 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) 11:05:04 11:05:04 10:38:44 LINUX RESTART (4 CPU) 11:05:04 11:05:04 10:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:05:04 10:41:01 5.23 0.02 5.21 0.00 0.53 451.32 0.00 11:05:04 10:42:01 1.55 0.00 1.55 0.00 0.00 26.93 0.00 11:05:04 10:43:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 11:05:04 10:44:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 11:05:04 10:45:01 0.40 0.00 0.40 0.00 0.00 6.01 0.00 11:05:04 10:46:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 11:05:04 10:47:01 0.35 0.00 0.35 0.00 0.00 4.15 0.00 11:05:04 10:48:02 0.20 0.00 0.20 0.00 0.00 3.01 0.00 11:05:04 10:49:01 0.24 0.00 0.24 0.00 0.00 2.37 0.00 11:05:04 10:50:01 0.30 0.00 0.30 0.00 0.00 3.48 0.00 11:05:04 10:51:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 11:05:04 10:52:01 0.33 0.00 0.33 0.00 0.00 5.23 0.00 11:05:04 10:53:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 11:05:04 10:54:01 0.38 0.20 0.18 0.00 6.39 2.55 0.00 11:05:04 10:55:01 0.88 0.00 0.88 0.00 0.00 17.28 0.00 11:05:04 10:56:01 0.20 0.00 0.20 0.00 0.00 1.91 0.00 11:05:04 10:57:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 11:05:04 10:58:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 11:05:04 10:59:01 0.33 0.00 0.33 0.00 0.00 4.86 0.00 11:05:04 11:00:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 11:05:04 11:01:01 0.18 0.02 0.17 0.00 0.13 1.76 0.00 11:05:04 11:02:01 0.42 0.08 0.34 0.00 1.62 5.38 0.00 11:05:04 11:03:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 11:05:04 11:04:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 11:05:04 Average: 0.56 0.01 0.54 0.00 0.36 23.49 0.00 11:05:04 11:05:04 10:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:05:04 10:41:01 81336 0 589812 31.35 2620 1207776 1033320 35.27 422252 1183712 20 11:05:04 10:42:01 81428 0 589716 31.34 2620 1207780 1033320 35.27 424500 1181364 12 11:05:04 10:43:01 79096 0 592044 31.47 2620 1207784 1033416 35.27 427008 1181352 16 11:05:04 10:44:01 78388 0 592748 31.50 2620 1207788 1041696 35.55 426368 1182440 8 11:05:04 10:45:01 79140 0 591992 31.46 2620 1207792 1041636 35.55 425864 1182440 12 11:05:04 10:46:01 78076 0 593048 31.52 2620 1207800 1049928 35.83 426432 1182440 16 11:05:04 10:47:01 79116 0 592008 31.46 2620 1207800 1049712 35.82 425392 1182440 8 11:05:04 10:48:02 77792 0 593320 31.53 2620 1207812 1049952 35.83 426720 1182444 16 11:05:04 10:49:01 79168 0 591940 31.46 2620 1207816 1049712 35.82 425428 1182440 8 11:05:04 10:50:01 78808 0 592296 31.48 2620 1207820 1049796 35.83 425996 1182440 8 11:05:04 10:51:01 78912 0 592188 31.47 2620 1207824 1049772 35.83 425892 1182440 8 11:05:04 10:52:01 79628 0 591468 31.44 2620 1207828 1049712 35.82 425448 1182440 8 11:05:04 10:53:01 79396 0 591692 31.45 2620 1207836 1049712 35.82 425580 1182440 8 11:05:04 10:54:01 78396 0 592692 31.50 2620 1207836 1049856 35.83 426272 1182436 20 11:05:04 10:55:01 78888 0 592136 31.47 2620 1207900 1049760 35.83 425852 1182452 20 11:05:04 10:56:01 78356 0 592720 31.50 2620 1207848 1049880 35.83 426380 1182436 20 11:05:04 10:57:01 78696 0 592376 31.48 2620 1207852 1049712 35.82 425620 1182436 12 11:05:04 10:58:01 79324 0 591744 31.45 2620 1207856 1049712 35.82 425500 1182436 12 11:05:04 10:59:01 79472 0 591592 31.44 2620 1207860 1049712 35.82 425508 1182436 12 11:05:04 11:00:01 76088 0 594972 31.62 2620 1207864 1049796 35.83 428776 1182436 8 11:05:04 11:01:01 75064 0 595992 31.68 2620 1207868 1052188 35.91 428968 1182436 8 11:05:04 11:02:01 76060 0 594868 31.62 2620 1207996 1050220 35.84 428508 1182500 8 11:05:04 11:03:01 76216 0 594708 31.61 2620 1208000 1050220 35.84 428528 1182500 8 11:05:04 11:04:01 76224 0 594692 31.61 2620 1208008 1050220 35.84 428536 1182500 8 11:05:04 Average: 78461 0 592615 31.50 2620 1207848 1047207 35.74 426305 1182410 12 11:05:04 11:05:04 10:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:05:04 10:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:04 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:42:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:04 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:43:01 eth0 1.20 0.38 0.33 0.17 0.00 0.00 0.00 0.00 11:05:04 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:44:01 eth0 0.52 0.38 0.27 0.23 0.00 0.00 0.00 0.00 11:05:04 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:45:01 eth0 0.87 0.15 0.14 0.07 0.00 0.00 0.00 0.00 11:05:04 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:46:01 eth0 1.00 0.62 0.38 0.16 0.00 0.00 0.00 0.00 11:05:04 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:47:01 eth0 0.63 0.12 0.06 0.07 0.00 0.00 0.00 0.00 11:05:04 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:48:02 eth0 0.52 0.50 0.27 0.21 0.00 0.00 0.00 0.00 11:05:04 10:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:50:01 eth0 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:05:04 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:51:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 11:05:04 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:52:01 eth0 0.23 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:04 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:53:01 eth0 0.65 0.08 0.06 0.01 0.00 0.00 0.00 0.00 11:05:04 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:54:01 eth0 0.42 0.33 0.26 0.20 0.00 0.00 0.00 0.00 11:05:04 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:55:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:05:04 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:56:01 eth0 1.12 0.60 0.38 0.23 0.00 0.00 0.00 0.00 11:05:04 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:57:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:05:04 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:58:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:59:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:05:04 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:00:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 11:05:04 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:05:04 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:02:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:04:01 eth0 0.57 0.03 0.05 0.00 0.00 0.00 0.00 0.00 11:05:04 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 Average: eth0 0.39 0.19 0.11 0.07 0.00 0.00 0.00 0.00 11:05:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:04 11:05:04 11:05:04 ---> sar -P ALL: 11:05:04 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) 11:05:04 11:05:04 10:38:44 LINUX RESTART (4 CPU) 11:05:04 11:05:04 10:40:01 CPU %user %nice %system %iowait %steal %idle 11:05:04 10:41:01 all 0.14 0.00 0.04 0.00 0.30 99.53 11:05:04 10:41:01 0 0.03 0.00 0.03 0.00 0.23 99.70 11:05:04 10:41:01 1 0.07 0.00 0.05 0.00 0.35 99.53 11:05:04 10:41:01 2 0.42 0.00 0.03 0.00 0.32 99.23 11:05:04 10:41:01 3 0.03 0.00 0.05 0.00 0.28 99.63 11:05:04 10:42:01 all 0.10 0.00 0.09 0.00 0.15 99.65 11:05:04 10:42:01 0 0.03 0.00 0.10 0.00 0.05 99.82 11:05:04 10:42:01 1 0.03 0.00 0.13 0.00 0.17 99.67 11:05:04 10:42:01 2 0.32 0.00 0.08 0.00 0.22 99.38 11:05:04 10:42:01 3 0.03 0.00 0.05 0.00 0.17 99.75 11:05:04 10:43:01 all 0.10 0.00 0.02 0.00 0.09 99.79 11:05:04 10:43:01 0 0.02 0.00 0.02 0.00 0.10 99.87 11:05:04 10:43:01 1 0.05 0.00 0.05 0.00 0.12 99.78 11:05:04 10:43:01 2 0.30 0.00 0.02 0.00 0.07 99.62 11:05:04 10:43:01 3 0.02 0.00 0.02 0.00 0.08 99.88 11:05:04 10:44:01 all 0.08 0.00 0.03 0.00 0.29 99.60 11:05:04 10:44:01 0 0.00 0.00 0.03 0.00 0.22 99.75 11:05:04 10:44:01 1 0.07 0.00 0.02 0.00 0.05 99.87 11:05:04 10:44:01 2 0.02 0.00 0.02 0.00 0.05 99.92 11:05:04 10:44:01 3 0.25 0.00 0.07 0.00 0.83 98.86 11:05:04 10:45:01 all 0.12 0.00 0.03 0.00 0.20 99.65 11:05:04 10:45:01 0 0.02 0.00 0.02 0.00 0.18 99.78 11:05:04 10:45:01 1 0.40 0.00 0.03 0.00 0.10 99.47 11:05:04 10:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 11:05:04 10:45:01 3 0.03 0.00 0.03 0.00 0.50 99.44 11:05:04 10:46:01 all 0.12 0.00 0.04 0.00 0.41 99.44 11:05:04 10:46:01 0 0.07 0.00 0.07 0.00 0.83 99.04 11:05:04 10:46:01 1 0.33 0.00 0.03 0.00 0.12 99.52 11:05:04 10:46:01 2 0.02 0.00 0.02 0.00 0.07 99.90 11:05:04 10:46:01 3 0.07 0.00 0.03 0.00 0.61 99.29 11:05:04 10:47:01 all 0.10 0.00 0.03 0.00 0.19 99.68 11:05:04 10:47:01 0 0.03 0.00 0.05 0.00 0.35 99.57 11:05:04 10:47:01 1 0.33 0.00 0.03 0.00 0.13 99.50 11:05:04 10:47:01 2 0.02 0.00 0.02 0.00 0.07 99.90 11:05:04 10:47:01 3 0.02 0.00 0.03 0.00 0.20 99.75 11:05:04 10:48:02 all 0.07 0.00 0.03 0.00 0.63 99.27 11:05:04 10:48:02 0 0.05 0.00 0.05 0.00 0.89 99.01 11:05:04 10:48:02 1 0.00 0.00 0.02 0.00 0.05 99.93 11:05:04 10:48:02 2 0.17 0.00 0.05 0.00 0.78 99.00 11:05:04 10:48:02 3 0.07 0.00 0.02 0.00 0.79 99.12 11:05:04 10:49:01 all 0.09 0.00 0.03 0.00 0.14 99.74 11:05:04 10:49:01 0 0.00 0.00 0.02 0.00 0.07 99.92 11:05:04 10:49:01 1 0.02 0.00 0.03 0.00 0.08 99.86 11:05:04 10:49:01 2 0.34 0.00 0.02 0.00 0.14 99.51 11:05:04 10:49:01 3 0.02 0.00 0.03 0.00 0.29 99.66 11:05:04 10:50:01 all 0.09 0.00 0.02 0.00 0.17 99.71 11:05:04 10:50:01 0 0.05 0.00 0.02 0.00 0.37 99.57 11:05:04 10:50:01 1 0.02 0.00 0.03 0.00 0.05 99.90 11:05:04 10:50:01 2 0.27 0.00 0.02 0.00 0.08 99.63 11:05:04 10:50:01 3 0.03 0.00 0.03 0.00 0.20 99.73 11:05:04 10:51:01 all 0.08 0.00 0.03 0.00 1.11 98.78 11:05:04 10:51:01 0 0.02 0.00 0.05 0.00 1.38 98.55 11:05:04 10:51:01 1 0.02 0.00 0.02 0.00 1.10 98.86 11:05:04 10:51:01 2 0.26 0.00 0.03 0.00 1.51 98.19 11:05:04 10:51:01 3 0.02 0.00 0.02 0.00 0.45 99.52 11:05:04 11:05:04 10:51:01 CPU %user %nice %system %iowait %steal %idle 11:05:04 10:52:01 all 0.05 0.00 0.02 0.00 0.53 99.40 11:05:04 10:52:01 0 0.02 0.00 0.02 0.00 0.70 99.27 11:05:04 10:52:01 1 0.02 0.00 0.02 0.00 0.18 99.78 11:05:04 10:52:01 2 0.15 0.00 0.02 0.00 0.60 99.24 11:05:04 10:52:01 3 0.03 0.00 0.03 0.00 0.63 99.30 11:05:04 10:53:01 all 0.07 0.00 0.02 0.00 0.32 99.58 11:05:04 10:53:01 0 0.00 0.00 0.02 0.00 0.83 99.16 11:05:04 10:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:05:04 10:53:01 2 0.25 0.00 0.03 0.00 0.08 99.63 11:05:04 10:53:01 3 0.03 0.00 0.03 0.00 0.38 99.55 11:05:04 10:54:01 all 0.12 0.00 0.06 0.00 0.55 99.27 11:05:04 10:54:01 0 0.02 0.00 0.03 0.00 0.36 99.59 11:05:04 10:54:01 1 0.03 0.00 0.05 0.00 0.28 99.63 11:05:04 10:54:01 2 0.38 0.00 0.07 0.00 0.97 98.58 11:05:04 10:54:01 3 0.05 0.00 0.08 0.00 0.58 99.29 11:05:04 10:55:01 all 0.07 0.00 0.05 0.00 0.52 99.37 11:05:04 10:55:01 0 0.15 0.00 0.03 0.00 0.60 99.22 11:05:04 10:55:01 1 0.03 0.00 0.05 0.00 0.33 99.58 11:05:04 10:55:01 2 0.03 0.00 0.03 0.00 0.66 99.27 11:05:04 10:55:01 3 0.05 0.00 0.07 0.00 0.50 99.39 11:05:04 10:56:01 all 0.06 0.00 0.03 0.00 0.15 99.75 11:05:04 10:56:01 0 0.12 0.00 0.03 0.00 0.35 99.50 11:05:04 10:56:01 1 0.03 0.00 0.05 0.00 0.03 99.88 11:05:04 10:56:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:05:04 10:56:01 3 0.03 0.00 0.03 0.00 0.22 99.72 11:05:04 10:57:01 all 0.12 0.00 0.02 0.00 0.29 99.57 11:05:04 10:57:01 0 0.35 0.00 0.03 0.00 0.23 99.38 11:05:04 10:57:01 1 0.05 0.00 0.02 0.00 0.05 99.88 11:05:04 10:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:05:04 10:57:01 3 0.03 0.00 0.03 0.00 0.88 99.06 11:05:04 10:58:01 all 0.10 0.00 0.05 0.00 0.41 99.45 11:05:04 10:58:01 0 0.32 0.00 0.07 0.00 0.07 99.55 11:05:04 10:58:01 1 0.02 0.00 0.05 0.00 1.04 98.89 11:05:04 10:58:01 2 0.03 0.00 0.05 0.00 0.08 99.83 11:05:04 10:58:01 3 0.02 0.00 0.03 0.00 0.43 99.52 11:05:04 10:59:01 all 0.05 0.00 0.03 0.00 0.56 99.37 11:05:04 10:59:01 0 0.10 0.00 0.02 0.00 0.58 99.30 11:05:04 10:59:01 1 0.03 0.00 0.03 0.00 0.35 99.58 11:05:04 10:59:01 2 0.03 0.00 0.03 0.00 0.20 99.73 11:05:04 10:59:01 3 0.02 0.00 0.03 0.00 1.09 98.86 11:05:04 11:00:01 all 0.09 0.00 0.04 0.00 0.22 99.65 11:05:04 11:00:01 0 0.27 0.00 0.07 0.00 0.37 99.30 11:05:04 11:00:01 1 0.02 0.00 0.03 0.00 0.07 99.88 11:05:04 11:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:05:04 11:00:01 3 0.07 0.00 0.03 0.00 0.43 99.47 11:05:04 11:01:01 all 0.11 0.00 0.04 0.00 0.19 99.66 11:05:04 11:01:01 0 0.27 0.00 0.03 0.00 0.46 99.24 11:05:04 11:01:01 1 0.03 0.00 0.03 0.00 0.08 99.85 11:05:04 11:01:01 2 0.02 0.00 0.03 0.00 0.07 99.88 11:05:04 11:01:01 3 0.13 0.00 0.05 0.00 0.13 99.68 11:05:04 11:02:01 all 0.12 0.00 0.03 0.00 0.10 99.74 11:05:04 11:02:01 0 0.00 0.00 0.05 0.00 0.07 99.88 11:05:04 11:02:01 1 0.03 0.00 0.03 0.02 0.10 99.81 11:05:04 11:02:01 2 0.02 0.00 0.02 0.00 0.05 99.92 11:05:04 11:02:01 3 0.44 0.00 0.03 0.00 0.19 99.34 11:05:04 11:05:04 11:02:01 CPU %user %nice %system %iowait %steal %idle 11:05:04 11:03:01 all 0.06 0.00 0.03 0.00 0.21 99.70 11:05:04 11:03:01 0 0.02 0.00 0.03 0.00 0.03 99.92 11:05:04 11:03:01 1 0.02 0.00 0.02 0.00 0.15 99.82 11:05:04 11:03:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:05:04 11:03:01 3 0.20 0.00 0.05 0.00 0.65 99.10 11:05:04 11:04:01 all 0.11 0.00 0.01 0.00 0.16 99.72 11:05:04 11:04:01 0 0.02 0.00 0.00 0.00 0.12 99.87 11:05:04 11:04:01 1 0.03 0.00 0.02 0.00 0.10 99.85 11:05:04 11:04:01 2 0.02 0.00 0.00 0.00 0.33 99.65 11:05:04 11:04:01 3 0.38 0.00 0.03 0.00 0.08 99.50 11:05:04 Average: all 0.09 0.00 0.04 0.00 0.33 99.54 11:05:04 Average: 0 0.08 0.00 0.04 0.00 0.39 99.49 11:05:04 Average: 1 0.07 0.00 0.04 0.00 0.21 99.68 11:05:04 Average: 2 0.13 0.00 0.03 0.00 0.27 99.57 11:05:04 Average: 3 0.09 0.00 0.04 0.00 0.44 99.43 11:05:04 11:05:04 11:05:04