Pull request #480 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733+b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 (ef17c805fe2e039018e3124149813097e4733d01) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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/app-functions-sdk-go/branches/PR-480/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false 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/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14141 in /w/workspace/ndry_app-functions-sdk-go_PR-480 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-480 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/480/head:refs/remotes/origin/PR-480 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 Merge succeeded, producing 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 Checking out Revision 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 (PR-480) Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:51:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:51:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:51:10 ========================================================= 06:51:10 EdgeX Global Pipelines Version Info 06:51:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:51:12 ------------------- 06:51:12 stable info: 06:51:12 ------------------- 06:51:12 Commited By: Emilio Reyes emilio.reyes@intel.com 06:51:12 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 06:51:12 Message: update stable to v1.0.119 06:51:13 ------------------- 06:51:13 experimental info: 06:51:13 ------------------- 06:51:13 Commited By: **** collab-it+edgex@linuxfoundation.org 06:51:13 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 06:51:13 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 06:51:13 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 06:51:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:51:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:51:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:51:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 06:51:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 06:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:51:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:51:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:51:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 06:51:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:51:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:51:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:51:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:51:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:51:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:51:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:51:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:51:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:51:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 06:51:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-480 [Pipeline] echo 06:51:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-480 [Pipeline] echo 06:51:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-480 [Pipeline] echo 06:51:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 [Pipeline] echo 06:51:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 721d5be [Pipeline] echo 06:51:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:51:18 + git log --format=format:%s -1 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 [Pipeline] echo 06:51:18 GIT_COMMIT: 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo 06:51:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:51:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:51:19 06:51:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:51:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:51:20 latest: Pulling from edgex-devops/git-semver 06:51:20 31603596830f: Pulling fs layer 06:51:20 2a8b12db71e7: Pulling fs layer 06:51:20 6ca5941a6612: Pulling fs layer 06:51:20 ecc8261a40a4: Pulling fs layer 06:51:20 ecc8261a40a4: Waiting 06:51:20 2a8b12db71e7: Verifying Checksum 06:51:20 2a8b12db71e7: Download complete 06:51:20 31603596830f: Verifying Checksum 06:51:20 31603596830f: Download complete 06:51:20 ecc8261a40a4: Verifying Checksum 06:51:20 ecc8261a40a4: Download complete 06:51:20 6ca5941a6612: Verifying Checksum 06:51:20 6ca5941a6612: Download complete 06:51:20 31603596830f: Pull complete 06:51:20 2a8b12db71e7: Pull complete 06:51:21 6ca5941a6612: Pull complete 06:51:21 ecc8261a40a4: Pull complete 06:51:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:51:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:51:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:51:21 prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container 06:51:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-480 -v /w/workspace/ndry_app-functions-sdk-go_PR-480:/w/workspace/ndry_app-functions-sdk-go_PR-480:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-480@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-480@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:51:24 $ docker top 90032b8d4bc6831de762e95a7bccdafb975e8883b1db252171302da84e60bbdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:51:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:51:24 [ssh-agent] Looking for ssh-agent implementation... 06:51:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:51:24 $ docker exec 90032b8d4bc6831de762e95a7bccdafb975e8883b1db252171302da84e60bbdb ssh-agent 06:51:24 SSH_AUTH_SOCK=/tmp/ssh-dBD2gSNWAjJG/agent.11 06:51:24 SSH_AGENT_PID=17 06:51:24 Running ssh-add (command line suppressed) 06:51:25 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-480@tmp/private_key_3081858529612478110.key (/w/workspace/ndry_app-functions-sdk-go_PR-480@tmp/private_key_3081858529612478110.key) 06:51:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:51:25 + git describe --exact-match --tags HEAD 06:51:25 fatal: No names found, cannot describe anything. [Pipeline] } 06:51:25 $ docker exec --env ******** --env ******** 90032b8d4bc6831de762e95a7bccdafb975e8883b1db252171302da84e60bbdb ssh-agent -k 06:51:25 unset SSH_AUTH_SOCK; 06:51:25 unset SSH_AGENT_PID; 06:51:25 echo Agent pid 17 killed; 06:51:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:51:25 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:51:25 This usually means this commit has not been tagged. [Pipeline] sshagent 06:51:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:51:26 [ssh-agent] Looking for ssh-agent implementation... 06:51:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:51:26 $ docker exec 90032b8d4bc6831de762e95a7bccdafb975e8883b1db252171302da84e60bbdb ssh-agent 06:51:26 SSH_AUTH_SOCK=/tmp/ssh-3HgH5ndJLW8a/agent.46 06:51:26 SSH_AGENT_PID=51 06:51:26 Running ssh-add (command line suppressed) 06:51:26 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-480@tmp/private_key_5775548121572680656.key (/w/workspace/ndry_app-functions-sdk-go_PR-480@tmp/private_key_5775548121572680656.key) 06:51:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:51:26 + git semver init 06:51:26 # -> Open(): unable to determine branch for HEAD 06:51:26 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-480/.git 06:51:26 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-480 06:51:26 # $SEMVER_REMOTE_NAME = origin 06:51:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:51:26 # $SEMVER_USER_NAME = edgex-jenkins 06:51:26 # $SEMVER_BRANCH = PR-480 06:51:26 # $SEMVER_TEMP = /tmp/semver-493552102 06:51:26 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 06:51:29 # '/tmp/semver-493552102' -> '/w/workspace/ndry_app-functions-sdk-go_PR-480/.semver' 06:51:29 # -> Force: false 06:51:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-480/.semver [Pipeline] } 06:51:29 $ docker exec --env ******** --env ******** 90032b8d4bc6831de762e95a7bccdafb975e8883b1db252171302da84e60bbdb ssh-agent -k 06:51:29 unset SSH_AUTH_SOCK; 06:51:29 unset SSH_AGENT_PID; 06:51:29 echo Agent pid 51 killed; 06:51:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:51:30 + git semver [Pipeline] } 06:51:30 $ docker stop --time=1 90032b8d4bc6831de762e95a7bccdafb975e8883b1db252171302da84e60bbdb 06:51:31 $ docker rm -f 90032b8d4bc6831de762e95a7bccdafb975e8883b1db252171302da84e60bbdb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:51:34 Stashed 41 file(s) [Pipeline] echo 06:51:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:51:34 Archived original 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 06:51:49 Still waiting to schedule task 06:51:49 ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-14012’ is offline; ‘prd-centos7-docker-4c-2g-14160’ is offline; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-8c-8g-14077’ doesn’t have label ‘centos7-docker-4c-2g’ 06:51:49 Still waiting to schedule task 06:51:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:53:22 Running on prd-centos7-docker-4c-2g-14190 in /w/workspace/ndry_app-functions-sdk-go_PR-480 [Pipeline] { [Pipeline] ws 06:53:22 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 06:53:26 using credential edgex-jenkins-ssh 06:53:26 Cloning the remote Git repository 06:53:26 Cloning with configured refspecs honoured and without tags 06:53:26 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 06:53:26 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 06:53:26 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:53:26 > git --version # timeout=10 06:53:26 > git --version # 'git version 2.16.5' 06:53:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:53:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:53:27 > git config --add remote.origin.fetch +refs/pull/480/head:refs/remotes/origin/PR-480 # timeout=10 06:53:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:53:27 Fetching without tags 06:53:28 Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 06:53:28 Merge succeeded, producing 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 06:53:28 Checking out Revision 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 (PR-480) 06:53:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:53:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:53:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:53:28 > git config core.sparsecheckout # timeout=10 06:53:28 > git checkout -f 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 # timeout=10 06:53:28 > git remote # timeout=10 06:53:28 > git config --get remote.origin.url # timeout=10 06:53:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:28 > git merge b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 06:53:28 > git rev-parse HEAD^{commit} # timeout=10 06:53:28 > git config core.sparsecheckout # timeout=10 06:53:28 > git checkout -f 721d5be76f4fdd71a5bd5fc9dfc6e5a5ded49733 # timeout=10 06:53:32 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" 06:53:32 > git --version # timeout=10 06:53:32 > git --version # 'git version 2.16.5' 06:53:32 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:53:34 ========================================================= 06:53:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:53:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:53:35 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 06:53:36 Sending build context to Docker daemon 37.16MB 06:53:36 Step 1/8 : ARG BASE=golang:1.13-alpine 06:53:36 Step 2/8 : FROM ${BASE} 06:53:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:53:36 df20fa9351a1: Pulling fs layer 06:53:36 ed8968b2872e: Pulling fs layer 06:53:36 a92cc7c5fd73: Pulling fs layer 06:53:36 2dd03ba5bac4: Pulling fs layer 06:53:36 1e091d79d1de: Pulling fs layer 06:53:36 481702a1767f: Pulling fs layer 06:53:36 f64a6f60c768: Pulling fs layer 06:53:36 e78d2573fc39: Pulling fs layer 06:53:36 e876d2f968b6: Pulling fs layer 06:53:36 ce8a83651883: Pulling fs layer 06:53:36 07967f4d0e4b: Pulling fs layer 06:53:36 f64a6f60c768: Waiting 06:53:36 2dd03ba5bac4: Waiting 06:53:36 1e091d79d1de: Waiting 06:53:36 481702a1767f: Waiting 06:53:36 e876d2f968b6: Waiting 06:53:36 ce8a83651883: Waiting 06:53:36 07967f4d0e4b: Waiting 06:53:36 e78d2573fc39: Waiting 06:53:36 a92cc7c5fd73: Verifying Checksum 06:53:36 a92cc7c5fd73: Download complete 06:53:36 ed8968b2872e: Verifying Checksum 06:53:36 ed8968b2872e: Download complete 06:53:37 1e091d79d1de: Verifying Checksum 06:53:37 1e091d79d1de: Download complete 06:53:37 481702a1767f: Download complete 06:53:37 df20fa9351a1: Verifying Checksum 06:53:37 df20fa9351a1: Pull complete 06:53:38 ed8968b2872e: Pull complete 06:53:38 a92cc7c5fd73: Pull complete 06:53:40 f64a6f60c768: Download complete 06:53:40 e876d2f968b6: Verifying Checksum 06:53:40 e876d2f968b6: Download complete 06:53:42 ce8a83651883: Verifying Checksum 06:53:42 ce8a83651883: Download complete 06:53:42 07967f4d0e4b: Verifying Checksum 06:53:42 07967f4d0e4b: Download complete 06:53:42 e78d2573fc39: Download complete 06:53:42 2dd03ba5bac4: Download complete 06:53:49 2dd03ba5bac4: Pull complete 06:53:49 1e091d79d1de: Pull complete 06:53:49 481702a1767f: Pull complete 06:53:53 f64a6f60c768: Pull complete 06:53:57 e78d2573fc39: Pull complete 06:53:57 e876d2f968b6: Pull complete 06:53:58 ce8a83651883: Pull complete 06:53:58 07967f4d0e4b: Pull complete 06:53:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 06:53:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:53:58 ---> 5d7c900382c6 06:53:58 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:53:58 latest: Pulling from library/docker 06:53:58 df20fa9351a1: Already exists 06:53:58 25ad7478873d: Pulling fs layer 06:53:58 4684f6177b5d: Pulling fs layer 06:53:58 46e300cec669: Pulling fs layer 06:53:58 63038576ad94: Pulling fs layer 06:53:58 0fdb76c4706c: Pulling fs layer 06:53:58 cb7edeffdfd5: Pulling fs layer 06:53:58 63038576ad94: Waiting 06:53:58 0fdb76c4706c: Waiting 06:53:58 cb7edeffdfd5: Waiting 06:53:58 4684f6177b5d: Verifying Checksum 06:53:58 4684f6177b5d: Download complete 06:53:58 25ad7478873d: Verifying Checksum 06:53:58 25ad7478873d: Download complete 06:53:59 63038576ad94: Verifying Checksum 06:53:59 63038576ad94: Download complete 06:53:59 0fdb76c4706c: Verifying Checksum 06:53:59 0fdb76c4706c: Download complete 06:53:59 cb7edeffdfd5: Verifying Checksum 06:53:59 cb7edeffdfd5: Download complete 06:53:59 46e300cec669: Verifying Checksum 06:53:59 46e300cec669: Download complete 06:54:00 25ad7478873d: Pull complete 06:54:00 4684f6177b5d: Pull complete 06:54:03 46e300cec669: Pull complete 06:54:03 63038576ad94: Pull complete 06:54:03 0fdb76c4706c: Pull complete 06:54:03 cb7edeffdfd5: Pull complete 06:54:03 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 06:54:03 Status: Downloaded newer image for docker:latest 06:54:06 ---> 7dd005b919eb 06:54:06 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:54:06 ---> Running in a64381b578eb 06:54:06 Removing intermediate container a64381b578eb 06:54:06 ---> e717430eca6b 06:54:06 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 06:54:06 ---> Running in 341e0613cb6e 06:54:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:08 (1/5) Installing libsodium (1.0.18-r0) 06:54:08 (2/5) Installing libzmq (4.3.3-r0) 06:54:08 (3/5) Installing pkgconf (1.7.2-r0) 06:54:08 (4/5) Installing libsodium-dev (1.0.18-r0) 06:54:09 (5/5) Installing zeromq-dev (4.3.3-r0) 06:54:09 Executing busybox-1.31.1-r16.trigger 06:54:09 OK: 167 MiB in 44 packages 06:54:09 Removing intermediate container 341e0613cb6e 06:54:09 ---> 1f39e0302f8d 06:54:09 Step 6/8 : WORKDIR /build 06:54:09 ---> Running in c912b142e50e 06:54:10 Removing intermediate container c912b142e50e 06:54:10 ---> b9cb3b0617b2 06:54:10 Step 7/8 : COPY go.mod . 06:54:10 ---> 9a9400dc2d33 06:54:10 Step 8/8 : RUN go mod download 06:54:10 ---> Running in 8484eadc7965 06:54:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:54:13 go: finding github.com/BurntSushi/toml v0.3.1 06:54:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:54:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:54:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:54:13 go: finding github.com/bgentry/speakeasy v0.1.0 06:54:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:54:13 go: finding github.com/davecgh/go-spew v1.1.1 06:54:13 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 06:54:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:54:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 06:54:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:54:13 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.78 06:54:13 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 06:54:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 06:54:13 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 06:54:13 go: finding github.com/fatih/color v1.7.0 06:54:13 go: finding github.com/fsnotify/fsnotify v1.4.7 06:54:13 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:54:13 go: finding github.com/go-kit/kit v0.8.0 06:54:13 go: finding github.com/go-logfmt/logfmt v0.4.0 06:54:13 go: finding github.com/go-playground/assert/v2 v2.0.1 06:54:13 go: finding github.com/go-playground/locales v0.13.0 06:54:13 go: finding github.com/go-playground/universal-translator v0.17.0 06:54:13 go: finding github.com/go-playground/validator/v10 v10.3.0 06:54:13 go: finding github.com/go-redis/redis/v7 v7.2.0 06:54:13 go: finding github.com/go-stack/stack v1.8.0 06:54:13 go: finding github.com/golang/protobuf v1.3.2 06:54:13 go: finding github.com/golang/snappy v0.0.1 06:54:13 go: finding github.com/gomodule/redigo v2.0.0+incompatible 06:54:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:54:13 go: finding github.com/google/go-cmp v0.4.0 06:54:13 go: finding github.com/google/uuid v1.1.1 06:54:13 go: finding github.com/gorilla/mux v1.8.0 06:54:13 go: finding github.com/hashicorp/consul/api v1.1.0 06:54:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:54:13 go: finding github.com/hashicorp/errwrap v1.0.0 06:54:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:54:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:54:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:54:13 go: finding github.com/hashicorp/go-multierror v1.0.0 06:54:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:54:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:54:13 go: finding github.com/hashicorp/go-syslog v1.0.0 06:54:13 go: finding github.com/hashicorp/go-uuid v1.0.1 06:54:13 go: finding github.com/hashicorp/go.net v0.0.1 06:54:13 go: finding github.com/hashicorp/golang-lru v0.5.0 06:54:13 go: finding github.com/hashicorp/logutils v1.0.0 06:54:13 go: finding github.com/hashicorp/mdns v1.0.0 06:54:13 go: finding github.com/hashicorp/memberlist v0.1.3 06:54:13 go: finding github.com/hashicorp/serf v0.8.2 06:54:13 go: finding github.com/hpcloud/tail v1.0.0 06:54:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:54:13 go: finding github.com/kr/pretty v0.1.0 06:54:13 go: finding github.com/kr/pty v1.1.1 06:54:13 go: finding github.com/kr/text v0.1.0 06:54:14 go: finding github.com/leodido/go-urn v1.2.0 06:54:14 go: finding github.com/mattn/go-colorable v0.0.9 06:54:14 go: finding github.com/mattn/go-isatty v0.0.3 06:54:14 go: finding github.com/miekg/dns v1.0.14 06:54:14 go: finding github.com/mitchellh/cli v1.0.0 06:54:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:54:14 go: finding github.com/mitchellh/copystructure v1.0.0 06:54:14 go: finding github.com/mitchellh/go-homedir v1.0.0 06:54:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:54:14 go: finding github.com/mitchellh/gox v0.4.0 06:54:14 go: finding github.com/mitchellh/iochan v1.0.0 06:54:14 go: finding github.com/mitchellh/mapstructure v1.1.2 06:54:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:54:14 go: finding github.com/onsi/ginkgo v1.10.1 06:54:14 go: finding github.com/onsi/gomega v1.7.0 06:54:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:54:14 go: finding github.com/pebbe/zmq4 v1.0.0 06:54:14 go: finding github.com/pelletier/go-toml v1.2.0 06:54:14 go: finding github.com/pkg/errors v0.8.1 06:54:14 go: finding github.com/pmezard/go-difflib v1.0.0 06:54:14 go: finding github.com/posener/complete v1.1.1 06:54:14 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:54:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:54:14 go: finding github.com/stretchr/objx v0.2.0 06:54:14 go: finding github.com/stretchr/testify v1.6.1 06:54:14 go: finding github.com/tidwall/pretty v1.0.1 06:54:14 go: finding github.com/ugorji/go v1.1.4 06:54:14 go: finding github.com/x448/float16 v0.8.4 06:54:14 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 06:54:14 go: finding github.com/xdg/stringprep v1.0.0 06:54:14 go: finding go.mongodb.org/mongo-driver v1.1.1 06:54:14 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:54:14 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:54:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:54:14 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 06:54:15 go: finding golang.org/x/text v0.3.2 06:54:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 06:54:15 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:54:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:54:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 06:54:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 06:54:15 go: finding gopkg.in/yaml.v2 v2.2.8 06:54:15 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:54:37 Removing intermediate container 8484eadc7965 06:54:37 ---> e9434917dbde 06:54:37 Successfully built e9434917dbde 06:54:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:54:38 + docker inspect -f . ci-base-image-x86_64 06:54:38 . [Pipeline] withDockerContainer 06:54:38 prd-centos7-docker-4c-2g-14190 does not seem to be running inside a container 06:54:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-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 ******** ci-base-image-x86_64 cat 06:54:39 $ docker top d7d1b493db55680b19490409fead276baa708ce84bf244a9f0b84e03e16f9182 -eo pid,comm [Pipeline] { [Pipeline] sh 06:54:39 + go version 06:54:39 go version go1.13.13 linux/amd64 [Pipeline] sh 06:54:39 + make test 06:54:39 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:54:41 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 06:54:48 # github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 06:54:48 internal/v2/dtos/requests/secrets.go:56:10: undefined: v2.NewErrContractInvalid 06:54:48 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.103s coverage: 86.2% of statements 06:55:00 FAIL github.com/edgexfoundry/app-functions-sdk-go/appsdk [build failed] 06:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 06:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 06:55:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.052s coverage: 53.5% of statements 06:55:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 06:55:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.284s coverage: 69.1% of statements 06:55:03 # github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests [github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests.test] 06:55:03 internal/v2/dtos/requests/secrets.go:56: undefined: v2.NewErrContractInvalid 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.494s coverage: 73.2% of statements 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.010s coverage: 89.5% of statements 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.093s coverage: 100.0% of statements 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 06:55:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 06:55:18 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [build failed] 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.227s coverage: 75.0% of statements 06:55:18 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http [build failed] 06:55:18 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests [build failed] 06:55:18 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver [build failed] 06:55:31 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.411s coverage: 70.9% of statements 06:55:31 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements 06:55:31 FAIL 06:55:31 make: *** [Makefile:6: test] Error 2 [Pipeline] } 06:55:31 $ docker stop --time=1 d7d1b493db55680b19490409fead276baa708ce84bf244a9f0b84e03e16f9182 06:55:33 $ docker rm -f d7d1b493db55680b19490409fead276baa708ce84bf244a9f0b84e03e16f9182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:55:35 Failed in branch amd64 12:51:09 Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:51:10 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 12:51:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:51:15 ---> package-listing.sh 12:51:15 ++ facter osfamily 12:51:15 ++ tr '[:upper:]' '[:lower:]' 12:51:15 + OS_FAMILY=redhat 12:51:15 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-480 12:51:15 + START_PACKAGES=/tmp/packages_start.txt 12:51:15 + END_PACKAGES=/tmp/packages_end.txt 12:51:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:51:15 + PACKAGES=/tmp/packages_start.txt 12:51:15 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-480 ']' 12:51:15 + PACKAGES=/tmp/packages_end.txt 12:51:15 + case "${OS_FAMILY}" in 12:51:15 + rpm -qa 12:51:15 + sort 12:51:20 + '[' -f /tmp/packages_start.txt ']' 12:51:20 + '[' -f /tmp/packages_end.txt ']' 12:51:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:51:20 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-480 ']' 12:51:20 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-480/archives/ 12:51:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-480/archives/ [Pipeline] isUnix [Pipeline] sh 12:51:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:51:20 12:51:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:51:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:51:21 alpine: Pulling from edgex-lftools-log-publisher 12:51:21 df20fa9351a1: Pulling fs layer 12:51:21 36b3adc4ff6f: Pulling fs layer 12:51:21 8ad3a11d3b57: Pulling fs layer 12:51:21 46f8f816bc3b: Pulling fs layer 12:51:21 0dadc02b9964: Pulling fs layer 12:51:21 ce6a7cf60c04: Pulling fs layer 12:51:21 7a184a31f384: Pulling fs layer 12:51:21 0879bd2ef858: Pulling fs layer 12:51:21 46f8f816bc3b: Waiting 12:51:21 0dadc02b9964: Waiting 12:51:21 ce6a7cf60c04: Waiting 12:51:21 7a184a31f384: Waiting 12:51:21 0879bd2ef858: Waiting 12:51:21 36b3adc4ff6f: Verifying Checksum 12:51:21 36b3adc4ff6f: Download complete 12:51:21 46f8f816bc3b: Verifying Checksum 12:51:21 46f8f816bc3b: Download complete 12:51:21 df20fa9351a1: Verifying Checksum 12:51:21 df20fa9351a1: Download complete 12:51:21 ce6a7cf60c04: Verifying Checksum 12:51:21 ce6a7cf60c04: Download complete 12:51:21 7a184a31f384: Verifying Checksum 12:51:21 7a184a31f384: Download complete 12:51:21 0dadc02b9964: Verifying Checksum 12:51:21 0dadc02b9964: Download complete 12:51:21 8ad3a11d3b57: Verifying Checksum 12:51:21 8ad3a11d3b57: Download complete 12:51:22 df20fa9351a1: Pull complete 12:51:22 0879bd2ef858: Verifying Checksum 12:51:22 0879bd2ef858: Download complete 12:51:22 36b3adc4ff6f: Pull complete 12:51:22 8ad3a11d3b57: Pull complete 12:51:23 46f8f816bc3b: Pull complete 12:51:23 0dadc02b9964: Pull complete 12:51:23 ce6a7cf60c04: Pull complete 12:51:23 7a184a31f384: Pull complete 12:51:26 0879bd2ef858: Pull complete 12:51:26 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 12:51:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:51:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:51:26 prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container 12:51:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-480 -v /w/workspace/ndry_app-functions-sdk-go_PR-480:/w/workspace/ndry_app-functions-sdk-go_PR-480:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-480@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-480@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:51:31 $ docker top 24f2123f108ab8104cb16f0e98b76ae1103e3475f976f14e66f52a9cdc2f86dd -eo pid,comm [Pipeline] { [Pipeline] sh 12:51:31 + mkdir -p /var/log/sa [Pipeline] sh 12:51:32 + ls /var/log/sa-host 12:51:32 + sadf -c /var/log/sa-host/sa05 12:51:32 file_magic: OK 12:51:32 HZ: Using current value: 100 12:51:32 file_header: OK 12:51:32 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 12:51:32 Statistics: 12:51:32 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:51:32 File successfully converted to sysstat format version 12.2.1 12:51:32 + sadf -c /var/log/sa-host/sa14 12:51:32 file_magic: OK 12:51:32 HZ: Using current value: 100 12:51:32 file_header: OK 12:51:32 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 12:51:32 Statistics: 12:51:32 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:51:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:51:32 provisioning config files... 12:51:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-480@tmp/config9068383507836397094tmp [Pipeline] { [Pipeline] echo 12:51:32 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:51:33 ---> create-netrc.sh [Pipeline] echo 12:51:33 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:51:33 ---> logs-deploy.sh 12:51:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-480/1 12:51:33 INFO: archiving workspace using pattern(s): 12:51:34 Archives upload complete. 12:51:34 INFO: archiving logs to Nexus 12:51:35 ---> uname -a: 12:51:35 Linux 24f2123f108a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 12:51:35 12:51:35 12:51:35 ---> lscpu: 12:51:35 Architecture: x86_64 12:51:35 CPU op-mode(s): 32-bit, 64-bit 12:51:35 Byte Order: Little Endian 12:51:35 Address sizes: 40 bits physical, 48 bits virtual 12:51:35 CPU(s): 4 12:51:35 On-line CPU(s) list: 0-3 12:51:35 Thread(s) per core: 1 12:51:35 Core(s) per socket: 1 12:51:35 Socket(s): 4 12:51:35 NUMA node(s): 1 12:51:35 Vendor ID: GenuineIntel 12:51:35 CPU family: 6 12:51:35 Model: 44 12:51:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:51:35 Stepping: 1 12:51:35 CPU MHz: 2933.396 12:51:35 BogoMIPS: 5866.79 12:51:35 Virtualization: VT-x 12:51:35 Hypervisor vendor: KVM 12:51:35 Virtualization type: full 12:51:35 L1d cache: 128 KiB 12:51:35 L1i cache: 128 KiB 12:51:35 L2 cache: 16 MiB 12:51:35 L3 cache: 64 MiB 12:51:35 NUMA node0 CPU(s): 0-3 12:51:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:51:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:51:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:51:35 Vulnerability Meltdown: Mitigation; PTI 12:51:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:51:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:51:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:51:35 Vulnerability Tsx async abort: Not affected 12:51:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 12:51:35 12:51:35 12:51:35 ---> nproc: 12:51:35 4 12:51:35 12:51:35 12:51:35 ---> df -h: 12:51:35 Filesystem Size Used Available Use% Mounted on 12:51:35 overlay 50.0G 6.6G 43.3G 13% / 12:51:35 tmpfs 64.0M 0 64.0M 0% /dev 12:51:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:51:35 shm 64.0M 0 64.0M 0% /dev/shm 12:51:35 /dev/vda1 50.0G 6.6G 43.3G 13% /etc/resolv.conf 12:51:35 /dev/vda1 50.0G 6.6G 43.3G 13% /etc/hostname 12:51:35 /dev/vda1 50.0G 6.6G 43.3G 13% /etc/hosts 12:51:35 /dev/vda1 50.0G 6.6G 43.3G 13% /var/log/sa-host 12:51:35 /dev/vda1 50.0G 6.6G 43.3G 13% /w/workspace/ndry_app-functions-sdk-go_PR-480 12:51:35 /dev/vda1 50.0G 6.6G 43.3G 13% /w/workspace/ndry_app-functions-sdk-go_PR-480@tmp 12:51:35 12:51:35 12:51:35 ---> free -m: 12:51:35 total used free shared buff/cache available 12:51:35 Mem: 1837 770 133 0 933 973 12:51:35 Swap: 1023 1 1022 12:51:35 12:51:35 12:51:35 ---> ip addr: 12:51:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:51:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:51:35 inet 127.0.0.1/8 scope host lo 12:51:35 valid_lft forever preferred_lft forever 12:51:35 6: eth0@if7: mtu 1458 qdisc noqueue state UP 12:51:35 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 12:51:35 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 12:51:35 valid_lft forever preferred_lft forever 12:51:35 12:51:35 12:51:35 ---> sar -b -r -n DEV: 12:51:35 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/14/20 _x86_64_ (4 CPU) 12:51:35 12:51:35 06:50:15 LINUX RESTART (4 CPU) 12:51:35 12:51:35 06:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:51:35 06:52:01 53.46 15.06 38.40 0.00 4896.80 4452.90 0.00 12:51:35 06:53:01 1.70 0.00 1.70 0.00 0.00 28.89 0.00 12:51:35 06:54:01 0.18 0.00 0.18 0.00 0.00 2.55 0.00 12:51:35 06:55:01 0.38 0.00 0.38 0.00 0.00 5.83 0.00 12:51:35 06:56:01 0.22 0.00 0.22 0.00 0.00 3.76 0.00 12:51:35 06:57:01 0.32 0.00 0.32 0.00 0.00 3.95 0.00 12:51:35 06:58:01 0.33 0.02 0.32 0.00 0.13 3.50 0.00 12:51:35 06:59:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 12:51:35 07:00:01 0.38 0.00 0.38 0.00 0.00 3.90 0.00 12:51:35 07:01:01 0.25 0.02 0.23 0.00 0.13 2.98 0.00 12:51:35 07:02:01 0.50 0.12 0.38 0.00 2.13 6.66 0.00 12:51:35 07:03:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 12:51:35 07:04:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 12:51:35 07:05:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 12:51:35 07:06:01 0.37 0.20 0.17 0.00 6.26 1.48 0.00 12:51:35 07:07:01 0.72 0.00 0.72 0.00 0.00 14.02 0.00 12:51:35 07:08:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 12:51:35 07:09:01 0.30 0.00 0.30 0.00 0.00 4.60 0.00 12:51:35 07:10:01 0.18 0.00 0.18 0.00 0.00 2.03 0.00 12:51:35 07:11:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 12:51:35 07:12:02 0.15 0.00 0.15 0.00 0.00 1.75 0.00 12:51:35 07:13:01 0.29 0.00 0.29 0.00 0.00 3.57 0.00 12:51:35 07:14:01 0.25 0.00 0.25 0.00 0.00 2.57 0.00 12:51:35 07:15:01 0.17 0.00 0.17 0.00 0.00 1.35 0.00 12:51:35 07:16:01 288.13 265.32 22.81 0.00 3681.78 1028.84 0.00 12:51:35 07:17:01 0.43 0.00 0.43 0.00 0.00 6.90 0.00 12:51:35 07:18:01 0.22 0.00 0.22 0.00 0.00 1.78 0.00 12:51:35 07:19:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 12:51:35 07:20:01 0.22 0.00 0.22 0.00 0.00 2.35 0.00 12:51:35 07:21:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 12:51:35 07:22:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:51:35 07:23:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 12:51:35 07:24:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 12:51:35 07:25:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 12:51:35 07:26:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 12:51:35 07:27:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:51:35 07:28:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 12:51:35 07:29:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 07:30:01 0.25 0.00 0.25 0.00 0.00 2.35 0.00 12:51:35 07:31:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 12:51:35 07:32:01 0.17 0.00 0.17 0.00 0.00 1.77 0.00 12:51:35 07:33:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 12:51:35 07:34:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 07:35:01 0.23 0.00 0.23 0.00 0.00 2.32 0.00 12:51:35 07:36:01 0.30 0.00 0.30 0.00 0.00 4.15 0.00 12:51:35 07:37:02 0.18 0.00 0.18 0.00 0.00 2.05 0.00 12:51:35 07:38:01 0.27 0.00 0.27 0.00 0.00 4.30 0.00 12:51:35 07:39:01 0.20 0.00 0.20 0.00 0.00 2.72 0.00 12:51:35 07:40:01 0.17 0.00 0.17 0.00 0.00 1.23 0.00 12:51:35 07:41:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 12:51:35 07:42:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:51:35 07:43:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 07:44:01 0.23 0.00 0.23 0.00 0.00 2.65 0.00 12:51:35 07:45:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 12:51:35 07:46:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 12:51:35 07:47:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:51:35 07:48:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 12:51:35 07:49:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 07:50:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 12:51:35 07:51:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 12:51:35 07:52:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 12:51:35 07:53:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 12:51:35 07:54:01 0.23 0.00 0.23 0.00 0.00 2.68 0.00 12:51:35 07:55:01 0.18 0.00 0.18 0.00 0.00 1.60 0.00 12:51:35 07:56:01 0.32 0.00 0.32 0.00 0.00 4.15 0.00 12:51:35 07:57:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 12:51:35 07:58:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 07:59:01 0.28 0.00 0.28 0.00 0.00 3.95 0.00 12:51:35 08:00:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 08:01:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 12:51:35 08:02:02 0.32 0.00 0.32 0.00 0.00 3.83 0.00 12:51:35 08:03:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 12:51:35 08:04:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 12:51:35 08:05:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 12:51:35 08:06:01 0.22 0.00 0.22 0.00 0.00 2.26 0.00 12:51:35 08:07:01 0.35 0.00 0.35 0.00 0.00 3.71 0.00 12:51:35 08:08:01 0.27 0.00 0.27 0.00 0.00 2.75 0.00 12:51:35 08:09:01 0.20 0.00 0.20 0.00 0.00 1.52 0.00 12:51:35 08:10:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 08:11:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 12:51:35 08:12:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 12:51:35 08:13:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:51:35 08:14:01 0.17 0.00 0.17 0.00 0.00 1.53 0.00 12:51:35 08:15:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 12:51:35 08:16:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 08:17:01 0.28 0.00 0.28 0.00 0.00 3.51 0.00 12:51:35 08:18:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 12:51:35 08:19:01 0.20 0.00 0.20 0.00 0.00 1.67 0.00 12:51:35 08:20:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:51:35 08:21:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 08:22:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 08:23:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 12:51:35 08:24:01 0.17 0.00 0.17 0.00 0.00 1.90 0.00 12:51:35 08:25:02 0.25 0.00 0.25 0.00 0.00 2.71 0.00 12:51:35 08:26:01 0.25 0.00 0.25 0.00 0.00 2.54 0.00 12:51:35 08:27:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:51:35 08:28:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 08:29:01 0.18 0.00 0.18 0.00 0.00 1.80 0.00 12:51:35 08:30:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 12:51:35 08:31:01 1.30 1.08 0.22 0.00 119.65 2.18 0.00 12:51:35 08:32:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:51:35 08:33:01 0.27 0.00 0.27 0.00 0.00 3.08 0.00 12:51:35 08:34:01 0.22 0.00 0.22 0.00 0.00 2.03 0.00 12:51:35 08:35:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 12:51:35 08:36:01 0.33 0.00 0.33 0.00 0.00 5.01 0.00 12:51:35 08:37:01 0.33 0.00 0.33 0.00 0.00 5.31 0.00 12:51:35 08:38:01 0.28 0.00 0.28 0.00 0.00 4.05 0.00 12:51:35 08:39:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 12:51:35 08:40:01 0.33 0.00 0.33 0.00 0.00 5.31 0.00 12:51:35 08:41:01 0.32 0.00 0.32 0.00 0.00 4.36 0.00 12:51:35 08:42:01 0.33 0.00 0.33 0.00 0.00 5.45 0.00 12:51:35 08:43:01 0.27 0.00 0.27 0.00 0.00 4.05 0.00 12:51:35 08:44:01 0.25 0.00 0.25 0.00 0.00 3.46 0.00 12:51:35 08:45:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 08:46:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 08:47:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:51:35 08:48:01 0.30 0.00 0.30 0.00 0.00 4.58 0.00 12:51:35 08:49:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 12:51:35 08:50:02 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 08:51:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:51:35 08:52:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 08:53:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 08:54:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 08:55:01 0.30 0.00 0.30 0.00 0.00 3.55 0.00 12:51:35 08:56:01 0.23 0.00 0.23 0.00 0.00 2.81 0.00 12:51:35 08:57:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 08:58:01 1.45 0.00 1.45 0.00 0.00 11.02 0.00 12:51:35 08:59:01 4.18 0.00 4.18 0.00 0.00 51.02 0.00 12:51:35 09:00:01 0.32 0.00 0.32 0.00 0.00 4.46 0.00 12:51:35 09:01:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 12:51:35 09:02:01 0.30 0.00 0.30 0.00 0.00 4.21 0.00 12:51:35 09:03:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 09:04:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:51:35 09:05:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 09:06:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 09:07:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 09:08:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 12:51:35 09:09:01 0.27 0.00 0.27 0.00 0.00 3.35 0.00 12:51:35 09:10:01 0.18 0.00 0.18 0.00 0.00 1.75 0.00 12:51:35 09:11:02 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 09:12:01 0.22 0.00 0.22 0.00 0.00 2.49 0.00 12:51:35 09:13:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 12:51:35 09:14:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 12:51:35 09:15:01 0.23 0.00 0.23 0.00 0.00 2.46 0.00 12:51:35 09:16:01 0.27 0.00 0.27 0.00 0.00 2.68 0.00 12:51:35 09:17:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 09:18:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:51:35 09:19:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 12:51:35 09:20:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 09:21:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 12:51:35 09:22:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 12:51:35 09:23:01 0.18 0.00 0.18 0.00 0.00 2.00 0.00 12:51:35 09:24:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 09:25:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 09:26:01 0.25 0.00 0.25 0.00 0.00 2.68 0.00 12:51:35 09:27:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 12:51:35 09:28:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:51:35 09:29:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:51:35 09:30:01 0.30 0.00 0.30 0.00 0.00 3.93 0.00 12:51:35 09:31:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 09:32:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 09:33:02 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 09:34:01 0.27 0.00 0.27 0.00 0.00 3.17 0.00 12:51:35 09:35:01 0.28 0.00 0.28 0.00 0.00 2.56 0.00 12:51:35 09:36:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 09:37:01 0.30 0.00 0.30 0.00 0.00 4.48 0.00 12:51:35 09:38:01 0.22 0.00 0.22 0.00 0.00 1.92 0.00 12:51:35 09:39:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 12:51:35 09:40:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 09:41:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:51:35 09:42:01 0.22 0.00 0.22 0.00 0.00 2.01 0.00 12:51:35 09:43:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:51:35 09:44:01 0.28 0.00 0.28 0.00 0.00 3.16 0.00 12:51:35 09:45:01 0.23 0.00 0.23 0.00 0.00 2.68 0.00 12:51:35 09:46:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 09:47:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:51:35 09:48:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:51:35 09:49:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 09:50:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 09:51:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 12:51:35 09:52:01 0.23 0.00 0.23 0.00 0.00 2.95 0.00 12:51:35 09:53:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 09:54:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 09:55:02 0.23 0.00 0.23 0.00 0.00 2.33 0.00 12:51:35 09:56:01 0.29 0.00 0.29 0.00 0.00 3.30 0.00 12:51:35 09:57:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 12:51:35 09:58:01 0.20 0.00 0.20 0.00 0.00 1.68 0.00 12:51:35 09:59:01 0.25 0.00 0.25 0.00 0.00 3.12 0.00 12:51:35 10:00:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 10:01:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 10:02:01 0.22 0.00 0.22 0.00 0.00 2.53 0.00 12:51:35 10:03:01 0.30 0.00 0.30 0.00 0.00 4.33 0.00 12:51:35 10:04:01 0.25 0.00 0.25 0.00 0.00 2.37 0.00 12:51:35 10:05:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:51:35 10:06:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 12:51:35 10:07:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:51:35 10:08:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 10:09:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 12:51:35 10:10:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 12:51:35 10:11:01 0.25 0.00 0.25 0.00 0.00 2.51 0.00 12:51:35 10:12:01 0.20 0.00 0.20 0.00 0.00 2.65 0.00 12:51:35 10:13:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 10:14:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 10:15:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:51:35 10:16:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 10:17:02 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:51:35 10:18:01 0.25 0.00 0.25 0.00 0.00 3.17 0.00 12:51:35 10:19:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 12:51:35 10:20:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 12:51:35 10:21:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 10:22:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 10:23:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:51:35 10:24:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 10:25:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 10:26:01 0.28 0.00 0.28 0.00 0.00 3.66 0.00 12:51:35 10:27:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 10:28:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 12:51:35 10:29:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:51:35 10:30:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 10:31:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 10:32:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:51:35 10:33:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 12:51:35 10:34:01 0.23 0.00 0.23 0.00 0.00 2.47 0.00 12:51:35 10:35:01 0.28 0.00 0.28 0.00 0.00 3.11 0.00 12:51:35 10:36:01 0.22 0.00 0.22 0.00 0.00 2.01 0.00 12:51:35 10:37:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:51:35 10:38:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 10:39:02 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 10:40:01 0.29 0.00 0.29 0.00 0.00 3.05 0.00 12:51:35 10:41:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 10:42:01 0.17 0.00 0.17 0.00 0.00 1.45 0.00 12:51:35 10:43:01 0.35 0.00 0.35 0.00 0.00 4.00 0.00 12:51:35 10:44:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 12:51:35 10:45:01 0.30 0.00 0.30 0.00 0.00 3.30 0.00 12:51:35 10:46:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 12:51:35 10:47:01 0.20 0.00 0.20 0.00 0.00 1.68 0.00 12:51:35 10:48:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 12:51:35 10:49:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 10:50:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 12:51:35 10:51:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 10:52:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:51:35 10:53:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 12:51:35 10:54:01 0.25 0.00 0.25 0.00 0.00 2.50 0.00 12:51:35 10:55:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 12:51:35 10:56:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 10:57:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 12:51:35 10:58:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 12:51:35 10:59:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 11:00:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 12:51:35 11:01:02 0.27 0.00 0.27 0.00 0.00 2.53 0.00 12:51:35 11:02:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 12:51:35 11:03:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 12:51:35 11:04:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 12:51:35 11:05:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 12:51:35 11:06:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:51:35 11:07:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 12:51:35 11:08:01 0.28 0.00 0.28 0.00 0.00 3.66 0.00 12:51:35 11:09:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:51:35 11:10:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 11:11:01 0.17 0.00 0.17 0.00 0.00 1.28 0.00 12:51:35 11:12:01 0.30 0.00 0.30 0.00 0.00 4.35 0.00 12:51:35 11:13:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 11:14:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 12:51:35 11:15:01 0.32 0.00 0.32 0.00 0.00 4.35 0.00 12:51:35 11:16:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:51:35 11:17:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:51:35 11:18:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 11:19:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 11:20:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 11:21:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:51:35 11:22:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 12:51:35 11:23:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:51:35 11:24:02 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 11:25:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:51:35 11:26:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 11:27:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 11:28:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 12:51:35 11:29:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 12:51:35 11:30:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 11:31:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:51:35 11:32:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 12:51:35 11:33:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:51:35 11:34:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 12:51:35 11:35:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 11:36:01 0.20 0.00 0.20 0.00 0.00 1.50 0.00 12:51:35 11:37:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 12:51:35 11:38:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:51:35 11:39:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 12:51:35 11:40:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 11:41:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:51:35 11:42:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 12:51:35 11:43:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 12:51:35 11:44:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 12:51:35 11:45:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 11:46:02 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 11:47:01 0.17 0.00 0.17 0.00 0.00 1.66 0.00 12:51:35 11:48:01 0.35 0.00 0.35 0.00 0.00 5.65 0.00 12:51:35 11:49:01 0.35 0.00 0.35 0.00 0.00 5.81 0.00 12:51:35 11:50:01 0.32 0.00 0.32 0.00 0.00 4.50 0.00 12:51:35 11:51:01 0.25 0.00 0.25 0.00 0.00 4.08 0.00 12:51:35 11:52:01 0.35 0.00 0.35 0.00 0.00 5.83 0.00 12:51:35 11:53:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 12:51:35 11:54:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 12:51:35 11:55:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 12:51:35 11:56:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 11:57:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 12:51:35 11:58:01 0.30 0.00 0.30 0.00 0.00 4.21 0.00 12:51:35 11:59:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 12:51:35 12:00:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:51:35 12:01:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:51:35 12:02:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 12:03:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 12:04:01 0.30 0.00 0.30 0.00 0.00 4.58 0.00 12:51:35 12:05:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 12:06:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 12:07:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 12:08:02 0.25 0.00 0.25 0.00 0.00 3.08 0.00 12:51:35 12:09:01 0.22 0.00 0.22 0.00 0.00 2.05 0.00 12:51:35 12:10:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:51:35 12:11:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 12:51:35 12:12:01 0.23 0.00 0.23 0.00 0.00 2.82 0.00 12:51:35 12:13:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 12:51:35 12:14:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 12:15:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 12:16:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 12:17:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 12:51:35 12:18:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 12:51:35 12:19:01 0.23 0.00 0.23 0.00 0.00 2.68 0.00 12:51:35 12:20:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 12:21:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 12:51:35 12:22:01 0.23 0.00 0.23 0.00 0.00 2.81 0.00 12:51:35 12:23:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 12:24:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:51:35 12:25:01 0.20 0.00 0.20 0.00 0.00 1.38 0.00 12:51:35 12:26:01 0.27 0.00 0.27 0.00 0.00 3.35 0.00 12:51:35 12:27:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:51:35 12:28:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 12:29:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 12:30:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:51:35 12:31:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 12:32:01 0.24 0.00 0.24 0.00 0.00 2.51 0.00 12:51:35 12:33:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 12:51:35 12:34:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:51:35 12:35:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:51:35 12:36:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 12:51:35 12:37:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 12:51:35 12:38:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 12:39:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 12:51:35 12:40:01 0.18 0.00 0.18 0.00 0.00 2.00 0.00 12:51:35 12:41:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 12:51:35 12:42:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:51:35 12:43:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 12:51:35 12:44:01 0.18 0.00 0.18 0.00 0.00 1.75 0.00 12:51:35 12:45:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:51:35 12:46:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 12:47:01 0.28 0.00 0.28 0.00 0.00 3.53 0.00 12:51:35 12:48:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:51:35 12:49:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:51:35 12:50:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 12:51:35 12:51:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:51:35 Average: 1.20 0.78 0.42 0.00 23.99 17.97 0.00 12:51:35 12:51:35 06:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:51:35 06:52:01 206736 0 593828 31.56 2620 1078372 1102960 37.64 460648 1056172 20 12:51:35 06:53:01 209828 0 590772 31.40 2620 1078336 1079948 36.86 460376 1053376 8 12:51:35 06:54:01 210412 0 590176 31.37 2620 1078348 1079988 36.86 460352 1053304 8 12:51:35 06:55:01 210496 0 590092 31.36 2620 1078348 1068668 36.47 461868 1051876 16 12:51:35 06:56:01 209320 0 591264 31.42 2620 1078352 1068872 36.48 475348 1039732 20 12:51:35 06:57:01 209904 0 590672 31.39 2620 1078360 1068716 36.47 474472 1039664 12 12:51:35 06:58:01 210380 0 590192 31.37 2620 1078364 1068668 36.47 474212 1039664 8 12:51:35 06:59:01 210696 0 589812 31.35 2620 1078428 1068668 36.47 474256 1039680 20 12:51:35 07:00:01 210588 0 589972 31.36 2620 1078376 1068668 36.47 474228 1039664 8 12:51:35 07:01:01 206468 0 594084 31.57 2620 1078384 1071532 36.57 472664 1045180 16 12:51:35 07:02:01 207068 0 593344 31.53 2620 1078524 1069212 36.49 471996 1045260 12 12:51:35 07:03:01 207348 0 593060 31.52 2620 1078528 1069176 36.49 471684 1045256 8 12:51:35 07:04:01 207520 0 592884 31.51 2620 1078532 1069176 36.49 471688 1045256 12 12:51:35 07:05:01 206896 0 593504 31.54 2620 1078536 1069284 36.49 472156 1045256 8 12:51:35 07:06:01 206624 0 593744 31.56 2620 1078568 1069248 36.49 473208 1044292 24 12:51:35 07:07:01 207380 0 592980 31.52 2620 1078576 1069224 36.49 472964 1044292 8 12:51:35 07:08:01 207520 0 592840 31.51 2620 1078576 1069176 36.49 472704 1044292 8 12:51:35 07:09:01 207568 0 592784 31.50 2620 1078584 1069176 36.49 472712 1044292 8 12:51:35 07:10:01 207396 0 592952 31.51 2620 1078588 1069176 36.49 472716 1044292 8 12:51:35 07:11:01 207028 0 593316 31.53 2620 1078592 1069248 36.49 473100 1044296 8 12:51:35 07:12:02 206976 0 593364 31.54 2620 1078596 1069212 36.49 472924 1044292 8 12:51:35 07:13:01 207528 0 592808 31.51 2620 1078600 1069176 36.49 472732 1044292 8 12:51:35 07:14:01 207420 0 592912 31.51 2620 1078604 1069176 36.49 472736 1044292 8 12:51:35 07:15:01 207576 0 592752 31.50 2620 1078608 1069176 36.49 472620 1044292 8 12:51:35 07:16:01 74676 0 696616 37.02 2620 1107644 1069280 36.49 489312 1056948 8 12:51:35 07:17:01 75184 0 696104 37.00 2620 1107648 1069208 36.49 488944 1056948 8 12:51:35 07:18:01 75284 0 696000 36.99 2620 1107652 1069256 36.49 489196 1056948 8 12:51:35 07:19:01 75152 0 696128 37.00 2620 1107656 1069208 36.49 488952 1056948 8 12:51:35 07:20:01 74928 0 696344 37.01 2620 1107664 1069208 36.49 489208 1056948 8 12:51:35 07:21:01 74724 0 696544 37.02 2620 1107668 1069280 36.49 489476 1056948 16 12:51:35 07:22:01 73884 0 697380 37.06 2620 1107672 1069316 36.49 491520 1055496 12 12:51:35 07:23:01 75028 0 696228 37.00 2620 1107680 1069208 36.49 490604 1055496 12 12:51:35 07:24:01 75088 0 696132 37.00 2620 1107716 1069208 36.49 490756 1055508 24 12:51:35 07:25:01 75004 0 696244 37.00 2620 1107688 1069208 36.49 490596 1055496 8 12:51:35 07:26:01 74652 0 696592 37.02 2620 1107692 1069292 36.49 491052 1055496 12 12:51:35 07:27:01 75064 0 696176 37.00 2620 1107696 1069232 36.49 490604 1055500 16 12:51:35 07:28:01 75144 0 696092 37.00 2620 1107700 1069208 36.49 490624 1055496 12 12:51:35 07:29:01 74888 0 696344 37.01 2620 1107704 1069208 36.49 490628 1055496 8 12:51:35 07:30:01 74988 0 696240 37.00 2620 1107708 1069208 36.49 490508 1055496 8 12:51:35 07:31:01 74824 0 696400 37.01 2620 1107712 1069268 36.49 490936 1055496 12 12:51:35 07:32:01 74948 0 696268 37.00 2620 1107720 1069256 36.49 490788 1055496 12 12:51:35 07:33:01 75264 0 695948 36.99 2620 1107724 1069208 36.49 490532 1055496 8 12:51:35 07:34:01 75260 0 695948 36.99 2620 1107728 1069208 36.49 490660 1055500 8 12:51:35 07:35:01 75104 0 696100 37.00 2620 1107732 1069208 36.49 490668 1055496 8 12:51:35 07:36:01 74612 0 696588 37.02 2620 1107736 1069280 36.49 491176 1055480 20 12:51:35 07:37:02 74732 0 696464 37.02 2620 1107740 1069208 36.49 490696 1055480 16 12:51:35 07:38:01 74612 0 696580 37.02 2620 1107744 1069244 36.49 490876 1055480 8 12:51:35 07:39:01 75164 0 696020 36.99 2620 1107752 1069208 36.49 490712 1055480 8 12:51:35 07:40:01 74924 0 696260 37.00 2620 1107752 1069208 36.49 490712 1055480 20 12:51:35 07:41:01 74476 0 696700 37.03 2620 1107760 1069280 36.49 491080 1055480 12 12:51:35 07:42:01 74392 0 696780 37.03 2620 1107764 1069268 36.49 491048 1055480 12 12:51:35 07:43:01 75132 0 696040 36.99 2620 1107764 1069208 36.49 490724 1055480 12 12:51:35 07:44:01 75272 0 695892 36.98 2620 1107772 1069208 36.49 490608 1055480 8 12:51:35 07:45:01 74992 0 696168 37.00 2620 1107776 1069208 36.49 490736 1055480 8 12:51:35 07:46:01 74632 0 696524 37.02 2620 1107780 1069268 36.49 491036 1055480 12 12:51:35 07:47:01 74596 0 696556 37.02 2620 1107784 1069256 36.49 491004 1055480 12 12:51:35 07:48:01 74984 0 696160 37.00 2620 1107792 1069208 36.49 490628 1055480 8 12:51:35 07:49:01 75092 0 696048 36.99 2620 1107796 1069208 36.49 490756 1055480 8 12:51:35 07:50:01 74992 0 696112 37.00 2620 1107832 1069208 36.49 490940 1055492 16 12:51:35 07:51:01 74500 0 696632 37.02 2620 1107804 1069280 36.49 491256 1055480 12 12:51:35 07:52:01 74844 0 696284 37.01 2620 1107808 1069208 36.49 490768 1055480 12 12:51:35 07:53:01 74620 0 696504 37.02 2620 1107812 1069208 36.49 490648 1055480 8 12:51:35 07:54:01 74908 0 696212 37.00 2620 1107816 1069208 36.49 490776 1055480 8 12:51:35 07:55:01 74804 0 696308 37.01 2620 1107824 1068668 36.47 490540 1055480 8 12:51:35 07:56:01 74500 0 696664 37.03 2620 1107772 1068740 36.47 491000 1055456 20 12:51:35 07:57:01 74828 0 696328 37.01 2620 1107780 1068704 36.47 490648 1055456 12 12:51:35 07:58:01 75108 0 696044 36.99 2620 1107784 1068668 36.47 490596 1055456 8 12:51:35 07:59:01 74952 0 696196 37.00 2620 1107788 1068668 36.47 490532 1055456 8 12:51:35 08:00:01 75192 0 695948 36.99 2620 1107796 1068668 36.47 490544 1055456 8 12:51:35 08:01:01 73132 0 698004 37.10 2620 1107800 1071480 36.57 491776 1055456 12 12:51:35 08:02:02 74660 0 696472 37.02 2620 1107804 1068716 36.47 490932 1055456 12 12:51:35 08:03:01 75260 0 695864 36.98 2620 1107812 1068668 36.47 490560 1055456 8 12:51:35 08:04:01 75080 0 696040 36.99 2620 1107816 1068668 36.47 490564 1055456 8 12:51:35 08:05:01 74388 0 696728 37.03 2620 1107820 1068836 36.48 491584 1055456 8 12:51:35 08:06:01 75036 0 696076 36.99 2620 1107824 1068728 36.47 491000 1055456 8 12:51:35 08:07:01 74608 0 696500 37.02 2620 1107828 1068728 36.47 490900 1055456 8 12:51:35 08:08:01 75520 0 695580 36.97 2620 1107836 1068668 36.47 490584 1055456 8 12:51:35 08:09:01 75092 0 696008 36.99 2620 1107836 1068668 36.47 490584 1055456 8 12:51:35 08:10:01 74976 0 696116 37.00 2620 1107844 1068668 36.47 490716 1055456 8 12:51:35 08:11:01 74712 0 696376 37.01 2620 1107848 1068728 36.47 490892 1055456 16 12:51:35 08:12:01 74860 0 696224 37.00 2620 1107852 1068752 36.47 491040 1055460 8 12:51:35 08:13:01 75196 0 695884 36.98 2620 1107856 1068668 36.47 490604 1055456 8 12:51:35 08:14:01 75108 0 695964 36.99 2620 1107864 1068668 36.47 490516 1055456 8 12:51:35 08:15:01 75108 0 695960 36.99 2620 1107868 1068668 36.47 490616 1055456 8 12:51:35 08:16:01 74920 0 696144 37.00 2620 1107872 1068740 36.47 490988 1055456 12 12:51:35 08:17:01 75256 0 695800 36.98 2620 1107880 1068668 36.47 490628 1055456 12 12:51:35 08:18:01 75248 0 695808 36.98 2620 1107880 1068668 36.47 490628 1055456 8 12:51:35 08:19:01 75420 0 695628 36.97 2620 1107888 1068668 36.47 490512 1055456 8 12:51:35 08:20:01 75288 0 695756 36.98 2620 1107892 1068664 36.47 490764 1055456 8 12:51:35 08:21:01 74860 0 696180 37.00 2620 1107896 1068740 36.47 491136 1055456 12 12:51:35 08:22:01 74368 0 696668 37.03 2620 1107900 1068776 36.48 491224 1055456 16 12:51:35 08:23:01 74780 0 696252 37.00 2620 1107904 1068716 36.47 491048 1055456 12 12:51:35 08:24:01 75296 0 695728 36.98 2620 1107912 1068668 36.47 490784 1055456 8 12:51:35 08:25:02 75296 0 695728 36.98 2620 1107912 1068668 36.47 490784 1055456 8 12:51:35 08:26:01 74632 0 696384 37.01 2620 1107920 1068740 36.47 491024 1055460 16 12:51:35 08:27:01 75140 0 695872 36.98 2620 1107924 1068704 36.47 490868 1055456 12 12:51:35 08:28:01 75460 0 695552 36.97 2620 1107924 1068668 36.47 490672 1055456 12 12:51:35 08:29:01 75444 0 695556 36.97 2620 1107936 1068668 36.47 490684 1055456 8 12:51:35 08:30:01 76744 0 694252 36.90 2620 1107940 1067076 36.42 489872 1055264 8 12:51:35 08:31:01 71468 0 695932 36.99 2620 1111536 1068816 36.48 492528 1057620 16 12:51:35 08:32:01 71820 0 695576 36.97 2620 1111540 1068780 36.48 492464 1057620 16 12:51:35 08:33:01 71472 0 695912 36.99 2620 1111552 1068732 36.47 492332 1057624 8 12:51:35 08:34:01 71644 0 695740 36.98 2620 1111552 1068732 36.47 492088 1057620 8 12:51:35 08:35:01 71604 0 695772 36.98 2620 1111560 1068732 36.47 492216 1057624 8 12:51:35 08:36:01 71296 0 696028 36.99 2620 1111612 1068804 36.48 492392 1057628 28 12:51:35 08:37:01 71616 0 695752 36.98 2620 1111568 1068780 36.48 492308 1057620 12 12:51:35 08:38:01 71620 0 695744 36.98 2620 1111572 1068732 36.47 492232 1057620 8 12:51:35 08:39:01 71480 0 695880 36.98 2620 1111576 1068732 36.47 492236 1057620 8 12:51:35 08:40:01 71364 0 695988 36.99 2620 1111584 1068732 36.47 492368 1057620 8 12:51:35 08:41:01 71508 0 695844 36.98 2620 1111584 1068804 36.48 492316 1057620 12 12:51:35 08:42:01 71660 0 695684 36.97 2620 1111592 1068732 36.47 492256 1057620 16 12:51:35 08:43:01 71728 0 695612 36.97 2620 1111596 1068732 36.47 492260 1057620 8 12:51:35 08:44:01 71908 0 695428 36.96 2620 1111600 1068732 36.47 492264 1057620 8 12:51:35 08:45:01 71504 0 695824 36.98 2620 1111608 1068728 36.47 492272 1057620 8 12:51:35 08:46:01 71028 0 696296 37.01 2620 1111612 1068816 36.48 492832 1057620 16 12:51:35 08:47:01 71200 0 696120 37.00 2620 1111616 1068732 36.47 492308 1057620 12 12:51:35 08:48:01 70740 0 696576 37.02 2620 1111620 1068780 36.48 492452 1057620 8 12:51:35 08:49:01 71292 0 696016 36.99 2620 1111628 1068872 36.48 492468 1057620 8 12:51:35 08:50:02 71364 0 695944 36.99 2620 1111628 1068800 36.48 492232 1057620 8 12:51:35 08:51:01 71136 0 696164 37.00 2620 1111636 1068860 36.48 492436 1057624 12 12:51:35 08:52:01 71272 0 696024 36.99 2620 1111640 1068800 36.48 492368 1057620 12 12:51:35 08:53:01 71472 0 695820 36.98 2620 1111644 1068836 36.48 492504 1057620 12 12:51:35 08:54:01 71612 0 695676 36.97 2620 1111648 1068800 36.48 492376 1057620 8 12:51:35 08:55:01 71716 0 695568 36.97 2620 1111652 1068800 36.48 492256 1057620 8 12:51:35 08:56:01 71104 0 696172 37.00 2620 1111660 1068884 36.48 492588 1057620 16 12:51:35 08:57:01 71452 0 695824 36.98 2620 1111660 1068836 36.48 492464 1057620 12 12:51:35 08:58:01 70200 0 697064 37.05 2620 1111672 1069056 36.48 493432 1057624 20 12:51:35 08:59:01 69876 0 697372 37.06 2620 1111688 1067616 36.44 493264 1057632 8 12:51:35 09:00:01 72224 0 694968 36.94 2620 1111744 1067332 36.43 491692 1057644 28 12:51:35 09:01:01 70704 0 696536 37.02 2620 1111696 1070088 36.52 492320 1057632 12 12:51:35 09:02:01 72380 0 694852 36.93 2620 1111704 1067332 36.43 491504 1057632 12 12:51:35 09:03:01 72176 0 695056 36.94 2620 1111704 1067380 36.43 491516 1057632 8 12:51:35 09:04:01 71968 0 695256 36.95 2620 1111712 1067332 36.43 491512 1057632 8 12:51:35 09:05:01 71724 0 695496 36.96 2620 1111716 1067428 36.43 491916 1057632 8 12:51:35 09:06:01 71880 0 695336 36.96 2620 1111720 1067392 36.43 491720 1057636 12 12:51:35 09:07:01 71944 0 695268 36.95 2620 1111724 1067392 36.43 491608 1057632 8 12:51:35 09:08:01 72296 0 694912 36.93 2620 1111728 1067332 36.43 491528 1057632 8 12:51:35 09:09:01 72092 0 695108 36.94 2620 1111736 1067332 36.43 491412 1057632 8 12:51:35 09:10:01 71596 0 695604 36.97 2620 1111736 1067332 36.43 491660 1057632 8 12:51:35 09:11:02 71368 0 695824 36.98 2620 1111744 1067404 36.43 491620 1057632 12 12:51:35 09:12:01 71852 0 695332 36.96 2620 1111752 1067356 36.43 491620 1057636 12 12:51:35 09:13:01 72248 0 694932 36.93 2620 1111756 1067332 36.43 491556 1057632 8 12:51:35 09:14:01 71944 0 695228 36.95 2620 1111764 1067332 36.43 491440 1057632 8 12:51:35 09:15:01 71992 0 695176 36.95 2620 1111768 1067332 36.43 491692 1057632 8 12:51:35 09:16:01 72160 0 695004 36.94 2620 1111772 1067404 36.43 491656 1057632 12 12:51:35 09:17:01 71896 0 695264 36.95 2620 1111776 1067380 36.43 491700 1057632 12 12:51:35 09:18:01 72240 0 694912 36.93 2620 1111784 1067332 36.43 491724 1057632 8 12:51:35 09:19:01 72132 0 695020 36.94 2620 1111784 1067332 36.43 491584 1057632 8 12:51:35 09:20:01 72256 0 694888 36.93 2620 1111792 1067332 36.43 491592 1057632 8 12:51:35 09:21:01 71584 0 695556 36.97 2620 1111796 1067404 36.43 491676 1057632 12 12:51:35 09:22:01 71608 0 695528 36.97 2620 1111800 1067428 36.43 491900 1057636 12 12:51:35 09:23:01 72016 0 695116 36.94 2620 1111804 1067332 36.43 491732 1057632 12 12:51:35 09:24:01 71720 0 695408 36.96 2620 1111808 1067332 36.43 491736 1057632 8 12:51:35 09:25:01 71868 0 695252 36.95 2620 1111816 1067332 36.43 491620 1057632 8 12:51:35 09:26:01 71468 0 695652 36.97 2620 1111816 1067416 36.43 491824 1057632 16 12:51:35 09:27:01 71544 0 695568 36.97 2620 1111824 1067332 36.43 491628 1057632 12 12:51:35 09:28:01 71892 0 695216 36.95 2620 1111828 1067380 36.43 491648 1057632 8 12:51:35 09:29:01 72096 0 695004 36.94 2620 1111836 1067332 36.43 491516 1057636 8 12:51:35 09:30:01 71776 0 695320 36.95 2620 1111840 1067332 36.43 491656 1057632 8 12:51:35 09:31:01 71812 0 695276 36.95 2620 1111848 1067416 36.43 491744 1057636 12 12:51:35 09:32:01 71892 0 695196 36.95 2620 1111848 1067368 36.43 491788 1057632 12 12:51:35 09:33:02 71916 0 695168 36.95 2620 1111852 1067332 36.43 491668 1057632 12 12:51:35 09:34:01 71832 0 695244 36.95 2620 1111860 1067332 36.43 491800 1057632 8 12:51:35 09:35:01 71688 0 695388 36.96 2620 1111860 1067332 36.43 491580 1057632 8 12:51:35 09:36:01 71976 0 695092 36.94 2620 1111868 1067404 36.43 491764 1057632 12 12:51:35 09:37:01 71848 0 695216 36.95 2620 1111872 1067368 36.43 491700 1057632 12 12:51:35 09:38:01 72016 0 695044 36.94 2620 1111876 1067332 36.43 491688 1057636 8 12:51:35 09:39:01 71880 0 695176 36.95 2620 1111880 1067332 36.43 491696 1057632 8 12:51:35 09:40:01 72156 0 694896 36.93 2620 1111884 1067332 36.43 491576 1057632 8 12:51:35 09:41:01 71788 0 695256 36.95 2620 1111892 1067404 36.43 491780 1057632 8 12:51:35 09:42:01 72100 0 694944 36.93 2620 1111892 1067404 36.43 491796 1057632 8 12:51:35 09:43:01 71768 0 695212 36.95 2620 1111956 1067284 36.42 491792 1057648 24 12:51:35 09:44:01 72264 0 694764 36.92 2620 1111908 1067332 36.43 491848 1057632 8 12:51:35 09:45:01 71636 0 695388 36.96 2620 1111912 1067332 36.43 491724 1057636 8 12:51:35 09:46:01 71672 0 695348 36.96 2620 1111916 1067404 36.43 491928 1057632 8 12:51:35 09:47:01 72056 0 694956 36.94 2620 1111924 1067332 36.43 491860 1057636 8 12:51:35 09:48:01 71884 0 695128 36.94 2620 1111924 1067380 36.43 491880 1057632 8 12:51:35 09:49:01 72088 0 694920 36.93 2620 1111928 1067332 36.43 491868 1057632 8 12:51:35 09:50:01 71892 0 695108 36.94 2620 1111936 1067332 36.43 491752 1057632 8 12:51:35 09:51:01 71384 0 695616 36.97 2620 1111936 1067416 36.43 491832 1057632 8 12:51:35 09:52:01 71808 0 695184 36.95 2620 1111944 1067332 36.43 491760 1057632 8 12:51:35 09:53:01 71424 0 695564 36.97 2620 1111948 1067368 36.43 491896 1057632 8 12:51:35 09:54:01 71892 0 695092 36.94 2620 1111952 1067332 36.43 491892 1057632 8 12:51:35 09:55:02 71760 0 695216 36.95 2620 1111960 1067332 36.43 491896 1057636 8 12:51:35 09:56:01 71852 0 695120 36.94 2620 1111964 1067388 36.43 491844 1057632 12 12:51:35 09:57:01 71628 0 695336 36.96 2620 1111972 1067368 36.43 491740 1057632 12 12:51:35 09:58:01 71692 0 695272 36.95 2620 1111972 1067332 36.43 491916 1057632 12 12:51:35 09:59:01 71832 0 695120 36.94 2620 1111984 1067332 36.43 491804 1057632 8 12:51:35 10:00:01 71636 0 695312 36.95 2620 1111988 1067332 36.43 491932 1057632 8 12:51:35 10:01:01 70180 0 696764 37.03 2620 1111992 1070156 36.52 492632 1057632 12 12:51:35 10:02:01 71736 0 695200 36.95 2620 1112000 1067380 36.43 491896 1057636 16 12:51:35 10:03:01 71760 0 695172 36.95 2620 1112004 1067332 36.43 491824 1057632 8 12:51:35 10:04:01 71372 0 695560 36.97 2620 1112004 1067332 36.43 491824 1057632 8 12:51:35 10:05:01 71368 0 695556 36.97 2620 1112012 1067464 36.43 492172 1057632 12 12:51:35 10:06:01 71860 0 695060 36.94 2620 1112016 1067404 36.43 491920 1057632 12 12:51:35 10:07:01 72116 0 694800 36.93 2620 1112020 1067392 36.43 491844 1057632 12 12:51:35 10:08:01 71760 0 695152 36.95 2620 1112024 1067332 36.43 491968 1057632 12 12:51:35 10:09:01 71808 0 695096 36.94 2620 1112032 1067332 36.43 491852 1057632 8 12:51:35 10:10:01 73204 0 693700 36.87 2620 1112032 1065740 36.37 491148 1057448 8 12:51:35 10:11:01 71580 0 695320 36.95 2620 1112036 1067404 36.43 492240 1057448 16 12:51:35 10:12:01 71596 0 695296 36.95 2620 1112044 1067380 36.43 492188 1057448 12 12:51:35 10:13:01 71932 0 694956 36.94 2620 1112048 1067332 36.43 492176 1057448 8 12:51:35 10:14:01 71604 0 695276 36.95 2620 1112056 1067332 36.43 492056 1057452 8 12:51:35 10:15:01 71288 0 695588 36.97 2620 1112060 1067332 36.43 492188 1057448 8 12:51:35 10:16:01 71308 0 695560 36.97 2620 1112068 1067392 36.43 492260 1057448 16 12:51:35 10:17:02 71576 0 695292 36.95 2620 1112068 1067332 36.43 492196 1057448 8 12:51:35 10:18:01 71472 0 695388 36.96 2620 1112076 1067380 36.43 492084 1057452 8 12:51:35 10:19:01 71648 0 695208 36.95 2620 1112080 1067332 36.43 492084 1057448 8 12:51:35 10:20:01 71564 0 695292 36.95 2620 1112080 1067332 36.43 492208 1057448 8 12:51:35 10:21:01 71672 0 695176 36.95 2620 1112088 1067404 36.43 492048 1057448 12 12:51:35 10:22:01 71272 0 695572 36.97 2620 1112092 1067452 36.43 492556 1057448 12 12:51:35 10:23:01 71684 0 695156 36.95 2620 1112096 1067332 36.43 492100 1057448 12 12:51:35 10:24:01 71628 0 695208 36.95 2620 1112100 1067332 36.43 492104 1057448 8 12:51:35 10:25:01 71660 0 695168 36.95 2620 1112108 1067332 36.43 492236 1057448 8 12:51:35 10:26:01 71440 0 695388 36.96 2620 1112108 1067416 36.43 492308 1057448 12 12:51:35 10:27:01 71852 0 694972 36.94 2620 1112112 1067368 36.43 492120 1057448 12 12:51:35 10:28:01 71652 0 695164 36.95 2620 1112120 1067332 36.43 492024 1057448 12 12:51:35 10:29:01 71808 0 695000 36.94 2620 1112128 1067332 36.43 492132 1057448 8 12:51:35 10:30:01 71800 0 695004 36.94 2620 1112132 1067332 36.43 492012 1057448 8 12:51:35 10:31:01 71564 0 695236 36.95 2620 1112136 1067404 36.43 492336 1057448 12 12:51:35 10:32:01 71628 0 695164 36.95 2620 1112144 1067368 36.43 492224 1057448 12 12:51:35 10:33:01 71816 0 694976 36.94 2620 1112144 1067332 36.43 492272 1057448 8 12:51:35 10:34:01 71356 0 695424 36.96 2620 1112156 1067332 36.43 492276 1057456 8 12:51:35 10:35:01 71536 0 695240 36.95 2620 1112160 1067332 36.43 492164 1057448 8 12:51:35 10:36:01 71368 0 695408 36.96 2620 1112160 1067416 36.43 492364 1057448 12 12:51:35 10:37:01 71736 0 695032 36.94 2620 1112168 1067332 36.43 492048 1057448 12 12:51:35 10:38:01 71348 0 695416 36.96 2620 1112172 1067332 36.43 492300 1057448 8 12:51:35 10:39:02 71668 0 695092 36.94 2620 1112176 1067332 36.43 492304 1057448 8 12:51:35 10:40:01 71692 0 695064 36.94 2620 1112180 1067332 36.43 492184 1057448 8 12:51:35 10:41:01 71752 0 694996 36.94 2620 1112188 1067392 36.43 492260 1057448 12 12:51:35 10:42:01 72056 0 694692 36.92 2620 1112188 1067332 36.43 492316 1057448 12 12:51:35 10:43:01 71472 0 695272 36.95 2620 1112192 1067368 36.43 492204 1057448 8 12:51:35 10:44:01 71560 0 695176 36.95 2620 1112200 1067332 36.43 492080 1057448 8 12:51:35 10:45:01 71396 0 695332 36.96 2620 1112208 1067332 36.43 492212 1057448 8 12:51:35 10:46:01 71300 0 695424 36.96 2620 1112212 1067404 36.43 492292 1057448 12 12:51:35 10:47:01 71480 0 695240 36.95 2620 1112216 1067392 36.43 492304 1057448 12 12:51:35 10:48:01 71272 0 695440 36.96 2620 1112224 1067332 36.43 492228 1057448 12 12:51:35 10:49:01 71560 0 695152 36.95 2620 1112224 1067332 36.43 492228 1057448 8 12:51:35 10:50:01 71480 0 695224 36.95 2620 1112232 1067332 36.43 492216 1057452 8 12:51:35 10:51:01 71432 0 695268 36.95 2620 1112236 1067392 36.43 492184 1057448 12 12:51:35 10:52:01 71416 0 695284 36.95 2620 1112236 1067404 36.43 492328 1057448 8 12:51:35 10:53:01 71488 0 695204 36.95 2620 1112244 1067332 36.43 492248 1057448 8 12:51:35 10:54:01 71428 0 695260 36.95 2620 1112248 1067332 36.43 492252 1057448 8 12:51:35 10:55:01 71528 0 695156 36.95 2620 1112252 1067332 36.43 492136 1057448 8 12:51:35 10:56:01 71432 0 695248 36.95 2620 1112256 1067404 36.43 492336 1057448 12 12:51:35 10:57:01 71700 0 694972 36.94 2620 1112264 1067332 36.43 492272 1057448 12 12:51:35 10:58:01 71552 0 695120 36.94 2620 1112264 1067332 36.43 492272 1057448 8 12:51:35 10:59:01 71520 0 695148 36.95 2620 1112268 1067332 36.43 492152 1057448 8 12:51:35 11:00:01 71272 0 695384 36.96 2620 1112280 1067332 36.43 492412 1057448 8 12:51:35 11:01:02 69832 0 696820 37.03 2620 1112284 1069744 36.51 493120 1057448 16 12:51:35 11:02:01 71676 0 694972 36.94 2620 1112288 1067332 36.43 492296 1057448 12 12:51:35 11:03:01 71492 0 695148 36.95 2620 1112296 1067380 36.43 492316 1057448 8 12:51:35 11:04:01 71432 0 695204 36.95 2620 1112300 1067332 36.43 492308 1057448 8 12:51:35 11:05:01 70960 0 695672 36.97 2620 1112304 1067476 36.43 492652 1057452 8 12:51:35 11:06:01 70948 0 695680 36.97 2620 1112308 1067404 36.43 492400 1057448 12 12:51:35 11:07:01 71268 0 695356 36.96 2620 1112312 1067368 36.43 492520 1057448 12 12:51:35 11:08:01 70944 0 695676 36.97 2620 1112316 1067332 36.43 492448 1057448 8 12:51:35 11:09:01 71472 0 695144 36.95 2620 1112320 1067332 36.43 492244 1057448 8 12:51:35 11:10:01 71448 0 695160 36.95 2620 1112328 1067332 36.43 492376 1057448 8 12:51:35 11:11:01 71328 0 695280 36.95 2620 1112328 1067392 36.43 492448 1057448 16 12:51:35 11:12:01 71228 0 695352 36.96 2620 1112356 1067368 36.43 492464 1057452 20 12:51:35 11:13:01 71456 0 695140 36.94 2620 1112340 1067332 36.43 492388 1057448 12 12:51:35 11:14:01 71476 0 695116 36.94 2620 1112344 1067332 36.43 492388 1057452 8 12:51:35 11:15:01 71284 0 695296 36.95 2620 1112356 1067332 36.43 492404 1057448 8 12:51:35 11:16:01 71296 0 695280 36.95 2620 1112360 1067404 36.43 492488 1057448 12 12:51:35 11:17:01 71188 0 695380 36.96 2620 1112368 1067392 36.43 492500 1057448 12 12:51:35 11:18:01 71384 0 695184 36.95 2620 1112368 1067332 36.43 492416 1057448 8 12:51:35 11:19:01 71688 0 694872 36.93 2620 1112376 1067332 36.43 492424 1057448 8 12:51:35 11:20:01 71112 0 695444 36.96 2620 1112380 1067332 36.43 492428 1057448 8 12:51:35 11:21:01 71444 0 695108 36.94 2620 1112384 1067392 36.43 492632 1057452 12 12:51:35 11:22:01 71280 0 695268 36.95 2620 1112388 1067428 36.43 492664 1057448 16 12:51:35 11:23:01 71424 0 695120 36.94 2620 1112392 1067332 36.43 492440 1057448 12 12:51:35 11:24:02 71556 0 694984 36.94 2620 1112396 1067332 36.43 492444 1057448 8 12:51:35 11:25:01 71424 0 695112 36.94 2620 1112400 1067332 36.43 492448 1057448 8 12:51:35 11:26:01 71296 0 695232 36.95 2620 1112408 1067392 36.43 492520 1057448 12 12:51:35 11:27:01 71556 0 694972 36.94 2620 1112408 1067332 36.43 492460 1057448 12 12:51:35 11:28:01 71584 0 694936 36.93 2620 1112416 1067380 36.43 492480 1057448 8 12:51:35 11:29:01 71696 0 694820 36.93 2620 1112420 1067332 36.43 492596 1057448 8 12:51:35 11:30:01 71704 0 694804 36.93 2620 1112428 1067332 36.43 492352 1057452 8 12:51:35 11:31:01 71576 0 694928 36.93 2620 1112432 1067404 36.43 492444 1057448 12 12:51:35 11:32:01 71432 0 695068 36.94 2620 1112436 1067332 36.43 492488 1057448 12 12:51:35 11:33:01 70940 0 695552 36.97 2620 1112444 1067356 36.43 492380 1057448 8 12:51:35 11:34:01 70808 0 695628 36.97 2620 1112500 1067332 36.43 492600 1057464 16 12:51:35 11:35:01 71160 0 695324 36.95 2620 1112452 1067332 36.43 492488 1057448 8 12:51:35 11:36:01 71196 0 695284 36.95 2620 1112456 1067380 36.43 492580 1057448 12 12:51:35 11:37:01 71212 0 695264 36.95 2620 1112460 1067368 36.43 492520 1057452 12 12:51:35 11:38:01 71220 0 695252 36.95 2620 1112464 1067332 36.43 492640 1057448 8 12:51:35 11:39:01 71044 0 695424 36.96 2620 1112468 1067332 36.43 492520 1057448 8 12:51:35 11:40:01 71120 0 695344 36.96 2620 1112472 1067332 36.43 492400 1057448 8 12:51:35 11:41:01 70612 0 695848 36.98 2620 1112476 1067416 36.43 492740 1057448 12 12:51:35 11:42:01 70724 0 695728 36.98 2620 1112484 1067368 36.43 492612 1057448 8 12:51:35 11:43:01 70712 0 695740 36.98 2620 1112484 1067332 36.43 492536 1057448 8 12:51:35 11:44:01 71012 0 695432 36.96 2620 1112492 1067332 36.43 492544 1057448 8 12:51:35 11:45:01 71256 0 695180 36.95 2620 1112500 1067328 36.43 492552 1057448 8 12:51:35 11:46:02 71056 0 695376 36.96 2620 1112504 1067404 36.43 492756 1057452 8 12:51:35 11:47:01 71188 0 695240 36.95 2620 1112508 1067392 36.43 492768 1057448 8 12:51:35 11:48:01 71300 0 695124 36.94 2620 1112512 1067332 36.43 492440 1057448 8 12:51:35 11:49:01 71260 0 695156 36.95 2620 1112520 1067332 36.43 492696 1057448 8 12:51:35 11:50:01 72648 0 693768 36.87 2620 1112520 1065740 36.37 491564 1057448 8 12:51:35 11:51:01 70744 0 695664 36.97 2620 1112528 1067404 36.43 492672 1057448 8 12:51:35 11:52:01 70964 0 695440 36.96 2620 1112532 1067332 36.43 492716 1057448 8 12:51:35 11:53:01 70856 0 695544 36.97 2620 1112536 1067380 36.43 492608 1057448 8 12:51:35 11:54:01 71144 0 695252 36.95 2620 1112540 1067332 36.43 492476 1057448 8 12:51:35 11:55:01 71220 0 695172 36.95 2620 1112544 1067332 36.43 492604 1057448 8 12:51:35 11:56:01 70644 0 695684 36.97 2620 1112608 1067404 36.43 492892 1057464 28 12:51:35 11:57:01 71036 0 695344 36.96 2620 1112556 1067332 36.43 492612 1057452 8 12:51:35 11:58:01 70988 0 695384 36.96 2620 1112564 1067380 36.43 492640 1057448 8 12:51:35 11:59:01 71104 0 695268 36.95 2620 1112564 1067332 36.43 492624 1057448 8 12:51:35 12:00:01 71316 0 695044 36.94 2620 1112576 1067332 36.43 492764 1057448 8 12:51:35 12:01:01 69392 0 696964 37.04 2620 1112580 1070172 36.52 493468 1057448 12 12:51:35 12:02:01 70956 0 695396 36.96 2620 1112584 1067380 36.43 492604 1057448 12 12:51:35 12:03:01 71160 0 695188 36.95 2620 1112588 1067332 36.43 492528 1057448 12 12:51:35 12:04:01 71244 0 695096 36.94 2620 1112596 1067332 36.43 492660 1057448 8 12:51:35 12:05:01 70588 0 695748 36.98 2620 1112600 1067440 36.43 492928 1057448 8 12:51:35 12:06:01 71088 0 695244 36.95 2620 1112604 1067392 36.43 492748 1057448 12 12:51:35 12:07:01 71064 0 695264 36.95 2620 1112608 1067392 36.43 492756 1057448 8 12:51:35 12:08:02 70920 0 695400 36.96 2620 1112616 1067332 36.43 492804 1057448 8 12:51:35 12:09:01 70896 0 695424 36.96 2620 1112616 1067332 36.43 492680 1057448 8 12:51:35 12:10:01 71168 0 695148 36.95 2620 1112620 1067332 36.43 492684 1057448 8 12:51:35 12:11:01 71048 0 695260 36.95 2620 1112628 1067404 36.43 492772 1057448 16 12:51:35 12:12:01 70996 0 695312 36.95 2620 1112628 1067332 36.43 492692 1057448 12 12:51:35 12:13:01 71088 0 695212 36.95 2620 1112636 1067368 36.43 492708 1057448 8 12:51:35 12:14:01 71168 0 695128 36.94 2620 1112640 1067332 36.43 492828 1057448 8 12:51:35 12:15:01 70880 0 695408 36.96 2620 1112648 1067332 36.43 492836 1057448 8 12:51:35 12:16:01 70840 0 695444 36.96 2620 1112652 1067392 36.43 492916 1057448 12 12:51:35 12:17:01 70824 0 695452 36.96 2620 1112660 1067404 36.43 492932 1057452 8 12:51:35 12:18:01 70740 0 695536 36.97 2620 1112660 1067332 36.43 492848 1057448 8 12:51:35 12:19:01 70756 0 695516 36.96 2620 1112664 1067332 36.43 492728 1057448 8 12:51:35 12:20:01 71260 0 695004 36.94 2620 1112672 1067332 36.43 492616 1057448 16 12:51:35 12:21:01 71072 0 695188 36.95 2620 1112676 1067392 36.43 492940 1057448 12 12:51:35 12:22:01 70784 0 695472 36.96 2620 1112680 1067440 36.43 493100 1057448 12 12:51:35 12:23:01 70764 0 695488 36.96 2620 1112684 1067332 36.43 492748 1057448 12 12:51:35 12:24:01 70980 0 695264 36.95 2620 1112692 1067332 36.43 492880 1057448 8 12:51:35 12:25:01 71076 0 695168 36.95 2620 1112692 1067332 36.43 492880 1057448 8 12:51:35 12:26:01 70816 0 695424 36.96 2620 1112696 1067404 36.43 492952 1057448 12 12:51:35 12:27:01 70548 0 695684 36.97 2620 1112704 1067404 36.43 492856 1057448 8 12:51:35 12:28:01 70796 0 695436 36.96 2620 1112704 1067332 36.43 492644 1057448 8 12:51:35 12:29:01 70904 0 695320 36.95 2620 1112712 1067332 36.43 492900 1057448 8 12:51:35 12:30:01 70936 0 695280 36.95 2620 1112720 1067332 36.43 492784 1057448 8 12:51:35 12:31:01 70816 0 695396 36.96 2620 1112724 1067392 36.43 492852 1057448 12 12:51:35 12:32:01 71136 0 695072 36.94 2620 1112728 1067368 36.43 492920 1057448 12 12:51:35 12:33:01 70880 0 695320 36.95 2620 1112736 1067332 36.43 492796 1057452 12 12:51:35 12:34:01 70772 0 695428 36.96 2620 1112736 1067332 36.43 492800 1057448 8 12:51:35 12:35:01 71136 0 695060 36.94 2620 1112740 1067332 36.43 492804 1057448 8 12:51:35 12:36:01 70736 0 695448 36.96 2620 1112752 1067392 36.43 492892 1057452 12 12:51:35 12:37:01 70888 0 695292 36.95 2620 1112756 1067332 36.43 492820 1057448 12 12:51:35 12:38:01 70636 0 695540 36.97 2620 1112760 1067380 36.43 492964 1057448 8 12:51:35 12:39:01 70460 0 695712 36.98 2620 1112764 1067332 36.43 492828 1057448 8 12:51:35 12:40:01 70592 0 695572 36.97 2620 1112772 1067332 36.43 492712 1057448 8 12:51:35 12:41:01 70800 0 695364 36.96 2620 1112772 1067404 36.43 493044 1057448 8 12:51:35 12:42:01 70800 0 695360 36.96 2620 1112776 1067332 36.43 492964 1057448 8 12:51:35 12:43:01 70724 0 695372 36.96 2620 1112840 1067368 36.43 492816 1057464 16 12:51:35 12:44:01 70888 0 695264 36.95 2620 1112784 1067332 36.43 492848 1057448 12 12:51:35 12:45:01 70764 0 695376 36.96 2620 1112796 1067332 36.43 492860 1057448 8 12:51:35 12:46:01 70744 0 695392 36.96 2620 1112800 1067404 36.43 493072 1057448 12 12:51:35 12:47:01 70792 0 695340 36.96 2620 1112804 1067368 36.43 492880 1057448 12 12:51:35 12:48:01 70948 0 695180 36.95 2620 1112808 1067332 36.43 492872 1057448 12 12:51:35 12:49:01 70788 0 695332 36.96 2620 1112816 1067332 36.43 492876 1057452 8 12:51:35 12:50:01 70936 0 695184 36.95 2620 1112816 1067332 36.43 492880 1057448 8 12:51:35 12:51:01 70752 0 695364 36.96 2620 1112820 1067404 36.43 492964 1057448 12 12:51:35 Average: 81257 0 688655 36.60 2620 1109024 1068106 36.45 490544 1056287 10 12:51:35 12:51:35 06:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:51:35 06:52:01 eth0 452.14 369.39 1119.26 385.78 0.00 0.00 0.00 0.00 12:51:35 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:52:01 docker0 105.92 89.74 8.84 308.47 0.00 0.00 0.00 0.00 12:51:35 06:53:01 eth0 2.61 1.43 0.68 2.14 0.00 0.00 0.00 0.00 12:51:35 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:54:01 eth0 1.80 0.63 0.84 0.55 0.00 0.00 0.00 0.00 12:51:35 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:55:01 eth0 0.93 0.10 0.09 0.04 0.00 0.00 0.00 0.00 12:51:35 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:56:01 eth0 1.27 0.68 0.63 0.46 0.00 0.00 0.00 0.00 12:51:35 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:57:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 12:51:35 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:51:35 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:51:35 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:00:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:01:01 eth0 0.70 0.55 0.35 0.27 0.00 0.00 0.00 0.00 12:51:35 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:02:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 12:51:35 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:51:35 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:04:01 eth0 0.47 0.08 0.04 0.01 0.00 0.00 0.00 0.00 12:51:35 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:05:01 eth0 1.53 0.60 0.60 0.37 0.00 0.00 0.00 0.00 12:51:35 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:06:01 eth0 0.18 0.13 0.08 0.10 0.00 0.00 0.00 0.00 12:51:35 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:07:01 eth0 0.13 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:08:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:09:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:10:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:11:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:12:02 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 07:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:13:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:51:35 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:14:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:15:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:51:35 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:16:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:17:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:51:35 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:18:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:19:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:20:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:21:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:22:01 eth0 0.52 0.35 0.32 0.20 0.00 0.00 0.00 0.00 12:51:35 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:23:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:24:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:26:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:27:01 eth0 0.15 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:28:01 eth0 0.05 0.12 0.00 0.01 0.00 0.00 0.00 0.00 12:51:35 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:29:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:31:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:32:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 12:51:35 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:33:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:34:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:36:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:37:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:38:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:41:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:42:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 12:51:35 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:43:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:44:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:46:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:47:01 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:48:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:50:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:51:01 eth0 0.25 0.20 0.14 0.07 0.00 0.00 0.00 0.00 12:51:35 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:52:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:53:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:54:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:56:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:57:01 eth0 0.12 0.08 0.09 0.01 0.00 0.00 0.00 0.00 12:51:35 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:58:01 eth0 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:59:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:01:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:02:02 eth0 0.17 0.12 0.09 0.01 0.00 0.00 0.00 0.00 12:51:35 08:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:04:01 eth0 0.42 0.00 0.04 0.00 0.00 0.00 0.00 0.00 12:51:35 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:05:01 eth0 0.57 0.30 0.27 0.20 0.00 0.00 0.00 0.00 12:51:35 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:06:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 12:51:35 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:07:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:08:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:11:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:12:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:13:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:16:01 eth0 0.22 0.17 0.14 0.07 0.00 0.00 0.00 0.00 12:51:35 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:17:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:18:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:19:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:21:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:22:01 eth0 0.47 0.28 0.27 0.20 0.00 0.00 0.00 0.00 12:51:35 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:23:01 eth0 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:25:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:26:01 eth0 0.12 0.10 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:27:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:28:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:30:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:31:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:32:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:36:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:37:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:41:01 eth0 0.20 0.13 0.13 0.07 0.00 0.00 0.00 0.00 12:51:35 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:43:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:46:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:47:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:48:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:49:01 eth0 0.17 0.12 0.12 0.06 0.00 0.00 0.00 0.00 12:51:35 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:50:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:51:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:53:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:56:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:57:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:58:01 eth0 17.00 8.96 13.34 7.49 0.00 0.00 0.00 0.00 12:51:35 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:59:01 eth0 76.20 57.57 45.34 71.38 0.00 0.00 0.00 0.00 12:51:35 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:01:01 eth0 0.13 0.08 0.08 0.09 0.00 0.00 0.00 0.00 12:51:35 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:03:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:04:01 eth0 0.33 0.00 0.03 0.00 0.00 0.00 0.00 0.00 12:51:35 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:05:01 eth0 0.63 0.25 0.29 0.16 0.00 0.00 0.00 0.00 12:51:35 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:06:01 eth0 0.13 0.08 0.08 0.09 0.00 0.00 0.00 0.00 12:51:35 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:07:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:08:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:10:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:11:02 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 09:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:12:01 eth0 0.17 0.15 0.09 0.01 0.00 0.00 0.00 0.00 12:51:35 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:13:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:14:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:16:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:17:01 eth0 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:18:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:21:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:22:01 eth0 0.57 0.33 0.33 0.17 0.00 0.00 0.00 0.00 12:51:35 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:25:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 12:51:35 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:26:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:28:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 12:51:35 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:29:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:31:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:32:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:33:02 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:36:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:37:01 eth0 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:41:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:42:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:43:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:46:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:47:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:48:01 eth0 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:51:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:53:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:54:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:55:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:56:01 eth0 0.15 0.14 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:57:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:01:01 eth0 0.12 0.10 0.07 0.06 0.00 0.00 0.00 0.00 12:51:35 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:02:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:04:01 eth0 0.37 0.00 0.03 0.00 0.00 0.00 0.00 0.00 12:51:35 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:05:01 eth0 0.63 0.27 0.29 0.20 0.00 0.00 0.00 0.00 12:51:35 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:06:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:07:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:08:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:09:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:11:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:12:01 eth0 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:16:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:17:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:18:01 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:19:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:21:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:22:01 eth0 0.57 0.38 0.35 0.20 0.00 0.00 0.00 0.00 12:51:35 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:26:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:27:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:31:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:32:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:36:01 eth0 0.20 0.13 0.13 0.07 0.00 0.00 0.00 0.00 12:51:35 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:37:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:38:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:39:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:41:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:43:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:46:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:47:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:51:01 eth0 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:52:01 eth0 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:54:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:55:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:56:01 eth0 0.20 0.13 0.13 0.07 0.00 0.00 0.00 0.00 12:51:35 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:01:02 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 11:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:03:01 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:04:01 eth0 0.43 0.00 0.05 0.00 0.00 0.00 0.00 0.00 12:51:35 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:05:01 eth0 0.48 0.32 0.27 0.20 0.00 0.00 0.00 0.00 12:51:35 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:06:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:07:01 eth0 0.08 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:11:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:12:01 eth0 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:13:01 eth0 0.02 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:16:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:17:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:18:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:21:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:22:01 eth0 0.60 0.47 0.38 0.21 0.00 0.00 0.00 0.00 12:51:35 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:24:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:26:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:28:01 eth0 0.13 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:31:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:33:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:36:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:37:01 eth0 0.13 0.08 0.07 0.01 0.00 0.00 0.00 0.00 12:51:35 11:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:40:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:41:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:42:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 11:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:43:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:44:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:46:02 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 11:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:47:01 eth0 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:51:01 eth0 0.13 0.18 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 11:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:53:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:56:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:57:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:58:01 eth0 0.15 0.12 0.07 0.01 0.00 0.00 0.00 0.00 12:51:35 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:01:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 12:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:02:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:03:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:04:01 eth0 0.33 0.00 0.03 0.00 0.00 0.00 0.00 0.00 12:51:35 12:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:05:01 eth0 0.62 0.32 0.29 0.20 0.00 0.00 0.00 0.00 12:51:35 12:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:06:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:07:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:08:02 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:11:01 eth0 0.12 0.10 0.07 0.06 0.00 0.00 0.00 0.00 12:51:35 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:13:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:16:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:17:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:18:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:21:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:22:01 eth0 0.57 0.32 0.33 0.20 0.00 0.00 0.00 0.00 12:51:35 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:26:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 12:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:27:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:31:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:32:01 eth0 0.08 0.02 0.06 0.00 0.00 0.00 0.00 0.00 12:51:35 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:33:01 eth0 0.02 0.08 0.00 0.01 0.00 0.00 0.00 0.00 12:51:35 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:36:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:38:01 eth0 0.15 0.15 0.06 0.01 0.00 0.00 0.00 0.00 12:51:35 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:41:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:51:35 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:43:01 eth0 0.15 0.12 0.09 0.01 0.00 0.00 0.00 0.00 12:51:35 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:46:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:51:35 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:47:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 12:51:35 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:51:01 eth0 0.12 0.10 0.07 0.06 0.00 0.00 0.00 0.00 12:51:35 12:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 Average: eth0 1.61 1.27 3.27 1.31 0.00 0.00 0.00 0.00 12:51:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:35 Average: docker0 0.29 0.25 0.02 0.84 0.00 0.00 0.00 0.00 12:51:35 12:51:35