Pull request #960 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ca7ea3776b5e84577cde9154760653fc07efa37+907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 (c397a48b3136813d1bbb7c371dd5131ab519bf03) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh264811886580155368.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8132314956062318947.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git 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/device-sdk-go/branches/PR-960/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2936587875068058013.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1267652579110710249.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8023592459977224201.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh700392380369558012.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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' fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1182’ Running on prd-centos7-docker-4c-2g-1190 in /w/workspace/dgexfoundry_device-sdk-go_PR-960 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-960 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub Merging remotes/origin/master commit 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 into PR head commit 0ca7ea3776b5e84577cde9154760653fc07efa37 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/jenkins-gitclient-ssh6373871088118498208.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/jenkins-gitclient-ssh7587644627656864247.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/960/head:refs/remotes/origin/PR-960 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 Merge succeeded, producing 0ca7ea3776b5e84577cde9154760653fc07efa37 Checking out Revision 0ca7ea3776b5e84577cde9154760653fc07efa37 (PR-960) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/jenkins-gitclient-ssh2201042151389509975.key > git merge 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:53:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:54:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:54:29 ========================================================= 05:54:29 EdgeX Global Pipelines Version Info 05:54:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:56:25 ------------------- 05:56:25 stable info: 05:56:25 ------------------- 05:56:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:56:25 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 05:56:25 Message: update stable to v1.0.194 05:56:25 ------------------- 05:56:25 experimental info: 05:56:25 ------------------- 05:56:25 Commited By: **** collab-it+edgex@linuxfoundation.org 05:56:25 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 05:56:25 Message: update experimental to v1.0.194 05:56:35 Cannot contact prd-centos7-docker-4c-2g-1190: java.lang.InterruptedException [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:58:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:58:23 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:58:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:59:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:59:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:59:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:59:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 06:00:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:00:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:00:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:01:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 06:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:01:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:02:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:02:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:02:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:03:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:03:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:04:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:04:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:05:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:05:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:06:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:06:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:07:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-960 [Pipeline] echo 06:07:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-960 [Pipeline] echo 06:07:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-960 [Pipeline] echo 06:08:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ca7ea3776b5e84577cde9154760653fc07efa37 [Pipeline] echo 06:09:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ca7ea3 [Pipeline] echo 06:09:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:10:58 provisioning config files... 06:11:09 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/config7535104785604649979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:59 ---> docker-login.sh 06:12:59 nexus3.edgexfoundry.org:10001 06:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:59 Configure a credential helper to remove this warning. See 06:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:59 06:12:59 Login Succeeded 06:12:59 nexus3.edgexfoundry.org:10002 06:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:59 Configure a credential helper to remove this warning. See 06:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:59 06:12:59 Login Succeeded 06:12:59 nexus3.edgexfoundry.org:10003 06:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:59 Configure a credential helper to remove this warning. See 06:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:59 06:12:59 Login Succeeded 06:12:59 nexus3.edgexfoundry.org:10004 06:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:59 Configure a credential helper to remove this warning. See 06:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:59 06:12:59 Login Succeeded 06:12:59 docker.io 06:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:59 Configure a credential helper to remove this warning. See 06:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:59 06:12:59 Login Succeeded 06:12:59 ---> docker-login.sh ends [Pipeline] } 06:13:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:18:02 + git log --format=format:%s -1 0ca7ea3776b5e84577cde9154760653fc07efa37 06:18:13 Cannot contact prd-centos7-docker-4c-2g-1190: java.lang.InterruptedException [Pipeline] echo 06:18:46 GIT_COMMIT: 0ca7ea3776b5e84577cde9154760653fc07efa37, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 06:19:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:19:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:19:55 07:19:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:20:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:39 latest: Pulling from edgex-devops/git-semver 07:20:39 31603596830f: Pulling fs layer 07:20:39 54011a49482f: Pulling fs layer 07:20:39 a6820b24f6d8: Pulling fs layer 07:20:39 f581987b2513: Pulling fs layer 07:20:39 f581987b2513: Waiting 07:20:39 54011a49482f: Verifying Checksum 07:20:39 54011a49482f: Download complete 07:20:39 31603596830f: Verifying Checksum 07:20:39 31603596830f: Download complete 07:20:39 f581987b2513: Verifying Checksum 07:20:39 f581987b2513: Download complete 07:20:39 31603596830f: Pull complete 07:20:39 a6820b24f6d8: Verifying Checksum 07:20:39 a6820b24f6d8: Download complete 07:20:39 54011a49482f: Pull complete 07:20:39 a6820b24f6d8: Pull complete 07:20:39 f581987b2513: Pull complete 07:20:39 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:20:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:21:20 prd-centos7-docker-4c-2g-1190 does not seem to be running inside a container 07:21:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-960 -v /w/workspace/dgexfoundry_device-sdk-go_PR-960:/w/workspace/dgexfoundry_device-sdk-go_PR-960:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:21:42 $ docker top 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:20 [ssh-agent] Looking for ssh-agent implementation... 07:22:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:25 $ docker exec 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 ssh-agent 07:22:31 SSH_AUTH_SOCK=/tmp/ssh-oXzgCG55tA8j/agent.13 07:22:31 SSH_AGENT_PID=20 07:22:33 Running ssh-add (command line suppressed) 07:22:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/private_key_594146249933153787.key (/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/private_key_594146249933153787.key) 07:22:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:11 + git tag --points-at HEAD [Pipeline] } 07:23:20 $ docker exec --env ******** --env ******** 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 ssh-agent -k 07:23:20 unset SSH_AUTH_SOCK; 07:23:20 unset SSH_AGENT_PID; 07:23:20 echo Agent pid 20 killed; 07:23:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:23:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:51 [ssh-agent] Looking for ssh-agent implementation... 07:23:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:53 $ docker exec 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 ssh-agent 07:23:58 SSH_AUTH_SOCK=/tmp/ssh-pslOxl0t33nM/agent.53 07:23:58 SSH_AGENT_PID=59 07:24:02 Running ssh-add (command line suppressed) 07:24:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/private_key_6301620541158486055.key (/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/private_key_6301620541158486055.key) 07:24:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:24:27 + git semver init 07:24:27 # -> Open(): unable to determine branch for HEAD 07:24:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-960/.git 07:24:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-960 07:24:27 # $SEMVER_REMOTE_NAME = origin 07:24:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:24:27 # $SEMVER_USER_NAME = edgex-jenkins 07:24:27 # $SEMVER_BRANCH = PR-960 07:24:27 # $SEMVER_TEMP = /tmp/semver-159897410 07:24:27 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:24:27 # '/tmp/semver-159897410' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-960/.semver' 07:24:27 # -> Force: false 07:24:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-960/.semver [Pipeline] } 07:24:38 $ docker exec --env ******** --env ******** 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 ssh-agent -k 07:24:38 unset SSH_AUTH_SOCK; 07:24:38 unset SSH_AGENT_PID; 07:24:38 echo Agent pid 59 killed; 07:24:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:25:21 + git semver [Pipeline] } 07:25:37 $ docker stop --time=1 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 07:25:41 $ docker rm -f 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 [Pipeline] // withDockerContainer [Pipeline] sh 07:26:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:27:49 Stashed 1 file(s) [Pipeline] echo 07:28:06 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:32:12 Still waiting to schedule task 07:32:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:32:34 Still waiting to schedule task 07:32:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ Resuming build at Wed Jun 09 09:16:08 UTC 2021 after Jenkins restart Waiting to resume part of EdgeX Foundry Project » device-sdk-go » PR-960 #1: Finished waiting Ready to run at Wed Jun 09 09:18:14 UTC 2021 09:18:15 Timeout set to expire in 2 hr 35 min 09:18:15 Queue item for node block in EdgeX Foundry Project » device-sdk-go » PR-960 #1 is missing (perhaps JENKINS-34281); rescheduling 09:18:39 Queue item for node block in EdgeX Foundry Project » device-sdk-go » PR-960 #1 is missing (perhaps JENKINS-34281); rescheduling 09:18:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1205 in /w/workspace/dgexfoundry_device-sdk-go_PR-960 [Pipeline] { [Pipeline] ws 09:18:40 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 09:18:40 Selected Git installation does not exist. Using Default 09:18:40 The recommended git tool is: NONE 09:18:49 using credential edgex-jenkins-ssh 09:18:49 Cloning the remote Git repository 09:18:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:18:49 > git init /w/workspace/device-sdk-go/1 # timeout=10 09:18:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:18:49 > git --version # timeout=10 09:18:49 > git --version # 'git version 2.17.1' 09:18:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:18:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:18:51 Merging remotes/origin/master commit 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 into PR head commit 0ca7ea3776b5e84577cde9154760653fc07efa37 09:18:51 Merge succeeded, producing 0ca7ea3776b5e84577cde9154760653fc07efa37 09:18:51 Checking out Revision 0ca7ea3776b5e84577cde9154760653fc07efa37 (PR-960) 09:18:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:18:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:18:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:18:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:18:50 using GIT_SSH to set credentials SSH Credentials for GitHub 09:18:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/960/head:refs/remotes/origin/PR-960 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:18:51 > git config core.sparsecheckout # timeout=10 09:18:51 > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 09:18:51 > git remote # timeout=10 09:18:51 > git config --get remote.origin.url # timeout=10 09:18:51 using GIT_SSH to set credentials SSH Credentials for GitHub 09:18:51 > git merge 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 # timeout=10 09:18:51 > git rev-parse HEAD^{commit} # timeout=10 09:18:51 > git config core.sparsecheckout # timeout=10 09:18:51 > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 09:18:54 Still waiting to schedule task 09:18:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:18:56 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 09:18:56 > git --version # timeout=10 09:18:56 > git --version # 'git version 2.17.1' 09:18:56 fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:18:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:18:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:18:59 + sudo service docker restart 09:18:59 + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:19:17 provisioning config files... 09:19:17 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6342803363471035832tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:19:18 ---> docker-login.sh 09:19:18 nexus3.edgexfoundry.org:10001 09:19:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:19 Configure a credential helper to remove this warning. See 09:19:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:19 09:19:19 Login Succeeded 09:19:19 nexus3.edgexfoundry.org:10002 09:19:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:19 Configure a credential helper to remove this warning. See 09:19:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:19 09:19:19 Login Succeeded 09:19:19 nexus3.edgexfoundry.org:10003 09:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:20 Configure a credential helper to remove this warning. See 09:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:20 09:19:20 Login Succeeded 09:19:20 nexus3.edgexfoundry.org:10004 09:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:21 Configure a credential helper to remove this warning. See 09:19:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:21 09:19:21 Login Succeeded 09:19:21 docker.io 09:19:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:21 Configure a credential helper to remove this warning. See 09:19:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:21 09:19:21 Login Succeeded 09:19:21 ---> docker-login.sh ends [Pipeline] } 09:19:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:19:22 ========================================================= 09:19:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 09:19:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:19:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 09:19:23 Sending build context to Docker daemon 2.635MB 09:19:23 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 09:19:23 Step 2/8 : FROM ${BASE} 09:19:23 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:19:23 595b0fe564bb: Pulling fs layer 09:19:23 7186ed65a4f7: Pulling fs layer 09:19:23 316046926c0a: Pulling fs layer 09:19:23 4ebd0625c992: Pulling fs layer 09:19:23 207e8628e3a3: Pulling fs layer 09:19:23 c791037a9be2: Pulling fs layer 09:19:23 ffd874e62e21: Pulling fs layer 09:19:23 207e8628e3a3: Waiting 09:19:23 c791037a9be2: Waiting 09:19:23 ffd874e62e21: Waiting 09:19:23 4ebd0625c992: Waiting 09:19:23 316046926c0a: Verifying Checksum 09:19:23 316046926c0a: Download complete 09:19:23 7186ed65a4f7: Verifying Checksum 09:19:23 7186ed65a4f7: Download complete 09:19:23 207e8628e3a3: Download complete 09:19:23 c791037a9be2: Verifying Checksum 09:19:23 c791037a9be2: Download complete 09:19:23 595b0fe564bb: Verifying Checksum 09:19:23 595b0fe564bb: Download complete 09:19:24 595b0fe564bb: Pull complete 09:19:24 7186ed65a4f7: Pull complete 09:19:25 316046926c0a: Pull complete 09:19:26 ffd874e62e21: Verifying Checksum 09:19:26 ffd874e62e21: Download complete 09:19:27 4ebd0625c992: Download complete 09:19:37 4ebd0625c992: Pull complete 09:19:38 207e8628e3a3: Pull complete 09:19:38 c791037a9be2: Pull complete 09:19:42 ffd874e62e21: Pull complete 09:19:42 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 09:19:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 09:19:42 ---> cfc18b08335c 09:19:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:19:44 ---> Running in 39a1e69ee67b 09:19:44 Removing intermediate container 39a1e69ee67b 09:19:44 ---> 23e8191c4216 09:19:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:44 ---> Running in 4b112c526658 09:19:47 Removing intermediate container 4b112c526658 09:19:47 ---> 49c6370725a9 09:19:47 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 09:19:47 ---> Running in ae6d7307af35 09:19:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:19:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:19:51 (1/6) Installing libc-dev (0.7.2-r3) 09:19:51 (2/6) Installing libsodium (1.0.18-r0) 09:19:51 (3/6) Installing pkgconf (1.7.3-r0) 09:19:52 (4/6) Installing libsodium-dev (1.0.18-r0) 09:19:52 (5/6) Installing libzmq (4.3.3-r1) 09:19:53 (6/6) Installing zeromq-dev (4.3.3-r1) 09:19:53 Executing busybox-1.32.1-r6.trigger 09:19:53 OK: 139 MiB in 46 packages 09:19:54 Removing intermediate container ae6d7307af35 09:19:54 ---> 9a21dda6e8ff 09:19:54 Step 6/8 : WORKDIR /device-sdk-go 09:19:54 ---> Running in ccb8889a1415 09:19:54 Removing intermediate container ccb8889a1415 09:19:54 ---> 39d435151a76 09:19:54 Step 7/8 : COPY . . 09:19:56 ---> 76a5d7d782e2 09:19:56 Step 8/8 : RUN go mod download 09:19:56 ---> Running in e38952ec152f 09:20:28 Removing intermediate container e38952ec152f 09:20:28 ---> a3dc74ef187b 09:20:28 Successfully built a3dc74ef187b 09:20:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:20:29 + docker inspect -f . ci-base-image-arm64 09:20:29 . [Pipeline] withDockerContainer 09:20:29 prd-ubuntu18.04-docker-arm64-4c-16g-1205 does not seem to be running inside a container 09:20:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:20:31 $ docker top 8cc59039e87fd309b9fe41622d11cbcb8c7ad0f87e9486fc2ac9ee6fd12a577f -eo pid,comm [Pipeline] { [Pipeline] sh 09:20:32 + go version 09:20:32 go version go1.16.3 linux/arm64 [Pipeline] } 09:20:32 $ docker stop --time=1 8cc59039e87fd309b9fe41622d11cbcb8c7ad0f87e9486fc2ac9ee6fd12a577f 09:20:34 $ docker rm -f 8cc59039e87fd309b9fe41622d11cbcb8c7ad0f87e9486fc2ac9ee6fd12a577f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:20:35 + docker inspect -f . ci-base-image-arm64 09:20:35 . [Pipeline] withDockerContainer 09:20:36 prd-ubuntu18.04-docker-arm64-4c-16g-1205 does not seem to be running inside a container 09:20:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:20:37 $ docker top f0610d22a6d207608af011f9d86adc3c6f2720aeb4044daac655365d8593dab4 -eo pid,comm [Pipeline] { [Pipeline] sh 09:20:38 + go mod tidy [Pipeline] sh 09:20:40 + make test 09:20:40 go mod tidy 09:20:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:21:07 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:22:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:22:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 09:22:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:22:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.398s coverage: 25.4% of statements 09:22:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:22:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.203s coverage: 28.1% of statements 09:22:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.241s coverage: 78.9% of statements 09:22:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.203s coverage: 9.0% of statements 09:22:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 09:22:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 09:22:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:22:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.378s coverage: 29.2% of statements 09:22:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 09:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.201s coverage: 83.3% of statements 09:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.397s coverage: 58.0% of statements 09:22:38 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.229s coverage: 89.2% of statements 09:22:38 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 09:22:38 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.230s coverage: 5.0% of statements 09:22:38 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:22:38 GO111MODULE=on go vet ./... 09:23:34 gofmt -l . 09:23:34 [ "`gofmt -l .`" = "" ] 09:23:34 ./bin/test-attribution-txt.sh 09:23:34 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:23:35 $ docker stop --time=1 f0610d22a6d207608af011f9d86adc3c6f2720aeb4044daac655365d8593dab4 09:23:37 $ docker rm -f f0610d22a6d207608af011f9d86adc3c6f2720aeb4044daac655365d8593dab4 [Pipeline] // withDockerContainer [Pipeline] sh 09:23:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:23:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:23:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:23:41 + ls -al . 09:23:41 total 248 09:23:41 drwxrwxr-x 10 jenkins jenkins 4096 Jun 9 09:23 . 09:23:41 drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:18 .. 09:23:41 -rw-rw-r-- 1 jenkins jenkins 140 Jun 9 09:18 .dockerignore 09:23:41 drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 09:18 .git 09:23:41 drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 09:18 .github 09:23:41 -rw-rw-r-- 1 jenkins jenkins 138 Jun 9 09:18 .gitignore 09:23:41 -rw-rw-r-- 1 jenkins jenkins 987 Jun 9 09:18 Dockerfile.build 09:23:41 -rw-rw-r-- 1 jenkins jenkins 894 Jun 9 09:18 Jenkinsfile 09:23:41 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 9 09:18 LICENSE 09:23:41 -rw-rw-r-- 1 jenkins jenkins 1026 Jun 9 09:18 Makefile 09:23:41 -rw-rw-r-- 1 jenkins jenkins 7652 Jun 9 09:18 README.md 09:23:41 -rw-rw-r-- 1 jenkins jenkins 6616 Jun 9 09:18 RELEASE-NOTES.txt 09:23:41 -rw-rw-r-- 1 jenkins jenkins 5 Jun 9 07:26 VERSION 09:23:41 drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 09:18 bin 09:23:41 -rw-r--r-- 1 jenkins jenkins 126071 Jun 9 09:22 coverage.out 09:23:41 drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 09:18 example 09:23:41 -rw-r--r-- 1 jenkins jenkins 575 Jun 9 09:23 go.mod 09:23:41 -rw-r--r-- 1 jenkins jenkins 20499 Jun 9 09:20 go.sum 09:23:41 drwxrwxr-x 15 jenkins jenkins 4096 Jun 9 09:18 internal 09:23:41 drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:18 openapi 09:23:41 drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 09:18 pkg 09:23:41 drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:18 snap 09:23:41 -rw-rw-r-- 1 jenkins jenkins 222 Jun 9 09:18 version.go [Pipeline] isUnix [Pipeline] sh 09:23:41 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0ca7ea3776b5e84577cde9154760653fc07efa37 --label arch=arm64 --label version=0.0.0 . 09:23:42 Sending build context to Docker daemon 2.762MB 09:23:42 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 09:23:42 Step 2/23 : FROM ${BASE} AS builder 09:23:42 ---> a3dc74ef187b 09:23:42 Step 3/23 : WORKDIR /device-sdk-go 09:23:42 ---> Running in b4535cb5a429 09:23:43 Removing intermediate container b4535cb5a429 09:23:43 ---> 5bf09aa3e8bc 09:23:43 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:23:43 ---> Running in 6b1f2c8edf92 09:23:43 Removing intermediate container 6b1f2c8edf92 09:23:43 ---> 2b76f77e4429 09:23:43 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:43 ---> Running in 2c816c499ec7 09:23:46 Removing intermediate container 2c816c499ec7 09:23:46 ---> f82063df9562 09:23:46 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 09:23:46 ---> Running in 100fbd9684b3 09:23:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:23:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:23:49 OK: 139 MiB in 46 packages 09:23:50 Removing intermediate container 100fbd9684b3 09:23:50 ---> dd9262c97c05 09:23:50 Step 7/23 : COPY . . 09:23:51 ---> c2201c8b7728 09:23:51 Step 8/23 : RUN go mod download 09:23:51 ---> Running in 283d38e7e71e 09:23:54 Removing intermediate container 283d38e7e71e 09:23:54 ---> 4b2c61a55260 09:23:54 Step 9/23 : RUN make build 09:23:54 ---> Running in 22978658b3b9 09:23:55 go mod tidy 09:23:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:24:28 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 09:24:31 Removing intermediate container 22978658b3b9 09:24:31 ---> 975e515f7050 09:24:31 Step 10/23 : FROM alpine:3.12 09:24:31 3.12: Pulling from library/alpine 09:24:31 d2f70382dc9a: Pulling fs layer 09:24:31 d2f70382dc9a: Verifying Checksum 09:24:31 d2f70382dc9a: Download complete 09:24:32 d2f70382dc9a: Pull complete 09:24:32 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:24:32 Status: Downloaded newer image for alpine:3.12 09:24:32 ---> 9852663dfa18 09:24:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:24:32 ---> Running in 6d636ecf828d 09:24:33 Removing intermediate container 6d636ecf828d 09:24:33 ---> 7121a0c24672 09:24:33 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:24:33 ---> Running in 2743f14f13c2 09:24:36 Removing intermediate container 2743f14f13c2 09:24:36 ---> 7add0591ae3a 09:24:36 Step 13/23 : RUN apk add --update --no-cache zeromq 09:24:36 ---> Running in 7f5e9f117962 09:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:24:38 (1/5) Installing libgcc (9.3.0-r2) 09:24:38 (2/5) Installing libsodium (1.0.18-r0) 09:24:38 (3/5) Installing libstdc++ (9.3.0-r2) 09:24:38 (4/5) Installing libzmq (4.3.3-r0) 09:24:38 (5/5) Installing zeromq (4.3.3-r0) 09:24:38 Executing busybox-1.31.1-r20.trigger 09:24:38 OK: 8 MiB in 19 packages 09:24:40 Removing intermediate container 7f5e9f117962 09:24:40 ---> 41ea24b09942 09:24:40 Step 14/23 : WORKDIR / 09:24:40 ---> Running in a61d31473897 09:24:40 Removing intermediate container a61d31473897 09:24:40 ---> 648533429738 09:24:40 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 09:24:41 ---> 3d845d344519 09:24:41 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 09:24:42 ---> 945418373557 09:24:42 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 09:24:43 ---> ee63a06654e5 09:24:43 Step 18/23 : EXPOSE 59999 09:24:43 ---> Running in d77032017365 09:24:44 Removing intermediate container d77032017365 09:24:44 ---> ec631a81a997 09:24:44 Step 19/23 : ENTRYPOINT ["/device-simple"] 09:24:44 ---> Running in f1bbba7699c8 09:24:44 Removing intermediate container f1bbba7699c8 09:24:44 ---> 0ba8c0a43f74 09:24:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:24:44 ---> Running in 1c301e2599a9 09:24:45 Removing intermediate container 1c301e2599a9 09:24:45 ---> c631deb8491a 09:24:45 Step 21/23 : LABEL arch=arm64 09:24:45 ---> Running in 8cbe9b1fe3cf 09:24:46 Removing intermediate container 8cbe9b1fe3cf 09:24:46 ---> 8c552d7f15ca 09:24:46 Step 22/23 : LABEL git_sha=0ca7ea3776b5e84577cde9154760653fc07efa37 09:24:46 ---> Running in 9648e22e4923 09:24:46 Removing intermediate container 9648e22e4923 09:24:46 ---> 1ead7004c17e 09:24:46 Step 23/23 : LABEL version=0.0.0 09:24:46 ---> Running in 8f001b561aef 09:24:47 Removing intermediate container 8f001b561aef 09:24:47 ---> cfe0f7ec3033 09:24:47 [Warning] One or more build-args [ARCH MAKE] were not consumed 09:24:47 Successfully built cfe0f7ec3033 09:24:47 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:24:48 ---> job-cost.sh 09:24:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SVfX 09:25:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:25:39 Running on prd-centos7-docker-4c-2g-2 in /w/workspace/dgexfoundry_device-sdk-go_PR-960 [Pipeline] { [Pipeline] ws 09:25:39 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 09:25:40 Selected Git installation does not exist. Using Default 09:25:40 The recommended git tool is: NONE 09:25:43 using credential edgex-jenkins-ssh 09:25:43 Cloning the remote Git repository 09:25:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:25:43 > git init /w/workspace/device-sdk-go/1 # timeout=10 09:25:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:25:43 > git --version # timeout=10 09:25:43 > git --version # 'git version 2.24.4' 09:25:43 using GIT_SSH to set credentials SSH Credentials for GitHub 09:25:43 [INFO] Currently running in a labeled security context 09:25:43 [INFO] Currently SELinux is 'enforcing' on the host 09:25:43 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh3271383337102382008.key 09:25:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:25:45 Merging remotes/origin/master commit 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 into PR head commit 0ca7ea3776b5e84577cde9154760653fc07efa37 09:25:45 Merge succeeded, producing 0ca7ea3776b5e84577cde9154760653fc07efa37 09:25:45 Checking out Revision 0ca7ea3776b5e84577cde9154760653fc07efa37 (PR-960) 09:25:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:25:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:25:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:25:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:25:44 using GIT_SSH to set credentials SSH Credentials for GitHub 09:25:44 [INFO] Currently running in a labeled security context 09:25:44 [INFO] Currently SELinux is 'enforcing' on the host 09:25:44 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh1331849143281457366.key 09:25:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/960/head:refs/remotes/origin/PR-960 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:25:45 > git config core.sparsecheckout # timeout=10 09:25:45 > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 09:25:45 > git remote # timeout=10 09:25:45 > git config --get remote.origin.url # timeout=10 09:25:45 using GIT_SSH to set credentials SSH Credentials for GitHub 09:25:45 [INFO] Currently running in a labeled security context 09:25:45 [INFO] Currently SELinux is 'enforcing' on the host 09:25:45 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh6348064455190259977.key 09:25:45 > git merge 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 # timeout=10 09:25:45 > git rev-parse HEAD^{commit} # timeout=10 09:25:45 > git config core.sparsecheckout # timeout=10 09:25:45 > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 09:25:49 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 09:25:49 > git --version # timeout=10 09:25:49 > git --version # 'git version 2.24.4' 09:25:49 fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b 09:25:49 09:25:49 GitHub has been notified of this commit’s build result 09:25:49 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:25:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:25:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:25:51 + true 09:25:51 + sudo service docker restart 09:25:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:26:09 provisioning config files... 09:26:09 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6843363885490509405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:26:09 ---> docker-login.sh 09:26:09 nexus3.edgexfoundry.org:10001 09:26:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:26:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:26:10 Configure a credential helper to remove this warning. See 09:26:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:26:10 09:26:10 Login Succeeded 09:26:10 nexus3.edgexfoundry.org:10002 09:26:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:26:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:26:10 Configure a credential helper to remove this warning. See 09:26:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:26:10 09:26:10 Login Succeeded 09:26:10 nexus3.edgexfoundry.org:10003 09:26:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:26:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:26:10 Configure a credential helper to remove this warning. See 09:26:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:26:10 09:26:10 Login Succeeded 09:26:10 nexus3.edgexfoundry.org:10004 09:26:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:26:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:26:11 Configure a credential helper to remove this warning. See 09:26:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:26:11 09:26:11 Login Succeeded 09:26:11 docker.io 09:26:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:26:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:26:11 Configure a credential helper to remove this warning. See 09:26:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:26:11 09:26:11 Login Succeeded 09:26:11 ---> docker-login.sh ends [Pipeline] } 09:26:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:26:11 ========================================================= 09:26:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 09:26:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:26:12 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 09:26:12 Sending build context to Docker daemon 2.64MB 09:26:12 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 09:26:12 Step 2/8 : FROM ${BASE} 09:26:12 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 09:26:12 540db60ca938: Pulling fs layer 09:26:12 adcc1eea9eea: Pulling fs layer 09:26:12 4c4ab2625f07: Pulling fs layer 09:26:12 0510c868ecb4: Pulling fs layer 09:26:12 afea3b2eda06: Pulling fs layer 09:26:12 7809a108b3ef: Pulling fs layer 09:26:12 f706445af74f: Pulling fs layer 09:26:12 0510c868ecb4: Waiting 09:26:12 afea3b2eda06: Waiting 09:26:12 f706445af74f: Waiting 09:26:12 4c4ab2625f07: Verifying Checksum 09:26:12 4c4ab2625f07: Download complete 09:26:12 adcc1eea9eea: Download complete 09:26:12 afea3b2eda06: Verifying Checksum 09:26:12 afea3b2eda06: Download complete 09:26:12 7809a108b3ef: Verifying Checksum 09:26:12 7809a108b3ef: Download complete 09:26:12 540db60ca938: Verifying Checksum 09:26:12 540db60ca938: Download complete 09:26:12 540db60ca938: Pull complete 09:26:12 adcc1eea9eea: Pull complete 09:26:12 4c4ab2625f07: Pull complete 09:26:13 f706445af74f: Verifying Checksum 09:26:13 f706445af74f: Download complete 09:26:14 0510c868ecb4: Verifying Checksum 09:26:14 0510c868ecb4: Download complete 09:26:17 0510c868ecb4: Pull complete 09:26:18 afea3b2eda06: Pull complete 09:26:18 7809a108b3ef: Pull complete 09:26:19 f706445af74f: Pull complete 09:26:19 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 09:26:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 09:26:19 ---> b068be0155e3 09:26:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:26:24 ---> Running in b27e54ca39f9 09:26:24 Removing intermediate container b27e54ca39f9 09:26:24 ---> 8a61c5fc8278 09:26:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:26:24 ---> Running in aada39e4ff72 09:26:25 Removing intermediate container aada39e4ff72 09:26:25 ---> 2b0fef26cae2 09:26:25 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 09:26:25 ---> Running in e736c49e7507 09:26:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:26:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:26:27 (1/6) Installing libc-dev (0.7.2-r3) 09:26:27 (2/6) Installing libsodium (1.0.18-r0) 09:26:27 (3/6) Installing pkgconf (1.7.3-r0) 09:26:27 (4/6) Installing libsodium-dev (1.0.18-r0) 09:26:27 (5/6) Installing libzmq (4.3.3-r1) 09:26:27 (6/6) Installing zeromq-dev (4.3.3-r1) 09:26:27 Executing busybox-1.32.1-r6.trigger 09:26:27 OK: 150 MiB in 46 packages 09:26:27 Removing intermediate container e736c49e7507 09:26:27 ---> 9adab617f59c 09:26:27 Step 6/8 : WORKDIR /device-sdk-go 09:26:28 ---> Running in 55044b1bea0b 09:26:28 Removing intermediate container 55044b1bea0b 09:26:28 ---> a880d3ab551c 09:26:28 Step 7/8 : COPY . . 09:26:28 ---> 891ba1b3e5c6 09:26:28 Step 8/8 : RUN go mod download 09:26:28 ---> Running in 055f62be4252 09:26:43 Removing intermediate container 055f62be4252 09:26:43 ---> a24c348cfde6 09:26:43 Successfully built a24c348cfde6 09:26:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:26:44 + docker inspect -f . ci-base-image-x86_64 09:26:44 . [Pipeline] withDockerContainer 09:26:44 prd-centos7-docker-4c-2g-2 does not seem to be running inside a container 09:26:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:26:44 $ docker top d257d5c799df92bec4550713d298f71a7cc0d65f30b78333958751a28db598d0 -eo pid,comm [Pipeline] { [Pipeline] sh 09:26:45 + go version 09:26:45 go version go1.16.3 linux/amd64 [Pipeline] } 09:26:45 $ docker stop --time=1 d257d5c799df92bec4550713d298f71a7cc0d65f30b78333958751a28db598d0 09:26:46 $ docker rm -f d257d5c799df92bec4550713d298f71a7cc0d65f30b78333958751a28db598d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:26:47 + docker inspect -f . ci-base-image-x86_64 09:26:47 . [Pipeline] withDockerContainer 09:26:47 prd-centos7-docker-4c-2g-2 does not seem to be running inside a container 09:26:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:26:47 $ docker top e7adcdd60393a18bc6b1e87ed69ba99a30f9a5b170fc487bea58776e9c69dfb5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:26:48 + go mod tidy [Pipeline] sh 09:26:48 + make test 09:26:48 go mod tidy 09:26:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:26:55 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:27:04 lf-activate-venv(): INFO: Adding /tmp/venv-SVfX/bin to PATH 09:27:04 INFO: No Stack... 09:27:04 INFO: Retrieving Pricing Info for: v2-standard-4 09:27:04 INFO: Archiving Costs [Pipeline] sh 09:27:04 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 09:27:04 + cut -d, -f6 [Pipeline] lock 09:27:04 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] 09:27:04 Resource [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] did not exist. Created. 09:27:04 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:27:05 + echo total: 0.36000001430511475 [Pipeline] stash 09:27:05 Stashed 1 file(s) [Pipeline] } 09:27:05 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:27:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:27:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 09:27:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:27:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.062s coverage: 25.4% of statements 09:27:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:27:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.050s coverage: 28.1% of statements 09:27:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.065s coverage: 78.9% of statements 09:27:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.038s coverage: 9.0% of statements 09:27:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 09:27:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 09:27:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:27:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.067s coverage: 29.2% of statements 09:27:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 09:27:25 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.053s coverage: 83.3% of statements 09:27:25 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:27:25 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:27:25 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.073s coverage: 58.0% of statements 09:27:26 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.871s coverage: 89.2% of statements 09:27:26 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 09:27:26 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.047s coverage: 5.0% of statements 09:27:26 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:27:26 GO111MODULE=on go vet ./... 09:27:44 gofmt -l . 09:27:44 [ "`gofmt -l .`" = "" ] 09:27:44 ./bin/test-attribution-txt.sh 09:27:44 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:27:44 $ docker stop --time=1 e7adcdd60393a18bc6b1e87ed69ba99a30f9a5b170fc487bea58776e9c69dfb5 09:27:46 $ docker rm -f e7adcdd60393a18bc6b1e87ed69ba99a30f9a5b170fc487bea58776e9c69dfb5 [Pipeline] // withDockerContainer [Pipeline] sh 09:27:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:27:46 Warning: overwriting stash ‘coverage-report’ 09:27:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:27:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:27:48 + ls -al . 09:27:48 total 212 09:27:48 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 9 09:27 . 09:27:48 drwxrwxr-x. 4 jenkins jenkins 28 Jun 9 09:25 .. 09:27:48 drwxrwxr-x. 2 jenkins jenkins 64 Jun 9 09:25 bin 09:27:48 -rw-r--r--. 1 jenkins jenkins 126071 Jun 9 09:27 coverage.out 09:27:48 -rw-rw-r--. 1 jenkins jenkins 987 Jun 9 09:25 Dockerfile.build 09:27:48 -rw-rw-r--. 1 jenkins jenkins 140 Jun 9 09:25 .dockerignore 09:27:48 drwxrwxr-x. 5 jenkins jenkins 62 Jun 9 09:25 example 09:27:48 drwxrwxr-x. 8 jenkins jenkins 179 Jun 9 09:25 .git 09:27:48 drwxrwxr-x. 2 jenkins jenkins 103 Jun 9 09:25 .github 09:27:48 -rw-rw-r--. 1 jenkins jenkins 138 Jun 9 09:25 .gitignore 09:27:48 -rw-r--r--. 1 jenkins jenkins 575 Jun 9 09:27 go.mod 09:27:48 -rw-r--r--. 1 jenkins jenkins 20499 Jun 9 09:26 go.sum 09:27:48 drwxrwxr-x. 15 jenkins jenkins 224 Jun 9 09:25 internal 09:27:48 -rw-rw-r--. 1 jenkins jenkins 894 Jun 9 09:25 Jenkinsfile 09:27:48 -rw-rw-r--. 1 jenkins jenkins 11341 Jun 9 09:25 LICENSE 09:27:48 -rw-rw-r--. 1 jenkins jenkins 1026 Jun 9 09:25 Makefile 09:27:48 drwxrwxr-x. 4 jenkins jenkins 26 Jun 9 09:25 openapi 09:27:48 drwxrwxr-x. 5 jenkins jenkins 50 Jun 9 09:25 pkg 09:27:48 -rw-rw-r--. 1 jenkins jenkins 7652 Jun 9 09:25 README.md 09:27:48 -rw-rw-r--. 1 jenkins jenkins 6616 Jun 9 09:25 RELEASE-NOTES.txt 09:27:48 drwxrwxr-x. 4 jenkins jenkins 54 Jun 9 09:25 snap 09:27:48 -rw-rw-r--. 1 jenkins jenkins 5 Jun 9 07:26 VERSION 09:27:48 -rw-rw-r--. 1 jenkins jenkins 222 Jun 9 09:25 version.go [Pipeline] isUnix [Pipeline] sh 09:27:48 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0ca7ea3776b5e84577cde9154760653fc07efa37 --label arch=amd64 --label version=0.0.0 . 09:27:48 Sending build context to Docker daemon 2.767MB 09:27:48 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 09:27:48 Step 2/23 : FROM ${BASE} AS builder 09:27:48 ---> a24c348cfde6 09:27:48 Step 3/23 : WORKDIR /device-sdk-go 09:27:48 ---> Running in d0606227a07d 09:27:48 Removing intermediate container d0606227a07d 09:27:48 ---> 8cbf48f6dea4 09:27:48 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:27:49 ---> Running in 1bf5667ed7e1 09:27:49 Removing intermediate container 1bf5667ed7e1 09:27:49 ---> 419847a9ac98 09:27:49 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:27:49 ---> Running in af2e831bfb88 09:27:49 Removing intermediate container af2e831bfb88 09:27:49 ---> 25a86c2652a8 09:27:49 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 09:27:49 ---> Running in 7577753c1b2a 09:27:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:27:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:27:51 OK: 150 MiB in 46 packages 09:27:51 Removing intermediate container 7577753c1b2a 09:27:51 ---> 33ec0aab1821 09:27:51 Step 7/23 : COPY . . 09:27:51 ---> 21cc65d4928b 09:27:51 Step 8/23 : RUN go mod download 09:27:51 ---> Running in a931d08b5607 09:27:52 Removing intermediate container a931d08b5607 09:27:52 ---> 32a0a827f4ce 09:27:52 Step 9/23 : RUN make build 09:27:52 ---> Running in 405197363db8 09:27:52 go mod tidy 09:27:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:28:02 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 09:28:04 Removing intermediate container 405197363db8 09:28:04 ---> 205e5408504d 09:28:04 Step 10/23 : FROM alpine:3.12 09:28:04 3.12: Pulling from library/alpine 09:28:04 339de151aab4: Pulling fs layer 09:28:04 339de151aab4: Verifying Checksum 09:28:04 339de151aab4: Download complete 09:28:05 339de151aab4: Pull complete 09:28:05 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:28:05 Status: Downloaded newer image for alpine:3.12 09:28:05 ---> 13621d1b12d4 09:28:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:28:05 ---> Running in de9c1f6df3ff 09:28:05 Removing intermediate container de9c1f6df3ff 09:28:05 ---> 00d0b139087d 09:28:05 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:05 ---> Running in ec01a29bdf06 09:28:05 Removing intermediate container ec01a29bdf06 09:28:05 ---> 22f81c0d5a68 09:28:05 Step 13/23 : RUN apk add --update --no-cache zeromq 09:28:05 ---> Running in 98f28fe312ea 09:28:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:28:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:28:07 (1/5) Installing libgcc (9.3.0-r2) 09:28:07 (2/5) Installing libsodium (1.0.18-r0) 09:28:07 (3/5) Installing libstdc++ (9.3.0-r2) 09:28:08 (4/5) Installing libzmq (4.3.3-r0) 09:28:08 (5/5) Installing zeromq (4.3.3-r0) 09:28:08 Executing busybox-1.31.1-r20.trigger 09:28:08 OK: 8 MiB in 19 packages 09:28:08 Removing intermediate container 98f28fe312ea 09:28:08 ---> 365baa542e00 09:28:08 Step 14/23 : WORKDIR / 09:28:08 ---> Running in e9c804320667 09:28:08 Removing intermediate container e9c804320667 09:28:08 ---> 5b2a44e6309a 09:28:08 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 09:28:08 ---> 4f8b8e424965 09:28:08 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 09:28:09 ---> 124e828f55dd 09:28:09 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 09:28:09 ---> aedca9eded4d 09:28:09 Step 18/23 : EXPOSE 59999 09:28:09 ---> Running in 14577c886be6 09:28:09 Removing intermediate container 14577c886be6 09:28:09 ---> 0835ebb32e26 09:28:09 Step 19/23 : ENTRYPOINT ["/device-simple"] 09:28:09 ---> Running in 874d6c2776f2 09:28:09 Removing intermediate container 874d6c2776f2 09:28:09 ---> 345ebfbaa3e2 09:28:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:28:09 ---> Running in 0e17304c80db 09:28:09 Removing intermediate container 0e17304c80db 09:28:09 ---> ccbf17d2d839 09:28:09 Step 21/23 : LABEL arch=amd64 09:28:09 ---> Running in 77a07a7cf085 09:28:09 Removing intermediate container 77a07a7cf085 09:28:09 ---> 3c877d755a5d 09:28:09 Step 22/23 : LABEL git_sha=0ca7ea3776b5e84577cde9154760653fc07efa37 09:28:09 ---> Running in 4ce0fe92e9cf 09:28:09 Removing intermediate container 4ce0fe92e9cf 09:28:09 ---> b1fe94c923d4 09:28:09 Step 23/23 : LABEL version=0.0.0 09:28:09 ---> Running in ed74ba73dd2a 09:28:09 Removing intermediate container ed74ba73dd2a 09:28:09 ---> ac7eb77c02b2 09:28:09 [Warning] One or more build-args [ARCH MAKE] were not consumed 09:28:09 Successfully built ac7eb77c02b2 09:28:09 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:28:11 ---> job-cost.sh 09:28:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8ueQ 09:28:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:28:33 lf-activate-venv(): INFO: Adding /tmp/venv-8ueQ/bin to PATH 09:28:33 INFO: No Stack... 09:28:33 INFO: Retrieving Pricing Info for: v3-standard-2 09:28:34 INFO: Archiving Costs [Pipeline] sh 09:28:34 + cut -d, -f6 09:28:34 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 09:28:34 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] 09:28:34 Resource [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] did not exist. Created. 09:28:34 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:28:35 /w/workspace/device-sdk-go/1@tmp/durable-71cfb605/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 09:28:35 + echo total: 0.05999999865889549 [Pipeline] stash 09:28:35 Warning: overwriting stash ‘stack-cost’ 09:28:35 Stashed 1 file(s) [Pipeline] } 09:28:35 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 09:28:37 provisioning config files... 09:28:37 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/config2134230459420574454tmp [Pipeline] { [Pipeline] sh 09:28:37 + set +x 09:28:37 + curl -s https://codecov.io/bash 09:28:37 + bash -s -- 09:28:37 09:28:37 _____ _ 09:28:37 / ____| | | 09:28:37 | | ___ __| | ___ ___ _____ __ 09:28:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:28:37 | |___| (_) | (_| | __/ (_| (_) \ V / 09:28:37 \_____\___/ \__,_|\___|\___\___/ \_/ 09:28:37 Bash-1.0.3 09:28:37 09:28:37 09:28:37 ==> git version 2.24.4 found 09:28:37 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 09:28:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:28:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:28:37 ==> Jenkins CI detected. 09:28:37 project root: . 09:28:37 --> token set from env 09:28:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:28:37 ==> Running gcov in . (disable via -X gcov) 09:28:37 ==> Python coveragepy not found 09:28:37 ==> Searching for coverage reports in: 09:28:37 + . 09:28:37 -> Found 1 reports 09:28:37 ==> Detecting git/mercurial file structure 09:28:37 ==> Reading reports 09:28:37 + ./coverage.out bytes=126071 09:28:37 ==> Appending adjustments 09:28:37 https://docs.codecov.io/docs/fixing-reports 09:28:38 + Found adjustments 09:28:38 ==> Gzipping contents 09:28:38 20K /tmp/codecov.0yTaOR.gz 09:28:38 ==> Uploading reports 09:28:38 url: https://codecov.io 09:28:38 query: branch=PR-960&commit=0ca7ea3776b5e84577cde9154760653fc07efa37&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-960%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=960&job=&cmd_args= 09:28:38 -> Pinging Codecov 09:28:38 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-960&commit=0ca7ea3776b5e84577cde9154760653fc07efa37&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-960%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=960&job=&cmd_args= 09:28:38 -> Uploading to 09:28:38 https://storage.googleapis.com/codecov/v4/raw/2021-06-09/7E55EF52A471D76F132DFD9A03CDDE97/0ca7ea3776b5e84577cde9154760653fc07efa37/e58b15f7-6df5-4d51-8a53-67253b142904.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210609%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210609T092838Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abc877bfa3cd914101de63c1830f446b45cfa66d3885f464736d88d0798f8986 09:28:38 % Total % Received % Xferd Average Speed Time Time Time Current 09:28:38 Dload Upload Total Spent Left Speed 09:28:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16442 0 0 100 16442 0 40642 --:--:-- --:--:-- --:--:-- 40597 100 16442 0 0 100 16442 0 40633 --:--:-- --:--:-- --:--:-- 40597 09:28:39 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0ca7ea3776b5e84577cde9154760653fc07efa37 [Pipeline] } 09:28:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 09:28:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:28:42 ---> package-listing.sh 09:28:42 ++ facter osfamily 09:28:42 ++ tr '[:upper:]' '[:lower:]' 09:28:43 + OS_FAMILY=redhat 09:28:43 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-960 09:28:43 + START_PACKAGES=/tmp/packages_start.txt 09:28:43 + END_PACKAGES=/tmp/packages_end.txt 09:28:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:28:43 + PACKAGES=/tmp/packages_start.txt 09:28:43 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-960 ']' 09:28:43 + PACKAGES=/tmp/packages_end.txt 09:28:43 + case "${OS_FAMILY}" in 09:28:43 + sort 09:28:43 + rpm -qa 09:28:43 + '[' -f /tmp/packages_start.txt ']' 09:28:43 + '[' -f /tmp/packages_end.txt ']' 09:28:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:28:43 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-960 ']' 09:28:43 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-960/archives/ 09:28:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-960/archives/ [Pipeline] echo 09:28:43 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/dgexfoundry_device-sdk-go_PR-960/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:28:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:28:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:28:44 09:28:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:28:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:28:45 alpine: Pulling from edgex-lftools-log-publisher 09:28:45 df20fa9351a1: Pulling fs layer 09:28:45 36b3adc4ff6f: Pulling fs layer 09:28:45 8ad3a11d3b57: Pulling fs layer 09:28:45 46f8f816bc3b: Pulling fs layer 09:28:45 93b61091891f: Pulling fs layer 09:28:45 93b9cdb0e59b: Pulling fs layer 09:28:45 5e14af77c1be: Pulling fs layer 09:28:45 01666e4c0597: Pulling fs layer 09:28:45 aa168da1d23b: Pulling fs layer 09:28:45 93b9cdb0e59b: Waiting 09:28:45 5e14af77c1be: Waiting 09:28:45 01666e4c0597: Waiting 09:28:45 aa168da1d23b: Waiting 09:28:45 46f8f816bc3b: Waiting 09:28:45 93b61091891f: Waiting 09:28:45 36b3adc4ff6f: Verifying Checksum 09:28:45 36b3adc4ff6f: Download complete 09:28:45 46f8f816bc3b: Verifying Checksum 09:28:45 46f8f816bc3b: Download complete 09:28:45 df20fa9351a1: Verifying Checksum 09:28:45 df20fa9351a1: Download complete 09:28:45 93b9cdb0e59b: Verifying Checksum 09:28:45 93b9cdb0e59b: Download complete 09:28:45 5e14af77c1be: Verifying Checksum 09:28:45 93b61091891f: Verifying Checksum 09:28:45 93b61091891f: Download complete 09:28:45 5e14af77c1be: Download complete 09:28:45 01666e4c0597: Verifying Checksum 09:28:45 01666e4c0597: Download complete 09:28:45 8ad3a11d3b57: Verifying Checksum 09:28:45 8ad3a11d3b57: Download complete 09:28:45 df20fa9351a1: Pull complete 09:28:45 36b3adc4ff6f: Pull complete 09:28:46 8ad3a11d3b57: Pull complete 09:28:46 46f8f816bc3b: Pull complete 09:28:46 93b61091891f: Pull complete 09:28:47 93b9cdb0e59b: Pull complete 09:28:47 5e14af77c1be: Pull complete 09:28:47 aa168da1d23b: Verifying Checksum 09:28:47 aa168da1d23b: Download complete 09:28:47 01666e4c0597: Pull complete 09:28:52 aa168da1d23b: Pull complete 09:28:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:28:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:28:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:28:52 prd-centos7-docker-4c-2g-1190 does not seem to be running inside a container 09:28:52 $ 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/dgexfoundry_device-sdk-go_PR-960/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-960 -v /w/workspace/dgexfoundry_device-sdk-go_PR-960:/w/workspace/dgexfoundry_device-sdk-go_PR-960:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:29:09 $ docker top 55ab3fe5857c5b20ef514772cc245bc540ec5bc0af4c0309eb8f57b596af06b8 -eo pid,comm [Pipeline] { [Pipeline] sh 09:29:10 + touch /tmp/pre-build-complete [Pipeline] sh 09:29:10 + mkdir -p /var/log/sa [Pipeline] sh 09:29:10 + ls /var/log/sa-host 09:29:10 + sadf -c /var/log/sa-host/sa05 09:29:10 file_magic: OK 09:29:10 HZ: Using current value: 100 09:29:10 file_header: OK 09:29:10 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 09:29:10 Statistics: 09:29:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:29:10 File successfully converted to sysstat format version 12.2.1 09:29:10 + sadf -c /var/log/sa-host/sa09 09:29:10 file_magic: OK 09:29:10 HZ: Using current value: 100 09:29:10 file_header: OK 09:29:10 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 09:29:10 Statistics: 09:29:10 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...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...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...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...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... 09:29:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:29:11 provisioning config files... 09:29:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/config6064203485006240701tmp [Pipeline] { [Pipeline] echo 09:29:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:29:11 ---> create-netrc.sh [Pipeline] } 09:29:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:29:12 ---> python-tools-install.sh [Pipeline] echo 09:29:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:29:12 ---> sudo-logs.sh 09:29:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:29:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:29:12 ---> job-cost.sh 09:29:12 lf-activate-venv: SKIPPING 09:29:12 DEBUG: total: 0.05999999865889549 09:29:12 INFO: Retrieving Stack Cost... 09:29:13 INFO: Retrieving Pricing Info for: v3-standard-2 09:29:14 INFO: Archiving Costs [Pipeline] echo 09:29:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:29:14 ---> logs-deploy.sh 09:29:14 lf-activate-venv: SKIPPING 09:29:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-960/1 09:29:14 INFO: archiving workspace using pattern(s): 09:29:15 Archives upload complete. 09:29:15 INFO: archiving logs to Nexus 09:29:16 ---> uname -a: 09:29:16 Linux prd-centos7-docker-4c-2g-1190.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 09:29:16 09:29:16 09:29:16 ---> lscpu: 09:29:16 Architecture: x86_64 09:29:16 CPU op-mode(s): 32-bit, 64-bit 09:29:16 Byte Order: Little Endian 09:29:16 Address sizes: 40 bits physical, 48 bits virtual 09:29:16 CPU(s): 2 09:29:16 On-line CPU(s) list: 0,1 09:29:16 Thread(s) per core: 1 09:29:16 Core(s) per socket: 1 09:29:16 Socket(s): 2 09:29:16 NUMA node(s): 1 09:29:16 Vendor ID: AuthenticAMD 09:29:16 CPU family: 23 09:29:16 Model: 49 09:29:16 Model name: AMD EPYC-Rome Processor 09:29:16 Stepping: 0 09:29:16 CPU MHz: 2800.000 09:29:16 BogoMIPS: 5600.00 09:29:16 Virtualization: AMD-V 09:29:16 Hypervisor vendor: KVM 09:29:16 Virtualization type: full 09:29:16 L1d cache: 64 KiB 09:29:16 L1i cache: 64 KiB 09:29:16 L2 cache: 1 MiB 09:29:16 L3 cache: 32 MiB 09:29:16 NUMA node0 CPU(s): 0,1 09:29:16 Vulnerability Itlb multihit: Not affected 09:29:16 Vulnerability L1tf: Not affected 09:29:16 Vulnerability Mds: Not affected 09:29:16 Vulnerability Meltdown: Not affected 09:29:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:29:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:29:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:29:16 Vulnerability Srbds: Not affected 09:29:16 Vulnerability Tsx async abort: Not affected 09:29:16 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 09:29:16 09:29:16 09:29:16 ---> nproc: 09:29:16 2 09:29:16 09:29:16 09:29:16 ---> df -h: 09:29:16 Filesystem Size Used Available Use% Mounted on 09:29:16 overlay 40.0G 7.2G 32.8G 18% / 09:29:16 tmpfs 64.0M 0 64.0M 0% /dev 09:29:16 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 09:29:16 shm 64.0M 0 64.0M 0% /dev/shm 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /facter-os 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/resolv.conf 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hostname 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hosts 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/sa-host 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/secure 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/auth.log 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /run/cloud-init/result.json 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/dgexfoundry_device-sdk-go_PR-960 09:29:16 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp 09:29:16 09:29:16 09:29:16 ---> free -m: 09:29:16 total used free shared buff/cache available 09:29:16 Mem: 7821 891 4775 0 2154 6768 09:29:16 Swap: 1023 0 1023 09:29:16 09:29:16 09:29:16 ---> ip addr: 09:29:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:29:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:29:16 inet 127.0.0.1/8 scope host lo 09:29:16 valid_lft forever preferred_lft forever 09:29:16 inet6 ::1/128 scope host 09:29:16 valid_lft forever preferred_lft forever 09:29:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:29:16 link/ether fa:16:3e:62:cf:31 brd ff:ff:ff:ff:ff:ff 09:29:16 inet 10.30.122.7/23 brd 10.30.123.255 scope global dynamic eth0 09:29:16 valid_lft 72464sec preferred_lft 72464sec 09:29:16 inet6 fe80::f816:3eff:fe62:cf31/64 scope link 09:29:16 valid_lft forever preferred_lft forever 09:29:16 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:29:16 link/ether 02:42:70:ea:49:1c brd ff:ff:ff:ff:ff:ff 09:29:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:29:16 valid_lft forever preferred_lft forever 09:29:16 inet6 fe80::42:70ff:feea:491c/64 scope link 09:29:16 valid_lft forever preferred_lft forever 09:29:16 09:29:16 09:29:16 ---> sar -b -r -n DEV: 09:29:16 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 09:29:16 09:29:16 05:36:46 LINUX RESTART (2 CPU) 09:29:16 09:29:16 05:38:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:29:16 05:39:01 1.60 0.00 1.60 0.00 0.00 222.52 0.00 09:29:16 05:40:01 0.92 0.37 0.55 0.00 51.71 225.09 0.00 09:29:16 05:41:01 0.52 0.00 0.52 0.00 0.00 78.64 0.00 09:29:16 05:42:01 0.57 0.00 0.57 0.00 0.00 13.83 0.00 09:29:16 05:43:01 0.38 0.00 0.38 0.00 0.00 7.25 0.00 09:29:16 05:44:01 0.68 0.02 0.67 0.00 2.13 112.46 0.00 09:29:16 05:45:01 1.18 0.22 0.97 0.00 26.92 84.27 0.00 09:29:16 05:46:01 1.20 0.30 0.90 0.00 163.09 42.64 0.00 09:29:16 05:47:01 0.68 0.00 0.68 0.00 0.00 71.06 0.00 09:29:16 05:48:01 0.58 0.00 0.58 0.00 0.00 120.29 0.00 09:29:16 05:49:01 0.83 0.02 0.82 0.00 0.27 49.68 0.00 09:29:16 05:50:01 0.62 0.22 0.40 0.00 16.13 7.13 0.00 09:29:16 05:51:01 0.60 0.00 0.60 0.00 0.00 127.91 0.00 09:29:16 05:52:01 1.50 0.30 1.20 0.00 33.98 102.32 0.00 09:29:16 05:53:01 65.52 0.02 65.51 0.00 0.67 533.33 0.00 09:29:16 05:54:01 0.45 0.00 0.45 0.00 0.00 7.98 0.00 09:29:16 05:55:02 0.23 0.00 0.23 0.00 0.00 3.20 0.00 09:29:16 05:56:01 0.53 0.00 0.53 0.00 0.00 146.93 0.00 09:29:16 05:57:01 1.67 0.20 1.47 0.00 35.85 29.27 0.00 09:29:16 05:58:01 0.28 0.00 0.28 0.00 0.00 5.25 0.00 09:29:16 05:59:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 09:29:16 06:00:01 0.33 0.00 0.33 0.00 0.00 5.41 0.00 09:29:16 06:01:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 09:29:16 06:02:01 0.43 0.12 0.32 0.00 1.87 5.15 0.00 09:29:16 06:03:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 09:29:16 06:04:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 09:29:16 06:05:01 0.20 0.00 0.20 0.00 0.00 1.48 0.00 09:29:16 06:06:01 0.32 0.00 0.32 0.00 0.00 5.25 0.00 09:29:16 06:07:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 09:29:16 06:08:01 0.15 0.00 0.15 0.00 0.00 2.00 0.00 09:29:16 06:09:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 09:29:16 06:10:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 09:29:16 06:11:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 09:29:16 06:12:01 0.30 0.00 0.30 0.00 0.00 4.11 0.00 09:29:16 06:13:01 2.98 2.68 0.30 0.00 2212.63 4.55 0.00 09:29:16 06:14:01 0.47 0.00 0.47 0.00 0.00 8.78 0.00 09:29:16 06:15:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 09:29:16 06:16:01 0.23 0.00 0.23 0.00 0.00 3.45 0.00 09:29:16 06:17:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 09:29:16 06:18:01 0.17 0.00 0.17 0.00 0.00 1.82 0.00 09:29:16 06:19:01 0.27 0.03 0.23 0.00 0.27 4.05 0.00 09:29:16 06:20:01 0.27 0.00 0.27 0.00 0.00 4.21 0.00 09:29:16 06:21:01 0.32 0.00 0.32 0.00 0.00 5.13 0.00 09:29:16 06:22:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 09:29:16 06:23:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 09:29:16 06:24:01 0.28 0.00 0.28 0.00 0.00 3.53 0.00 09:29:16 06:25:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 09:29:16 06:26:01 0.35 0.00 0.35 0.00 0.00 6.00 0.00 09:29:16 06:27:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 09:29:16 06:28:01 0.22 0.00 0.22 0.00 0.00 3.03 0.00 09:29:16 06:29:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 09:29:16 06:30:02 0.23 0.00 0.23 0.00 0.00 3.57 0.00 09:29:16 06:31:01 0.24 0.00 0.24 0.00 0.00 3.24 0.00 09:29:16 06:32:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 09:29:16 06:33:01 0.22 0.00 0.22 0.00 0.00 2.77 0.00 09:29:16 06:34:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 09:29:16 06:35:01 0.18 0.00 0.18 0.00 0.00 1.73 0.00 09:29:16 06:36:01 0.23 0.00 0.23 0.00 0.00 3.32 0.00 09:29:16 06:37:01 0.23 0.00 0.23 0.00 0.00 4.65 0.00 09:29:16 06:38:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 09:29:16 06:39:01 0.32 0.03 0.28 0.00 1.20 3.91 0.00 09:29:16 06:40:01 276.20 253.94 22.26 0.00 3442.73 974.97 0.00 09:29:16 06:41:01 0.65 0.00 0.65 0.00 0.00 14.90 0.00 09:29:16 06:42:01 0.33 0.00 0.33 0.00 0.00 4.38 0.00 09:29:16 06:43:01 0.20 0.00 0.20 0.00 0.00 2.05 0.00 09:29:16 06:44:01 0.15 0.00 0.15 0.00 0.00 1.50 0.00 09:29:16 06:45:01 0.23 0.00 0.23 0.00 0.00 2.72 0.00 09:29:16 06:46:01 0.18 0.00 0.18 0.00 0.00 2.85 0.00 09:29:16 06:47:01 0.23 0.00 0.23 0.00 0.00 3.35 0.00 09:29:16 06:48:01 0.20 0.00 0.20 0.00 0.00 2.18 0.00 09:29:16 06:49:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 09:29:16 06:50:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 09:29:16 06:51:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 09:29:16 06:52:01 0.23 0.00 0.23 0.00 0.00 3.07 0.00 09:29:16 06:53:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 09:29:16 06:54:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 09:29:16 06:55:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 09:29:16 06:56:01 0.22 0.00 0.22 0.00 0.00 3.12 0.00 09:29:16 06:57:01 0.23 0.00 0.23 0.00 0.00 3.18 0.00 09:29:16 06:58:01 0.20 0.00 0.20 0.00 0.00 2.02 0.00 09:29:16 06:59:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 09:29:16 07:00:01 0.30 0.00 0.30 0.00 0.00 4.11 0.00 09:29:16 07:01:01 0.20 0.00 0.20 0.00 0.00 3.45 0.00 09:29:16 07:02:01 0.23 0.00 0.23 0.00 0.00 3.66 0.00 09:29:16 07:03:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 09:29:16 07:04:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 09:29:16 07:05:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 09:29:16 07:06:01 0.13 0.00 0.13 0.00 0.00 1.73 0.00 09:29:16 07:07:01 0.13 0.00 0.13 0.00 0.00 1.73 0.00 09:29:16 07:08:02 0.15 0.00 0.15 0.00 0.00 1.47 0.00 09:29:16 07:09:01 0.19 0.00 0.19 0.00 0.00 1.59 0.00 09:29:16 07:10:01 0.30 0.00 0.30 0.00 0.00 5.08 0.00 09:29:16 07:11:01 0.20 0.00 0.20 0.00 0.00 3.18 0.00 09:29:16 07:12:01 0.20 0.00 0.20 0.00 0.00 3.32 0.00 09:29:16 07:13:01 0.25 0.00 0.25 0.00 0.00 3.36 0.00 09:29:16 07:14:01 0.33 0.00 0.33 0.00 0.00 4.50 0.00 09:29:16 07:15:01 0.27 0.00 0.27 0.00 0.00 3.88 0.00 09:29:16 07:16:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 09:29:16 07:17:01 0.23 0.00 0.23 0.00 0.00 3.83 0.00 09:29:16 07:18:01 0.22 0.00 0.22 0.00 0.00 3.03 0.00 09:29:16 07:19:01 0.33 0.00 0.33 0.00 0.00 5.26 0.00 09:29:16 07:20:01 0.35 0.00 0.35 0.00 0.00 6.50 0.00 09:29:16 07:21:01 9.66 0.02 9.64 0.00 0.40 1590.86 0.00 09:29:16 07:22:01 6.00 0.43 5.56 0.00 328.58 149.72 0.00 09:29:16 07:23:01 0.38 0.00 0.38 0.00 0.00 6.88 0.00 09:29:16 07:24:01 0.50 0.00 0.50 0.00 0.00 12.21 0.00 09:29:16 07:25:01 3.03 0.00 3.03 0.00 0.00 157.03 0.00 09:29:16 07:26:01 2.65 0.00 2.65 0.00 0.00 41.31 0.00 09:29:16 07:27:01 1.63 0.13 1.50 0.00 21.59 29.30 0.00 09:29:16 07:28:01 0.88 0.00 0.88 0.00 0.00 23.05 0.00 09:29:16 07:29:01 0.50 0.00 0.50 0.00 0.00 9.11 0.00 09:29:16 07:30:01 0.27 0.00 0.27 0.00 0.00 3.10 0.00 09:29:16 07:31:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 09:29:16 07:32:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 09:29:16 07:33:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 09:29:16 07:34:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 09:29:16 07:35:01 0.27 0.00 0.27 0.00 0.00 2.50 0.00 09:29:16 07:36:01 0.23 0.00 0.23 0.00 0.00 2.80 0.00 09:29:16 07:37:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 09:29:16 07:38:01 0.22 0.00 0.22 0.00 0.00 2.82 0.00 09:29:16 07:39:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 09:29:16 07:40:01 0.23 0.00 0.23 0.00 0.00 2.45 0.00 09:29:16 07:41:02 0.20 0.00 0.20 0.00 0.00 2.05 0.00 09:29:16 07:42:01 0.27 0.00 0.27 0.00 0.00 3.24 0.00 09:29:16 07:43:01 0.28 0.00 0.28 0.00 0.00 4.10 0.00 09:29:16 07:44:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 09:29:16 07:45:01 0.23 0.00 0.23 0.00 0.00 2.53 0.00 09:29:16 07:46:01 0.28 0.00 0.28 0.00 0.00 3.71 0.00 09:29:16 07:47:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 09:29:16 07:48:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 09:29:16 07:49:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 09:29:16 07:50:01 0.30 0.00 0.30 0.00 0.00 4.10 0.00 09:29:16 07:51:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 09:29:16 07:52:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 09:29:16 07:53:01 0.22 0.00 0.22 0.00 0.00 2.60 0.00 09:29:16 07:54:01 0.27 0.00 0.27 0.00 0.00 3.20 0.00 09:29:16 07:55:01 0.20 0.00 0.20 0.00 0.00 2.20 0.00 09:29:16 07:56:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 09:29:16 07:57:01 0.32 0.00 0.32 0.00 0.00 5.35 0.00 09:29:16 07:58:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 09:29:16 07:59:01 0.23 0.00 0.23 0.00 0.00 2.92 0.00 09:29:16 08:00:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 09:29:16 08:01:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 09:29:16 08:02:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 09:29:16 08:03:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 09:29:16 08:04:01 0.22 0.00 0.22 0.00 0.00 2.68 0.00 09:29:16 08:05:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 09:29:16 08:06:01 0.23 0.00 0.23 0.00 0.00 2.92 0.00 09:29:16 08:07:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 09:29:16 08:08:01 0.23 0.00 0.23 0.00 0.00 3.32 0.00 09:29:16 08:09:01 0.18 0.00 0.18 0.00 0.00 2.95 0.00 09:29:16 08:10:01 0.15 0.00 0.15 0.00 0.00 2.35 0.00 09:29:16 08:11:01 0.28 0.00 0.28 0.00 0.00 4.25 0.00 09:29:16 08:12:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 09:29:16 08:13:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 09:29:16 08:14:02 0.22 0.00 0.22 0.00 0.00 2.55 0.00 09:29:16 08:15:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 09:29:16 08:16:01 0.25 0.00 0.25 0.00 0.00 3.07 0.00 09:29:16 08:17:01 0.28 0.00 0.28 0.00 0.00 2.78 0.00 09:29:16 08:18:01 0.27 0.00 0.27 0.00 0.00 3.58 0.00 09:29:16 08:19:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 09:29:16 08:20:01 0.17 0.00 0.17 0.00 0.00 1.23 0.00 09:29:16 08:21:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 09:29:16 08:22:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 09:29:16 08:23:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 09:29:16 08:24:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 09:29:16 08:25:01 0.23 0.00 0.23 0.00 0.00 2.63 0.00 09:29:16 08:26:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 09:29:16 08:27:01 0.25 0.00 0.25 0.00 0.00 2.87 0.00 09:29:16 08:28:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 09:29:16 08:29:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 09:29:16 08:30:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 09:29:16 08:31:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 09:29:16 08:32:01 0.23 0.00 0.23 0.00 0.00 3.23 0.00 09:29:16 08:33:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 09:29:16 08:34:01 0.23 0.00 0.23 0.00 0.00 2.60 0.00 09:29:16 08:35:01 0.15 0.00 0.15 0.00 0.00 1.37 0.00 09:29:16 08:36:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 09:29:16 08:37:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 09:29:16 08:38:01 0.23 0.00 0.23 0.00 0.00 2.92 0.00 09:29:16 08:39:01 0.28 0.00 0.28 0.00 0.00 4.08 0.00 09:29:16 08:40:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 09:29:16 08:41:01 0.23 0.00 0.23 0.00 0.00 3.08 0.00 09:29:16 08:42:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 09:29:16 08:43:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 09:29:16 08:44:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 09:29:16 08:45:01 0.13 0.00 0.13 0.00 0.00 2.32 0.00 09:29:16 08:46:01 0.37 0.00 0.37 0.00 0.00 6.16 0.00 09:29:16 08:47:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 09:29:16 08:48:02 0.23 0.00 0.23 0.00 0.00 3.35 0.00 09:29:16 08:49:01 0.24 0.00 0.24 0.00 0.00 2.78 0.00 09:29:16 08:50:01 0.13 0.00 0.13 0.00 0.00 1.90 0.00 09:29:16 08:51:01 0.22 0.00 0.22 0.00 0.00 3.05 0.00 09:29:16 08:52:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 09:29:16 08:53:01 0.27 0.00 0.27 0.00 0.00 3.10 0.00 09:29:16 08:54:01 0.30 0.00 0.30 0.00 0.00 4.55 0.00 09:29:16 08:55:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 09:29:16 08:56:01 0.23 0.00 0.23 0.00 0.00 2.95 0.00 09:29:16 08:57:01 0.25 0.00 0.25 0.00 0.00 2.87 0.00 09:29:16 08:58:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 09:29:16 08:59:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 09:29:16 09:00:01 0.20 0.00 0.20 0.00 0.00 1.55 0.00 09:29:16 09:01:01 0.27 0.00 0.27 0.00 0.00 3.32 0.00 09:29:16 09:02:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 09:29:16 09:03:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 09:29:16 09:04:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 09:29:16 09:05:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 09:29:16 09:06:01 0.25 0.00 0.25 0.00 0.00 2.38 0.00 09:29:16 09:07:01 0.25 0.00 0.25 0.00 0.00 3.85 0.00 09:29:16 09:08:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 09:29:16 09:09:01 0.18 0.00 0.18 0.00 0.00 1.53 0.00 09:29:16 09:10:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 09:29:16 09:11:01 0.23 0.00 0.23 0.00 0.00 2.38 0.00 09:29:16 09:12:01 0.28 0.00 0.28 0.00 0.00 3.73 0.00 09:29:16 09:13:01 0.23 0.00 0.23 0.00 0.00 2.60 0.00 09:29:16 09:14:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 09:29:16 09:15:01 0.53 0.00 0.53 0.00 0.00 8.39 0.00 09:29:16 09:16:01 0.32 0.00 0.32 0.00 0.00 6.00 0.00 09:29:16 09:17:01 0.80 0.00 0.80 0.00 0.00 20.60 0.00 09:29:16 09:18:01 0.23 0.00 0.23 0.00 0.00 3.18 0.00 09:29:16 09:19:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 09:29:16 09:20:01 0.33 0.00 0.33 0.00 0.00 5.00 0.00 09:29:16 09:21:02 0.23 0.00 0.23 0.00 0.00 2.10 0.00 09:29:16 09:22:01 0.22 0.00 0.22 0.00 0.00 2.37 0.00 09:29:16 09:23:01 0.32 0.00 0.32 0.00 0.00 5.53 0.00 09:29:16 09:24:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 09:29:16 09:25:01 0.23 0.00 0.23 0.00 0.00 3.35 0.00 09:29:16 09:26:01 0.28 0.00 0.28 0.00 0.00 4.02 0.00 09:29:16 09:27:01 0.15 0.00 0.15 0.00 0.00 2.30 0.00 09:29:16 09:28:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 09:29:16 09:29:01 32.10 0.13 31.96 0.00 13.72 11328.70 0.00 09:29:16 Average: 2.01 1.12 0.89 0.00 27.53 73.30 0.00 09:29:16 09:29:16 05:38:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:29:16 05:39:01 5837732 0 594504 7.42 2620 1574084 952316 10.51 282324 1504492 1836 09:29:16 05:40:01 5813576 0 611604 7.64 2620 1581140 959204 10.59 309872 1500272 696 09:29:16 05:41:01 5809348 0 614240 7.67 2620 1582732 962988 10.63 314112 1500276 132 09:29:16 05:42:01 5807912 0 615648 7.69 2620 1582760 965528 10.66 315700 1500764 20 09:29:16 05:43:01 5800392 0 622216 7.77 2620 1583712 970672 10.72 323256 1500760 964 09:29:16 05:44:01 5783840 0 634800 7.93 2620 1587680 979988 10.82 339008 1500828 1720 09:29:16 05:45:01 5771240 0 645700 8.06 2620 1589380 989316 10.92 351668 1500588 476 09:29:16 05:46:01 5767732 0 643464 8.03 2620 1595124 989620 10.93 350752 1505508 464 09:29:16 05:47:01 5762340 0 646012 8.07 2620 1597968 990652 10.94 355192 1506160 1264 09:29:16 05:48:01 5756624 0 648720 8.10 2620 1600976 991812 10.95 360980 1505544 1040 09:29:16 05:49:01 5758636 0 646576 8.07 2620 1601108 993204 10.97 359272 1505464 20 09:29:16 05:50:01 5749980 0 654736 8.18 2620 1601604 1007476 11.12 367812 1505460 20 09:29:16 05:51:01 5745616 0 655412 8.18 2620 1605292 1008536 11.13 371780 1505504 84 09:29:16 05:52:01 5736168 0 659912 8.24 2620 1610240 1010492 11.16 380756 1505380 1892 09:29:16 05:53:01 5726376 0 669676 8.36 2620 1610268 972828 10.74 390032 1505224 20 09:29:16 05:54:01 5733300 0 662748 8.28 2620 1610272 942356 10.40 384156 1505220 16 09:29:16 05:55:02 5729616 0 664680 8.30 2620 1612024 942800 10.41 385780 1506904 1768 09:29:16 05:56:01 5726080 0 665800 8.31 2620 1614440 941692 10.40 390668 1505268 16 09:29:16 05:57:01 5732740 0 657976 8.22 2620 1615604 941460 10.39 384516 1504552 20 09:29:16 05:58:01 5736104 0 654604 8.17 2620 1615612 941076 10.39 381644 1504556 12 09:29:16 05:59:01 5735996 0 654712 8.17 2620 1615612 941076 10.39 381512 1504552 12 09:29:16 06:00:01 5735808 0 654896 8.18 2620 1615616 941136 10.39 382052 1504552 16 09:29:16 06:01:01 5734704 0 655992 8.19 2620 1615624 943504 10.42 382860 1504552 8 09:29:16 06:02:01 5733140 0 657432 8.21 2620 1615748 941584 10.40 384132 1504612 8 09:29:16 06:03:01 5732572 0 657996 8.22 2620 1615752 941584 10.40 384588 1504612 8 09:29:16 06:04:01 5732828 0 657732 8.21 2620 1615760 941584 10.40 384596 1504620 8 09:29:16 06:05:01 5732460 0 658100 8.22 2620 1615760 941716 10.40 385360 1504612 12 09:29:16 06:06:01 5732188 0 658368 8.22 2620 1615764 941716 10.40 385340 1504612 8 09:29:16 06:07:01 5731908 0 658644 8.22 2620 1615768 941728 10.40 385508 1504612 16 09:29:16 06:08:01 5731956 0 658592 8.22 2620 1615772 941740 10.40 385472 1504612 8 09:29:16 06:09:01 5732868 0 657672 8.21 2620 1615780 941584 10.40 384636 1504612 12 09:29:16 06:10:01 5732624 0 657912 8.21 2620 1615784 941644 10.40 385008 1504612 16 09:29:16 06:11:01 5732600 0 657924 8.21 2620 1615796 941680 10.40 385144 1504620 8 09:29:16 06:12:01 5732064 0 658448 8.22 2620 1615808 941972 10.40 385528 1504624 12 09:29:16 06:13:01 5660056 0 664068 8.29 2620 1682196 942068 10.40 415476 1545700 28 09:29:16 06:14:01 5661476 0 662668 8.27 2620 1682176 942008 10.40 414452 1545696 16 09:29:16 06:15:01 5661704 0 662440 8.27 2620 1682176 941912 10.40 411696 1548608 12 09:29:16 06:16:01 5661060 0 663076 8.28 2620 1682184 941936 10.40 411864 1548608 12 09:29:16 06:17:01 5661500 0 662636 8.27 2620 1682184 941996 10.40 410580 1550040 8 09:29:16 06:18:01 5661072 0 663040 8.28 2620 1682208 942044 10.40 410928 1550040 36 09:29:16 06:19:01 5660860 0 663256 8.28 2620 1682204 942044 10.40 415528 1545680 20 09:29:16 06:20:01 5662128 0 661988 8.27 2620 1682204 941900 10.40 413864 1545680 16 09:29:16 06:21:01 5662056 0 662052 8.27 2620 1682212 941924 10.40 413824 1545680 8 09:29:16 06:22:01 5662044 0 662064 8.27 2620 1682212 941840 10.40 413684 1545680 8 09:29:16 06:23:01 5662556 0 661544 8.26 2620 1682220 941840 10.40 413780 1545680 8 09:29:16 06:24:01 5662548 0 661548 8.26 2620 1682224 941840 10.40 413836 1545680 8 09:29:16 06:25:01 5662304 0 661788 8.26 2620 1682228 941912 10.40 413836 1545680 20 09:29:16 06:26:01 5662148 0 661940 8.27 2620 1682232 941936 10.40 413804 1545680 8 09:29:16 06:27:01 5662276 0 661804 8.26 2620 1682240 941840 10.40 413732 1545684 16 09:29:16 06:28:01 5661568 0 662512 8.27 2620 1682240 941840 10.40 414592 1545680 8 09:29:16 06:29:01 5661500 0 662576 8.27 2620 1682244 941840 10.40 414480 1545680 12 09:29:16 06:30:02 5661412 0 662660 8.27 2620 1682248 941900 10.40 414580 1545680 20 09:29:16 06:31:01 5661340 0 662728 8.27 2620 1682252 941924 10.40 414716 1545680 8 09:29:16 06:32:01 5662568 0 661492 8.26 2620 1682260 941840 10.40 413856 1545680 8 09:29:16 06:33:01 5662344 0 661716 8.26 2620 1682260 941840 10.40 413740 1545680 8 09:29:16 06:34:01 5661504 0 662548 8.27 2620 1682268 941840 10.40 414524 1545684 8 09:29:16 06:35:01 5661456 0 662596 8.27 2620 1682268 941888 10.40 414568 1545680 12 09:29:16 06:36:01 5661384 0 662664 8.27 2620 1682272 941936 10.40 414604 1545680 8 09:29:16 06:37:01 5660980 0 663060 8.28 2620 1682280 941984 10.40 415064 1545680 8 09:29:16 06:38:01 5660916 0 663124 8.28 2620 1682280 942008 10.40 415148 1545680 8 09:29:16 06:39:01 5660428 0 663604 8.29 2620 1682288 942860 10.41 415384 1545680 8 09:29:16 06:40:01 5507992 0 756740 9.45 2620 1741588 941932 10.40 454252 1564712 12 09:29:16 06:41:01 5507092 0 757632 9.46 2620 1741596 941956 10.40 454860 1564712 8 09:29:16 06:42:01 5508180 0 756540 9.45 2620 1741600 941872 10.40 454072 1564712 8 09:29:16 06:43:01 5508172 0 756548 9.45 2620 1741600 941872 10.40 454156 1564712 8 09:29:16 06:44:01 5508048 0 756664 9.45 2620 1741608 941872 10.40 454100 1564712 8 09:29:16 06:45:01 5507784 0 756928 9.45 2620 1741608 941920 10.40 454204 1564712 12 09:29:16 06:46:01 5507604 0 757100 9.45 2620 1741616 941956 10.40 454176 1564712 8 09:29:16 06:47:01 5506900 0 757800 9.46 2620 1741620 941872 10.40 454972 1564712 8 09:29:16 06:48:01 5507148 0 757548 9.46 2620 1741624 941872 10.40 454908 1564712 8 09:29:16 06:49:01 5507372 0 757320 9.46 2620 1741628 941872 10.40 454976 1564712 8 09:29:16 06:50:01 5507528 0 757160 9.45 2620 1741632 941920 10.40 454872 1564712 12 09:29:16 06:51:01 5506928 0 757756 9.46 2620 1741636 941968 10.40 454980 1564712 8 09:29:16 06:52:01 5508116 0 756528 9.45 2620 1741676 941872 10.40 454216 1564724 20 09:29:16 06:53:01 5508100 0 756576 9.45 2620 1741644 941872 10.40 454120 1564712 8 09:29:16 06:54:01 5507200 0 757472 9.46 2620 1741648 941872 10.40 454920 1564712 8 09:29:16 06:55:01 5507136 0 757528 9.46 2620 1741656 941920 10.40 454936 1564712 12 09:29:16 06:56:01 5507188 0 757476 9.46 2620 1741656 941968 10.40 454984 1564712 8 09:29:16 06:57:01 5508076 0 756580 9.45 2620 1741664 941872 10.40 454244 1564716 8 09:29:16 06:58:01 5507828 0 756828 9.45 2620 1741664 941872 10.40 454160 1564712 8 09:29:16 06:59:01 5507960 0 756692 9.45 2620 1741668 941872 10.40 454284 1564696 12 09:29:16 07:00:01 5507164 0 757480 9.46 2620 1741676 941944 10.40 454944 1564696 12 09:29:16 07:01:01 5505312 0 759332 9.48 2620 1741676 945568 10.44 456096 1564696 8 09:29:16 07:02:01 5507980 0 756656 9.45 2620 1741684 941872 10.40 454180 1564696 8 09:29:16 07:03:01 5508096 0 756536 9.45 2620 1741688 941872 10.40 454104 1564696 8 09:29:16 07:04:01 5508120 0 756508 9.45 2620 1741692 941872 10.40 454124 1564696 8 09:29:16 07:05:01 5507832 0 756792 9.45 2620 1741696 941920 10.40 454200 1564696 12 09:29:16 07:06:01 5506920 0 757700 9.46 2620 1741700 941968 10.40 455136 1564696 8 09:29:16 07:07:01 5507104 0 757512 9.46 2620 1741704 941872 10.40 455096 1564696 8 09:29:16 07:08:02 5506940 0 757668 9.46 2620 1741712 941872 10.40 454964 1564700 8 09:29:16 07:09:01 5507056 0 757552 9.46 2620 1741712 941872 10.40 454976 1564696 8 09:29:16 07:10:01 5507196 0 757404 9.46 2620 1741720 941932 10.40 455008 1564696 12 09:29:16 07:11:01 5506736 0 757864 9.46 2620 1741720 941944 10.40 454996 1564696 8 09:29:16 07:12:01 5506956 0 757636 9.46 2620 1741728 941872 10.40 454980 1564700 8 09:29:16 07:13:01 5506816 0 757768 9.46 2620 1741736 941872 10.40 454992 1564696 8 09:29:16 07:14:01 5506948 0 757636 9.46 2620 1741736 941872 10.40 455012 1564696 8 09:29:16 07:15:01 5507172 0 757404 9.46 2620 1741744 941920 10.40 454960 1564696 12 09:29:16 07:16:01 5507080 0 757496 9.46 2620 1741744 941872 10.40 455000 1564696 16 09:29:16 07:17:01 5508460 0 756108 9.44 2620 1741752 940280 10.38 454080 1564696 8 09:29:16 07:18:01 5506916 0 757648 9.46 2620 1741756 941908 10.40 455168 1564696 8 09:29:16 07:19:01 5506976 0 757584 9.46 2620 1741760 941404 10.39 454988 1564700 8 09:29:16 07:20:01 5506476 0 758136 9.47 2620 1741708 941536 10.40 455424 1564660 12 09:29:16 07:21:01 5438776 0 783072 9.78 2620 1784472 980544 10.83 495172 1580852 8 09:29:16 07:22:01 5423328 0 788492 9.85 2620 1794500 1093204 12.07 495252 1597228 24 09:29:16 07:23:01 5421312 0 790488 9.87 2620 1794520 1096032 12.10 498640 1594832 32 09:29:16 07:24:01 5422188 0 789620 9.86 2620 1794512 1094068 12.08 499028 1593444 20 09:29:16 07:25:01 5418736 0 788816 9.85 2620 1798768 1093260 12.07 503820 1591400 20 09:29:16 07:26:01 5428292 0 781496 9.76 2620 1796532 989168 10.92 499696 1588008 20 09:29:16 07:27:01 5426876 0 782168 9.77 2620 1797276 998828 11.03 500288 1588580 100 09:29:16 07:28:01 5427328 0 781684 9.76 2620 1797308 996152 11.00 499564 1588904 44 09:29:16 07:29:01 5430368 0 778640 9.72 2620 1797312 965312 10.66 497364 1588904 12 09:29:16 07:30:01 5430372 0 778632 9.72 2620 1797316 965384 10.66 500908 1585280 12 09:29:16 07:31:01 5429984 0 779012 9.73 2620 1797324 965396 10.66 501072 1585280 16 09:29:16 07:32:01 5430212 0 778784 9.72 2620 1797324 965312 10.66 501544 1585280 16 09:29:16 07:33:01 5429908 0 779084 9.73 2620 1797328 965312 10.66 501712 1585280 8 09:29:16 07:34:01 5429428 0 779560 9.73 2620 1797332 965312 10.66 501684 1585280 8 09:29:16 07:35:01 5430052 0 778932 9.73 2620 1797336 965396 10.66 502124 1584720 12 09:29:16 07:36:01 5429536 0 779440 9.73 2620 1797344 965456 10.66 502540 1584720 16 09:29:16 07:37:01 5429204 0 779772 9.74 2620 1797344 965468 10.66 504280 1583056 8 09:29:16 07:38:01 5429644 0 779324 9.73 2620 1797352 965312 10.66 503876 1583056 8 09:29:16 07:39:01 5430040 0 778928 9.73 2620 1797352 965312 10.66 503692 1583304 8 09:29:16 07:40:01 5429588 0 779368 9.73 2620 1797364 965372 10.66 503748 1583308 12 09:29:16 07:41:02 5429976 0 778976 9.73 2620 1797368 965396 10.66 503780 1583304 16 09:29:16 07:42:01 5430256 0 778696 9.72 2620 1797368 965312 10.66 503660 1583304 16 09:29:16 07:43:01 5429640 0 779304 9.73 2620 1797376 965312 10.66 503932 1583056 8 09:29:16 07:44:01 5429788 0 779156 9.73 2620 1797376 965312 10.66 503996 1583056 8 09:29:16 07:45:01 5429856 0 779080 9.73 2620 1797384 965372 10.66 503996 1583056 12 09:29:16 07:46:01 5429692 0 779240 9.73 2620 1797388 965420 10.66 504024 1583056 16 09:29:16 07:47:01 5429600 0 779328 9.73 2620 1797392 965312 10.66 504024 1583056 16 09:29:16 07:48:01 5429748 0 779176 9.73 2620 1797396 965312 10.66 503912 1583056 8 09:29:16 07:49:01 5429732 0 779192 9.73 2620 1797396 965312 10.66 503932 1583056 8 09:29:16 07:50:01 5430152 0 778764 9.72 2620 1797404 965360 10.66 503880 1583056 12 09:29:16 07:51:01 5429528 0 779384 9.73 2620 1797408 965408 10.66 504020 1583056 16 09:29:16 07:52:01 5429608 0 779300 9.73 2620 1797412 965312 10.66 504016 1583056 16 09:29:16 07:53:01 5430136 0 778764 9.72 2620 1797420 965312 10.66 503972 1583060 8 09:29:16 07:54:01 5429764 0 779128 9.73 2620 1797428 965312 10.66 503948 1583056 8 09:29:16 07:55:01 5429644 0 779244 9.73 2620 1797432 965372 10.66 504064 1583056 12 09:29:16 07:56:01 5429380 0 779500 9.73 2620 1797440 965384 10.66 504060 1583060 16 09:29:16 07:57:01 5429772 0 779108 9.73 2620 1797440 965312 10.66 504076 1583056 16 09:29:16 07:58:01 5429516 0 779360 9.73 2620 1797444 965312 10.66 504080 1583056 8 09:29:16 07:59:01 5429840 0 779028 9.73 2620 1797452 965348 10.66 504032 1583056 12 09:29:16 08:00:01 5429372 0 779496 9.73 2620 1797452 965384 10.66 504104 1583056 16 09:29:16 08:01:01 5427960 0 780900 9.75 2620 1797460 967884 10.69 504760 1583056 16 09:29:16 08:02:01 5429632 0 779224 9.73 2620 1797464 965312 10.66 504136 1583056 16 09:29:16 08:03:01 5429524 0 779328 9.73 2620 1797468 965312 10.66 504104 1583056 8 09:29:16 08:04:01 5429704 0 779144 9.73 2620 1797472 965312 10.66 503976 1583056 8 09:29:16 08:05:01 5429492 0 779352 9.73 2620 1797476 965360 10.66 504124 1583056 12 09:29:16 08:06:01 5429420 0 779420 9.73 2620 1797480 965396 10.66 504204 1583056 16 09:29:16 08:07:01 5429392 0 779444 9.73 2620 1797484 965312 10.66 504120 1583056 16 09:29:16 08:08:01 5429356 0 779476 9.73 2620 1797488 965444 10.66 504440 1583056 20 09:29:16 08:09:01 5429104 0 779720 9.74 2620 1797496 965516 10.66 504812 1583056 20 09:29:16 08:10:01 5428840 0 779980 9.74 2620 1797500 965528 10.66 504944 1583056 20 09:29:16 08:11:01 5428976 0 779836 9.74 2620 1797508 965480 10.66 504648 1583060 16 09:29:16 08:12:01 5428524 0 780284 9.74 2620 1797512 965492 10.66 504880 1583060 16 09:29:16 08:13:01 5429008 0 779800 9.74 2620 1797512 965408 10.66 504560 1583056 16 09:29:16 08:14:02 5429616 0 779184 9.73 2620 1797520 965312 10.66 504160 1583056 8 09:29:16 08:15:01 5429408 0 779392 9.73 2620 1797520 965536 10.66 504684 1583056 12 09:29:16 08:16:01 5428904 0 779888 9.74 2620 1797528 965548 10.66 504788 1583056 12 09:29:16 08:17:01 5429648 0 779140 9.73 2620 1797532 965380 10.66 504328 1583056 16 09:29:16 08:18:01 5429384 0 779400 9.73 2620 1797536 965380 10.66 504352 1583056 8 09:29:16 08:19:01 5429548 0 779232 9.73 2620 1797540 965380 10.66 504352 1583056 8 09:29:16 08:20:01 5429296 0 779484 9.73 2620 1797540 965440 10.66 504364 1583056 12 09:29:16 08:21:01 5429488 0 779284 9.73 2620 1797548 965464 10.66 504344 1583056 16 09:29:16 08:22:01 5429592 0 779176 9.73 2620 1797552 965380 10.66 504300 1583056 16 09:29:16 08:23:01 5429748 0 779016 9.73 2620 1797556 965380 10.66 504252 1583056 8 09:29:16 08:24:01 5429764 0 778996 9.73 2620 1797560 965380 10.66 504460 1583056 8 09:29:16 08:25:01 5429764 0 778992 9.73 2620 1797564 965428 10.66 504412 1583056 12 09:29:16 08:26:01 5429180 0 779568 9.73 2620 1797572 965452 10.66 504476 1583056 16 09:29:16 08:27:01 5429284 0 779456 9.73 2620 1797580 965380 10.66 504376 1583060 16 09:29:16 08:28:01 5429300 0 779440 9.73 2620 1797580 965380 10.66 504300 1583056 8 09:29:16 08:29:01 5429260 0 779476 9.73 2620 1797584 965380 10.66 504400 1583056 8 09:29:16 08:30:01 5429048 0 779684 9.74 2620 1797588 965440 10.66 504304 1583056 12 09:29:16 08:31:01 5429452 0 779276 9.73 2620 1797592 965428 10.66 504264 1583056 16 09:29:16 08:32:01 5429148 0 779572 9.73 2620 1797600 965452 10.66 504328 1583056 8 09:29:16 08:33:01 5429244 0 779472 9.73 2620 1797604 965380 10.66 504384 1583060 12 09:29:16 08:34:01 5429432 0 779276 9.73 2620 1797612 965380 10.66 504312 1583056 8 09:29:16 08:35:01 5429188 0 779516 9.73 2620 1797616 965440 10.66 504360 1583056 12 09:29:16 08:36:01 5429048 0 779656 9.73 2620 1797616 965440 10.66 504352 1583056 8 09:29:16 08:37:01 5429040 0 779656 9.73 2620 1797624 965440 10.66 504540 1583056 8 09:29:16 08:38:01 5429292 0 779404 9.73 2620 1797624 965380 10.66 504352 1583056 8 09:29:16 08:39:01 5429568 0 779120 9.73 2620 1797632 965380 10.66 504348 1583056 8 09:29:16 08:40:01 5429764 0 778920 9.73 2620 1797636 965428 10.66 504468 1583056 12 09:29:16 08:41:01 5429524 0 779152 9.73 2620 1797644 965380 10.66 504436 1583056 16 09:29:16 08:42:01 5429556 0 779116 9.73 2620 1797648 965380 10.66 504392 1583056 8 09:29:16 08:43:01 5429012 0 779656 9.73 2620 1797652 965380 10.66 504472 1583060 8 09:29:16 08:44:01 5429160 0 779500 9.73 2620 1797660 965380 10.66 504580 1583056 24 09:29:16 08:45:01 5428908 0 779748 9.74 2620 1797664 965476 10.66 504588 1583056 12 09:29:16 08:46:01 5429136 0 779516 9.73 2620 1797668 965380 10.66 504380 1583056 16 09:29:16 08:47:01 5429320 0 779328 9.73 2620 1797672 965440 10.66 504456 1583056 8 09:29:16 08:48:02 5429540 0 779104 9.73 2620 1797676 965380 10.66 504440 1583056 8 09:29:16 08:49:01 5429100 0 779540 9.73 2620 1797680 965500 10.66 504740 1583056 20 09:29:16 08:50:01 5429544 0 779088 9.73 2620 1797688 964604 10.65 503712 1583056 20 09:29:16 08:51:01 5430220 0 778412 9.72 2620 1797688 964388 10.65 503456 1583056 16 09:29:16 08:52:01 5430180 0 778444 9.72 2620 1797696 964424 10.65 503404 1583060 8 09:29:16 08:53:01 5430408 0 778216 9.72 2620 1797696 964352 10.65 503500 1583056 16 09:29:16 08:54:01 5430616 0 778004 9.71 2620 1797700 964388 10.65 503596 1583056 8 09:29:16 08:55:01 5430296 0 778316 9.72 2620 1797708 964412 10.65 503428 1583056 12 09:29:16 08:56:01 5430304 0 778304 9.72 2620 1797712 964388 10.65 503412 1583056 16 09:29:16 08:57:01 5431312 0 777288 9.71 2620 1797720 962820 10.63 502772 1582872 8 09:29:16 08:58:01 5430260 0 778336 9.72 2620 1797724 964352 10.65 503620 1582872 8 09:29:16 08:59:01 5430392 0 778200 9.72 2620 1797728 964352 10.65 503604 1582876 8 09:29:16 09:00:01 5430080 0 778508 9.72 2620 1797732 964400 10.65 503620 1582872 12 09:29:16 09:01:01 5428604 0 779984 9.74 2620 1797732 967512 10.68 504680 1582872 16 09:29:16 09:02:01 5430012 0 778568 9.72 2620 1797740 964352 10.65 503736 1582872 8 09:29:16 09:03:01 5430156 0 778416 9.72 2620 1797748 964460 10.65 503744 1582872 8 09:29:16 09:04:01 5430352 0 778220 9.72 2620 1797748 964352 10.65 503680 1582872 8 09:29:16 09:05:01 5430428 0 778136 9.72 2620 1797756 964400 10.65 503760 1582872 12 09:29:16 09:06:01 5430476 0 778088 9.72 2620 1797756 964388 10.65 503632 1582872 20 09:29:16 09:07:01 5430328 0 778228 9.72 2620 1797764 964424 10.65 503860 1582876 12 09:29:16 09:08:01 5430180 0 778372 9.72 2620 1797768 964424 10.65 503860 1582872 8 09:29:16 09:09:01 5430260 0 778292 9.72 2620 1797768 964352 10.65 503648 1582872 8 09:29:16 09:10:01 5430164 0 778380 9.72 2620 1797776 964424 10.65 503796 1582872 12 09:29:16 09:11:01 5430516 0 778024 9.71 2620 1797780 964388 10.65 503672 1582872 16 09:29:16 09:12:01 5429932 0 778600 9.72 2620 1797788 964412 10.65 503748 1582872 8 09:29:16 09:13:01 5430492 0 778032 9.71 2620 1797796 964352 10.65 503740 1582876 8 09:29:16 09:14:01 5430352 0 778168 9.72 2620 1797800 964352 10.65 503732 1582872 8 09:29:16 09:15:01 5576676 0 632040 7.89 2620 1797604 705468 7.79 368716 1573688 0 09:29:16 09:16:01 5458524 0 749956 9.36 2620 1797840 1017276 11.23 489268 1568844 168 09:29:16 09:17:01 5464080 0 744400 9.29 2620 1797840 991096 10.94 484248 1568832 20 09:29:16 09:18:01 5454428 0 754048 9.42 2620 1797844 991096 10.94 493904 1568832 8 09:29:16 09:19:01 5453192 0 755280 9.43 2620 1797848 991096 10.94 494924 1568832 8 09:29:16 09:20:01 5453132 0 755336 9.43 2620 1797852 991096 10.94 494896 1568832 8 09:29:16 09:21:02 5452104 0 756356 9.44 2620 1797860 991180 10.94 496004 1568832 20 09:29:16 09:22:01 5452220 0 756240 9.44 2620 1797860 991204 10.94 496000 1568832 8 09:29:16 09:23:01 5452660 0 755792 9.44 2620 1797868 991096 10.94 495496 1568832 8 09:29:16 09:24:01 5452916 0 755536 9.43 2620 1797868 991096 10.94 495480 1568832 8 09:29:16 09:25:01 5452980 0 755460 9.43 2620 1797880 991096 10.94 495620 1568840 8 09:29:16 09:26:01 5451656 0 756780 9.45 2620 1797884 991448 10.95 496428 1568832 20 09:29:16 09:27:01 5451144 0 757292 9.46 2620 1797884 991460 10.95 496564 1568832 8 09:29:16 09:28:01 5453536 0 754892 9.43 2620 1797892 991160 10.94 494808 1568832 8 09:29:16 09:29:01 4905016 0 897760 11.21 2620 2203544 1250548 13.81 687900 1835664 61148 09:29:16 Average: 5517536 0 741195 9.25 2620 1747589 961944 10.62 463999 1564473 331 09:29:16 09:29:16 05:38:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:29:16 05:39:01 eth0 50.31 33.17 113.24 5.32 0.00 0.00 0.00 0.00 09:29:16 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:40:01 eth0 42.08 30.43 101.64 5.29 0.00 0.00 0.00 0.00 09:29:16 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:41:01 eth0 9.05 6.80 28.73 1.44 0.00 0.00 0.00 0.00 09:29:16 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:42:01 eth0 3.60 2.55 2.84 2.29 0.00 0.00 0.00 0.00 09:29:16 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:43:01 eth0 9.34 8.33 20.77 2.52 0.00 0.00 0.00 0.00 09:29:16 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:44:01 eth0 25.74 20.61 73.49 6.10 0.00 0.00 0.00 0.00 09:29:16 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:45:01 eth0 9.90 8.38 18.82 3.86 0.00 0.00 0.00 0.00 09:29:16 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:46:01 eth0 8.18 6.48 18.73 1.91 0.00 0.00 0.00 0.00 09:29:16 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:47:01 eth0 19.37 16.81 52.75 5.47 0.00 0.00 0.00 0.00 09:29:16 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:48:01 eth0 21.49 17.59 58.32 4.78 0.00 0.00 0.00 0.00 09:29:16 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:49:01 eth0 5.01 3.05 5.76 1.14 0.00 0.00 0.00 0.00 09:29:16 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:50:01 eth0 7.85 6.06 6.07 6.14 0.00 0.00 0.00 0.00 09:29:16 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:51:01 eth0 39.19 28.91 72.12 6.81 0.00 0.00 0.00 0.00 09:29:16 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:52:01 eth0 25.54 19.86 54.01 5.07 0.00 0.00 0.00 0.00 09:29:16 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:53:01 eth0 5.40 4.30 4.06 4.28 0.00 0.00 0.00 0.00 09:29:16 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:54:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:29:16 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:55:02 eth0 24.95 18.56 33.32 2.26 0.00 0.00 0.00 0.00 09:29:16 05:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:56:01 eth0 26.07 20.36 48.46 4.24 0.00 0.00 0.00 0.00 09:29:16 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:57:01 eth0 5.98 4.51 5.22 3.56 0.00 0.00 0.00 0.00 09:29:16 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:58:01 eth0 0.20 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:29:16 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:59:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:29:16 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:00:01 eth0 0.10 0.08 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:01:01 eth0 0.18 0.13 0.10 0.04 0.00 0.00 0.00 0.00 09:29:16 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:02:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:29:16 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:04:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:29:16 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:05:01 eth0 0.13 0.07 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:06:01 eth0 0.55 0.20 0.14 0.04 0.00 0.00 0.00 0.00 09:29:16 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:07:01 eth0 0.42 0.27 0.26 0.17 0.00 0.00 0.00 0.00 09:29:16 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:08:01 eth0 0.13 0.08 0.05 0.07 0.00 0.00 0.00 0.00 09:29:16 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:09:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:10:01 eth0 0.13 0.12 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:11:01 eth0 0.22 0.18 0.16 0.07 0.00 0.00 0.00 0.00 09:29:16 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:12:01 eth0 0.60 0.43 0.52 0.15 0.00 0.00 0.00 0.00 09:29:16 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:13:01 eth0 4.30 4.06 3.06 0.88 0.00 0.00 0.00 0.00 09:29:16 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:14:01 eth0 0.37 0.23 0.27 0.12 0.00 0.00 0.00 0.00 09:29:16 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:15:01 eth0 0.15 0.12 0.04 0.05 0.00 0.00 0.00 0.00 09:29:16 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:16:01 eth0 0.13 0.13 0.10 0.01 0.00 0.00 0.00 0.00 09:29:16 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:17:01 eth0 0.48 0.27 0.27 0.19 0.00 0.00 0.00 0.00 09:29:16 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:18:01 eth0 0.92 0.68 1.12 0.32 0.00 0.00 0.00 0.00 09:29:16 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:19:01 eth0 2.05 0.98 1.26 0.76 0.00 0.00 0.00 0.00 09:29:16 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:20:01 eth0 0.08 0.03 0.04 0.03 0.00 0.00 0.00 0.00 09:29:16 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:21:01 eth0 0.18 0.22 0.10 0.04 0.00 0.00 0.00 0.00 09:29:16 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:22:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:23:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:25:01 eth0 0.13 0.12 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:26:01 eth0 0.15 0.15 0.10 0.04 0.00 0.00 0.00 0.00 09:29:16 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:27:01 eth0 0.05 0.05 0.00 0.01 0.00 0.00 0.00 0.00 09:29:16 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:28:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:30:02 eth0 0.17 0.12 0.07 0.04 0.00 0.00 0.00 0.00 09:29:16 06:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:31:01 eth0 0.12 0.14 0.07 0.04 0.00 0.00 0.00 0.00 09:29:16 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:32:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:33:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:34:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:35:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:36:01 eth0 0.27 0.23 0.14 0.08 0.00 0.00 0.00 0.00 09:29:16 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:37:01 eth0 0.65 0.35 0.40 0.29 0.00 0.00 0.00 0.00 09:29:16 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:38:01 eth0 0.23 0.13 0.13 0.10 0.00 0.00 0.00 0.00 09:29:16 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:39:01 eth0 0.12 0.08 0.05 0.04 0.00 0.00 0.00 0.00 09:29:16 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:40:01 eth0 0.12 0.10 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:41:01 eth0 0.15 0.12 0.10 0.03 0.00 0.00 0.00 0.00 09:29:16 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:43:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:45:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 09:29:16 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:46:01 eth0 0.22 0.15 0.14 0.04 0.00 0.00 0.00 0.00 09:29:16 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:47:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:50:01 eth0 0.07 0.05 0.04 0.03 0.00 0.00 0.00 0.00 09:29:16 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:51:01 eth0 0.18 0.20 0.10 0.04 0.00 0.00 0.00 0.00 09:29:16 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:53:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:29:16 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:55:01 eth0 0.07 0.08 0.01 0.04 0.00 0.00 0.00 0.00 09:29:16 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:56:01 eth0 0.15 0.15 0.13 0.01 0.00 0.00 0.00 0.00 09:29:16 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:57:01 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 09:29:16 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:58:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:00:01 eth0 0.12 0.08 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:01:01 eth0 0.15 0.13 0.10 0.01 0.00 0.00 0.00 0.00 09:29:16 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:03:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:04:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 09:29:16 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:05:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:06:01 eth0 0.25 0.22 0.14 0.07 0.00 0.00 0.00 0.00 09:29:16 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:07:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:08:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:10:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 09:29:16 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:11:01 eth0 0.20 0.18 0.13 0.04 0.00 0.00 0.00 0.00 09:29:16 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:13:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:15:01 eth0 0.08 0.08 0.01 0.00 0.00 0.00 0.00 0.00 09:29:16 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:16:01 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 09:29:16 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:17:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:18:01 eth0 0.08 0.07 0.04 0.00 0.00 0.00 0.00 0.00 09:29:16 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:19:01 eth0 0.17 0.12 0.10 0.03 0.00 0.00 0.00 0.00 09:29:16 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:20:01 eth0 1.33 0.92 1.34 0.47 0.00 0.00 0.00 0.00 09:29:16 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:21:01 eth0 32.76 30.51 300.40 9.10 0.00 0.00 0.00 0.00 09:29:16 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:22:01 eth0 4.36 3.28 4.81 1.44 0.00 0.00 0.00 0.00 09:29:16 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:22:01 veth0870645 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 09:29:16 07:22:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 09:29:16 07:23:01 eth0 3.32 2.60 3.90 1.06 0.00 0.00 0.00 0.00 09:29:16 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:23:01 veth0870645 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:24:01 eth0 4.13 4.55 3.82 6.17 0.00 0.00 0.00 0.00 09:29:16 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:24:01 veth0870645 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:25:01 eth0 9.19 12.29 31.33 3.12 0.00 0.00 0.00 0.00 09:29:16 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:25:01 veth0870645 9.91 5.73 2.04 27.74 0.00 0.00 0.00 0.00 09:29:16 07:25:01 docker0 9.91 5.73 1.90 27.74 0.00 0.00 0.00 0.00 09:29:16 07:26:01 eth0 3.58 2.65 3.80 1.12 0.00 0.00 0.00 0.00 09:29:16 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:27:01 eth0 3.18 3.70 3.45 6.14 0.00 0.00 0.00 0.00 09:29:16 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:28:01 eth0 2.85 1.70 2.33 0.77 0.00 0.00 0.00 0.00 09:29:16 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:30:01 eth0 0.12 0.08 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:31:01 eth0 0.18 0.18 0.10 0.04 0.00 0.00 0.00 0.00 09:29:16 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:35:01 eth0 0.10 0.07 0.07 0.04 0.00 0.00 0.00 0.00 09:29:16 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:36:01 eth0 0.42 0.23 0.24 0.13 0.00 0.00 0.00 0.00 09:29:16 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:37:01 eth0 0.15 0.08 0.09 0.09 0.00 0.00 0.00 0.00 09:29:16 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:38:01 eth0 0.83 0.00 0.12 0.00 0.00 0.00 0.00 0.00 09:29:16 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:39:01 eth0 1.80 0.03 0.20 0.00 0.00 0.00 0.00 0.00 09:29:16 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:40:01 eth0 0.43 0.02 0.05 0.00 0.00 0.00 0.00 0.00 09:29:16 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:41:02 eth0 0.42 0.23 0.15 0.07 0.00 0.00 0.00 0.00 09:29:16 07:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:43:01 eth0 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 09:29:16 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:44:01 eth0 0.33 0.00 0.04 0.00 0.00 0.00 0.00 0.00 09:29:16 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:45:01 eth0 0.18 0.12 0.05 0.04 0.00 0.00 0.00 0.00 09:29:16 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:46:01 eth0 0.18 0.17 0.10 0.04 0.00 0.00 0.00 0.00 09:29:16 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:47:01 eth0 0.12 0.03 0.01 0.00 0.00 0.00 0.00 0.00 09:29:16 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:48:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:49:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:50:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:51:01 eth0 0.22 0.20 0.14 0.07 0.00 0.00 0.00 0.00 09:29:16 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:52:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:54:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:55:01 eth0 0.12 0.05 0.04 0.03 0.00 0.00 0.00 0.00 09:29:16 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:56:01 eth0 0.15 0.12 0.04 0.03 0.00 0.00 0.00 0.00 09:29:16 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:58:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:59:01 eth0 0.15 0.10 0.07 0.01 0.00 0.00 0.00 0.00 09:29:16 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:00:01 eth0 0.08 0.05 0.04 0.03 0.00 0.00 0.00 0.00 09:29:16 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:01:01 eth0 0.17 0.15 0.10 0.01 0.00 0.00 0.00 0.00 09:29:16 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:02:01 eth0 0.12 0.10 0.01 0.03 0.00 0.00 0.00 0.00 09:29:16 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:04:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:05:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 09:29:16 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:06:01 eth0 0.20 0.18 0.14 0.04 0.00 0.00 0.00 0.00 09:29:16 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:07:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:08:01 eth0 0.38 0.25 0.18 0.13 0.00 0.00 0.00 0.00 09:29:16 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:09:01 eth0 0.55 0.35 0.36 0.23 0.00 0.00 0.00 0.00 09:29:16 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:10:01 eth0 0.22 0.15 0.10 0.14 0.00 0.00 0.00 0.00 09:29:16 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:11:01 eth0 0.25 0.18 0.14 0.04 0.00 0.00 0.00 0.00 09:29:16 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:12:01 eth0 0.30 0.17 0.17 0.10 0.00 0.00 0.00 0.00 09:29:16 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:13:01 eth0 0.18 0.10 0.09 0.10 0.00 0.00 0.00 0.00 09:29:16 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:14:02 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:15:01 eth0 0.49 0.27 0.27 0.20 0.00 0.00 0.00 0.00 09:29:16 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:16:01 eth0 0.23 0.20 0.14 0.07 0.00 0.00 0.00 0.00 09:29:16 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:17:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:18:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:19:01 eth0 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:21:01 eth0 0.23 0.20 0.14 0.04 0.00 0.00 0.00 0.00 09:29:16 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:22:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 09:29:16 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:23:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:24:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:25:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:26:01 eth0 0.27 0.23 0.14 0.07 0.00 0.00 0.00 0.00 09:29:16 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:30:01 eth0 0.07 0.05 0.04 0.03 0.00 0.00 0.00 0.00 09:29:16 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:31:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 09:29:16 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:32:01 eth0 0.17 0.13 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:35:01 eth0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:36:01 eth0 0.13 0.12 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:37:01 eth0 0.07 0.07 0.04 0.03 0.00 0.00 0.00 0.00 09:29:16 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:39:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:40:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:41:01 eth0 0.07 0.07 0.00 0.04 0.00 0.00 0.00 0.00 09:29:16 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:42:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:43:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:44:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:45:01 eth0 0.22 0.18 0.11 0.04 0.00 0.00 0.00 0.00 09:29:16 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:47:01 eth0 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 09:29:16 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:48:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:49:01 eth0 0.39 0.25 0.22 0.17 0.00 0.00 0.00 0.00 09:29:16 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:50:01 eth0 0.58 0.83 0.16 3.68 0.00 0.00 0.00 0.00 09:29:16 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:51:01 eth0 0.08 0.03 0.04 0.00 0.00 0.00 0.00 0.00 09:29:16 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:52:01 eth0 0.20 0.15 0.10 0.04 0.00 0.00 0.00 0.00 09:29:16 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:53:01 eth0 0.03 0.08 0.00 0.01 0.00 0.00 0.00 0.00 09:29:16 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:54:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 09:29:16 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:55:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:56:01 eth0 0.15 0.13 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:57:01 eth0 0.08 0.08 0.04 0.03 0.00 0.00 0.00 0.00 09:29:16 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:00:01 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 09:29:16 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:01:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:03:01 eth0 0.18 0.15 0.08 0.04 0.00 0.00 0.00 0.00 09:29:16 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:04:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:05:01 eth0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:06:01 eth0 0.20 0.17 0.10 0.04 0.00 0.00 0.00 0.00 09:29:16 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:07:01 eth0 0.15 0.13 0.07 0.03 0.00 0.00 0.00 0.00 09:29:16 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:08:01 eth0 0.03 0.03 0.03 0.00 0.00 0.00 0.00 0.00 09:29:16 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:09:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:10:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 09:29:16 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:11:01 eth0 0.12 0.12 0.04 0.04 0.00 0.00 0.00 0.00 09:29:16 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:12:01 eth0 0.22 0.22 0.11 0.05 0.00 0.00 0.00 0.00 09:29:16 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:13:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:14:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:15:01 eth0 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 09:29:16 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:16:01 eth0 29.21 30.88 14.97 36.73 0.00 0.00 0.00 0.00 09:29:16 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:17:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:18:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:19:01 eth0 0.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:20:01 eth0 0.53 0.03 0.02 0.03 0.00 0.00 0.00 0.00 09:29:16 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:21:02 eth0 0.30 0.13 0.08 0.07 0.00 0.00 0.00 0.00 09:29:16 09:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:22:01 eth0 0.07 0.02 0.06 0.00 0.00 0.00 0.00 0.00 09:29:16 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:24:01 eth0 0.07 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:29:16 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:25:01 eth0 0.42 0.00 0.04 0.00 0.00 0.00 0.00 0.00 09:29:16 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:26:01 eth0 2.95 0.82 1.09 0.62 0.00 0.00 0.00 0.00 09:29:16 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:27:01 eth0 0.78 0.20 0.31 0.22 0.00 0.00 0.00 0.00 09:29:16 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:29:01 eth0 200.93 177.03 2178.94 36.16 0.00 0.00 0.00 0.00 09:29:16 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 Average: eth0 2.90 2.38 14.21 0.81 0.00 0.00 0.00 0.00 09:29:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:16 Average: docker0 0.04 0.03 0.01 0.12 0.00 0.00 0.00 0.00 09:29:16 09:29:16 09:29:16 ---> sar -P ALL: 09:29:16 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 09:29:16 09:29:16 05:36:46 LINUX RESTART (2 CPU) 09:29:16 09:29:16 05:38:03 CPU %user %nice %system %iowait %steal %idle 09:29:16 05:39:01 all 0.66 0.00 0.14 0.00 0.03 99.18 09:29:16 05:39:01 0 0.73 0.00 0.19 0.00 0.02 99.07 09:29:16 05:39:01 1 0.59 0.00 0.09 0.00 0.03 99.29 09:29:16 05:40:01 all 1.00 0.00 0.12 0.10 0.02 98.77 09:29:16 05:40:01 0 1.14 0.00 0.13 0.00 0.02 98.71 09:29:16 05:40:01 1 0.85 0.00 0.10 0.20 0.02 98.83 09:29:16 05:41:01 all 0.54 0.00 0.04 0.00 0.03 99.39 09:29:16 05:41:01 0 0.45 0.00 0.05 0.00 0.03 99.46 09:29:16 05:41:01 1 0.63 0.00 0.03 0.00 0.02 99.32 09:29:16 05:42:01 all 0.36 0.00 0.05 0.00 0.02 99.57 09:29:16 05:42:01 0 0.30 0.00 0.05 0.00 0.03 99.62 09:29:16 05:42:01 1 0.42 0.00 0.05 0.00 0.00 99.53 09:29:16 05:43:01 all 0.42 0.00 0.07 0.00 0.03 99.49 09:29:16 05:43:01 0 0.32 0.00 0.07 0.00 0.03 99.58 09:29:16 05:43:01 1 0.52 0.00 0.07 0.00 0.02 99.40 09:29:16 05:44:01 all 0.71 0.00 0.08 0.00 0.03 99.18 09:29:16 05:44:01 0 0.95 0.00 0.10 0.00 0.02 98.93 09:29:16 05:44:01 1 0.47 0.00 0.07 0.00 0.03 99.43 09:29:16 05:45:01 all 0.48 0.00 0.09 0.01 0.03 99.39 09:29:16 05:45:01 0 0.72 0.00 0.10 0.00 0.02 99.16 09:29:16 05:45:01 1 0.25 0.00 0.08 0.02 0.03 99.62 09:29:16 05:46:01 all 0.55 0.00 0.06 0.00 0.02 99.37 09:29:16 05:46:01 0 0.35 0.00 0.07 0.00 0.02 99.56 09:29:16 05:46:01 1 0.75 0.00 0.05 0.00 0.02 99.18 09:29:16 05:47:01 all 0.27 0.00 0.08 0.00 0.02 99.64 09:29:16 05:47:01 0 0.23 0.00 0.08 0.00 0.02 99.66 09:29:16 05:47:01 1 0.30 0.00 0.07 0.00 0.02 99.62 09:29:16 05:48:01 all 0.86 0.00 0.08 0.00 0.03 99.03 09:29:16 05:48:01 0 0.40 0.00 0.12 0.00 0.03 99.45 09:29:16 05:48:01 1 1.32 0.00 0.05 0.00 0.02 98.61 09:29:16 05:49:01 all 0.73 0.00 0.04 0.00 0.02 99.21 09:29:16 05:49:01 0 1.02 0.00 0.03 0.00 0.02 98.93 09:29:16 05:49:01 1 0.43 0.00 0.05 0.00 0.02 99.50 09:29:16 09:29:16 05:49:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 05:50:01 all 0.51 0.00 0.08 0.01 0.02 99.39 09:29:16 05:50:01 0 0.69 0.00 0.08 0.02 0.02 99.20 09:29:16 05:50:01 1 0.33 0.00 0.07 0.00 0.02 99.58 09:29:16 05:51:01 all 0.49 0.00 0.10 0.00 0.03 99.39 09:29:16 05:51:01 0 0.37 0.00 0.12 0.00 0.02 99.50 09:29:16 05:51:01 1 0.60 0.00 0.08 0.00 0.03 99.28 09:29:16 05:52:01 all 0.73 0.00 0.17 0.05 0.03 99.03 09:29:16 05:52:01 0 0.89 0.00 0.20 0.10 0.03 98.78 09:29:16 05:52:01 1 0.57 0.00 0.13 0.00 0.02 99.28 09:29:16 05:53:01 all 0.88 0.00 0.38 1.10 0.03 97.61 09:29:16 05:53:01 0 0.84 0.00 0.18 0.27 0.02 98.70 09:29:16 05:53:01 1 0.92 0.00 0.59 1.94 0.03 96.52 09:29:16 05:54:01 all 0.13 0.00 0.03 0.00 0.02 99.82 09:29:16 05:54:01 0 0.20 0.00 0.02 0.00 0.02 99.77 09:29:16 05:54:01 1 0.05 0.00 0.05 0.00 0.02 99.88 09:29:16 05:55:02 all 0.34 0.00 0.05 0.00 0.03 99.58 09:29:16 05:55:02 0 0.20 0.00 0.07 0.00 0.02 99.72 09:29:16 05:55:02 1 0.48 0.00 0.03 0.00 0.03 99.45 09:29:16 05:56:01 all 0.31 0.00 0.08 0.00 0.02 99.60 09:29:16 05:56:01 0 0.34 0.00 0.10 0.00 0.00 99.56 09:29:16 05:56:01 1 0.27 0.00 0.05 0.00 0.03 99.64 09:29:16 05:57:01 all 0.71 0.00 0.20 0.01 0.03 99.06 09:29:16 05:57:01 0 0.55 0.00 0.18 0.02 0.03 99.21 09:29:16 05:57:01 1 0.87 0.00 0.22 0.00 0.02 98.90 09:29:16 05:58:01 all 0.14 0.00 0.02 0.00 0.02 99.82 09:29:16 05:58:01 0 0.27 0.00 0.02 0.00 0.02 99.70 09:29:16 05:58:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 05:59:01 all 0.16 0.00 0.02 0.00 0.01 99.82 09:29:16 05:59:01 0 0.28 0.00 0.02 0.00 0.02 99.68 09:29:16 05:59:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 06:00:01 all 0.03 0.00 0.03 0.00 0.03 99.92 09:29:16 06:00:01 0 0.05 0.00 0.03 0.00 0.02 99.90 09:29:16 06:00:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 09:29:16 06:00:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 06:01:01 all 0.04 0.00 0.03 0.01 0.02 99.91 09:29:16 06:01:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 06:01:01 1 0.07 0.00 0.03 0.02 0.02 99.87 09:29:16 06:02:01 all 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 06:02:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 06:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 06:03:01 all 0.03 0.00 0.03 0.00 0.02 99.93 09:29:16 06:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:29:16 06:03:01 1 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 06:04:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:29:16 06:04:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 06:04:01 1 0.13 0.00 0.02 0.00 0.03 99.82 09:29:16 06:05:01 all 0.09 0.00 0.02 0.00 0.02 99.87 09:29:16 06:05:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 06:05:01 1 0.15 0.00 0.02 0.00 0.00 99.83 09:29:16 06:06:01 all 0.12 0.00 0.02 0.00 0.01 99.86 09:29:16 06:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 06:06:01 1 0.20 0.00 0.02 0.00 0.00 99.78 09:29:16 06:07:01 all 0.08 0.00 0.03 0.00 0.03 99.85 09:29:16 06:07:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:29:16 06:07:01 1 0.13 0.00 0.03 0.00 0.02 99.82 09:29:16 06:08:01 all 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 06:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 06:08:01 1 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 06:09:01 all 0.10 0.00 0.03 0.00 0.02 99.86 09:29:16 06:09:01 0 0.18 0.00 0.03 0.00 0.02 99.77 09:29:16 06:09:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 06:10:01 all 0.15 0.00 0.02 0.00 0.01 99.82 09:29:16 06:10:01 0 0.27 0.00 0.03 0.00 0.02 99.68 09:29:16 06:10:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:29:16 06:11:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:29:16 06:11:01 0 0.23 0.00 0.03 0.00 0.02 99.72 09:29:16 06:11:01 1 0.02 0.00 0.03 0.00 0.03 99.92 09:29:16 09:29:16 06:11:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 06:12:01 all 0.09 0.00 0.02 0.00 0.01 99.88 09:29:16 06:12:01 0 0.13 0.00 0.02 0.00 0.00 99.85 09:29:16 06:12:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:29:16 06:13:01 all 0.35 0.00 0.29 0.20 0.03 99.12 09:29:16 06:13:01 0 0.37 0.00 0.34 0.40 0.03 98.86 09:29:16 06:13:01 1 0.33 0.00 0.25 0.00 0.03 99.38 09:29:16 06:14:01 all 0.12 0.00 0.03 0.00 0.02 99.84 09:29:16 06:14:01 0 0.20 0.00 0.02 0.00 0.00 99.78 09:29:16 06:14:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 06:15:01 all 0.07 0.00 0.02 0.00 0.02 99.90 09:29:16 06:15:01 0 0.10 0.00 0.02 0.00 0.03 99.85 09:29:16 06:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 06:16:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 06:16:01 0 0.13 0.00 0.02 0.00 0.03 99.82 09:29:16 06:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 06:17:01 all 0.09 0.00 0.03 0.00 0.01 99.87 09:29:16 06:17:01 0 0.15 0.00 0.05 0.00 0.02 99.78 09:29:16 06:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 06:18:01 all 0.03 0.00 0.04 0.00 0.03 99.91 09:29:16 06:18:01 0 0.03 0.00 0.05 0.00 0.03 99.88 09:29:16 06:18:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:29:16 06:19:01 all 0.19 0.00 0.03 0.00 0.02 99.76 09:29:16 06:19:01 0 0.17 0.00 0.05 0.00 0.03 99.75 09:29:16 06:19:01 1 0.22 0.00 0.02 0.00 0.00 99.77 09:29:16 06:20:01 all 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 06:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 06:20:01 1 0.23 0.00 0.02 0.00 0.02 99.73 09:29:16 06:21:01 all 0.12 0.00 0.03 0.00 0.02 99.84 09:29:16 06:21:01 0 0.20 0.00 0.02 0.00 0.02 99.77 09:29:16 06:21:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 06:22:01 all 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 06:22:01 0 0.23 0.00 0.02 0.00 0.02 99.73 09:29:16 06:22:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 09:29:16 06:22:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 06:23:01 all 0.13 0.00 0.02 0.00 0.02 99.84 09:29:16 06:23:01 0 0.12 0.00 0.02 0.00 0.02 99.85 09:29:16 06:23:01 1 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 06:24:01 all 0.13 0.00 0.03 0.00 0.02 99.82 09:29:16 06:24:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 06:24:01 1 0.22 0.00 0.02 0.00 0.00 99.77 09:29:16 06:25:01 all 0.12 0.00 0.01 0.00 0.02 99.86 09:29:16 06:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:29:16 06:25:01 1 0.22 0.00 0.02 0.00 0.02 99.75 09:29:16 06:26:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:29:16 06:26:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 06:26:01 1 0.23 0.00 0.02 0.00 0.03 99.72 09:29:16 06:27:01 all 0.13 0.00 0.01 0.00 0.02 99.85 09:29:16 06:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 06:27:01 1 0.23 0.00 0.00 0.00 0.02 99.75 09:29:16 06:28:01 all 0.13 0.00 0.02 0.00 0.03 99.82 09:29:16 06:28:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 06:28:01 1 0.23 0.00 0.02 0.00 0.02 99.73 09:29:16 06:29:01 all 0.14 0.00 0.03 0.00 0.02 99.82 09:29:16 06:29:01 0 0.00 0.00 0.03 0.00 0.02 99.95 09:29:16 06:29:01 1 0.28 0.00 0.02 0.00 0.02 99.68 09:29:16 06:30:02 all 0.13 0.00 0.02 0.00 0.01 99.84 09:29:16 06:30:02 0 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 06:30:02 1 0.23 0.00 0.02 0.00 0.02 99.73 09:29:16 06:31:01 all 0.08 0.00 0.03 0.00 0.02 99.87 09:29:16 06:31:01 0 0.08 0.00 0.03 0.00 0.02 99.86 09:29:16 06:31:01 1 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 06:32:01 all 0.03 0.00 0.03 0.00 0.03 99.92 09:29:16 06:32:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 06:32:01 1 0.02 0.00 0.03 0.00 0.03 99.92 09:29:16 06:33:01 all 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 06:33:01 0 0.15 0.00 0.02 0.00 0.00 99.83 09:29:16 06:33:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 09:29:16 06:33:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 06:34:01 all 0.10 0.00 0.03 0.00 0.03 99.85 09:29:16 06:34:01 0 0.18 0.00 0.05 0.00 0.03 99.73 09:29:16 06:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:29:16 06:35:01 all 0.10 0.00 0.03 0.00 0.02 99.86 09:29:16 06:35:01 0 0.17 0.00 0.02 0.00 0.00 99.82 09:29:16 06:35:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 06:36:01 all 0.05 0.00 0.02 0.00 0.02 99.92 09:29:16 06:36:01 0 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 06:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 06:37:01 all 0.13 0.00 0.03 0.00 0.02 99.82 09:29:16 06:37:01 0 0.22 0.00 0.03 0.00 0.00 99.75 09:29:16 06:37:01 1 0.05 0.00 0.02 0.00 0.03 99.90 09:29:16 06:38:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:29:16 06:38:01 0 0.15 0.00 0.02 0.00 0.02 99.82 09:29:16 06:38:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 06:39:01 all 0.08 0.00 0.03 0.00 0.02 99.87 09:29:16 06:39:01 0 0.12 0.00 0.02 0.00 0.00 99.87 09:29:16 06:39:01 1 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 06:40:01 all 0.15 4.13 14.08 5.41 0.07 76.16 09:29:16 06:40:01 0 0.24 4.15 13.39 5.77 0.09 76.36 09:29:16 06:40:01 1 0.07 4.10 14.77 5.04 0.05 75.96 09:29:16 06:41:01 all 0.12 0.00 0.02 0.00 0.02 99.85 09:29:16 06:41:01 0 0.20 0.00 0.02 0.00 0.02 99.77 09:29:16 06:41:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 06:42:01 all 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 06:42:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 06:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:29:16 06:43:01 all 0.05 0.00 0.03 0.00 0.02 99.91 09:29:16 06:43:01 0 0.08 0.00 0.03 0.00 0.03 99.85 09:29:16 06:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:29:16 06:44:01 all 0.09 0.00 0.01 0.00 0.02 99.88 09:29:16 06:44:01 0 0.17 0.00 0.02 0.00 0.02 99.80 09:29:16 06:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:29:16 09:29:16 06:44:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 06:45:01 all 0.10 0.00 0.02 0.00 0.02 99.87 09:29:16 06:45:01 0 0.17 0.00 0.02 0.00 0.02 99.80 09:29:16 06:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 06:46:01 all 0.08 0.00 0.03 0.00 0.03 99.86 09:29:16 06:46:01 0 0.17 0.00 0.03 0.00 0.03 99.77 09:29:16 06:46:01 1 0.00 0.00 0.02 0.00 0.03 99.95 09:29:16 06:47:01 all 0.10 0.00 0.02 0.00 0.02 99.87 09:29:16 06:47:01 0 0.18 0.00 0.02 0.00 0.02 99.78 09:29:16 06:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 06:48:01 all 0.10 0.00 0.01 0.00 0.03 99.87 09:29:16 06:48:01 0 0.17 0.00 0.02 0.00 0.03 99.78 09:29:16 06:48:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:29:16 06:49:01 all 0.06 0.00 0.01 0.00 0.02 99.92 09:29:16 06:49:01 0 0.12 0.00 0.02 0.00 0.03 99.83 09:29:16 06:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:29:16 06:50:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 06:50:01 0 0.12 0.00 0.00 0.00 0.02 99.87 09:29:16 06:50:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 06:51:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 06:51:01 0 0.07 0.00 0.02 0.00 0.02 99.90 09:29:16 06:51:01 1 0.08 0.00 0.02 0.00 0.03 99.87 09:29:16 06:52:01 all 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 06:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 06:52:01 1 0.13 0.00 0.02 0.00 0.03 99.82 09:29:16 06:53:01 all 0.06 0.00 0.03 0.00 0.02 99.90 09:29:16 06:53:01 0 0.10 0.00 0.02 0.00 0.02 99.87 09:29:16 06:53:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:29:16 06:54:01 all 0.04 0.00 0.02 0.00 0.03 99.92 09:29:16 06:54:01 0 0.07 0.00 0.02 0.00 0.03 99.88 09:29:16 06:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 06:55:01 all 0.04 0.00 0.02 0.00 0.02 99.92 09:29:16 06:55:01 0 0.07 0.00 0.02 0.00 0.02 99.90 09:29:16 06:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 09:29:16 06:55:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 06:56:01 all 0.03 0.00 0.02 0.01 0.03 99.92 09:29:16 06:56:01 0 0.03 0.00 0.02 0.02 0.03 99.90 09:29:16 06:56:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 06:57:01 all 0.06 0.00 0.02 0.00 0.02 99.91 09:29:16 06:57:01 0 0.10 0.00 0.02 0.00 0.00 99.88 09:29:16 06:57:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 06:58:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:29:16 06:58:01 0 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 06:58:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 06:59:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 06:59:01 0 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 06:59:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:00:01 all 0.10 0.00 0.03 0.00 0.02 99.86 09:29:16 07:00:01 0 0.15 0.00 0.02 0.00 0.00 99.83 09:29:16 07:00:01 1 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:01:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:29:16 07:01:01 0 0.15 0.00 0.03 0.00 0.02 99.80 09:29:16 07:01:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:02:01 all 0.09 0.00 0.03 0.00 0.02 99.87 09:29:16 07:02:01 0 0.17 0.00 0.02 0.00 0.00 99.82 09:29:16 07:02:01 1 0.02 0.00 0.03 0.00 0.03 99.92 09:29:16 07:03:01 all 0.12 0.00 0.03 0.00 0.03 99.83 09:29:16 07:03:01 0 0.18 0.00 0.02 0.00 0.02 99.78 09:29:16 07:03:01 1 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:04:01 all 0.12 0.00 0.03 0.00 0.02 99.84 09:29:16 07:04:01 0 0.23 0.00 0.03 0.00 0.02 99.72 09:29:16 07:04:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:29:16 07:05:01 all 0.12 0.00 0.02 0.00 0.02 99.85 09:29:16 07:05:01 0 0.20 0.00 0.02 0.00 0.03 99.75 09:29:16 07:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 07:06:01 all 0.10 0.00 0.02 0.00 0.02 99.87 09:29:16 07:06:01 0 0.18 0.00 0.02 0.00 0.02 99.78 09:29:16 07:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 09:29:16 07:06:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 07:07:01 all 0.03 0.00 0.03 0.00 0.03 99.92 09:29:16 07:07:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 07:07:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 07:08:02 all 0.06 0.00 0.02 0.00 0.02 99.91 09:29:16 07:08:02 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:08:02 1 0.10 0.00 0.02 0.00 0.00 99.88 09:29:16 07:09:01 all 0.06 0.00 0.02 0.00 0.03 99.90 09:29:16 07:09:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 07:09:01 1 0.09 0.00 0.02 0.00 0.02 99.88 09:29:16 07:10:01 all 0.11 0.00 0.03 0.00 0.03 99.84 09:29:16 07:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 07:10:01 1 0.20 0.00 0.03 0.00 0.03 99.73 09:29:16 07:11:01 all 0.10 0.00 0.02 0.00 0.02 99.87 09:29:16 07:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 07:11:01 1 0.17 0.00 0.02 0.00 0.02 99.80 09:29:16 07:12:01 all 0.08 0.00 0.01 0.00 0.02 99.90 09:29:16 07:12:01 0 0.03 0.00 0.00 0.00 0.03 99.93 09:29:16 07:12:01 1 0.12 0.00 0.02 0.00 0.00 99.87 09:29:16 07:13:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 07:13:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:13:01 1 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 07:14:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 07:14:01 0 0.13 0.00 0.02 0.00 0.05 99.80 09:29:16 07:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:29:16 07:15:01 all 0.11 0.00 0.02 0.00 0.02 99.86 09:29:16 07:15:01 0 0.18 0.00 0.02 0.00 0.02 99.78 09:29:16 07:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 07:16:01 all 0.07 0.00 0.04 0.00 0.03 99.87 09:29:16 07:16:01 0 0.13 0.00 0.05 0.00 0.03 99.78 09:29:16 07:16:01 1 0.00 0.00 0.03 0.00 0.02 99.95 09:29:16 07:17:01 all 0.03 0.00 0.02 0.00 0.02 99.94 09:29:16 07:17:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 07:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:29:16 09:29:16 07:17:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 07:18:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:29:16 07:18:01 0 0.12 0.00 0.02 0.00 0.03 99.83 09:29:16 07:18:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 07:19:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:29:16 07:19:01 0 0.12 0.00 0.03 0.00 0.02 99.83 09:29:16 07:19:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 07:20:01 all 0.15 0.00 0.08 0.00 0.02 99.76 09:29:16 07:20:01 0 0.22 0.00 0.08 0.00 0.00 99.70 09:29:16 07:20:01 1 0.08 0.00 0.07 0.00 0.03 99.82 09:29:16 07:21:01 all 0.84 0.00 0.34 0.08 0.03 98.71 09:29:16 07:21:01 0 0.97 0.00 0.34 0.07 0.03 98.59 09:29:16 07:21:01 1 0.70 0.00 0.35 0.10 0.02 98.83 09:29:16 07:22:01 all 0.30 0.00 0.22 0.07 0.03 99.39 09:29:16 07:22:01 0 0.22 0.00 0.20 0.03 0.03 99.51 09:29:16 07:22:01 1 0.38 0.00 0.23 0.10 0.02 99.26 09:29:16 07:23:01 all 0.30 0.00 0.15 0.00 0.03 99.52 09:29:16 07:23:01 0 0.22 0.00 0.13 0.00 0.02 99.63 09:29:16 07:23:01 1 0.39 0.00 0.17 0.00 0.03 99.41 09:29:16 07:24:01 all 0.31 0.00 0.13 0.00 0.03 99.53 09:29:16 07:24:01 0 0.28 0.00 0.10 0.00 0.02 99.60 09:29:16 07:24:01 1 0.33 0.00 0.17 0.00 0.03 99.47 09:29:16 07:25:01 all 0.49 0.00 0.18 0.01 0.03 99.29 09:29:16 07:25:01 0 0.52 0.00 0.18 0.00 0.03 99.26 09:29:16 07:25:01 1 0.45 0.00 0.18 0.02 0.03 99.32 09:29:16 07:26:01 all 0.22 0.00 0.16 0.13 0.03 99.47 09:29:16 07:26:01 0 0.25 0.00 0.15 0.20 0.03 99.36 09:29:16 07:26:01 1 0.18 0.00 0.17 0.05 0.02 99.58 09:29:16 07:27:01 all 0.22 0.00 0.08 0.01 0.03 99.67 09:29:16 07:27:01 0 0.30 0.00 0.07 0.02 0.02 99.60 09:29:16 07:27:01 1 0.13 0.00 0.08 0.00 0.03 99.75 09:29:16 07:28:01 all 0.17 0.00 0.05 0.00 0.04 99.74 09:29:16 07:28:01 0 0.17 0.00 0.05 0.00 0.05 99.73 09:29:16 07:28:01 1 0.17 0.00 0.05 0.00 0.03 99.75 09:29:16 09:29:16 07:28:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 07:29:01 all 0.05 0.00 0.02 0.00 0.03 99.91 09:29:16 07:29:01 0 0.02 0.00 0.02 0.00 0.05 99.92 09:29:16 07:29:01 1 0.08 0.00 0.02 0.00 0.00 99.90 09:29:16 07:30:01 all 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:30:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:30:01 1 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:31:01 all 0.05 0.00 0.02 0.00 0.03 99.90 09:29:16 07:31:01 0 0.02 0.00 0.02 0.00 0.05 99.92 09:29:16 07:31:01 1 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 07:32:01 all 0.07 0.00 0.02 0.00 0.02 99.90 09:29:16 07:32:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:32:01 1 0.12 0.00 0.02 0.00 0.00 99.87 09:29:16 07:33:01 all 0.09 0.00 0.02 0.00 0.03 99.87 09:29:16 07:33:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 07:33:01 1 0.15 0.00 0.02 0.00 0.02 99.82 09:29:16 07:34:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 07:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 07:34:01 1 0.13 0.00 0.02 0.00 0.03 99.82 09:29:16 07:35:01 all 0.08 0.00 0.03 0.00 0.02 99.87 09:29:16 07:35:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 07:35:01 1 0.13 0.00 0.03 0.00 0.00 99.83 09:29:16 07:36:01 all 0.06 0.00 0.02 0.00 0.03 99.89 09:29:16 07:36:01 0 0.02 0.00 0.02 0.00 0.05 99.92 09:29:16 07:36:01 1 0.10 0.00 0.02 0.00 0.02 99.87 09:29:16 07:37:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:29:16 07:37:01 0 0.13 0.00 0.02 0.00 0.03 99.82 09:29:16 07:37:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:29:16 07:38:01 all 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 07:38:01 0 0.05 0.00 0.02 0.00 0.03 99.90 09:29:16 07:38:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:39:01 all 0.09 0.00 0.03 0.00 0.03 99.86 09:29:16 07:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 07:39:01 1 0.15 0.00 0.03 0.00 0.03 99.78 09:29:16 09:29:16 07:39:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 07:40:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 07:40:01 0 0.03 0.00 0.00 0.00 0.03 99.93 09:29:16 07:40:01 1 0.12 0.00 0.03 0.00 0.02 99.83 09:29:16 07:41:02 all 0.03 0.00 0.02 0.00 0.03 99.93 09:29:16 07:41:02 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 07:41:02 1 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 07:42:01 all 0.05 0.00 0.03 0.00 0.03 99.90 09:29:16 07:42:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:42:01 1 0.09 0.00 0.03 0.00 0.02 99.86 09:29:16 07:43:01 all 0.10 0.00 0.03 0.00 0.02 99.86 09:29:16 07:43:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:43:01 1 0.15 0.00 0.02 0.00 0.00 99.83 09:29:16 07:44:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:29:16 07:44:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:44:01 1 0.13 0.00 0.03 0.00 0.02 99.82 09:29:16 07:45:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:29:16 07:45:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 07:45:01 1 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 07:46:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:29:16 07:46:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:29:16 07:46:01 1 0.13 0.00 0.02 0.00 0.00 99.85 09:29:16 07:47:01 all 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 07:47:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:47:01 1 0.15 0.00 0.02 0.00 0.00 99.83 09:29:16 07:48:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:29:16 07:48:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 07:48:01 1 0.12 0.00 0.02 0.00 0.02 99.85 09:29:16 07:49:01 all 0.09 0.00 0.03 0.00 0.03 99.86 09:29:16 07:49:01 0 0.02 0.00 0.02 0.00 0.05 99.92 09:29:16 07:49:01 1 0.17 0.00 0.03 0.00 0.00 99.80 09:29:16 07:50:01 all 0.11 0.00 0.03 0.00 0.03 99.84 09:29:16 07:50:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:50:01 1 0.17 0.00 0.02 0.00 0.02 99.80 09:29:16 09:29:16 07:50:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 07:51:01 all 0.08 0.00 0.03 0.00 0.02 99.87 09:29:16 07:51:01 0 0.02 0.00 0.03 0.00 0.03 99.92 09:29:16 07:51:01 1 0.15 0.00 0.03 0.00 0.00 99.82 09:29:16 07:52:01 all 0.07 0.00 0.03 0.00 0.03 99.88 09:29:16 07:52:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:52:01 1 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 07:53:01 all 0.14 0.00 0.02 0.00 0.01 99.83 09:29:16 07:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 07:53:01 1 0.27 0.00 0.02 0.00 0.00 99.72 09:29:16 07:54:01 all 0.13 0.00 0.02 0.00 0.02 99.84 09:29:16 07:54:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:29:16 07:54:01 1 0.20 0.00 0.02 0.00 0.02 99.77 09:29:16 07:55:01 all 0.10 0.00 0.03 0.00 0.02 99.86 09:29:16 07:55:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 07:55:01 1 0.17 0.00 0.02 0.00 0.00 99.82 09:29:16 07:56:01 all 0.14 0.00 0.03 0.00 0.02 99.82 09:29:16 07:56:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 07:56:01 1 0.23 0.00 0.02 0.00 0.00 99.75 09:29:16 07:57:01 all 0.10 0.00 0.03 0.00 0.03 99.83 09:29:16 07:57:01 0 0.02 0.00 0.03 0.00 0.05 99.90 09:29:16 07:57:01 1 0.18 0.00 0.03 0.00 0.02 99.77 09:29:16 07:58:01 all 0.13 0.00 0.01 0.00 0.01 99.85 09:29:16 07:58:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:29:16 07:58:01 1 0.23 0.00 0.02 0.00 0.00 99.75 09:29:16 07:59:01 all 0.05 0.00 0.03 0.00 0.03 99.89 09:29:16 07:59:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 07:59:01 1 0.08 0.00 0.03 0.00 0.03 99.85 09:29:16 08:00:01 all 0.07 0.00 0.03 0.00 0.02 99.89 09:29:16 08:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 08:00:01 1 0.10 0.00 0.03 0.00 0.02 99.85 09:29:16 08:01:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:29:16 08:01:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 08:01:01 1 0.12 0.00 0.03 0.00 0.02 99.83 09:29:16 09:29:16 08:01:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 08:02:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:29:16 08:02:01 0 0.05 0.00 0.03 0.00 0.05 99.87 09:29:16 08:02:01 1 0.22 0.00 0.02 0.00 0.00 99.77 09:29:16 08:03:01 all 0.10 0.00 0.03 0.00 0.02 99.86 09:29:16 08:03:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 08:03:01 1 0.18 0.00 0.03 0.00 0.00 99.78 09:29:16 08:04:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:29:16 08:04:01 0 0.02 0.00 0.03 0.00 0.03 99.92 09:29:16 08:04:01 1 0.13 0.00 0.02 0.00 0.02 99.83 09:29:16 08:05:01 all 0.13 0.00 0.03 0.00 0.02 99.83 09:29:16 08:05:01 0 0.05 0.00 0.02 0.00 0.03 99.90 09:29:16 08:05:01 1 0.20 0.00 0.03 0.00 0.00 99.77 09:29:16 08:06:01 all 0.13 0.00 0.02 0.00 0.03 99.83 09:29:16 08:06:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 08:06:01 1 0.22 0.00 0.02 0.00 0.02 99.75 09:29:16 08:07:01 all 0.14 0.00 0.03 0.00 0.02 99.81 09:29:16 08:07:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 08:07:01 1 0.25 0.00 0.03 0.00 0.00 99.72 09:29:16 08:08:01 all 0.07 0.00 0.02 0.00 0.02 99.90 09:29:16 08:08:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 08:08:01 1 0.10 0.00 0.02 0.00 0.00 99.88 09:29:16 08:09:01 all 0.11 0.00 0.02 0.00 0.03 99.85 09:29:16 08:09:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 08:09:01 1 0.18 0.00 0.02 0.00 0.02 99.78 09:29:16 08:10:01 all 0.06 0.00 0.04 0.00 0.02 99.88 09:29:16 08:10:01 0 0.07 0.00 0.03 0.00 0.03 99.87 09:29:16 08:10:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:29:16 08:11:01 all 0.11 0.00 0.02 0.00 0.03 99.85 09:29:16 08:11:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:29:16 08:11:01 1 0.18 0.00 0.03 0.00 0.03 99.75 09:29:16 08:12:01 all 0.15 0.00 0.03 0.00 0.03 99.80 09:29:16 08:12:01 0 0.00 0.00 0.02 0.00 0.03 99.95 09:29:16 08:12:01 1 0.30 0.00 0.03 0.00 0.02 99.65 09:29:16 09:29:16 08:12:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 08:13:01 all 0.16 0.00 0.03 0.00 0.11 99.71 09:29:16 08:13:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 08:13:01 1 0.28 0.00 0.02 0.00 0.20 99.50 09:29:16 08:14:02 all 0.13 0.00 0.01 0.00 0.03 99.83 09:29:16 08:14:02 0 0.02 0.00 0.00 0.00 0.02 99.97 09:29:16 08:14:02 1 0.25 0.00 0.02 0.00 0.03 99.70 09:29:16 08:15:01 all 0.14 0.00 0.02 0.00 0.03 99.81 09:29:16 08:15:01 0 0.05 0.00 0.02 0.00 0.03 99.90 09:29:16 08:15:01 1 0.24 0.00 0.02 0.00 0.02 99.73 09:29:16 08:16:01 all 0.15 0.00 0.03 0.00 0.02 99.81 09:29:16 08:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 08:16:01 1 0.27 0.00 0.03 0.00 0.03 99.67 09:29:16 08:17:01 all 0.05 0.00 0.03 0.00 0.02 99.91 09:29:16 08:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 08:17:01 1 0.07 0.00 0.03 0.00 0.03 99.87 09:29:16 08:18:01 all 0.10 0.00 0.03 0.00 0.03 99.84 09:29:16 08:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 08:18:01 1 0.17 0.00 0.05 0.00 0.03 99.75 09:29:16 08:19:01 all 0.15 0.00 0.02 0.00 0.02 99.82 09:29:16 08:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 08:19:01 1 0.28 0.00 0.02 0.00 0.02 99.68 09:29:16 08:20:01 all 0.15 0.00 0.03 0.00 0.02 99.81 09:29:16 08:20:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 08:20:01 1 0.27 0.00 0.03 0.00 0.00 99.70 09:29:16 08:21:01 all 0.17 0.00 0.03 0.00 0.01 99.79 09:29:16 08:21:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:29:16 08:21:01 1 0.30 0.00 0.03 0.00 0.02 99.65 09:29:16 08:22:01 all 0.15 0.00 0.01 0.00 0.03 99.82 09:29:16 08:22:01 0 0.03 0.00 0.00 0.00 0.03 99.93 09:29:16 08:22:01 1 0.27 0.00 0.02 0.00 0.02 99.70 09:29:16 08:23:01 all 0.18 0.00 0.03 0.00 0.01 99.78 09:29:16 08:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:29:16 08:23:01 1 0.32 0.00 0.03 0.00 0.02 99.63 09:29:16 09:29:16 08:23:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 08:24:01 all 0.17 0.00 0.04 0.01 0.03 99.76 09:29:16 08:24:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 08:24:01 1 0.28 0.00 0.05 0.02 0.02 99.63 09:29:16 08:25:01 all 0.06 0.00 0.03 0.00 0.03 99.88 09:29:16 08:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 08:25:01 1 0.10 0.00 0.05 0.00 0.03 99.82 09:29:16 08:26:01 all 0.12 0.00 0.03 0.00 0.01 99.85 09:29:16 08:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 08:26:01 1 0.20 0.00 0.03 0.00 0.00 99.77 09:29:16 08:27:01 all 0.11 0.00 0.03 0.00 0.03 99.84 09:29:16 08:27:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 08:27:01 1 0.18 0.00 0.02 0.00 0.02 99.78 09:29:16 08:28:01 all 0.13 0.00 0.03 0.00 0.02 99.83 09:29:16 08:28:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:29:16 08:28:01 1 0.20 0.00 0.02 0.00 0.00 99.78 09:29:16 08:29:01 all 0.13 0.00 0.03 0.00 0.02 99.82 09:29:16 08:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:29:16 08:29:01 1 0.23 0.00 0.03 0.00 0.02 99.72 09:29:16 08:30:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:29:16 08:30:01 0 0.05 0.00 0.02 0.00 0.03 99.90 09:29:16 08:30:01 1 0.20 0.00 0.03 0.00 0.02 99.75 09:29:16 08:31:01 all 0.11 0.00 0.02 0.00 0.01 99.87 09:29:16 08:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:29:16 08:31:01 1 0.20 0.00 0.02 0.00 0.02 99.77 09:29:16 08:32:01 all 0.16 0.00 0.03 0.00 0.02 99.79 09:29:16 08:32:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 08:32:01 1 0.28 0.00 0.03 0.00 0.02 99.67 09:29:16 08:33:01 all 0.09 0.00 0.03 0.00 0.03 99.86 09:29:16 08:33:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 08:33:01 1 0.17 0.00 0.03 0.00 0.02 99.78 09:29:16 08:34:01 all 0.12 0.00 0.04 0.00 0.02 99.82 09:29:16 08:34:01 0 0.02 0.00 0.03 0.00 0.03 99.92 09:29:16 08:34:01 1 0.22 0.00 0.05 0.00 0.00 99.73 09:29:16 09:29:16 08:34:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 08:35:01 all 0.11 0.00 0.02 0.00 0.02 99.86 09:29:16 08:35:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:29:16 08:35:01 1 0.20 0.00 0.03 0.00 0.02 99.75 09:29:16 08:36:01 all 0.13 0.00 0.03 0.00 0.02 99.82 09:29:16 08:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 08:36:01 1 0.23 0.00 0.03 0.00 0.02 99.72 09:29:16 08:37:01 all 0.10 0.00 0.03 0.00 0.03 99.85 09:29:16 08:37:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:29:16 08:37:01 1 0.18 0.00 0.03 0.00 0.02 99.77 09:29:16 08:38:01 all 0.09 0.00 0.03 0.00 0.02 99.87 09:29:16 08:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 08:38:01 1 0.17 0.00 0.03 0.00 0.02 99.78 09:29:16 08:39:01 all 0.10 0.00 0.03 0.00 0.03 99.84 09:29:16 08:39:01 0 0.17 0.00 0.03 0.00 0.03 99.77 09:29:16 08:39:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:29:16 08:40:01 all 0.12 0.00 0.03 0.00 0.01 99.85 09:29:16 08:40:01 0 0.18 0.00 0.02 0.00 0.00 99.80 09:29:16 08:40:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:29:16 08:41:01 all 0.09 0.00 0.03 0.00 0.03 99.86 09:29:16 08:41:01 0 0.17 0.00 0.02 0.00 0.03 99.78 09:29:16 08:41:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:29:16 08:42:01 all 0.12 0.00 0.03 0.00 0.02 99.84 09:29:16 08:42:01 0 0.20 0.00 0.03 0.00 0.02 99.75 09:29:16 08:42:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 08:43:01 all 0.13 0.00 0.02 0.00 0.03 99.82 09:29:16 08:43:01 0 0.23 0.00 0.02 0.00 0.03 99.72 09:29:16 08:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 08:44:01 all 0.14 0.00 0.02 0.00 0.02 99.82 09:29:16 08:44:01 0 0.27 0.00 0.02 0.00 0.02 99.70 09:29:16 08:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 08:45:01 all 0.17 0.00 0.02 0.00 0.02 99.80 09:29:16 08:45:01 0 0.30 0.00 0.02 0.00 0.02 99.67 09:29:16 08:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 09:29:16 08:45:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 08:46:01 all 0.09 0.00 0.03 0.00 0.02 99.87 09:29:16 08:46:01 0 0.17 0.00 0.03 0.00 0.02 99.78 09:29:16 08:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 08:47:01 all 0.15 0.00 0.03 0.00 0.02 99.81 09:29:16 08:47:01 0 0.27 0.00 0.02 0.00 0.03 99.68 09:29:16 08:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:29:16 08:48:02 all 0.16 0.00 0.02 0.00 0.02 99.81 09:29:16 08:48:02 0 0.23 0.00 0.02 0.00 0.02 99.73 09:29:16 08:48:02 1 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 08:49:01 all 0.13 0.00 0.03 0.00 0.01 99.83 09:29:16 08:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:29:16 08:49:01 1 0.24 0.00 0.03 0.00 0.00 99.73 09:29:16 08:50:01 all 0.08 0.00 0.06 0.00 0.02 99.85 09:29:16 08:50:01 0 0.07 0.00 0.07 0.00 0.03 99.83 09:29:16 08:50:01 1 0.08 0.00 0.05 0.00 0.00 99.87 09:29:16 08:51:01 all 0.18 0.00 0.03 0.00 0.01 99.79 09:29:16 08:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:29:16 08:51:01 1 0.32 0.00 0.02 0.00 0.02 99.65 09:29:16 08:52:01 all 0.19 0.00 0.03 0.00 0.01 99.77 09:29:16 08:52:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 08:52:01 1 0.35 0.00 0.02 0.00 0.00 99.63 09:29:16 08:53:01 all 0.17 0.00 0.03 0.01 0.03 99.77 09:29:16 08:53:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:29:16 08:53:01 1 0.30 0.00 0.03 0.00 0.03 99.63 09:29:16 08:54:01 all 0.06 0.00 0.02 0.00 0.01 99.92 09:29:16 08:54:01 0 0.08 0.00 0.02 0.00 0.02 99.88 09:29:16 08:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 08:55:01 all 0.04 0.00 0.03 0.00 0.02 99.91 09:29:16 08:55:01 0 0.07 0.00 0.03 0.00 0.02 99.88 09:29:16 08:55:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:29:16 08:56:01 all 0.10 0.00 0.02 0.00 0.02 99.87 09:29:16 08:56:01 0 0.17 0.00 0.02 0.00 0.02 99.80 09:29:16 08:56:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 09:29:16 08:56:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 08:57:01 all 0.10 0.00 0.03 0.00 0.03 99.84 09:29:16 08:57:01 0 0.18 0.00 0.02 0.00 0.02 99.78 09:29:16 08:57:01 1 0.02 0.00 0.05 0.00 0.03 99.90 09:29:16 08:58:01 all 0.12 0.00 0.04 0.00 0.02 99.82 09:29:16 08:58:01 0 0.20 0.00 0.05 0.00 0.02 99.73 09:29:16 08:58:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 08:59:01 all 0.11 0.00 0.03 0.00 0.01 99.86 09:29:16 08:59:01 0 0.18 0.00 0.02 0.00 0.00 99.80 09:29:16 08:59:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 09:00:01 all 0.14 0.00 0.03 0.00 0.03 99.81 09:29:16 09:00:01 0 0.25 0.00 0.02 0.00 0.02 99.72 09:29:16 09:00:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 09:01:01 all 0.16 0.00 0.03 0.00 0.01 99.81 09:29:16 09:01:01 0 0.28 0.00 0.02 0.00 0.00 99.70 09:29:16 09:01:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 09:02:01 all 0.12 0.00 0.03 0.00 0.02 99.83 09:29:16 09:02:01 0 0.20 0.00 0.03 0.00 0.02 99.75 09:29:16 09:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 09:03:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:29:16 09:03:01 0 0.23 0.00 0.02 0.00 0.02 99.73 09:29:16 09:03:01 1 0.02 0.00 0.03 0.00 0.03 99.92 09:29:16 09:04:01 all 0.16 0.00 0.03 0.00 0.01 99.80 09:29:16 09:04:01 0 0.28 0.00 0.05 0.00 0.02 99.65 09:29:16 09:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 09:05:01 all 0.18 0.00 0.03 0.00 0.02 99.77 09:29:16 09:05:01 0 0.33 0.00 0.03 0.00 0.02 99.62 09:29:16 09:05:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:29:16 09:06:01 all 0.13 0.00 0.02 0.00 0.05 99.80 09:29:16 09:06:01 0 0.25 0.00 0.02 0.00 0.10 99.63 09:29:16 09:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:29:16 09:07:01 all 0.15 0.00 0.03 0.00 0.02 99.81 09:29:16 09:07:01 0 0.27 0.00 0.02 0.00 0.02 99.70 09:29:16 09:07:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:29:16 09:29:16 09:07:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 09:08:01 all 0.12 0.00 0.03 0.00 0.03 99.83 09:29:16 09:08:01 0 0.22 0.00 0.02 0.00 0.02 99.75 09:29:16 09:08:01 1 0.02 0.00 0.03 0.00 0.03 99.92 09:29:16 09:09:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:29:16 09:09:01 0 0.22 0.00 0.03 0.00 0.02 99.73 09:29:16 09:09:01 1 0.05 0.00 0.02 0.00 0.03 99.90 09:29:16 09:10:01 all 0.17 0.00 0.03 0.00 0.01 99.79 09:29:16 09:10:01 0 0.30 0.00 0.02 0.00 0.00 99.68 09:29:16 09:10:01 1 0.03 0.00 0.05 0.00 0.02 99.90 09:29:16 09:11:01 all 0.18 0.00 0.03 0.00 0.02 99.78 09:29:16 09:11:01 0 0.33 0.00 0.02 0.00 0.02 99.63 09:29:16 09:11:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:29:16 09:12:01 all 0.22 0.00 0.03 0.00 0.02 99.74 09:29:16 09:12:01 0 0.07 0.00 0.02 0.00 0.00 99.92 09:29:16 09:12:01 1 0.37 0.00 0.03 0.00 0.03 99.57 09:29:16 09:13:01 all 0.13 0.00 0.02 0.00 0.03 99.83 09:29:16 09:13:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:29:16 09:13:01 1 0.20 0.00 0.02 0.00 0.03 99.75 09:29:16 09:14:01 all 0.14 0.00 0.03 0.00 0.02 99.82 09:29:16 09:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 09:14:01 1 0.27 0.00 0.03 0.00 0.02 99.68 09:29:16 09:15:01 all 0.09 0.00 0.05 0.00 0.01 99.85 09:29:16 09:15:01 0 0.03 0.00 0.05 0.00 0.00 99.92 09:29:16 09:15:01 1 0.15 0.00 0.05 0.00 0.02 99.78 09:29:16 09:16:01 all 3.53 0.00 0.38 0.01 0.03 96.05 09:29:16 09:16:01 0 3.11 0.00 0.54 0.00 0.03 96.32 09:29:16 09:16:01 1 3.96 0.00 0.22 0.02 0.02 95.79 09:29:16 09:17:01 all 0.12 0.00 0.03 0.00 0.03 99.82 09:29:16 09:17:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 09:17:01 1 0.20 0.00 0.03 0.00 0.02 99.75 09:29:16 09:18:01 all 0.13 0.00 0.04 0.00 0.01 99.82 09:29:16 09:18:01 0 0.08 0.00 0.07 0.00 0.02 99.83 09:29:16 09:18:01 1 0.18 0.00 0.02 0.00 0.00 99.80 09:29:16 09:29:16 09:18:01 CPU %user %nice %system %iowait %steal %idle 09:29:16 09:19:01 all 0.03 0.00 0.05 0.00 0.02 99.90 09:29:16 09:19:01 0 0.05 0.00 0.07 0.00 0.03 99.85 09:29:16 09:19:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:29:16 09:20:01 all 0.10 0.00 0.02 0.00 0.03 99.86 09:29:16 09:20:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:29:16 09:20:01 1 0.15 0.00 0.02 0.00 0.03 99.80 09:29:16 09:21:02 all 0.18 0.00 0.02 0.00 0.02 99.78 09:29:16 09:21:02 0 0.35 0.00 0.02 0.00 0.02 99.62 09:29:16 09:21:02 1 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 09:22:01 all 0.15 0.00 0.03 0.00 0.02 99.80 09:29:16 09:22:01 0 0.25 0.00 0.02 0.00 0.02 99.71 09:29:16 09:22:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:29:16 09:23:01 all 0.16 0.00 0.03 0.00 0.01 99.80 09:29:16 09:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:29:16 09:23:01 1 0.28 0.00 0.05 0.00 0.02 99.65 09:29:16 09:24:01 all 0.04 0.00 0.04 0.00 0.02 99.90 09:29:16 09:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:29:16 09:24:01 1 0.05 0.00 0.05 0.00 0.03 99.87 09:29:16 09:25:01 all 0.15 0.00 0.02 0.00 0.02 99.82 09:29:16 09:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:29:16 09:25:01 1 0.28 0.00 0.02 0.00 0.02 99.68 09:29:16 09:26:01 all 0.48 0.00 0.03 0.00 0.01 99.48 09:29:16 09:26:01 0 0.50 0.00 0.03 0.00 0.02 99.45 09:29:16 09:26:01 1 0.45 0.00 0.03 0.00 0.00 99.52 09:29:16 09:27:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:29:16 09:27:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:29:16 09:27:01 1 0.23 0.00 0.02 0.00 0.02 99.73 09:29:16 09:28:01 all 0.13 0.00 0.03 0.00 0.01 99.83 09:29:16 09:28:01 0 0.05 0.00 0.03 0.00 0.02 99.90 09:29:16 09:28:01 1 0.22 0.00 0.02 0.00 0.00 99.77 09:29:16 09:29:01 all 7.55 0.00 2.74 4.88 0.04 84.79 09:29:16 09:29:01 0 8.00 0.00 3.14 4.37 0.05 84.44 09:29:16 09:29:01 1 7.11 0.00 2.33 5.39 0.03 85.14 09:29:16 09:29:16 Average: CPU %user %nice %system %iowait %steal %idle 09:29:16 Average: all 0.20 0.02 0.11 0.05 0.02 99.60 09:29:16 Average: 0 0.19 0.02 0.11 0.05 0.02 99.61 09:29:16 Average: 1 0.21 0.02 0.11 0.05 0.02 99.59 09:29:16 09:29:16 09:29:16