Pull request #147 opened 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 ernestojeda for edgexfoundry/ci-build-images Obtained Jenkinsfile from 11e5fc05745aeb26e193447ced75078f136d5258+e924d01ce673e04d5199475fe01cf1d72dd1be79 (dcd094f8d0a357384c361746225642d8a6a28052) Running in Durability level: MAX_SURVIVABILITY 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/PR-147/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-golang-base, mavenSettings:ci-build-images-settings, dockerImageName:edgex-golang-base, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[1.13-alpine], releaseBranchOverride:golang-1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: edgex-golang-base USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-golang-base DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-golang-base-archive.tar.gz SEMVER_BUMP_LEVEL: pre RELEASE_BRANCH_OVERRIDE: golang-1.13 DOCKER_CUSTOM_TAGS: 1.13-alpine [Pipeline] node Running on prd-centos7-docker-4c-2g-1329 in /w/workspace/exfoundry_ci-build-images_PR-147 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/exfoundry_ci-build-images_PR-147 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 Fetching without tags Merging remotes/origin/golang-1.15 commit e924d01ce673e04d5199475fe01cf1d72dd1be79 into PR head commit 11e5fc05745aeb26e193447ced75078f136d5258 Merge succeeded, producing 11e5fc05745aeb26e193447ced75078f136d5258 Checking out Revision 11e5fc05745aeb26e193447ced75078f136d5258 (PR-147) > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/147/head:refs/remotes/origin/PR-147 # timeout=10 > git config --add remote.origin.fetch +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11e5fc05745aeb26e193447ced75078f136d5258 # 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 e924d01ce673e04d5199475fe01cf1d72dd1be79 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11e5fc05745aeb26e193447ced75078f136d5258 # timeout=10 Commit message: "feat: initial commit of golang-1.15 base builder image" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:22:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:22:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:22:53 ========================================================= 21:22:53 EdgeX Global Pipelines Version Info 21:22:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:22:54 ------------------- 21:22:54 stable info: 21:22:54 ------------------- 21:22:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:22:54 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 21:22:54 Message: update stable to v1.0.117 21:22:55 ------------------- 21:22:55 experimental info: 21:22:55 ------------------- 21:22:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:22:55 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 21:22:55 Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:22:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo 21:22:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-golang-base [Pipeline] echo 21:22:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 21:22:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:22:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:22:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-golang-base [Pipeline] echo 21:22:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 21:22:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-golang-base-archive.tar.gz [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = golang-1.13 [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 1.13-alpine [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-147 [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-147 [Pipeline] echo 21:22:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-147 [Pipeline] echo 21:22:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11e5fc05745aeb26e193447ced75078f136d5258 [Pipeline] echo 21:22:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11e5fc0 [Pipeline] echo 21:22:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 21:22:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1336 in /w/workspace/exfoundry_ci-build-images_PR-147 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:23:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:23:03 + ls -al . 21:23:03 total 12 21:23:03 drwxrwxr-x. 3 jenkins jenkins 76 Sep 3 21:22 . 21:23:03 drwxrwxr-x. 4 jenkins jenkins 112 Sep 3 21:22 .. 21:23:03 -rw-rw-r--. 1 jenkins jenkins 386 Sep 3 21:22 Dockerfile 21:23:03 drwxrwxr-x. 8 jenkins jenkins 179 Sep 3 21:22 .git 21:23:03 -rw-rw-r--. 1 jenkins jenkins 585 Sep 3 21:22 .golangci.yml 21:23:03 -rw-rw-r--. 1 jenkins jenkins 894 Sep 3 21:22 Jenkinsfile [Pipeline] isUnix [Pipeline] sh 21:23:03 + docker build -t edgex-devops/edgex-golang-base -f Dockerfile --build-arg ARCH=amd64 --label git_sha=11e5fc05745aeb26e193447ced75078f136d5258 --label arch=amd64 . 21:23:04 using credential edgex-jenkins-ssh 21:23:04 Sending build context to Docker daemon 209.9kB 21:23:04 Step 1/6 : FROM golang:1.15-alpine 21:23:04 Cloning the remote Git repository 21:23:04 Cloning with configured refspecs honoured and without tags 21:23:04 1.15-alpine: Pulling from library/golang 21:23:04 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 21:23:04 > git init /w/workspace/exfoundry_ci-build-images_PR-147 # timeout=10 21:23:04 df20fa9351a1: Pulling fs layer 21:23:04 ed8968b2872e: Pulling fs layer 21:23:04 a92cc7c5fd73: Pulling fs layer 21:23:04 d484aaef8981: Pulling fs layer 21:23:04 1021cfc6e55c: Pulling fs layer 21:23:04 d484aaef8981: Waiting 21:23:04 1021cfc6e55c: Waiting 21:23:04 a92cc7c5fd73: Verifying Checksum 21:23:04 a92cc7c5fd73: Download complete 21:23:04 ed8968b2872e: Verifying Checksum 21:23:04 ed8968b2872e: Download complete 21:23:04 df20fa9351a1: Download complete 21:23:04 1021cfc6e55c: Verifying Checksum 21:23:04 1021cfc6e55c: Download complete 21:23:04 df20fa9351a1: Pull complete 21:23:05 ed8968b2872e: Pull complete 21:23:05 Fetching without tags 21:23:05 a92cc7c5fd73: Pull complete 21:23:04 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 21:23:04 > git --version # timeout=10 21:23:04 > git --version # 'git version 2.17.1' 21:23:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 21:23:05 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 21:23:05 > git config --add remote.origin.fetch +refs/pull/147/head:refs/remotes/origin/PR-147 # timeout=10 21:23:05 > git config --add remote.origin.fetch +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 21:23:05 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 21:23:05 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 21:23:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 21:23:05 Merging remotes/origin/golang-1.15 commit e924d01ce673e04d5199475fe01cf1d72dd1be79 into PR head commit 11e5fc05745aeb26e193447ced75078f136d5258 21:23:05 Merge succeeded, producing 11e5fc05745aeb26e193447ced75078f136d5258 21:23:05 Checking out Revision 11e5fc05745aeb26e193447ced75078f136d5258 (PR-147) 21:23:06 d484aaef8981: Download complete 21:23:05 > git config core.sparsecheckout # timeout=10 21:23:05 > git checkout -f 11e5fc05745aeb26e193447ced75078f136d5258 # timeout=10 21:23:05 > git remote # timeout=10 21:23:05 > git config --get remote.origin.url # timeout=10 21:23:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:05 > git merge e924d01ce673e04d5199475fe01cf1d72dd1be79 # timeout=10 21:23:05 > git rev-parse HEAD^{commit} # timeout=10 21:23:05 > git config core.sparsecheckout # timeout=10 21:23:05 > git checkout -f 11e5fc05745aeb26e193447ced75078f136d5258 # timeout=10 21:23:10 Commit message: "feat: initial commit of golang-1.15 base builder image" 21:23:10 > git --version # timeout=10 21:23:10 > git --version # 'git version 2.17.1' 21:23:10 fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:23:12 d484aaef8981: Pull complete 21:23:12 1021cfc6e55c: Pull complete 21:23:12 Digest: sha256:bc6f2b94340ed84ec22dab364505b0d1a339ecff99b583a63372ecf966129be2 21:23:12 Status: Downloaded newer image for golang:1.15-alpine 21:23:12 ---> f328e14e69e4 21:23:12 Step 2/6 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 21:23:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:23:12 + ls -al . 21:23:12 total 24 21:23:12 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 21:23 . 21:23:12 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 21:23 .. 21:23:12 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 21:23 .git 21:23:12 -rw-rw-r-- 1 jenkins jenkins 585 Sep 3 21:23 .golangci.yml 21:23:12 -rw-rw-r-- 1 jenkins jenkins 386 Sep 3 21:23 Dockerfile 21:23:12 -rw-rw-r-- 1 jenkins jenkins 894 Sep 3 21:23 Jenkinsfile [Pipeline] isUnix [Pipeline] sh 21:23:13 + docker build -t edgex-devops/edgex-golang-base-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=11e5fc05745aeb26e193447ced75078f136d5258 --label arch=arm64 . 21:23:13 Sending build context to Docker daemon 209.9kB 21:23:14 Step 1/6 : FROM golang:1.15-alpine 21:23:14 ---> Running in 2d1b814bd3bf 21:23:14 Removing intermediate container 2d1b814bd3bf 21:23:14 ---> ca7c5dbd6b35 21:23:14 Step 3/6 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:14 ---> Running in b117abd2d4c6 21:23:14 1.15-alpine: Pulling from library/golang 21:23:14 b538f80385f9: Pulling fs layer 21:23:14 74f711af9a0d: Pulling fs layer 21:23:14 99f96fe45779: Pulling fs layer 21:23:14 2fa47eeccf08: Pulling fs layer 21:23:14 b13c98676afe: Pulling fs layer 21:23:14 2fa47eeccf08: Waiting 21:23:14 b13c98676afe: Waiting 21:23:15 99f96fe45779: Download complete 21:23:15 b538f80385f9: Verifying Checksum 21:23:15 b538f80385f9: Download complete 21:23:15 74f711af9a0d: Download complete 21:23:15 b13c98676afe: Verifying Checksum 21:23:15 b13c98676afe: Download complete 21:23:15 b538f80385f9: Pull complete 21:23:15 Removing intermediate container b117abd2d4c6 21:23:15 ---> ee8de7c81478 21:23:15 Step 4/6 : RUN apk add --update --no-cache git linux-headers make gcc musl-dev curl bash 21:23:15 ---> Running in beb62d277dd4 21:23:16 74f711af9a0d: Pull complete 21:23:16 99f96fe45779: Pull complete 21:23:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:18 (1/24) Installing ncurses-terminfo-base (6.2_p20200523-r0) 21:23:18 (2/24) Installing ncurses-libs (6.2_p20200523-r0) 21:23:19 (3/24) Installing readline (8.0.4-r0) 21:23:19 (4/24) Installing bash (5.0.17-r0) 21:23:19 Executing bash-5.0.17-r0.post-install 21:23:19 (5/24) Installing nghttp2-libs (1.41.0-r0) 21:23:19 2fa47eeccf08: Verifying Checksum 21:23:19 2fa47eeccf08: Download complete 21:23:19 (6/24) Installing libcurl (7.69.1-r0) 21:23:20 (7/24) Installing curl (7.69.1-r0) 21:23:20 (8/24) Installing libgcc (9.3.0-r2) 21:23:20 (9/24) Installing libstdc++ (9.3.0-r2) 21:23:21 (10/24) Installing binutils (2.34-r1) 21:23:24 (11/24) Installing gmp (6.2.0-r0) 21:23:24 (12/24) Installing isl (0.18-r0) 21:23:24 (13/24) Installing libgomp (9.3.0-r2) 21:23:24 (14/24) Installing libatomic (9.3.0-r2) 21:23:24 (15/24) Installing libgphobos (9.3.0-r2) 21:23:26 (16/24) Installing mpfr4 (4.0.2-r4) 21:23:26 (17/24) Installing mpc1 (1.1.0-r1) 21:23:26 (18/24) Installing gcc (9.3.0-r2) 21:23:30 2fa47eeccf08: Pull complete 21:23:30 b13c98676afe: Pull complete 21:23:30 Digest: sha256:bc6f2b94340ed84ec22dab364505b0d1a339ecff99b583a63372ecf966129be2 21:23:30 Status: Downloaded newer image for golang:1.15-alpine 21:23:30 ---> c1b7bbd91889 21:23:30 Step 2/6 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 21:23:32 ---> Running in 9c0af1ae8275 21:23:32 Removing intermediate container 9c0af1ae8275 21:23:32 ---> debb80dd51b9 21:23:32 Step 3/6 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:32 ---> Running in 69b49a79ad6d 21:23:35 Removing intermediate container 69b49a79ad6d 21:23:35 ---> f792e9b733e1 21:23:35 Step 4/6 : RUN apk add --update --no-cache git linux-headers make gcc musl-dev curl bash 21:23:35 ---> Running in 73a0184bdde6 21:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:38 (1/24) Installing ncurses-terminfo-base (6.2_p20200523-r0) 21:23:38 (2/24) Installing ncurses-libs (6.2_p20200523-r0) 21:23:38 (3/24) Installing readline (8.0.4-r0) 21:23:38 (4/24) Installing bash (5.0.17-r0) 21:23:38 (19/24) Installing expat (2.2.9-r1) 21:23:38 (20/24) Installing pcre2 (10.35-r0) 21:23:38 (21/24) Installing git (2.26.2-r0) 21:23:38 Executing bash-5.0.17-r0.post-install 21:23:38 (5/24) Installing nghttp2-libs (1.41.0-r0) 21:23:38 (6/24) Installing libcurl (7.69.1-r0) 21:23:39 (7/24) Installing curl (7.69.1-r0) 21:23:39 (8/24) Installing libgcc (9.3.0-r2) 21:23:39 (9/24) Installing libstdc++ (9.3.0-r2) 21:23:39 (10/24) Installing binutils (2.34-r1) 21:23:40 (22/24) Installing linux-headers (5.4.5-r1) 21:23:41 (11/24) Installing gmp (6.2.0-r0) 21:23:41 (23/24) Installing make (4.3-r0) 21:23:41 (24/24) Installing musl-dev (1.1.24-r9) 21:23:41 (12/24) Installing isl (0.18-r0) 21:23:41 (13/24) Installing libgomp (9.3.0-r2) 21:23:42 (14/24) Installing libatomic (9.3.0-r2) 21:23:42 (15/24) Installing libgphobos (9.3.0-r2) 21:23:42 Executing busybox-1.31.1-r16.trigger 21:23:42 OK: 166 MiB in 39 packages 21:23:43 (16/24) Installing mpfr4 (4.0.2-r4) 21:23:43 (17/24) Installing mpc1 (1.1.0-r1) 21:23:43 (18/24) Installing gcc (9.3.0-r2) 21:23:48 Removing intermediate container beb62d277dd4 21:23:48 ---> 4f7fea6e258e 21:23:48 Step 5/6 : LABEL arch=amd64 21:23:48 ---> Running in 6cd3ff8142e0 21:23:48 Removing intermediate container 6cd3ff8142e0 21:23:48 ---> 1a887f73a17d 21:23:48 Step 6/6 : LABEL git_sha=11e5fc05745aeb26e193447ced75078f136d5258 21:23:48 ---> Running in 5ecdf1be8bcc 21:23:48 Removing intermediate container 5ecdf1be8bcc 21:23:48 ---> 56e29ad30a45 21:23:48 [Warning] One or more build-args [ARCH] were not consumed 21:23:48 Successfully built 56e29ad30a45 21:23:48 Successfully tagged edgex-devops/edgex-golang-base:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:23:58 (19/24) Installing expat (2.2.9-r1) 21:23:58 (20/24) Installing pcre2 (10.35-r0) 21:23:58 (21/24) Installing git (2.26.2-r0) 21:23:59 (22/24) Installing linux-headers (5.4.5-r1) 21:24:00 (23/24) Installing make (4.3-r0) 21:24:00 (24/24) Installing musl-dev (1.1.24-r9) 21:24:01 Executing busybox-1.31.1-r16.trigger 21:24:01 OK: 142 MiB in 39 packages 21:24:07 Removing intermediate container 73a0184bdde6 21:24:07 ---> 53d3e36c17b9 21:24:07 Step 5/6 : LABEL arch=arm64 21:24:07 ---> Running in 3a79ae810687 21:24:07 Removing intermediate container 3a79ae810687 21:24:07 ---> 2dd19588c8f7 21:24:07 Step 6/6 : LABEL git_sha=11e5fc05745aeb26e193447ced75078f136d5258 21:24:07 ---> Running in 25878b43a750 21:24:08 Removing intermediate container 25878b43a750 21:24:08 ---> 94d230b86d1e 21:24:08 [Warning] One or more build-args [ARCH] were not consumed 21:24:08 Successfully built 94d230b86d1e 21:24:08 Successfully tagged edgex-devops/edgex-golang-base-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:24:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:24:12 ---> package-listing.sh 21:24:12 ++ facter osfamily 21:24:12 ++ tr '[:upper:]' '[:lower:]' 21:24:12 + OS_FAMILY=redhat 21:24:12 + workspace=/w/workspace/exfoundry_ci-build-images_PR-147 21:24:12 + START_PACKAGES=/tmp/packages_start.txt 21:24:12 + END_PACKAGES=/tmp/packages_end.txt 21:24:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:24:12 + PACKAGES=/tmp/packages_start.txt 21:24:12 + '[' /w/workspace/exfoundry_ci-build-images_PR-147 ']' 21:24:12 + PACKAGES=/tmp/packages_end.txt 21:24:12 + case "${OS_FAMILY}" in 21:24:12 + rpm -qa 21:24:12 + sort 21:24:16 + '[' -f /tmp/packages_start.txt ']' 21:24:16 + '[' -f /tmp/packages_end.txt ']' 21:24:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:24:16 + '[' /w/workspace/exfoundry_ci-build-images_PR-147 ']' 21:24:16 + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-147/archives/ 21:24:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-147/archives/ [Pipeline] isUnix [Pipeline] sh 21:24:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:24:17 21:24:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:24:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:24:17 alpine: Pulling from edgex-lftools-log-publisher 21:24:17 df20fa9351a1: Already exists 21:24:17 36b3adc4ff6f: Pulling fs layer 21:24:17 8ad3a11d3b57: Pulling fs layer 21:24:17 46f8f816bc3b: Pulling fs layer 21:24:17 0dadc02b9964: Pulling fs layer 21:24:17 ce6a7cf60c04: Pulling fs layer 21:24:17 7a184a31f384: Pulling fs layer 21:24:17 0879bd2ef858: Pulling fs layer 21:24:17 ce6a7cf60c04: Waiting 21:24:17 0879bd2ef858: Waiting 21:24:17 7a184a31f384: Waiting 21:24:17 0dadc02b9964: Waiting 21:24:17 46f8f816bc3b: Verifying Checksum 21:24:17 46f8f816bc3b: Download complete 21:24:17 36b3adc4ff6f: Verifying Checksum 21:24:17 36b3adc4ff6f: Download complete 21:24:17 ce6a7cf60c04: Download complete 21:24:17 7a184a31f384: Download complete 21:24:17 0dadc02b9964: Verifying Checksum 21:24:17 0dadc02b9964: Download complete 21:24:18 8ad3a11d3b57: Verifying Checksum 21:24:18 8ad3a11d3b57: Download complete 21:24:18 36b3adc4ff6f: Pull complete 21:24:18 0879bd2ef858: Verifying Checksum 21:24:18 0879bd2ef858: Download complete 21:24:18 8ad3a11d3b57: Pull complete 21:24:19 46f8f816bc3b: Pull complete 21:24:19 0dadc02b9964: Pull complete 21:24:19 ce6a7cf60c04: Pull complete 21:24:19 7a184a31f384: Pull complete 21:24:22 0879bd2ef858: Pull complete 21:24:22 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:24:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:24:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:24:22 prd-centos7-docker-4c-2g-1329 does not seem to be running inside a container 21:24:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_ci-build-images_PR-147 -v /w/workspace/exfoundry_ci-build-images_PR-147:/w/workspace/exfoundry_ci-build-images_PR-147:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-147@tmp:/w/workspace/exfoundry_ci-build-images_PR-147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:24:28 $ docker top a94be41a09a2aea27250c178e8862f160fc54dc7690b0644c017de5cced37604 -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:29 + mkdir -p /var/log/sa [Pipeline] sh 21:24:29 + ls /var/log/sa-host 21:24:29 + sadf -c /var/log/sa-host/sa03 21:24:29 file_magic: OK 21:24:29 HZ: Using current value: 100 21:24:29 file_header: OK 21:24:29 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 21:24:29 Statistics: 21:24:29 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...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... 21:24:29 File successfully converted to sysstat format version 12.2.1 21:24:29 + sadf -c /var/log/sa-host/sa05 21:24:29 file_magic: OK 21:24:29 HZ: Using current value: 100 21:24:29 file_header: OK 21:24:29 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 21:24:29 Statistics: 21:24:29 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:24:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:24:29 provisioning config files... 21:24:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-147@tmp/config1644239299024977876tmp [Pipeline] { [Pipeline] echo 21:24:29 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:24:30 ---> create-netrc.sh [Pipeline] echo 21:24:30 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:24:30 ---> logs-deploy.sh 21:24:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-147/1 21:24:30 INFO: archiving workspace using pattern(s): 21:24:31 Archives upload complete. 21:24:31 INFO: archiving logs to Nexus 21:24:32 ---> uname -a: 21:24:32 Linux a94be41a09a2 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:24:32 21:24:32 21:24:32 ---> lscpu: 21:24:32 Architecture: x86_64 21:24:32 CPU op-mode(s): 32-bit, 64-bit 21:24:32 Byte Order: Little Endian 21:24:32 Address sizes: 40 bits physical, 48 bits virtual 21:24:32 CPU(s): 4 21:24:32 On-line CPU(s) list: 0-3 21:24:32 Thread(s) per core: 1 21:24:32 Core(s) per socket: 1 21:24:32 Socket(s): 4 21:24:32 NUMA node(s): 1 21:24:32 Vendor ID: GenuineIntel 21:24:32 CPU family: 6 21:24:32 Model: 44 21:24:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:24:32 Stepping: 1 21:24:32 CPU MHz: 2933.438 21:24:32 BogoMIPS: 5866.87 21:24:32 Virtualization: VT-x 21:24:32 Hypervisor vendor: KVM 21:24:32 Virtualization type: full 21:24:32 L1d cache: 128 KiB 21:24:32 L1i cache: 128 KiB 21:24:32 L2 cache: 16 MiB 21:24:32 L3 cache: 64 MiB 21:24:32 NUMA node0 CPU(s): 0-3 21:24:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:24:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:24:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:24:32 Vulnerability Meltdown: Mitigation; PTI 21:24:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:24:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:24:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:24:32 Vulnerability Tsx async abort: Not affected 21:24:32 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 21:24:32 21:24:32 21:24:32 ---> nproc: 21:24:32 4 21:24:32 21:24:32 21:24:32 ---> df -h: 21:24:32 Filesystem Size Used Available Use% Mounted on 21:24:32 overlay 50.0G 7.0G 43.0G 14% / 21:24:32 tmpfs 64.0M 0 64.0M 0% /dev 21:24:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:24:32 shm 64.0M 0 64.0M 0% /dev/shm 21:24:32 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 21:24:32 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 21:24:32 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 21:24:32 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/exfoundry_ci-build-images_PR-147 21:24:32 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/exfoundry_ci-build-images_PR-147@tmp 21:24:32 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 21:24:32 21:24:32 21:24:32 ---> free -m: 21:24:32 total used free shared buff/cache available 21:24:32 Mem: 1837 660 138 0 1038 1075 21:24:32 Swap: 1023 1 1022 21:24:32 21:24:32 21:24:32 ---> ip addr: 21:24:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:24:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:24:32 inet 127.0.0.1/8 scope host lo 21:24:32 valid_lft forever preferred_lft forever 21:24:32 8: eth0@if9: mtu 1458 qdisc noqueue state UP 21:24:32 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:24:32 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:24:32 valid_lft forever preferred_lft forever 21:24:32 21:24:32 21:24:32 ---> sar -b -r -n DEV: 21:24:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 21:24:32 21:24:32 20:30:48 LINUX RESTART (4 CPU) 21:24:32 21:24:32 20:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:24:32 20:33:01 0.93 0.00 0.93 0.00 0.00 17.63 0.00 21:24:32 20:34:01 0.28 0.02 0.27 0.00 2.13 3.55 0.00 21:24:32 20:35:01 0.22 0.00 0.22 0.00 0.00 2.73 0.00 21:24:32 20:36:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 21:24:32 20:37:01 0.27 0.00 0.27 0.00 0.00 4.16 0.00 21:24:32 20:38:01 0.33 0.00 0.33 0.00 0.00 3.98 0.00 21:24:32 20:39:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 21:24:32 20:40:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 21:24:32 20:41:01 0.27 0.00 0.27 0.00 0.00 3.93 0.00 21:24:32 20:42:01 0.25 0.00 0.25 0.00 0.00 3.56 0.00 21:24:32 20:43:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 21:24:32 20:44:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 21:24:32 20:45:01 0.25 0.00 0.25 0.00 0.00 1.98 0.00 21:24:32 20:46:01 0.53 0.17 0.37 0.00 5.33 5.30 0.00 21:24:32 20:47:01 0.67 0.00 0.67 0.00 0.00 13.29 0.00 21:24:32 20:48:01 0.27 0.00 0.27 0.00 0.00 3.65 0.00 21:24:32 20:49:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 21:24:32 20:50:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 21:24:32 20:51:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 21:24:32 20:52:01 0.22 0.00 0.22 0.00 0.00 2.24 0.00 21:24:32 20:53:01 0.27 0.00 0.27 0.00 0.00 3.78 0.00 21:24:32 20:54:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:24:32 20:55:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 21:24:32 20:56:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 21:24:32 20:57:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 21:24:32 20:58:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 21:24:32 20:59:01 0.25 0.00 0.25 0.00 0.00 2.33 0.00 21:24:32 21:00:01 0.27 0.00 0.27 0.00 0.00 3.35 0.00 21:24:32 21:01:01 0.23 0.02 0.22 0.00 0.13 2.15 0.00 21:24:32 21:02:01 0.45 0.12 0.33 0.00 2.13 5.83 0.00 21:24:32 21:03:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 21:24:32 21:04:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 21:24:32 21:05:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 21:24:32 21:06:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 21:24:32 21:07:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 21:24:32 21:08:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 21:24:32 21:09:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 21:24:32 21:10:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:24:32 21:11:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 21:24:32 21:12:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 21:24:32 21:13:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:24:32 21:14:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 21:24:32 21:15:02 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:24:32 21:16:01 0.17 0.00 0.17 0.00 0.00 1.36 0.00 21:24:32 21:17:01 0.17 0.00 0.17 0.00 0.00 1.90 0.00 21:24:32 21:18:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 21:24:32 21:19:01 0.30 0.00 0.30 0.00 0.00 3.20 0.00 21:24:32 21:20:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 21:24:32 21:21:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 21:24:32 21:22:01 0.15 0.00 0.15 0.00 0.00 1.77 0.00 21:24:32 21:23:01 20.35 3.28 17.07 0.00 296.77 154.83 0.00 21:24:32 21:24:01 122.17 39.64 82.54 0.00 7298.02 26825.32 0.00 21:24:32 Average: 3.00 0.83 2.16 0.00 146.40 522.55 0.00 21:24:32 21:24:32 20:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:24:32 20:33:01 109276 0 457096 24.29 2608 1312576 970320 33.12 306336 1311668 8 21:24:32 20:34:01 108048 0 458248 24.35 2608 1312652 970500 33.12 307928 1311440 8 21:24:32 20:35:01 106724 0 459568 24.42 2608 1312656 970436 33.12 309168 1311440 8 21:24:32 20:36:01 106404 0 459888 24.44 2608 1312656 970476 33.12 309440 1311440 8 21:24:32 20:37:01 106132 0 460152 24.46 2608 1312664 970536 33.12 309800 1311440 8 21:24:32 20:38:01 107324 0 458956 24.39 2608 1312668 970320 33.12 308668 1311440 8 21:24:32 20:39:01 107520 0 458756 24.38 2608 1312672 970320 33.12 305536 1314576 8 21:24:32 20:40:01 107184 0 459088 24.40 2608 1312676 970320 33.12 305572 1314576 8 21:24:32 20:41:01 106388 0 459876 24.44 2608 1312684 970476 33.12 306504 1314576 8 21:24:32 20:42:01 106512 0 459748 24.43 2608 1312688 970488 33.12 305200 1315880 8 21:24:32 20:43:01 106396 0 459860 24.44 2608 1312692 970524 33.12 305404 1315884 8 21:24:32 20:44:01 107536 0 458716 24.38 2608 1312696 970320 33.12 304404 1315880 8 21:24:32 20:45:01 107536 0 458712 24.38 2608 1312700 970320 33.12 304284 1315880 8 21:24:32 20:46:01 107224 0 459020 24.40 2608 1312704 970320 33.12 304292 1315876 16 21:24:32 20:47:01 106684 0 459556 24.42 2608 1312708 970416 33.12 304752 1315940 8 21:24:32 20:48:01 107100 0 459132 24.40 2608 1312716 970320 33.12 304376 1315940 8 21:24:32 20:49:01 107396 0 458832 24.39 2608 1312720 970320 33.12 304376 1315944 8 21:24:32 20:50:01 107364 0 458856 24.39 2608 1312728 970320 33.12 304264 1315940 12 21:24:32 20:51:01 107316 0 458900 24.39 2608 1312732 970320 33.12 304144 1315940 8 21:24:32 20:52:01 106840 0 459372 24.41 2608 1312736 970392 33.12 304756 1315944 8 21:24:32 20:53:01 107160 0 459048 24.40 2608 1312740 970356 33.12 304468 1315940 8 21:24:32 20:54:01 107628 0 458576 24.37 2608 1312744 970320 33.12 304280 1315940 8 21:24:32 20:55:01 107000 0 459200 24.41 2608 1312748 970320 33.12 304120 1315980 8 21:24:32 20:56:01 107116 0 459080 24.40 2608 1312752 970320 33.12 304372 1315980 8 21:24:32 20:57:01 106724 0 459464 24.42 2608 1312760 970416 33.12 304760 1315980 8 21:24:32 20:58:01 107496 0 458688 24.38 2608 1312764 978516 33.39 304276 1315980 8 21:24:32 20:59:01 107216 0 458964 24.39 2608 1312768 978516 33.39 304148 1315988 8 21:24:32 21:00:01 107124 0 459052 24.40 2608 1312772 978516 33.39 304276 1315988 8 21:24:32 21:01:01 106004 0 460168 24.46 2608 1312776 981280 33.49 305024 1315988 8 21:24:32 21:02:01 103768 0 462228 24.57 2608 1312952 979108 33.42 307792 1316076 24 21:24:32 21:03:01 103980 0 462044 24.56 2608 1312924 979024 33.41 307128 1316068 8 21:24:32 21:04:01 103988 0 462032 24.56 2608 1312928 979024 33.41 307216 1316108 8 21:24:32 21:05:01 103088 0 462924 24.60 2608 1312936 979188 33.42 308072 1316176 8 21:24:32 21:06:01 104128 0 461880 24.55 2608 1312940 979024 33.41 307040 1316172 8 21:24:32 21:07:01 103748 0 462256 24.57 2608 1312944 979096 33.41 307576 1316172 8 21:24:32 21:08:01 103824 0 462172 24.56 2608 1312952 979024 33.41 307176 1316172 8 21:24:32 21:09:01 103880 0 462112 24.56 2608 1312956 979024 33.41 307184 1316172 8 21:24:32 21:10:01 103972 0 462012 24.55 2608 1312964 979024 33.41 307068 1316172 8 21:24:32 21:11:01 103848 0 462136 24.56 2608 1312964 979024 33.41 307192 1316172 8 21:24:32 21:12:01 103932 0 462044 24.56 2608 1312972 979096 33.41 307700 1316172 8 21:24:32 21:13:01 103668 0 462304 24.57 2608 1312976 979072 33.41 307456 1316172 12 21:24:32 21:14:01 103584 0 462380 24.57 2608 1312984 979024 33.41 307212 1316176 16 21:24:32 21:15:02 103896 0 462068 24.56 2608 1312984 979024 33.41 307092 1316172 8 21:24:32 21:16:01 104260 0 461700 24.54 2608 1312988 979024 33.41 307220 1316172 8 21:24:32 21:17:01 103340 0 462612 24.59 2608 1312996 979096 33.41 307480 1316172 8 21:24:32 21:18:01 103560 0 462392 24.57 2608 1312996 979024 33.41 307104 1316172 8 21:24:32 21:19:01 103716 0 462228 24.57 2608 1313004 979024 33.41 307360 1316172 8 21:24:32 21:20:01 103756 0 462184 24.56 2608 1313008 979024 33.41 307240 1316172 8 21:24:32 21:21:01 103692 0 462244 24.57 2608 1313012 979024 33.41 307116 1316176 8 21:24:32 21:22:01 103248 0 462684 24.59 2608 1313016 979120 33.42 307760 1316172 20 21:24:32 21:23:01 67796 0 532904 28.32 2608 1278248 1057852 36.10 385760 1267444 16448 21:24:32 21:24:01 320580 0 588100 31.26 2608 970268 1090764 37.23 411048 958656 16 21:24:32 Average: 109108 0 464273 24.68 2608 1305567 978559 33.40 309806 1307632 325 21:24:32 21:24:32 20:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:24:32 20:33:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:24:32 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:34:01 eth0 1.95 0.47 0.39 0.21 0.00 0.00 0.00 0.00 21:24:32 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:35:01 eth0 2.15 0.57 0.62 0.36 0.00 0.00 0.00 0.00 21:24:32 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:36:01 eth0 1.48 0.40 0.38 0.24 0.00 0.00 0.00 0.00 21:24:32 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:37:01 eth0 1.15 0.63 0.67 0.46 0.00 0.00 0.00 0.00 21:24:32 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:38:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:39:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:24:32 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:40:01 eth0 0.55 0.02 0.05 0.00 0.00 0.00 0.00 0.00 21:24:32 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:41:01 eth0 1.75 0.37 0.38 0.21 0.00 0.00 0.00 0.00 21:24:32 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:42:01 eth0 2.40 0.58 0.78 0.42 0.00 0.00 0.00 0.00 21:24:32 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:43:01 eth0 1.77 0.65 0.63 0.40 0.00 0.00 0.00 0.00 21:24:32 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:44:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 21:24:32 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:47:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 21:24:32 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:50:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:51:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:52:01 eth0 0.19 0.14 0.08 0.07 0.00 0.00 0.00 0.00 21:24:32 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:53:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 21:24:32 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:54:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:55:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:56:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:57:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 21:24:32 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:58:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:59:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:01:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:02:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:24:32 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:03:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:04:01 eth0 0.53 0.03 0.05 0.00 0.00 0.00 0.00 0.00 21:24:32 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:05:01 eth0 0.53 0.42 0.35 0.20 0.00 0.00 0.00 0.00 21:24:32 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:07:01 eth0 0.28 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:24:32 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:08:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:10:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:12:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:24:32 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:13:01 eth0 0.18 0.17 0.12 0.01 0.00 0.00 0.00 0.00 21:24:32 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:15:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:16:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:24:32 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:17:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:24:32 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:18:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:22:01 eth0 0.65 0.40 0.40 0.26 0.00 0.00 0.00 0.00 21:24:32 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:23:01 eth0 203.68 126.77 342.13 47.62 0.00 0.00 0.00 0.00 21:24:32 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:24:01 eth0 429.63 256.23 2865.59 28.53 0.00 0.00 0.00 0.00 21:24:32 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 21:24:01 docker0 121.28 155.65 6.50 1004.90 0.00 0.00 0.00 0.00 21:24:32 Average: eth0 12.57 7.51 61.86 1.53 0.00 0.00 0.00 0.00 21:24:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:32 Average: docker0 2.33 3.00 0.13 19.35 0.00 0.00 0.00 0.00 21:24:32 21:24:32 21:24:32 ---> sar -P ALL: 21:24:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 21:24:32 21:24:32 20:30:48 LINUX RESTART (4 CPU) 21:24:32 21:24:32 20:32:01 CPU %user %nice %system %iowait %steal %idle 21:24:32 20:33:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:24:32 20:33:01 0 0.50 0.00 0.05 0.00 0.00 99.45 21:24:32 20:33:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:24:32 20:33:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:24:32 20:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 20:34:01 all 0.17 0.00 0.03 0.00 0.00 99.79 21:24:32 20:34:01 0 0.18 0.00 0.02 0.00 0.00 99.80 21:24:32 20:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 20:34:01 2 0.45 0.00 0.07 0.00 0.02 99.47 21:24:32 20:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:35:01 all 0.13 0.00 0.03 0.00 0.00 99.83 21:24:32 20:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 20:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:35:01 2 0.43 0.00 0.05 0.00 0.00 99.52 21:24:32 20:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 20:36:01 all 0.15 0.00 0.04 0.00 0.01 99.80 21:24:32 20:36:01 0 0.03 0.00 0.05 0.00 0.02 99.90 21:24:32 20:36:01 1 0.07 0.00 0.05 0.00 0.02 99.87 21:24:32 20:36:01 2 0.47 0.00 0.03 0.00 0.00 99.50 21:24:32 20:36:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:24:32 20:37:01 all 0.18 0.00 0.03 0.00 0.03 99.77 21:24:32 20:37:01 0 0.05 0.00 0.03 0.00 0.03 99.88 21:24:32 20:37:01 1 0.07 0.00 0.05 0.00 0.03 99.85 21:24:32 20:37:01 2 0.48 0.00 0.02 0.00 0.03 99.47 21:24:32 20:37:01 3 0.10 0.00 0.02 0.00 0.00 99.88 21:24:32 20:38:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:24:32 20:38:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:24:32 20:38:01 1 0.17 0.00 0.05 0.00 0.00 99.78 21:24:32 20:38:01 2 0.42 0.00 0.03 0.00 0.00 99.55 21:24:32 20:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:24:32 20:39:01 all 0.11 0.00 0.02 0.00 0.03 99.83 21:24:32 20:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:24:32 20:39:01 1 0.37 0.00 0.02 0.00 0.03 99.58 21:24:32 20:39:01 2 0.03 0.00 0.02 0.00 0.05 99.90 21:24:32 20:39:01 3 0.03 0.00 0.03 0.00 0.03 99.90 21:24:32 20:40:01 all 0.15 0.00 0.03 0.00 0.02 99.80 21:24:32 20:40:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:24:32 20:40:01 1 0.52 0.00 0.02 0.00 0.05 99.42 21:24:32 20:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 20:40:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:24:32 20:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:24:32 20:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:41:01 1 0.52 0.00 0.05 0.00 0.00 99.43 21:24:32 20:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:41:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:24:32 20:42:01 all 0.21 0.00 0.03 0.00 0.00 99.76 21:24:32 20:42:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:24:32 20:42:01 1 0.70 0.00 0.02 0.00 0.00 99.28 21:24:32 20:42:01 2 0.08 0.00 0.05 0.00 0.00 99.87 21:24:32 20:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:24:32 20:43:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:24:32 20:43:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:24:32 20:43:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:24:32 20:43:01 2 0.12 0.00 0.05 0.00 0.00 99.83 21:24:32 20:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:24:32 20:43:01 CPU %user %nice %system %iowait %steal %idle 21:24:32 20:44:01 all 0.16 0.00 0.03 0.00 0.00 99.82 21:24:32 20:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:44:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:24:32 20:44:01 2 0.07 0.00 0.03 0.00 0.00 99.90 21:24:32 20:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:45:01 all 0.14 0.00 0.04 0.00 0.01 99.82 21:24:32 20:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:24:32 20:45:01 1 0.52 0.00 0.02 0.00 0.02 99.45 21:24:32 20:45:01 2 0.03 0.00 0.07 0.00 0.02 99.88 21:24:32 20:45:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:24:32 20:46:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:24:32 20:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:32 20:46:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:24:32 20:46:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:24:32 20:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:24:32 20:47:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:24:32 20:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:47:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:24:32 20:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:24:32 20:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:24:32 20:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 20:48:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:24:32 20:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:24:32 20:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:24:32 20:49:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:24:32 20:49:01 1 0.52 0.00 0.03 0.00 0.02 99.43 21:24:32 20:49:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:24:32 20:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:24:32 20:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:50:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:24:32 20:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 20:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:24:32 20:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:24:32 20:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 21:24:32 20:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:24:32 20:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:52:01 2 0.03 0.00 0.05 0.00 0.02 99.90 21:24:32 20:52:01 3 0.54 0.00 0.02 0.00 0.00 99.44 21:24:32 20:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:24:32 20:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 20:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:24:32 20:53:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:24:32 20:54:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:24:32 20:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:24:32 20:54:01 3 0.50 0.00 0.00 0.00 0.00 99.50 21:24:32 21:24:32 20:54:01 CPU %user %nice %system %iowait %steal %idle 21:24:32 20:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:24:32 20:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 20:55:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 20:55:01 2 0.07 0.00 0.07 0.00 0.00 99.87 21:24:32 20:55:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:24:32 20:56:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:24:32 20:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:24:32 20:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:56:01 3 0.52 0.00 0.07 0.00 0.00 99.42 21:24:32 20:57:01 all 0.06 0.00 0.05 0.00 0.00 99.89 21:24:32 20:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 20:57:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 20:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 20:57:01 3 0.20 0.00 0.12 0.00 0.00 99.68 21:24:32 20:58:01 all 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 20:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 20:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 20:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:24:32 20:58:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:24:32 20:59:01 all 0.03 0.00 0.04 0.00 0.00 99.92 21:24:32 20:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 20:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 20:59:01 2 0.03 0.00 0.05 0.00 0.02 99.90 21:24:32 20:59:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:24:32 21:00:01 all 0.13 0.00 0.02 0.00 0.00 99.85 21:24:32 21:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:24:32 21:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:00:01 3 0.48 0.00 0.02 0.00 0.00 99.50 21:24:32 21:01:01 all 0.13 0.00 0.04 0.00 0.00 99.83 21:24:32 21:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:01:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:01:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:24:32 21:01:01 3 0.48 0.00 0.05 0.00 0.02 99.45 21:24:32 21:02:01 all 0.15 0.00 0.04 0.00 0.00 99.80 21:24:32 21:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:02:01 1 0.47 0.00 0.05 0.00 0.00 99.48 21:24:32 21:02:01 2 0.05 0.00 0.03 0.02 0.00 99.90 21:24:32 21:02:01 3 0.08 0.00 0.05 0.00 0.00 99.87 21:24:32 21:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:24:32 21:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:32 21:03:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:24:32 21:03:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:24:32 21:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:04:01 all 0.15 0.00 0.02 0.00 0.00 99.84 21:24:32 21:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:32 21:04:01 1 0.50 0.00 0.02 0.00 0.00 99.48 21:24:32 21:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 21:05:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:24:32 21:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:24:32 21:05:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:24:32 21:05:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:24:32 21:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:24:32 21:05:01 CPU %user %nice %system %iowait %steal %idle 21:24:32 21:06:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:24:32 21:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:06:01 1 0.08 0.00 0.03 0.00 0.00 99.88 21:24:32 21:06:01 2 0.45 0.00 0.02 0.00 0.00 99.53 21:24:32 21:06:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:24:32 21:07:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:24:32 21:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:32 21:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:07:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:24:32 21:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:08:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:24:32 21:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 21:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 21:08:01 2 0.55 0.00 0.03 0.00 0.00 99.42 21:24:32 21:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:09:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:24:32 21:09:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:24:32 21:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:09:01 2 0.52 0.00 0.03 0.00 0.02 99.43 21:24:32 21:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:24:32 21:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:10:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:24:32 21:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:24:32 21:11:01 all 0.13 0.00 0.02 0.00 0.00 99.84 21:24:32 21:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 21:11:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:24:32 21:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 21:12:01 all 0.13 0.00 0.03 0.00 0.00 99.84 21:24:32 21:12:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:24:32 21:12:01 1 0.05 0.00 0.00 0.00 0.00 99.95 21:24:32 21:12:01 2 0.40 0.00 0.08 0.00 0.00 99.52 21:24:32 21:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:24:32 21:13:01 all 0.03 0.00 0.03 0.00 0.00 99.95 21:24:32 21:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 21:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:14:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:24:32 21:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:24:32 21:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 21:15:02 all 0.05 0.00 0.03 0.00 0.00 99.92 21:24:32 21:15:02 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:15:02 1 0.15 0.00 0.07 0.00 0.00 99.78 21:24:32 21:15:02 2 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:15:02 3 0.00 0.00 0.00 0.00 0.00 100.00 21:24:32 21:16:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:24:32 21:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:16:01 1 0.52 0.00 0.02 0.00 0.02 99.44 21:24:32 21:16:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:24:32 21:24:32 21:16:01 CPU %user %nice %system %iowait %steal %idle 21:24:32 21:17:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:24:32 21:17:01 0 0.48 0.00 0.03 0.00 0.02 99.47 21:24:32 21:17:01 1 0.07 0.00 0.02 0.00 0.00 99.92 21:24:32 21:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 21:18:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:24:32 21:18:01 0 0.37 0.00 0.03 0.00 0.00 99.60 21:24:32 21:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:18:01 2 0.20 0.00 0.05 0.00 0.00 99.75 21:24:32 21:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 21:19:01 all 0.15 0.00 0.02 0.00 0.00 99.84 21:24:32 21:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:19:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:24:32 21:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 21:20:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:24:32 21:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:20:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:20:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:24:32 21:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:21:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:24:32 21:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:32 21:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:24:32 21:21:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:24:32 21:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:24:32 21:22:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:24:32 21:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:24:32 21:22:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:24:32 21:22:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:24:32 21:22:01 3 0.03 0.00 0.02 0.00 0.02 99.93 21:24:32 21:23:01 all 3.27 0.00 0.84 0.88 0.00 95.00 21:24:32 21:23:01 0 3.61 0.00 0.94 0.03 0.00 95.42 21:24:32 21:23:01 1 3.44 0.00 0.55 0.05 0.00 95.96 21:24:32 21:23:01 2 2.55 0.00 1.00 0.05 0.02 96.38 21:24:32 21:23:01 3 3.49 0.00 0.89 3.37 0.00 92.25 21:24:32 21:24:01 all 5.30 0.00 4.27 1.63 0.05 88.75 21:24:32 21:24:01 0 5.59 0.00 4.43 0.78 0.03 89.17 21:24:32 21:24:01 1 4.69 0.00 3.62 0.81 0.07 90.82 21:24:32 21:24:01 2 6.23 0.00 4.91 2.93 0.03 85.90 21:24:32 21:24:01 3 4.71 0.00 4.14 2.00 0.05 89.11 21:24:32 Average: all 0.29 0.00 0.13 0.05 0.00 99.53 21:24:32 Average: 0 0.22 0.00 0.13 0.02 0.00 99.63 21:24:32 Average: 1 0.35 0.00 0.10 0.02 0.00 99.53 21:24:32 Average: 2 0.35 0.00 0.15 0.06 0.00 99.44 21:24:32 Average: 3 0.26 0.00 0.12 0.10 0.00 99.51 21:24:32 21:24:32 21:24:32