Pull request #26 updated 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 jim-wang-intel for edgexfoundry/edgex-compose Obtained Jenkinsfile from 06db851d3518e35c1a1ddaaa5e942a0e8a1c84a9+1d33645e9563b304457790c69843ddbad13ff51a (0b5a1b4ac66b13ba2cff682b8a220ff024010806) 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28582’ Running on prd-centos7-docker-4c-2g-28584 in /w/workspace/edgexfoundry_edgex-compose_PR-26 [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-26 # 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/26/head:refs/remotes/origin/PR-26 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1d33645e9563b304457790c69843ddbad13ff51a into PR head commit 06db851d3518e35c1a1ddaaa5e942a0e8a1c84a9 Merge succeeded, producing 06db851d3518e35c1a1ddaaa5e942a0e8a1c84a9 Checking out Revision 06db851d3518e35c1a1ddaaa5e942a0e8a1c84a9 (PR-26) > git config core.sparsecheckout # timeout=10 > git checkout -f 06db851d3518e35c1a1ddaaa5e942a0e8a1c84a9 # 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 06db851d3518e35c1a1ddaaa5e942a0e8a1c84a9 # timeout=10 Commit message: "build: added make build compose files" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:58:58 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk dc86e11d5190585f6e44f1fec7ddb0bc5f4b9538 # timeout=10 [Pipeline] stage [Pipeline] { (Smoke Tests) [Pipeline] build 22:58:59 Scheduling project: EdgeX Foundry Project » edgex-taf-pipelines » smoke-test 22:59:04 Starting building: EdgeX Foundry Project » edgex-taf-pipelines » smoke-test #257 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:26:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:26:10 ---> package-listing.sh 23:26:10 ++ facter osfamily 23:26:10 ++ tr '[:upper:]' '[:lower:]' 23:26:10 + OS_FAMILY=redhat 23:26:10 + workspace=/w/workspace/edgexfoundry_edgex-compose_PR-26 23:26:10 + START_PACKAGES=/tmp/packages_start.txt 23:26:10 + END_PACKAGES=/tmp/packages_end.txt 23:26:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:26:10 + PACKAGES=/tmp/packages_start.txt 23:26:10 + '[' /w/workspace/edgexfoundry_edgex-compose_PR-26 ']' 23:26:10 + PACKAGES=/tmp/packages_end.txt 23:26:10 + case "${OS_FAMILY}" in 23:26:10 + rpm -qa 23:26:10 + sort 23:26:15 + '[' -f /tmp/packages_start.txt ']' 23:26:15 + '[' -f /tmp/packages_end.txt ']' 23:26:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:26:15 + '[' /w/workspace/edgexfoundry_edgex-compose_PR-26 ']' 23:26:15 + mkdir -p /w/workspace/edgexfoundry_edgex-compose_PR-26/archives/ 23:26:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-compose_PR-26/archives/ [Pipeline] echo 23:26:15 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-26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:26:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:26:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:26:16 23:26:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:26:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:26:17 alpine: Pulling from edgex-lftools-log-publisher 23:26:17 df20fa9351a1: Pulling fs layer 23:26:17 36b3adc4ff6f: Pulling fs layer 23:26:17 8ad3a11d3b57: Pulling fs layer 23:26:17 46f8f816bc3b: Pulling fs layer 23:26:17 93b61091891f: Pulling fs layer 23:26:17 93b9cdb0e59b: Pulling fs layer 23:26:17 5e14af77c1be: Pulling fs layer 23:26:17 01666e4c0597: Pulling fs layer 23:26:17 aa168da1d23b: Pulling fs layer 23:26:17 46f8f816bc3b: Waiting 23:26:17 5e14af77c1be: Waiting 23:26:17 01666e4c0597: Waiting 23:26:17 aa168da1d23b: Waiting 23:26:17 93b61091891f: Waiting 23:26:17 36b3adc4ff6f: Verifying Checksum 23:26:17 36b3adc4ff6f: Download complete 23:26:17 46f8f816bc3b: Verifying Checksum 23:26:17 46f8f816bc3b: Download complete 23:26:17 df20fa9351a1: Verifying Checksum 23:26:17 93b9cdb0e59b: Verifying Checksum 23:26:17 93b9cdb0e59b: Download complete 23:26:17 93b61091891f: Download complete 23:26:17 5e14af77c1be: Verifying Checksum 23:26:17 5e14af77c1be: Download complete 23:26:17 01666e4c0597: Verifying Checksum 23:26:17 01666e4c0597: Download complete 23:26:17 8ad3a11d3b57: Verifying Checksum 23:26:17 8ad3a11d3b57: Download complete 23:26:17 df20fa9351a1: Pull complete 23:26:17 36b3adc4ff6f: Pull complete 23:26:18 8ad3a11d3b57: Pull complete 23:26:19 46f8f816bc3b: Pull complete 23:26:19 aa168da1d23b: Verifying Checksum 23:26:19 aa168da1d23b: Download complete 23:26:19 93b61091891f: Pull complete 23:26:19 93b9cdb0e59b: Pull complete 23:26:19 5e14af77c1be: Pull complete 23:26:19 01666e4c0597: Pull complete 23:26:26 aa168da1d23b: Pull complete 23:26:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:26:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:26:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:26:26 prd-centos7-docker-4c-2g-28584 does not seem to be running inside a container 23:26:26 $ 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-26/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-26 -v /w/workspace/edgexfoundry_edgex-compose_PR-26:/w/workspace/edgexfoundry_edgex-compose_PR-26:rw,z -v /w/workspace/edgexfoundry_edgex-compose_PR-26@tmp:/w/workspace/edgexfoundry_edgex-compose_PR-26@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:26:30 $ docker top c662cef061da230188613341d3539f0926ba5c6fde5a0facbf4d9dc24156c923 -eo pid,comm [Pipeline] { [Pipeline] sh 23:26:30 + touch /tmp/pre-build-complete [Pipeline] sh 23:26:31 + mkdir -p /var/log/sa [Pipeline] sh 23:26:31 + ls /var/log/sa-host 23:26:31 + sadf -c /var/log/sa-host/sa04 23:26:31 file_magic: OK 23:26:31 HZ: Using current value: 100 23:26:31 file_header: OK 23:26:31 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 23:26:31 Statistics: 23:26:31 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:26:31 File successfully converted to sysstat format version 12.2.1 23:26:31 + sadf -c /var/log/sa-host/sa23 23:26:31 file_magic: OK 23:26:31 HZ: Using current value: 100 23:26:31 file_header: OK 23:26:31 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 23:26:31 Statistics: 23:26:31 Hnuu...uuuununununu... 23:26:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:26:31 provisioning config files... 23:26:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-compose_PR-26@tmp/config4650367153344243663tmp [Pipeline] { [Pipeline] echo 23:26:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:26:31 ---> create-netrc.sh [Pipeline] } 23:26:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:26:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:26:32 ---> python-tools-install.sh [Pipeline] echo 23:26:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:26:32 ---> sudo-logs.sh 23:26:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:26:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:26:33 ---> job-cost.sh 23:26:33 lf-activate-venv: SKIPPING 23:26:33 INFO: No Stack... 23:26:34 INFO: Retrieving Pricing Info for: v1-standard-2 23:26:35 INFO: Archiving Costs [Pipeline] echo 23:26:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:26:35 ---> logs-deploy.sh 23:26:35 lf-activate-venv: SKIPPING 23:26:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-compose/PR-26/2 23:26:35 INFO: archiving workspace using pattern(s): 23:26:37 Archives upload complete. 23:26:37 INFO: archiving logs to Nexus 23:26:38 ---> uname -a: 23:26:38 Linux prd-centos7-docker-4c-2g-28584.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:26:38 23:26:38 23:26:38 ---> lscpu: 23:26:38 Architecture: x86_64 23:26:38 CPU op-mode(s): 32-bit, 64-bit 23:26:38 Byte Order: Little Endian 23:26:38 Address sizes: 40 bits physical, 48 bits virtual 23:26:38 CPU(s): 4 23:26:38 On-line CPU(s) list: 0-3 23:26:38 Thread(s) per core: 1 23:26:38 Core(s) per socket: 1 23:26:38 Socket(s): 4 23:26:38 NUMA node(s): 1 23:26:38 Vendor ID: GenuineIntel 23:26:38 CPU family: 6 23:26:38 Model: 44 23:26:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:26:38 Stepping: 1 23:26:38 CPU MHz: 2933.436 23:26:38 BogoMIPS: 5866.87 23:26:38 Virtualization: VT-x 23:26:38 Hypervisor vendor: KVM 23:26:38 Virtualization type: full 23:26:38 L1d cache: 128 KiB 23:26:38 L1i cache: 128 KiB 23:26:38 L2 cache: 16 MiB 23:26:38 L3 cache: 64 MiB 23:26:38 NUMA node0 CPU(s): 0-3 23:26:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:26:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:26:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:26:38 Vulnerability Meltdown: Mitigation; PTI 23:26:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:26:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:26:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:26:38 Vulnerability Srbds: Not affected 23:26:38 Vulnerability Tsx async abort: Not affected 23:26:38 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 23:26:38 23:26:38 23:26:38 ---> nproc: 23:26:38 4 23:26:38 23:26:38 23:26:38 ---> df -h: 23:26:38 Filesystem Size Used Available Use% Mounted on 23:26:38 overlay 50.0G 6.9G 43.1G 14% / 23:26:38 tmpfs 64.0M 0 64.0M 0% /dev 23:26:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:26:38 shm 64.0M 0 64.0M 0% /dev/shm 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/edgexfoundry_edgex-compose_PR-26 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/edgexfoundry_edgex-compose_PR-26@tmp 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 23:26:38 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 23:26:38 23:26:38 23:26:38 ---> free -m: 23:26:38 total used free shared buff/cache available 23:26:38 Mem: 1837 760 111 0 965 984 23:26:38 Swap: 1023 1 1022 23:26:38 23:26:38 23:26:38 ---> ip addr: 23:26:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:26:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:26:38 inet 127.0.0.1/8 scope host lo 23:26:38 valid_lft forever preferred_lft forever 23:26:38 inet6 ::1/128 scope host 23:26:38 valid_lft forever preferred_lft forever 23:26:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:26:38 link/ether fa:16:3e:5f:b8:51 brd ff:ff:ff:ff:ff:ff 23:26:38 inet 10.30.123.32/23 brd 10.30.123.255 scope global dynamic eth0 23:26:38 valid_lft 84707sec preferred_lft 84707sec 23:26:38 inet6 fe80::f816:3eff:fe5f:b851/64 scope link 23:26:38 valid_lft forever preferred_lft forever 23:26:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:26:38 link/ether 02:42:01:ca:54:f8 brd ff:ff:ff:ff:ff:ff 23:26:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:26:38 valid_lft forever preferred_lft forever 23:26:38 23:26:38 23:26:38 ---> sar -b -r -n DEV: 23:26:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 23:26:38 23:26:38 22:58:12 LINUX RESTART (4 CPU) 23:26:38 23:26:38 22:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:26:38 23:00:01 5.33 0.00 5.33 0.00 0.00 1028.40 0.00 23:26:38 23:01:01 1.65 0.02 1.63 0.00 0.13 30.96 0.00 23:26:38 23:02:01 0.47 0.10 0.37 0.00 2.13 5.48 0.00 23:26:38 23:03:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 23:26:38 23:04:01 0.33 0.00 0.33 0.00 0.00 5.18 0.00 23:26:38 23:05:01 0.35 0.00 0.35 0.00 0.00 4.23 0.00 23:26:38 23:06:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 23:26:38 23:07:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 23:26:38 23:08:01 2.08 1.80 0.28 0.00 35.84 3.66 0.00 23:26:38 23:09:01 288.36 265.17 23.19 0.00 3684.05 1036.03 0.00 23:26:38 23:10:01 0.47 0.00 0.47 0.00 0.00 7.08 0.00 23:26:38 23:11:01 0.28 0.00 0.28 0.00 0.00 2.78 0.00 23:26:38 23:12:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 23:26:38 23:13:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 23:26:38 23:14:01 0.18 0.03 0.15 0.00 0.93 1.90 0.00 23:26:38 23:15:01 0.77 0.00 0.77 0.00 0.00 15.68 0.00 23:26:38 23:16:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 23:26:38 23:17:02 0.18 0.00 0.18 0.00 0.00 2.33 0.00 23:26:38 23:18:01 0.59 0.00 0.59 0.00 0.00 6.72 0.00 23:26:38 23:19:01 0.28 0.00 0.28 0.00 0.00 4.38 0.00 23:26:38 23:20:01 0.20 0.00 0.20 0.00 0.00 2.05 0.00 23:26:38 23:21:01 0.22 0.00 0.22 0.00 0.00 2.21 0.00 23:26:38 23:22:01 0.23 0.00 0.23 0.00 0.00 1.93 0.00 23:26:38 23:23:01 0.18 0.00 0.18 0.00 0.00 1.52 0.00 23:26:38 23:24:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 23:26:38 23:25:01 0.27 0.00 0.27 0.00 0.00 3.05 0.00 23:26:38 23:26:01 0.13 0.00 0.13 0.00 0.00 1.63 0.00 23:26:38 Average: 11.28 9.90 1.37 0.00 138.02 81.02 0.00 23:26:38 23:26:38 22:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:26:38 23:00:01 87676 0 546760 29.06 2620 1244488 1055820 36.03 367296 1231048 32 23:26:38 23:01:01 92456 0 541996 28.81 2620 1244472 1042064 35.56 361280 1232924 16 23:26:38 23:02:01 90648 0 543660 28.89 2620 1244616 1040232 35.50 363080 1233008 8 23:26:38 23:03:01 89796 0 544512 28.94 2620 1244616 1040400 35.51 363944 1233004 8 23:26:38 23:04:01 90464 0 543840 28.90 2620 1244620 1040316 35.50 363504 1233004 12 23:26:38 23:05:01 89816 0 544480 28.94 2620 1244628 1040388 35.51 363936 1233004 16 23:26:38 23:06:01 90260 0 544036 28.91 2620 1244628 1040416 35.51 363736 1233004 8 23:26:38 23:07:01 89528 0 544760 28.95 2620 1244636 1040500 35.51 364192 1233004 12 23:26:38 23:08:01 87452 0 546092 29.02 2620 1245380 1043456 35.61 364848 1233376 12 23:26:38 23:09:01 72436 0 645432 34.30 2620 1161056 1040388 35.51 385268 1128500 8 23:26:38 23:10:01 73060 0 644808 34.27 2620 1161056 1040328 35.50 385960 1127488 8 23:26:38 23:11:01 73340 0 644524 34.26 2620 1161060 1040328 35.50 385840 1127488 12 23:26:38 23:12:01 73068 0 644788 34.27 2620 1161068 1040328 35.50 385972 1127488 8 23:26:38 23:13:01 71920 0 645936 34.33 2620 1161068 1040532 35.51 387200 1127488 8 23:26:38 23:14:01 71092 0 646728 34.37 2620 1161104 1040556 35.51 387164 1127512 20 23:26:38 23:15:01 71544 0 646272 34.35 2620 1161108 1040544 35.51 387232 1127512 12 23:26:38 23:16:01 71188 0 646620 34.37 2620 1161116 1040612 35.51 387304 1127512 8 23:26:38 23:17:02 71920 0 645884 34.33 2620 1161120 1040608 35.51 386632 1127512 8 23:26:38 23:18:01 72372 0 645424 34.30 2620 1161128 1040608 35.51 386580 1127512 8 23:26:38 23:19:01 68840 0 648956 34.49 2620 1161128 1040656 35.52 392708 1124708 16 23:26:38 23:20:01 69716 0 648076 34.44 2620 1161132 1040524 35.51 391864 1124708 12 23:26:38 23:21:01 69972 0 647812 34.43 2620 1161140 1040524 35.51 391752 1124708 12 23:26:38 23:22:01 69956 0 647828 34.43 2620 1161140 1040524 35.51 391876 1124708 8 23:26:38 23:23:01 70048 0 647692 34.42 2620 1161184 1040496 35.51 391888 1124716 36 23:26:38 23:24:01 69504 0 648264 34.45 2620 1161156 1040596 35.51 392260 1124712 16 23:26:38 23:25:01 69980 0 647780 34.43 2620 1161164 1040524 35.51 392032 1124708 20 23:26:38 23:26:01 69948 0 647812 34.43 2620 1161164 1040524 35.51 391912 1124708 8 23:26:38 Average: 77333 0 612621 32.56 2620 1188969 1041215 35.53 380639 1161817 13 23:26:38 23:26:38 22:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:26:38 23:00:01 eth0 2.20 1.08 2.05 0.07 0.00 0.00 0.00 0.00 23:26:38 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:01:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 23:26:38 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:02:01 eth0 0.52 0.02 0.05 0.00 0.00 0.00 0.00 0.00 23:26:38 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:03:01 eth0 0.50 0.30 0.27 0.20 0.00 0.00 0.00 0.00 23:26:38 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:04:01 eth0 0.72 0.17 0.13 0.07 0.00 0.00 0.00 0.00 23:26:38 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:05:01 eth0 0.92 0.33 0.36 0.17 0.00 0.00 0.00 0.00 23:26:38 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:06:01 eth0 1.52 0.47 0.41 0.24 0.00 0.00 0.00 0.00 23:26:38 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:07:01 eth0 0.58 0.47 0.30 0.21 0.00 0.00 0.00 0.00 23:26:38 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:08:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:26:38 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:09:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 23:26:38 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:10:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:26:38 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:26:38 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:12:01 eth0 0.37 0.08 0.03 0.01 0.00 0.00 0.00 0.00 23:26:38 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:13:01 eth0 1.18 0.48 0.34 0.21 0.00 0.00 0.00 0.00 23:26:38 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:14:01 eth0 1.98 0.53 0.52 0.27 0.00 0.00 0.00 0.00 23:26:38 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:15:01 eth0 1.48 0.57 0.59 0.39 0.00 0.00 0.00 0.00 23:26:38 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:16:01 eth0 0.95 0.35 0.31 0.20 0.00 0.00 0.00 0.00 23:26:38 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:17:02 eth0 0.72 0.30 0.29 0.17 0.00 0.00 0.00 0.00 23:26:38 23:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:18:01 eth0 0.83 0.08 0.07 0.04 0.00 0.00 0.00 0.00 23:26:38 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:19:01 eth0 1.57 0.65 0.71 0.43 0.00 0.00 0.00 0.00 23:26:38 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:20:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 23:26:38 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:21:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:22:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 23:26:38 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:24:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 23:26:38 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:25:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:26:01 eth0 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:26:38 23:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 Average: eth0 0.64 0.25 0.25 0.11 0.00 0.00 0.00 0.00 23:26:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:38 23:26:38 23:26:38 ---> sar -P ALL: 23:26:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 23:26:38 23:26:38 22:58:12 LINUX RESTART (4 CPU) 23:26:38 23:26:38 22:59:01 CPU %user %nice %system %iowait %steal %idle 23:26:38 23:00:01 all 0.44 0.00 0.07 0.00 0.00 99.49 23:26:38 23:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:00:01 1 0.17 0.00 0.08 0.00 0.02 99.73 23:26:38 23:00:01 2 0.48 0.00 0.08 0.00 0.00 99.43 23:26:38 23:00:01 3 1.07 0.00 0.07 0.00 0.00 98.87 23:26:38 23:01:01 all 0.19 0.00 0.05 0.00 0.02 99.74 23:26:38 23:01:01 0 0.03 0.00 0.05 0.00 0.02 99.90 23:26:38 23:01:01 1 0.13 0.00 0.05 0.02 0.03 99.77 23:26:38 23:01:01 2 0.52 0.00 0.03 0.00 0.02 99.43 23:26:38 23:01:01 3 0.08 0.00 0.05 0.00 0.02 99.85 23:26:38 23:02:01 all 0.13 0.00 0.03 0.00 0.00 99.83 23:26:38 23:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 23:26:38 23:02:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:26:38 23:02:01 2 0.50 0.00 0.07 0.00 0.00 99.43 23:26:38 23:02:01 3 0.00 0.00 0.02 0.02 0.00 99.97 23:26:38 23:03:01 all 0.12 0.00 0.03 0.00 0.00 99.85 23:26:38 23:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 23:26:38 23:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:26:38 23:03:01 2 0.38 0.00 0.05 0.00 0.00 99.57 23:26:38 23:03:01 3 0.05 0.00 0.03 0.00 0.02 99.90 23:26:38 23:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:26:38 23:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:04:01 2 0.50 0.00 0.03 0.00 0.02 99.45 23:26:38 23:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:05:01 all 0.15 0.00 0.03 0.00 0.00 99.81 23:26:38 23:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:05:01 1 0.07 0.00 0.05 0.00 0.02 99.87 23:26:38 23:05:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:26:38 23:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:06:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:26:38 23:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:26:38 23:06:01 1 0.05 0.00 0.02 0.00 0.00 99.93 23:26:38 23:06:01 2 0.48 0.00 0.02 0.00 0.00 99.50 23:26:38 23:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:26:38 23:07:01 all 0.16 0.00 0.02 0.00 0.01 99.81 23:26:38 23:07:01 0 0.07 0.00 0.05 0.00 0.02 99.87 23:26:38 23:07:01 1 0.05 0.00 0.02 0.00 0.00 99.93 23:26:38 23:07:01 2 0.50 0.00 0.02 0.00 0.00 99.48 23:26:38 23:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 23:26:38 23:08:01 all 0.15 0.00 0.09 0.05 0.00 99.71 23:26:38 23:08:01 0 0.02 0.00 0.12 0.07 0.00 99.80 23:26:38 23:08:01 1 0.03 0.00 0.07 0.00 0.00 99.90 23:26:38 23:08:01 2 0.52 0.00 0.10 0.05 0.00 99.33 23:26:38 23:08:01 3 0.03 0.02 0.08 0.07 0.00 99.80 23:26:38 23:09:01 all 0.18 2.55 9.72 5.50 0.21 81.84 23:26:38 23:09:01 0 0.12 2.43 9.20 4.77 0.20 83.28 23:26:38 23:09:01 1 0.17 2.31 10.46 4.85 0.22 82.00 23:26:38 23:09:01 2 0.30 2.56 9.40 4.91 0.22 82.61 23:26:38 23:09:01 3 0.14 2.90 9.83 7.48 0.20 79.45 23:26:38 23:10:01 all 0.15 0.00 0.05 0.00 0.00 99.80 23:26:38 23:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:10:01 1 0.05 0.00 0.13 0.00 0.00 99.82 23:26:38 23:10:01 2 0.52 0.00 0.02 0.00 0.00 99.47 23:26:38 23:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:26:38 23:10:01 CPU %user %nice %system %iowait %steal %idle 23:26:38 23:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:26:38 23:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 23:26:38 23:11:01 1 0.07 0.00 0.05 0.00 0.00 99.88 23:26:38 23:11:01 2 0.22 0.00 0.02 0.00 0.00 99.77 23:26:38 23:11:01 3 0.30 0.00 0.00 0.00 0.02 99.68 23:26:38 23:12:01 all 0.14 0.00 0.02 0.00 0.00 99.84 23:26:38 23:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 23:26:38 23:12:01 1 0.05 0.00 0.02 0.00 0.00 99.93 23:26:38 23:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:12:01 3 0.48 0.00 0.02 0.00 0.00 99.50 23:26:38 23:13:01 all 0.14 0.00 0.03 0.00 0.01 99.82 23:26:38 23:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:26:38 23:13:01 2 0.03 0.00 0.03 0.00 0.02 99.92 23:26:38 23:13:01 3 0.45 0.00 0.03 0.00 0.02 99.50 23:26:38 23:14:01 all 0.08 0.00 0.05 0.00 0.00 99.86 23:26:38 23:14:01 0 0.05 0.00 0.05 0.00 0.00 99.90 23:26:38 23:14:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:26:38 23:14:01 2 0.12 0.00 0.03 0.00 0.00 99.85 23:26:38 23:14:01 3 0.10 0.00 0.10 0.00 0.00 99.80 23:26:38 23:15:01 all 0.02 0.00 0.02 0.00 0.00 99.95 23:26:38 23:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 23:26:38 23:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:16:01 all 0.12 0.00 0.03 0.00 0.00 99.85 23:26:38 23:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 23:26:38 23:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:26:38 23:16:01 3 0.37 0.00 0.07 0.00 0.00 99.57 23:26:38 23:17:02 all 0.15 0.00 0.03 0.00 0.00 99.82 23:26:38 23:17:02 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:17:02 1 0.05 0.00 0.03 0.00 0.00 99.92 23:26:38 23:17:02 2 0.03 0.00 0.02 0.00 0.02 99.93 23:26:38 23:17:02 3 0.50 0.00 0.03 0.00 0.00 99.47 23:26:38 23:18:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:26:38 23:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:18:01 1 0.05 0.00 0.02 0.00 0.00 99.93 23:26:38 23:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:26:38 23:18:01 3 0.51 0.00 0.02 0.00 0.00 99.47 23:26:38 23:19:01 all 0.16 0.00 0.03 0.00 0.00 99.81 23:26:38 23:19:01 0 0.07 0.00 0.02 0.00 0.00 99.92 23:26:38 23:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:26:38 23:19:01 2 0.03 0.00 0.03 0.00 0.02 99.92 23:26:38 23:19:01 3 0.50 0.00 0.02 0.00 0.00 99.48 23:26:38 23:20:01 all 0.16 0.00 0.03 0.00 0.01 99.80 23:26:38 23:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:26:38 23:20:01 1 0.05 0.00 0.05 0.00 0.02 99.88 23:26:38 23:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:26:38 23:20:01 3 0.52 0.00 0.03 0.00 0.02 99.43 23:26:38 23:21:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:26:38 23:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:26:38 23:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:21:01 3 0.50 0.00 0.02 0.00 0.00 99.48 23:26:38 23:26:38 23:21:01 CPU %user %nice %system %iowait %steal %idle 23:26:38 23:22:01 all 0.13 0.00 0.01 0.00 0.00 99.85 23:26:38 23:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 23:26:38 23:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:22:01 3 0.48 0.00 0.02 0.00 0.00 99.50 23:26:38 23:23:01 all 0.14 0.00 0.02 0.00 0.00 99.84 23:26:38 23:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:23:01 1 0.30 0.00 0.03 0.00 0.00 99.67 23:26:38 23:23:01 2 0.00 0.00 0.02 0.00 0.02 99.97 23:26:38 23:23:01 3 0.23 0.00 0.02 0.00 0.00 99.75 23:26:38 23:24:01 all 0.11 0.00 0.03 0.00 0.00 99.86 23:26:38 23:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 23:26:38 23:24:01 1 0.37 0.00 0.08 0.00 0.00 99.55 23:26:38 23:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:26:38 23:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:25:01 all 0.04 0.00 0.03 0.00 0.00 99.93 23:26:38 23:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:25:01 1 0.12 0.00 0.05 0.00 0.02 99.82 23:26:38 23:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:26:01 all 0.02 0.00 0.02 0.00 0.00 99.96 23:26:38 23:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:26:38 23:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:26:38 23:26:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:26:38 23:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 23:26:38 Average: all 0.14 0.09 0.39 0.20 0.01 99.16 23:26:38 Average: 0 0.03 0.09 0.36 0.18 0.01 99.33 23:26:38 Average: 1 0.08 0.09 0.43 0.18 0.01 99.22 23:26:38 Average: 2 0.22 0.09 0.38 0.18 0.01 99.12 23:26:38 Average: 3 0.24 0.11 0.39 0.28 0.01 98.98 23:26:38 23:26:38 23:26:38