Pull request #481 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10943112144b7adea72b189af14c68ab245fdee4+b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 (7e0e80ffab55c41734056ff25616e9f45e11b6b0) 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-481/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-14160 in /w/workspace/ndry_app-functions-sdk-go_PR-481 [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-481 # 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/481/head:refs/remotes/origin/PR-481 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit 10943112144b7adea72b189af14c68ab245fdee4 Merge succeeded, producing 10943112144b7adea72b189af14c68ab245fdee4 Checking out Revision 10943112144b7adea72b189af14c68ab245fdee4 (PR-481) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/481/head:refs/remotes/origin/PR-481 # 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 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/481/head:refs/remotes/origin/PR-481 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10943112144b7adea72b189af14c68ab245fdee4 # 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 10943112144b7adea72b189af14c68ab245fdee4 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" 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:52:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:52:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:52:09 ========================================================= 06:52:09 EdgeX Global Pipelines Version Info 06:52:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:52:10 ------------------- 06:52:10 stable info: 06:52:10 ------------------- 06:52:10 Commited By: Emilio Reyes emilio.reyes@intel.com 06:52:10 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 06:52:10 Message: update stable to v1.0.119 06:52:11 ------------------- 06:52:11 experimental info: 06:52:11 ------------------- 06:52:11 Commited By: **** collab-it+edgex@linuxfoundation.org 06:52:11 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 06:52:11 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:52:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 06:52:12 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 06:52:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:52:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:52:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:52:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 06:52:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 06:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 06:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:52:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:52:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:52:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:52:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:52:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:52:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:52:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:52:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 06:52:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-481 [Pipeline] echo 06:52:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-481 [Pipeline] echo 06:52:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-481 [Pipeline] echo 06:52:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10943112144b7adea72b189af14c68ab245fdee4 [Pipeline] echo 06:52:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1094311 [Pipeline] echo 06:52:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:52:16 + git log --format=format:%s -1 10943112144b7adea72b189af14c68ab245fdee4 [Pipeline] echo 06:52:16 GIT_COMMIT: 10943112144b7adea72b189af14c68ab245fdee4, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets [Pipeline] echo 06:52:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:52:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:52:17 06:52:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:52:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:52:18 latest: Pulling from edgex-devops/git-semver 06:52:18 31603596830f: Pulling fs layer 06:52:18 2a8b12db71e7: Pulling fs layer 06:52:18 6ca5941a6612: Pulling fs layer 06:52:18 ecc8261a40a4: Pulling fs layer 06:52:18 ecc8261a40a4: Waiting 06:52:18 2a8b12db71e7: Verifying Checksum 06:52:18 2a8b12db71e7: Download complete 06:52:18 31603596830f: Verifying Checksum 06:52:18 31603596830f: Download complete 06:52:18 ecc8261a40a4: Verifying Checksum 06:52:18 ecc8261a40a4: Download complete 06:52:18 6ca5941a6612: Verifying Checksum 06:52:18 6ca5941a6612: Download complete 06:52:18 31603596830f: Pull complete 06:52:18 2a8b12db71e7: Pull complete 06:52:19 6ca5941a6612: Pull complete 06:52:19 ecc8261a40a4: Pull complete 06:52:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:52:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:52:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:52:20 prd-centos7-docker-4c-2g-14160 does not seem to be running inside a container 06:52:20 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-481 -v /w/workspace/ndry_app-functions-sdk-go_PR-481:/w/workspace/ndry_app-functions-sdk-go_PR-481:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-481@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:52:22 $ docker top 8b4b36efdf1a77f86600a887061bca4c7b4b51a93406bb08eefa96ec26b38dd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:52:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:52:22 [ssh-agent] Looking for ssh-agent implementation... 06:52:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:52:22 $ docker exec 8b4b36efdf1a77f86600a887061bca4c7b4b51a93406bb08eefa96ec26b38dd7 ssh-agent 06:52:23 SSH_AUTH_SOCK=/tmp/ssh-RyWanuHxyoBg/agent.11 06:52:23 SSH_AGENT_PID=16 06:52:23 Running ssh-add (command line suppressed) 06:52:23 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/private_key_3091838054843935959.key (/w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/private_key_3091838054843935959.key) 06:52:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:52:23 + git describe --exact-match --tags HEAD 06:52:23 fatal: No names found, cannot describe anything. [Pipeline] } 06:52:23 $ docker exec --env ******** --env ******** 8b4b36efdf1a77f86600a887061bca4c7b4b51a93406bb08eefa96ec26b38dd7 ssh-agent -k 06:52:23 unset SSH_AUTH_SOCK; 06:52:23 unset SSH_AGENT_PID; 06:52:23 echo Agent pid 16 killed; 06:52:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:52:24 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:52:24 This usually means this commit has not been tagged. [Pipeline] sshagent 06:52:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:52:24 [ssh-agent] Looking for ssh-agent implementation... 06:52:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:52:24 $ docker exec 8b4b36efdf1a77f86600a887061bca4c7b4b51a93406bb08eefa96ec26b38dd7 ssh-agent 06:52:24 SSH_AUTH_SOCK=/tmp/ssh-f1I4if0PIvQW/agent.44 06:52:24 SSH_AGENT_PID=49 06:52:24 Running ssh-add (command line suppressed) 06:52:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/private_key_7480615176738814187.key (/w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/private_key_7480615176738814187.key) 06:52:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:52:25 + git semver init 06:52:25 # -> Open(): unable to determine branch for HEAD 06:52:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-481/.git 06:52:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-481 06:52:25 # $SEMVER_REMOTE_NAME = origin 06:52:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:52:25 # $SEMVER_USER_NAME = edgex-jenkins 06:52:25 # $SEMVER_BRANCH = PR-481 06:52:25 # $SEMVER_TEMP = /tmp/semver-926294075 06:52:25 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 06:52:27 # '/tmp/semver-926294075' -> '/w/workspace/ndry_app-functions-sdk-go_PR-481/.semver' 06:52:27 # -> Force: false 06:52:27 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-481/.semver [Pipeline] } 06:52:27 $ docker exec --env ******** --env ******** 8b4b36efdf1a77f86600a887061bca4c7b4b51a93406bb08eefa96ec26b38dd7 ssh-agent -k 06:52:27 unset SSH_AUTH_SOCK; 06:52:27 unset SSH_AGENT_PID; 06:52:27 echo Agent pid 49 killed; 06:52:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:52:28 + git semver [Pipeline] } 06:52:28 $ docker stop --time=1 8b4b36efdf1a77f86600a887061bca4c7b4b51a93406bb08eefa96ec26b38dd7 06:52:29 $ docker rm -f 8b4b36efdf1a77f86600a887061bca4c7b4b51a93406bb08eefa96ec26b38dd7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:52:32 Stashed 41 file(s) [Pipeline] echo 06:52:32 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:52:32 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:52:48 Still waiting to schedule task 06:52:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:52:48 Still waiting to schedule task 06:52:48 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:53:55 Running on prd-centos7-docker-4c-2g-14201 in /w/workspace/ndry_app-functions-sdk-go_PR-481 [Pipeline] { [Pipeline] ws 06:53:55 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 06:53:58 using credential edgex-jenkins-ssh 06:53:58 Cloning the remote Git repository 06:53:58 Cloning with configured refspecs honoured and without tags 06:53:58 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 06:53:58 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 06:53:58 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:53:58 > git --version # timeout=10 06:53:58 > git --version # 'git version 2.16.5' 06:53:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:58 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:00 Fetching without tags 06:54:00 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:54:00 > git config --add remote.origin.fetch +refs/pull/481/head:refs/remotes/origin/PR-481 # timeout=10 06:54:00 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:00 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:54:00 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:54:00 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:00 Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit 10943112144b7adea72b189af14c68ab245fdee4 06:54:00 Merge succeeded, producing 10943112144b7adea72b189af14c68ab245fdee4 06:54:00 Checking out Revision 10943112144b7adea72b189af14c68ab245fdee4 (PR-481) 06:54:00 > git config core.sparsecheckout # timeout=10 06:54:00 > git checkout -f 10943112144b7adea72b189af14c68ab245fdee4 # timeout=10 06:54:00 > git remote # timeout=10 06:54:00 > git config --get remote.origin.url # timeout=10 06:54:00 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:00 > git merge b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 06:54:00 > git rev-parse HEAD^{commit} # timeout=10 06:54:00 > git config core.sparsecheckout # timeout=10 06:54:00 > git checkout -f 10943112144b7adea72b189af14c68ab245fdee4 # timeout=10 06:54:04 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" 06:54:04 > git --version # timeout=10 06:54:04 > git --version # 'git version 2.16.5' 06:54:04 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:54:06 ========================================================= 06:54:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:54:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:54:07 + 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:54:07 Sending build context to Docker daemon 37.16MB 06:54:07 Step 1/8 : ARG BASE=golang:1.13-alpine 06:54:07 Step 2/8 : FROM ${BASE} 06:54:08 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:54:08 df20fa9351a1: Pulling fs layer 06:54:08 ed8968b2872e: Pulling fs layer 06:54:08 a92cc7c5fd73: Pulling fs layer 06:54:08 2dd03ba5bac4: Pulling fs layer 06:54:08 1e091d79d1de: Pulling fs layer 06:54:08 481702a1767f: Pulling fs layer 06:54:08 f64a6f60c768: Pulling fs layer 06:54:08 e78d2573fc39: Pulling fs layer 06:54:08 e876d2f968b6: Pulling fs layer 06:54:08 ce8a83651883: Pulling fs layer 06:54:08 07967f4d0e4b: Pulling fs layer 06:54:08 f64a6f60c768: Waiting 06:54:08 e78d2573fc39: Waiting 06:54:08 e876d2f968b6: Waiting 06:54:08 ce8a83651883: Waiting 06:54:08 07967f4d0e4b: Waiting 06:54:08 2dd03ba5bac4: Waiting 06:54:08 1e091d79d1de: Waiting 06:54:08 481702a1767f: Waiting 06:54:08 a92cc7c5fd73: Verifying Checksum 06:54:08 a92cc7c5fd73: Download complete 06:54:08 ed8968b2872e: Download complete 06:54:08 1e091d79d1de: Verifying Checksum 06:54:08 1e091d79d1de: Download complete 06:54:08 481702a1767f: Verifying Checksum 06:54:08 481702a1767f: Download complete 06:54:08 df20fa9351a1: Verifying Checksum 06:54:08 df20fa9351a1: Download complete 06:54:08 df20fa9351a1: Pull complete 06:54:08 ed8968b2872e: Pull complete 06:54:09 a92cc7c5fd73: Pull complete 06:54:10 f64a6f60c768: Verifying Checksum 06:54:10 f64a6f60c768: Download complete 06:54:10 e876d2f968b6: Verifying Checksum 06:54:10 e876d2f968b6: Download complete 06:54:11 ce8a83651883: Verifying Checksum 06:54:11 ce8a83651883: Download complete 06:54:11 e78d2573fc39: Verifying Checksum 06:54:11 e78d2573fc39: Download complete 06:54:11 07967f4d0e4b: Verifying Checksum 06:54:11 07967f4d0e4b: Download complete 06:54:12 2dd03ba5bac4: Verifying Checksum 06:54:12 2dd03ba5bac4: Download complete 06:54:17 2dd03ba5bac4: Pull complete 06:54:18 1e091d79d1de: Pull complete 06:54:18 481702a1767f: Pull complete 06:54:23 f64a6f60c768: Pull complete 06:54:27 e78d2573fc39: Pull complete 06:54:27 e876d2f968b6: Pull complete 06:54:28 ce8a83651883: Pull complete 06:54:28 07967f4d0e4b: Pull complete 06:54:28 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 06:54:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:54:28 ---> 5d7c900382c6 06:54:28 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:54:28 latest: Pulling from library/docker 06:54:28 df20fa9351a1: Already exists 06:54:28 25ad7478873d: Pulling fs layer 06:54:28 4684f6177b5d: Pulling fs layer 06:54:28 46e300cec669: Pulling fs layer 06:54:28 63038576ad94: Pulling fs layer 06:54:28 0fdb76c4706c: Pulling fs layer 06:54:28 cb7edeffdfd5: Pulling fs layer 06:54:28 63038576ad94: Waiting 06:54:28 0fdb76c4706c: Waiting 06:54:28 cb7edeffdfd5: Waiting 06:54:29 4684f6177b5d: Verifying Checksum 06:54:29 4684f6177b5d: Download complete 06:54:29 25ad7478873d: Download complete 06:54:29 63038576ad94: Verifying Checksum 06:54:29 63038576ad94: Download complete 06:54:29 0fdb76c4706c: Verifying Checksum 06:54:29 0fdb76c4706c: Download complete 06:54:29 cb7edeffdfd5: Verifying Checksum 06:54:29 cb7edeffdfd5: Download complete 06:54:29 25ad7478873d: Pull complete 06:54:29 4684f6177b5d: Pull complete 06:54:29 46e300cec669: Verifying Checksum 06:54:29 46e300cec669: Download complete 06:54:33 46e300cec669: Pull complete 06:54:33 63038576ad94: Pull complete 06:54:33 0fdb76c4706c: Pull complete 06:54:33 cb7edeffdfd5: Pull complete 06:54:33 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 06:54:33 Status: Downloaded newer image for docker:latest 06:54:35 ---> cbbf9844fb35 06:54:35 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:54:35 ---> Running in 749a44259aa7 06:54:35 Removing intermediate container 749a44259aa7 06:54:35 ---> e92c933032a7 06:54:35 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 06:54:35 ---> Running in ed9ac0d73864 06:54:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:37 (1/5) Installing libsodium (1.0.18-r0) 06:54:37 (2/5) Installing libzmq (4.3.3-r0) 06:54:38 (3/5) Installing pkgconf (1.7.2-r0) 06:54:38 (4/5) Installing libsodium-dev (1.0.18-r0) 06:54:38 (5/5) Installing zeromq-dev (4.3.3-r0) 06:54:38 Executing busybox-1.31.1-r16.trigger 06:54:38 OK: 167 MiB in 44 packages 06:54:39 Removing intermediate container ed9ac0d73864 06:54:39 ---> 58a5391d2fbf 06:54:39 Step 6/8 : WORKDIR /build 06:54:39 ---> Running in b468bb3ad339 06:54:39 Removing intermediate container b468bb3ad339 06:54:39 ---> be21682db6ce 06:54:39 Step 7/8 : COPY go.mod . 06:54:39 ---> 234fe68b30c8 06:54:39 Step 8/8 : RUN go mod download 06:54:39 ---> Running in c36f1c898297 06:54:42 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:54:42 go: finding github.com/BurntSushi/toml v0.3.1 06:54:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:54:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:54:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:54:42 go: finding github.com/bgentry/speakeasy v0.1.0 06:54:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:54:42 go: finding github.com/davecgh/go-spew v1.1.1 06:54:42 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 06:54:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:54:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 06:54:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:54:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 06:54:42 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 06:54:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 06:54:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.20 06:54:42 go: finding github.com/fatih/color v1.7.0 06:54:42 go: finding github.com/fsnotify/fsnotify v1.4.7 06:54:42 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:54:42 go: finding github.com/go-kit/kit v0.8.0 06:54:42 go: finding github.com/go-logfmt/logfmt v0.4.0 06:54:42 go: finding github.com/go-playground/assert/v2 v2.0.1 06:54:42 go: finding github.com/go-playground/locales v0.13.0 06:54:42 go: finding github.com/go-playground/universal-translator v0.17.0 06:54:42 go: finding github.com/go-playground/validator/v10 v10.3.0 06:54:42 go: finding github.com/go-redis/redis/v7 v7.2.0 06:54:42 go: finding github.com/go-stack/stack v1.8.0 06:54:42 go: finding github.com/golang/protobuf v1.3.2 06:54:42 go: finding github.com/golang/snappy v0.0.1 06:54:42 go: finding github.com/gomodule/redigo v2.0.0+incompatible 06:54:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:54:42 go: finding github.com/google/go-cmp v0.4.0 06:54:42 go: finding github.com/google/uuid v1.1.1 06:54:42 go: finding github.com/gorilla/mux v1.8.0 06:54:42 go: finding github.com/hashicorp/consul/api v1.1.0 06:54:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:54:42 go: finding github.com/hashicorp/errwrap v1.0.0 06:54:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:54:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:54:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:54:42 go: finding github.com/hashicorp/go-multierror v1.0.0 06:54:42 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:54:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:54:42 go: finding github.com/hashicorp/go-syslog v1.0.0 06:54:42 go: finding github.com/hashicorp/go-uuid v1.0.1 06:54:42 go: finding github.com/hashicorp/go.net v0.0.1 06:54:42 go: finding github.com/hashicorp/golang-lru v0.5.0 06:54:42 go: finding github.com/hashicorp/logutils v1.0.0 06:54:42 go: finding github.com/hashicorp/mdns v1.0.0 06:54:42 go: finding github.com/hashicorp/memberlist v0.1.3 06:54:42 go: finding github.com/hashicorp/serf v0.8.2 06:54:42 go: finding github.com/hpcloud/tail v1.0.0 06:54:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:54:42 go: finding github.com/kr/pretty v0.1.0 06:54:42 go: finding github.com/kr/pty v1.1.1 06:54:42 go: finding github.com/kr/text v0.1.0 06:54:42 go: finding github.com/leodido/go-urn v1.2.0 06:54:43 go: finding github.com/mattn/go-colorable v0.0.9 06:54:43 go: finding github.com/mattn/go-isatty v0.0.3 06:54:43 go: finding github.com/miekg/dns v1.0.14 06:54:43 go: finding github.com/mitchellh/cli v1.0.0 06:54:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:54:43 go: finding github.com/mitchellh/copystructure v1.0.0 06:54:43 go: finding github.com/mitchellh/go-homedir v1.0.0 06:54:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:54:43 go: finding github.com/mitchellh/gox v0.4.0 06:54:43 go: finding github.com/mitchellh/iochan v1.0.0 06:54:43 go: finding github.com/mitchellh/mapstructure v1.1.2 06:54:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:54:43 go: finding github.com/onsi/ginkgo v1.10.1 06:54:43 go: finding github.com/onsi/gomega v1.7.0 06:54:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:54:43 go: finding github.com/pebbe/zmq4 v1.0.0 06:54:43 go: finding github.com/pelletier/go-toml v1.2.0 06:54:43 go: finding github.com/pkg/errors v0.8.1 06:54:43 go: finding github.com/pmezard/go-difflib v1.0.0 06:54:43 go: finding github.com/posener/complete v1.1.1 06:54:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:54:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:54:43 go: finding github.com/stretchr/objx v0.2.0 06:54:43 go: finding github.com/stretchr/testify v1.6.1 06:54:43 go: finding github.com/tidwall/pretty v1.0.1 06:54:43 go: finding github.com/ugorji/go v1.1.4 06:54:43 go: finding github.com/x448/float16 v0.8.4 06:54:43 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 06:54:43 go: finding github.com/xdg/stringprep v1.0.0 06:54:43 go: finding go.mongodb.org/mongo-driver v1.1.1 06:54:43 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:54:43 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:54:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:54:43 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 06:54:43 go: finding golang.org/x/text v0.3.2 06:54:43 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 06:54:43 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:54:43 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:54:43 go: finding gopkg.in/fsnotify.v1 v1.4.7 06:54:43 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 06:54:43 go: finding gopkg.in/yaml.v2 v2.2.8 06:54:43 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:55:06 Removing intermediate container c36f1c898297 06:55:06 ---> 486186a09df2 06:55:06 Successfully built 486186a09df2 06:55:06 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:55:06 + docker inspect -f . ci-base-image-x86_64 06:55:06 . [Pipeline] withDockerContainer 06:55:07 prd-centos7-docker-4c-2g-14201 does not seem to be running inside a container 06:55:07 $ 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 ******** -e ******** ci-base-image-x86_64 cat 06:55:07 $ docker top 346b2165f56d5c81d7bb95f053ff92755881cf33f20baac0b654ec0452731d21 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:08 + go version 06:55:08 go version go1.13.13 linux/amd64 [Pipeline] sh 06:55:08 + make test 06:55:08 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:55:10 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 06:55:18 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.122s coverage: 86.2% of statements 06:55:36 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.043s coverage: 56.1% of statements 06:55:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 06:55:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 06:55:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.069s coverage: 53.5% of statements 06:55:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 06:55:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.280s coverage: 69.1% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.492s coverage: 73.2% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.091s coverage: 100.0% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.009s coverage: 97.7% of statements 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 06:55:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.049s coverage: 75.0% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.011s coverage: 89.3% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 06:55:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.102s coverage: 81.3% of statements 06:56:09 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.436s coverage: 70.9% of statements 06:56:09 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 06:56:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:56:14 gofmt -l . 06:56:14 [ "`gofmt -l .`" = "" ] 06:56:14 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:56:15 Stashed 1 file(s) [Pipeline] } 06:56:15 $ docker stop --time=1 346b2165f56d5c81d7bb95f053ff92755881cf33f20baac0b654ec0452731d21 06:56:17 $ docker rm -f 346b2165f56d5c81d7bb95f053ff92755881cf33f20baac0b654ec0452731d21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:52:08 Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:52: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:52:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:52:15 ---> package-listing.sh 12:52:15 ++ facter osfamily 12:52:15 ++ tr '[:upper:]' '[:lower:]' 12:52:15 + OS_FAMILY=redhat 12:52:15 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-481 12:52:15 + START_PACKAGES=/tmp/packages_start.txt 12:52:15 + END_PACKAGES=/tmp/packages_end.txt 12:52:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:52:15 + PACKAGES=/tmp/packages_start.txt 12:52:15 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-481 ']' 12:52:15 + PACKAGES=/tmp/packages_end.txt 12:52:15 + case "${OS_FAMILY}" in 12:52:15 + rpm -qa 12:52:15 + sort 12:52:20 + '[' -f /tmp/packages_start.txt ']' 12:52:20 + '[' -f /tmp/packages_end.txt ']' 12:52:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:52:20 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-481 ']' 12:52:20 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-481/archives/ 12:52:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-481/archives/ [Pipeline] isUnix [Pipeline] sh 12:52:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:52:20 12:52:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:52:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:52:21 alpine: Pulling from edgex-lftools-log-publisher 12:52:21 df20fa9351a1: Pulling fs layer 12:52:21 36b3adc4ff6f: Pulling fs layer 12:52:21 8ad3a11d3b57: Pulling fs layer 12:52:21 46f8f816bc3b: Pulling fs layer 12:52:21 0dadc02b9964: Pulling fs layer 12:52:21 ce6a7cf60c04: Pulling fs layer 12:52:21 7a184a31f384: Pulling fs layer 12:52:21 0879bd2ef858: Pulling fs layer 12:52:21 46f8f816bc3b: Waiting 12:52:21 ce6a7cf60c04: Waiting 12:52:21 0dadc02b9964: Waiting 12:52:21 0879bd2ef858: Waiting 12:52:21 36b3adc4ff6f: Verifying Checksum 12:52:21 36b3adc4ff6f: Download complete 12:52:21 46f8f816bc3b: Verifying Checksum 12:52:21 46f8f816bc3b: Download complete 12:52:21 0dadc02b9964: Verifying Checksum 12:52:21 0dadc02b9964: Download complete 12:52:21 df20fa9351a1: Verifying Checksum 12:52:21 ce6a7cf60c04: Verifying Checksum 12:52:21 ce6a7cf60c04: Download complete 12:52:21 7a184a31f384: Verifying Checksum 12:52:21 7a184a31f384: Download complete 12:52:21 8ad3a11d3b57: Verifying Checksum 12:52:21 8ad3a11d3b57: Download complete 12:52:21 df20fa9351a1: Pull complete 12:52:21 0879bd2ef858: Verifying Checksum 12:52:21 0879bd2ef858: Download complete 12:52:21 36b3adc4ff6f: Pull complete 12:52:22 8ad3a11d3b57: Pull complete 12:52:22 46f8f816bc3b: Pull complete 12:52:22 0dadc02b9964: Pull complete 12:52:22 ce6a7cf60c04: Pull complete 12:52:22 7a184a31f384: Pull complete 12:52:25 0879bd2ef858: Pull complete 12:52:25 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 12:52:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:52:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:52:25 prd-centos7-docker-4c-2g-14160 does not seem to be running inside a container 12:52:25 $ 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-481 -v /w/workspace/ndry_app-functions-sdk-go_PR-481:/w/workspace/ndry_app-functions-sdk-go_PR-481:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-481@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:52:30 $ docker top e04e165d60253840e69f403b8724fad16a405792daaf785f12a93bc104dbe9f2 -eo pid,comm [Pipeline] { [Pipeline] sh 12:52:31 + mkdir -p /var/log/sa [Pipeline] sh 12:52:31 + ls /var/log/sa-host 12:52:31 + sadf -c /var/log/sa-host/sa05 12:52:31 file_magic: OK 12:52:31 HZ: Using current value: 100 12:52:31 file_header: OK 12:52:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 12:52:31 Statistics: 12:52:31 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:52:31 File successfully converted to sysstat format version 12.2.1 12:52:31 + sadf -c /var/log/sa-host/sa14 12:52:31 file_magic: OK 12:52:31 HZ: Using current value: 100 12:52:31 file_header: OK 12:52:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 12:52:31 Statistics: 12:52:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...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:52:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:52:31 provisioning config files... 12:52:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/config6406523311263465611tmp [Pipeline] { [Pipeline] echo 12:52:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:52:32 ---> create-netrc.sh [Pipeline] echo 12:52:32 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:52:32 ---> logs-deploy.sh 12:52:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-481/1 12:52:32 INFO: archiving workspace using pattern(s): 12:52:33 Archives upload complete. 12:52:33 INFO: archiving logs to Nexus 12:52:34 ---> uname -a: 12:52:34 Linux e04e165d6025 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 12:52:34 12:52:34 12:52:34 ---> lscpu: 12:52:34 Architecture: x86_64 12:52:34 CPU op-mode(s): 32-bit, 64-bit 12:52:34 Byte Order: Little Endian 12:52:34 Address sizes: 40 bits physical, 48 bits virtual 12:52:34 CPU(s): 4 12:52:34 On-line CPU(s) list: 0-3 12:52:34 Thread(s) per core: 1 12:52:34 Core(s) per socket: 1 12:52:34 Socket(s): 4 12:52:34 NUMA node(s): 1 12:52:34 Vendor ID: GenuineIntel 12:52:34 CPU family: 6 12:52:34 Model: 44 12:52:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:52:34 Stepping: 1 12:52:34 CPU MHz: 2933.396 12:52:34 BogoMIPS: 5866.79 12:52:34 Virtualization: VT-x 12:52:34 Hypervisor vendor: KVM 12:52:34 Virtualization type: full 12:52:34 L1d cache: 128 KiB 12:52:34 L1i cache: 128 KiB 12:52:34 L2 cache: 16 MiB 12:52:34 L3 cache: 64 MiB 12:52:34 NUMA node0 CPU(s): 0-3 12:52:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:52:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:52:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:52:34 Vulnerability Meltdown: Mitigation; PTI 12:52:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:52:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:52:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:52:34 Vulnerability Tsx async abort: Not affected 12:52:34 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:52:34 12:52:34 12:52:34 ---> nproc: 12:52:34 4 12:52:34 12:52:34 12:52:34 ---> df -h: 12:52:34 Filesystem Size Used Available Use% Mounted on 12:52:34 overlay 50.0G 6.6G 43.3G 13% / 12:52:34 tmpfs 64.0M 0 64.0M 0% /dev 12:52:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:52:34 shm 64.0M 0 64.0M 0% /dev/shm 12:52:34 /dev/vda1 50.0G 6.6G 43.3G 13% /etc/resolv.conf 12:52:34 /dev/vda1 50.0G 6.6G 43.3G 13% /etc/hostname 12:52:34 /dev/vda1 50.0G 6.6G 43.3G 13% /etc/hosts 12:52:34 /dev/vda1 50.0G 6.6G 43.3G 13% /var/log/sa-host 12:52:34 /dev/vda1 50.0G 6.6G 43.3G 13% /w/workspace/ndry_app-functions-sdk-go_PR-481 12:52:34 /dev/vda1 50.0G 6.6G 43.3G 13% /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp 12:52:34 12:52:34 12:52:34 ---> free -m: 12:52:34 total used free shared buff/cache available 12:52:34 Mem: 1837 761 145 0 931 982 12:52:34 Swap: 1023 1 1022 12:52:34 12:52:34 12:52:34 ---> ip addr: 12:52:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:52:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:52:34 inet 127.0.0.1/8 scope host lo 12:52:34 valid_lft forever preferred_lft forever 12:52:34 6: eth0@if7: mtu 1458 qdisc noqueue state UP 12:52:34 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 12:52:34 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 12:52:34 valid_lft forever preferred_lft forever 12:52:34 12:52:34 12:52:34 ---> sar -b -r -n DEV: 12:52:34 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:52:34 12:52:34 06:51:14 LINUX RESTART (4 CPU) 12:52:34 12:52:34 06:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:52:34 06:53:02 48.60 13.32 35.29 0.00 4685.22 4030.69 0.00 12:52:34 06:54:01 1.71 0.00 1.71 0.00 0.00 34.56 0.00 12:52:34 06:55:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 12:52:34 06:56:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:52:34 06:57:01 0.23 0.00 0.23 0.00 0.00 3.76 0.00 12:52:34 06:58:01 0.32 0.00 0.32 0.00 0.00 4.23 0.00 12:52:34 06:59:01 0.33 0.02 0.32 0.00 0.13 3.51 0.00 12:52:34 07:00:01 0.23 0.00 0.23 0.00 0.00 2.33 0.00 12:52:34 07:01:01 0.23 0.02 0.22 0.00 0.13 2.31 0.00 12:52:34 07:02:01 0.52 0.12 0.40 0.00 2.13 6.43 0.00 12:52:34 07:03:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 12:52:34 07:04:01 0.17 0.00 0.17 0.00 0.00 1.88 0.00 12:52:34 07:05:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 12:52:34 07:06:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 12:52:34 07:07:01 0.40 0.20 0.20 0.00 6.26 3.91 0.00 12:52:34 07:08:01 0.77 0.00 0.77 0.00 0.00 14.87 0.00 12:52:34 07:09:01 0.23 0.00 0.23 0.00 0.00 2.07 0.00 12:52:34 07:10:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 12:52:34 07:11:01 0.25 0.00 0.25 0.00 0.00 3.66 0.00 12:52:34 07:12:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 12:52:34 07:13:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 12:52:34 07:14:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 12:52:34 07:15:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 12:52:34 07:16:01 0.30 0.00 0.30 0.00 0.00 3.17 0.00 12:52:34 07:17:02 0.25 0.00 0.25 0.00 0.00 2.43 0.00 12:52:34 07:18:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 12:52:34 07:19:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 12:52:34 07:20:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 12:52:34 07:21:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:52:34 07:22:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 07:23:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 12:52:34 07:24:01 0.25 0.00 0.25 0.00 0.00 3.02 0.00 12:52:34 07:25:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 12:52:34 07:26:01 0.25 0.00 0.25 0.00 0.00 2.97 0.00 12:52:34 07:27:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 07:28:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:52:34 07:29:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:52:34 07:30:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 07:31:01 0.33 0.00 0.33 0.00 0.00 4.75 0.00 12:52:34 07:32:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 07:33:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:52:34 07:34:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:52:34 07:35:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:52:34 07:36:01 0.27 0.00 0.27 0.00 0.00 3.12 0.00 12:52:34 07:37:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 12:52:34 07:38:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 12:52:34 07:39:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 12:52:34 07:40:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 12:52:34 07:41:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 12:52:34 07:42:01 2.65 2.38 0.27 0.00 43.17 3.43 0.00 12:52:34 07:43:01 284.40 263.04 21.36 0.00 3641.35 995.94 0.00 12:52:34 07:44:01 0.42 0.00 0.42 0.00 0.00 6.14 0.00 12:52:34 07:45:01 0.20 0.00 0.20 0.00 0.00 1.81 0.00 12:52:34 07:46:01 0.18 0.00 0.18 0.00 0.00 1.87 0.00 12:52:34 07:47:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:52:34 07:48:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 07:49:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:52:34 07:50:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 07:51:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 12:52:34 07:52:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 12:52:34 07:53:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 12:52:34 07:54:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 12:52:34 07:55:01 0.23 0.00 0.23 0.00 0.00 2.13 0.00 12:52:34 07:56:01 0.60 0.00 0.60 0.00 0.00 8.36 0.00 12:52:34 07:57:01 0.23 0.00 0.23 0.00 0.00 3.21 0.00 12:52:34 07:58:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 07:59:01 0.20 0.00 0.20 0.00 0.00 1.97 0.00 12:52:34 08:00:01 0.22 0.00 0.22 0.00 0.00 2.02 0.00 12:52:34 08:01:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:52:34 08:02:01 0.28 0.00 0.28 0.00 0.00 3.63 0.00 12:52:34 08:03:01 0.32 0.00 0.32 0.00 0.00 4.68 0.00 12:52:34 08:04:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 12:52:34 08:05:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 12:52:34 08:06:01 0.18 0.00 0.18 0.00 0.00 2.13 0.00 12:52:34 08:07:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 12:52:34 08:08:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:52:34 08:09:02 0.25 0.00 0.25 0.00 0.00 3.23 0.00 12:52:34 08:10:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:52:34 08:11:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:52:34 08:12:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 08:13:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 12:52:34 08:14:01 0.25 0.00 0.25 0.00 0.00 3.36 0.00 12:52:34 08:15:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 08:16:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 08:17:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 08:18:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:52:34 08:19:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:52:34 08:20:01 0.28 0.00 0.28 0.00 0.00 3.80 0.00 12:52:34 08:21:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:52:34 08:22:01 0.18 0.00 0.18 0.00 0.00 1.82 0.00 12:52:34 08:23:01 0.42 0.00 0.42 0.00 0.00 5.10 0.00 12:52:34 08:24:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 12:52:34 08:25:01 0.28 0.00 0.28 0.00 0.00 3.26 0.00 12:52:34 08:26:01 0.22 0.00 0.22 0.00 0.00 2.05 0.00 12:52:34 08:27:01 0.28 0.00 0.28 0.00 0.00 3.28 0.00 12:52:34 08:28:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 12:52:34 08:29:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 12:52:34 08:30:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:52:34 08:31:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:52:34 08:32:01 0.70 0.45 0.25 0.00 95.39 2.98 0.00 12:52:34 08:33:02 0.18 0.00 0.18 0.00 0.00 1.91 0.00 12:52:34 08:34:01 0.47 0.00 0.47 0.00 0.00 5.76 0.00 12:52:34 08:35:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:52:34 08:36:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 08:37:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:52:34 08:38:01 0.20 0.00 0.20 0.00 0.00 2.35 0.00 12:52:34 08:39:01 0.23 0.00 0.23 0.00 0.00 3.23 0.00 12:52:34 08:40:01 0.32 0.00 0.32 0.00 0.00 4.78 0.00 12:52:34 08:41:01 0.30 0.00 0.30 0.00 0.00 4.11 0.00 12:52:34 08:42:01 0.33 0.00 0.33 0.00 0.00 5.03 0.00 12:52:34 08:43:01 0.27 0.00 0.27 0.00 0.00 4.18 0.00 12:52:34 08:44:01 0.22 0.00 0.22 0.00 0.00 3.05 0.00 12:52:34 08:45:01 0.32 0.00 0.32 0.00 0.00 4.51 0.00 12:52:34 08:46:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 12:52:34 08:47:01 0.32 0.00 0.32 0.00 0.00 4.65 0.00 12:52:34 08:48:01 0.30 0.00 0.30 0.00 0.00 4.90 0.00 12:52:34 08:49:01 0.25 0.00 0.25 0.00 0.00 4.23 0.00 12:52:34 08:50:01 0.33 0.00 0.33 0.00 0.00 5.56 0.00 12:52:34 08:51:01 0.55 0.00 0.55 0.00 0.00 4.73 0.00 12:52:34 08:52:01 0.58 0.00 0.58 0.00 0.00 5.76 0.00 12:52:34 08:53:01 0.55 0.00 0.55 0.00 0.00 5.30 0.00 12:52:34 08:54:01 0.62 0.00 0.62 0.00 0.00 5.03 0.00 12:52:34 08:55:02 0.67 0.00 0.67 0.00 0.00 6.01 0.00 12:52:34 08:56:01 0.61 0.00 0.61 0.00 0.00 6.23 0.00 12:52:34 08:57:01 0.72 0.00 0.72 0.00 0.00 9.83 0.00 12:52:34 08:58:01 1.75 0.00 1.75 0.00 0.00 15.00 0.00 12:52:34 08:59:01 4.36 0.00 4.36 0.00 0.00 52.77 0.00 12:52:34 09:00:01 0.75 0.00 0.75 0.00 0.00 10.26 0.00 12:52:34 09:01:01 0.57 0.00 0.57 0.00 0.00 5.96 0.00 12:52:34 09:02:01 0.73 0.00 0.73 0.00 0.00 8.88 0.00 12:52:34 09:03:01 0.57 0.00 0.57 0.00 0.00 6.36 0.00 12:52:34 09:04:01 0.70 0.00 0.70 0.00 0.00 8.28 0.00 12:52:34 09:05:01 0.57 0.00 0.57 0.00 0.00 6.36 0.00 12:52:34 09:06:01 0.67 0.00 0.67 0.00 0.00 7.96 0.00 12:52:34 09:07:01 0.57 0.00 0.57 0.00 0.00 6.09 0.00 12:52:34 09:08:01 0.57 0.00 0.57 0.00 0.00 6.36 0.00 12:52:34 09:09:01 0.75 0.00 0.75 0.00 0.00 9.06 0.00 12:52:34 09:10:01 0.62 0.00 0.62 0.00 0.00 6.71 0.00 12:52:34 09:11:01 0.58 0.00 0.58 0.00 0.00 5.36 0.00 12:52:34 09:12:01 0.52 0.00 0.52 0.00 0.00 4.81 0.00 12:52:34 09:13:01 0.60 0.00 0.60 0.00 0.00 6.68 0.00 12:52:34 09:14:01 0.43 0.00 0.43 0.00 0.00 6.09 0.00 12:52:34 09:15:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 12:52:34 09:16:01 0.32 0.00 0.32 0.00 0.00 3.26 0.00 12:52:34 09:17:02 0.23 0.00 0.23 0.00 0.00 2.18 0.00 12:52:34 09:18:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 12:52:34 09:19:01 0.27 0.00 0.27 0.00 0.00 3.26 0.00 12:52:34 09:20:01 0.25 0.00 0.25 0.00 0.00 2.33 0.00 12:52:34 09:21:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 09:22:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:52:34 09:23:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 12:52:34 09:24:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 12:52:34 09:25:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:52:34 09:26:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 09:27:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 12:52:34 09:28:01 0.18 0.00 0.18 0.00 0.00 1.67 0.00 12:52:34 09:29:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 12:52:34 09:30:01 0.30 0.00 0.30 0.00 0.00 3.43 0.00 12:52:34 09:31:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 12:52:34 09:32:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:52:34 09:33:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 12:52:34 09:34:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:52:34 09:35:01 0.20 0.00 0.20 0.00 0.00 2.71 0.00 12:52:34 09:36:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 12:52:34 09:37:01 0.25 0.00 0.25 0.00 0.00 2.50 0.00 12:52:34 09:38:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 12:52:34 09:39:02 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 09:40:01 0.22 0.00 0.22 0.00 0.00 2.49 0.00 12:52:34 09:41:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 09:42:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 12:52:34 09:43:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 12:52:34 09:44:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 12:52:34 09:45:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 12:52:34 09:46:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 09:47:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 12:52:34 09:48:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:52:34 09:49:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:52:34 09:50:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:52:34 09:51:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 09:52:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 12:52:34 09:53:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:52:34 09:54:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 09:55:01 0.22 0.00 0.22 0.00 0.00 2.02 0.00 12:52:34 09:56:01 0.25 0.00 0.25 0.00 0.00 3.15 0.00 12:52:34 09:57:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 12:52:34 09:58:01 0.13 0.00 0.13 0.00 0.00 1.23 0.00 12:52:34 09:59:01 0.37 0.00 0.37 0.00 0.00 5.16 0.00 12:52:34 10:00:01 0.23 0.00 0.23 0.00 0.00 2.45 0.00 12:52:34 10:01:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 12:52:34 10:02:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 10:03:01 0.25 0.00 0.25 0.00 0.00 3.76 0.00 12:52:34 10:04:01 0.22 0.00 0.22 0.00 0.00 2.46 0.00 12:52:34 10:05:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 12:52:34 10:06:01 0.33 0.00 0.33 0.00 0.00 4.88 0.00 12:52:34 10:07:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 10:08:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 10:09:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 10:10:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 10:11:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 10:12:01 0.20 0.00 0.20 0.00 0.00 1.52 0.00 12:52:34 10:13:01 0.27 0.00 0.27 0.00 0.00 3.65 0.00 12:52:34 10:14:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:52:34 10:15:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 10:16:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 12:52:34 10:17:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:52:34 10:18:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 10:19:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 12:52:34 10:20:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 12:52:34 10:21:01 0.22 0.00 0.22 0.00 0.00 2.02 0.00 12:52:34 10:22:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:52:34 10:23:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:52:34 10:24:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 10:25:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 10:26:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 12:52:34 10:27:02 0.18 0.00 0.18 0.00 0.00 1.87 0.00 12:52:34 10:28:01 0.25 0.00 0.25 0.00 0.00 3.03 0.00 12:52:34 10:29:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 12:52:34 10:30:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:52:34 10:31:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 10:32:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 10:33:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 12:52:34 10:34:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 10:35:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 12:52:34 10:36:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 12:52:34 10:37:01 0.17 0.00 0.17 0.00 0.00 1.23 0.00 12:52:34 10:38:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 12:52:34 10:39:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 12:52:34 10:40:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 10:41:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 12:52:34 10:42:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 10:43:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 10:44:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 10:45:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 12:52:34 10:46:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 12:52:34 10:47:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 12:52:34 10:48:01 0.33 0.00 0.33 0.00 0.00 4.90 0.00 12:52:34 10:49:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 12:52:34 10:50:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:52:34 10:51:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 10:52:01 0.17 0.00 0.17 0.00 0.00 1.49 0.00 12:52:34 10:53:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:52:34 10:54:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:52:34 10:55:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 12:52:34 10:56:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 10:57:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 10:58:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:52:34 10:59:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 11:00:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:52:34 11:01:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 12:52:34 11:02:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 12:52:34 11:03:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 11:04:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:52:34 11:05:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 12:52:34 11:06:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 11:07:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:52:34 11:08:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 12:52:34 11:09:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:52:34 11:10:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 11:11:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:52:34 11:12:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 12:52:34 11:13:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:52:34 11:14:01 0.30 0.00 0.30 0.00 0.00 4.21 0.00 12:52:34 11:15:02 0.27 0.00 0.27 0.00 0.00 3.03 0.00 12:52:34 11:16:01 0.20 0.00 0.20 0.00 0.00 1.64 0.00 12:52:34 11:17:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 11:18:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:52:34 11:19:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 11:20:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 12:52:34 11:21:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 11:22:01 0.28 0.00 0.28 0.00 0.00 3.03 0.00 12:52:34 11:23:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 11:24:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:52:34 11:25:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 11:26:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 11:27:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 11:28:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 11:29:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 12:52:34 11:30:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 12:52:34 11:31:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 12:52:34 11:32:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:52:34 11:33:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 12:52:34 11:34:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:52:34 11:35:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 11:36:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:52:34 11:37:01 0.33 0.00 0.33 0.00 0.00 4.75 0.00 12:52:34 11:38:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 11:39:01 0.25 0.00 0.25 0.00 0.00 3.15 0.00 12:52:34 11:40:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 11:41:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 11:42:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:52:34 11:43:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:52:34 11:44:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 12:52:34 11:45:01 0.22 0.00 0.22 0.00 0.00 2.50 0.00 12:52:34 11:46:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 12:52:34 11:47:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 12:52:34 11:48:01 0.33 0.00 0.33 0.00 0.00 5.28 0.00 12:52:34 11:49:01 0.35 0.00 0.35 0.00 0.00 5.08 0.00 12:52:34 11:50:01 0.27 0.00 0.27 0.00 0.00 4.18 0.00 12:52:34 11:51:01 0.28 0.00 0.28 0.00 0.00 3.28 0.00 12:52:34 11:52:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 12:52:34 11:53:01 0.25 0.00 0.25 0.00 0.00 4.18 0.00 12:52:34 11:54:01 0.32 0.00 0.32 0.00 0.00 4.78 0.00 12:52:34 11:55:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 12:52:34 11:56:01 0.25 0.00 0.25 0.00 0.00 3.46 0.00 12:52:34 11:57:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 12:52:34 11:58:01 0.32 0.00 0.32 0.00 0.00 4.80 0.00 12:52:34 11:59:01 0.38 0.00 0.38 0.00 0.00 6.36 0.00 12:52:34 12:00:01 0.28 0.00 0.28 0.00 0.00 4.16 0.00 12:52:34 12:01:01 0.23 0.00 0.23 0.00 0.00 3.56 0.00 12:52:34 12:02:02 0.33 0.00 0.33 0.00 0.00 5.16 0.00 12:52:34 12:03:01 0.34 0.00 0.34 0.00 0.00 5.39 0.00 12:52:34 12:04:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 12:52:34 12:05:01 0.25 0.00 0.25 0.00 0.00 4.23 0.00 12:52:34 12:06:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 12:52:34 12:07:01 0.28 0.00 0.28 0.00 0.00 4.30 0.00 12:52:34 12:08:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 12:52:34 12:09:01 0.28 0.00 0.28 0.00 0.00 4.56 0.00 12:52:34 12:10:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 12:52:34 12:11:01 0.37 0.00 0.37 0.00 0.00 5.55 0.00 12:52:34 12:12:01 0.30 0.00 0.30 0.00 0.00 4.76 0.00 12:52:34 12:13:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 12:52:34 12:14:01 0.28 0.00 0.28 0.00 0.00 4.56 0.00 12:52:34 12:15:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 12:52:34 12:16:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 12:52:34 12:17:01 0.28 0.00 0.28 0.00 0.00 4.30 0.00 12:52:34 12:18:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 12:52:34 12:19:01 0.33 0.00 0.33 0.00 0.00 5.15 0.00 12:52:34 12:20:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:52:34 12:21:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:52:34 12:22:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 12:23:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:52:34 12:24:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 12:52:34 12:25:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 12:26:02 0.37 0.00 0.37 0.00 0.00 5.85 0.00 12:52:34 12:27:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 12:52:34 12:28:01 0.23 0.00 0.23 0.00 0.00 3.53 0.00 12:52:34 12:29:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 12:52:34 12:30:01 0.15 0.00 0.15 0.00 0.00 2.00 0.00 12:52:34 12:31:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:52:34 12:32:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 12:33:01 0.28 0.00 0.28 0.00 0.00 3.16 0.00 12:52:34 12:34:01 0.23 0.00 0.23 0.00 0.00 2.81 0.00 12:52:34 12:35:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:52:34 12:36:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 12:37:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 12:52:34 12:38:01 0.28 0.00 0.28 0.00 0.00 3.26 0.00 12:52:34 12:39:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:52:34 12:40:01 0.20 0.00 0.20 0.00 0.00 1.52 0.00 12:52:34 12:41:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 12:52:34 12:42:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 12:43:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 12:44:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:52:34 12:45:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 12:52:34 12:46:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 12:47:01 0.25 0.00 0.25 0.00 0.00 2.33 0.00 12:52:34 12:48:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 12:52:34 12:49:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 12:52:34 12:50:01 0.17 0.00 0.17 0.00 0.00 1.49 0.00 12:52:34 12:51:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:52:34 12:52:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:52:34 Average: 1.22 0.78 0.44 0.00 23.57 17.34 0.00 12:52:34 12:52:34 06:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:52:34 06:53:02 222004 0 594796 31.61 2620 1062136 1125572 38.41 453880 1048308 124 12:52:34 06:54:01 225344 0 591452 31.43 2620 1062140 1099628 37.53 454480 1045120 20 12:52:34 06:55:01 227344 0 589444 31.33 2620 1062148 1083180 36.97 454456 1043292 16 12:52:34 06:56:01 225100 0 591684 31.45 2620 1062152 1083360 36.97 457336 1042588 16 12:52:34 06:57:01 226212 0 590568 31.39 2620 1062156 1083252 36.97 470952 1028436 16 12:52:34 06:58:01 226128 0 590644 31.39 2620 1062164 1083240 36.97 471844 1027596 12 12:52:34 06:59:01 226580 0 590188 31.37 2620 1062168 1083180 36.97 471396 1027596 8 12:52:34 07:00:01 226612 0 590148 31.36 2620 1062176 1083180 36.97 470424 1028708 8 12:52:34 07:01:01 224308 0 592448 31.49 2620 1062180 1085812 37.06 472008 1028708 12 12:52:34 07:02:01 225676 0 590904 31.41 2620 1062356 1083760 36.99 464272 1035688 16 12:52:34 07:03:01 225912 0 590700 31.39 2620 1062324 1083688 36.98 463828 1035680 12 12:52:34 07:04:01 225896 0 590708 31.39 2620 1062332 1083736 36.99 464084 1035680 8 12:52:34 07:05:01 225124 0 591476 31.44 2620 1062336 1083908 36.99 464896 1035680 12 12:52:34 07:06:01 225556 0 591040 31.41 2620 1062340 1083752 36.99 463940 1035680 16 12:52:34 07:07:01 224828 0 591736 31.45 2620 1062372 1083836 36.99 468880 1031748 24 12:52:34 07:08:01 224736 0 591820 31.45 2620 1062380 1083800 36.99 468724 1031748 16 12:52:34 07:09:01 225096 0 591460 31.43 2620 1062380 1083752 36.99 468464 1031748 16 12:52:34 07:10:01 225492 0 591056 31.41 2620 1062388 1083752 36.99 468408 1031812 16 12:52:34 07:11:01 225040 0 591504 31.44 2620 1062392 1083752 36.99 468412 1031812 8 12:52:34 07:12:01 224728 0 591816 31.45 2620 1062392 1083836 36.99 468836 1031812 12 12:52:34 07:13:01 224588 0 591948 31.46 2620 1062400 1083812 36.99 468624 1031812 12 12:52:34 07:14:01 225112 0 591420 31.43 2620 1062404 1083752 36.99 468428 1031812 16 12:52:34 07:15:01 225088 0 591440 31.43 2620 1062408 1083752 36.99 468436 1031812 8 12:52:34 07:16:01 225120 0 591404 31.43 2620 1062412 1083752 36.99 468316 1031812 8 12:52:34 07:17:02 224144 0 592372 31.48 2620 1062420 1083848 36.99 468940 1031812 16 12:52:34 07:18:01 224964 0 591548 31.44 2620 1062424 1083776 36.99 468588 1031812 12 12:52:34 07:19:01 225220 0 591288 31.43 2620 1062428 1083752 36.99 468456 1031816 12 12:52:34 07:20:01 225072 0 591432 31.43 2620 1062432 1083752 36.99 468340 1031812 8 12:52:34 07:21:01 225048 0 591452 31.43 2620 1062436 1083752 36.99 468344 1031812 8 12:52:34 07:22:01 224152 0 592344 31.48 2620 1062440 1083896 36.99 469232 1031812 20 12:52:34 07:23:01 224792 0 591700 31.45 2620 1062444 1083800 36.99 468624 1031812 12 12:52:34 07:24:01 225072 0 591408 31.43 2620 1062456 1083752 36.99 468484 1031816 12 12:52:34 07:25:01 225460 0 591020 31.41 2620 1062456 1083752 36.99 468488 1031812 8 12:52:34 07:26:01 225220 0 591252 31.42 2620 1062464 1083752 36.99 468496 1031816 8 12:52:34 07:27:01 224564 0 591904 31.46 2620 1062468 1083848 36.99 468984 1031812 12 12:52:34 07:28:01 225336 0 591128 31.42 2620 1062472 1083752 36.99 468512 1031812 12 12:52:34 07:29:01 225220 0 591236 31.42 2620 1062480 1083752 36.99 468516 1031812 8 12:52:34 07:30:01 225204 0 591248 31.42 2620 1062484 1083752 36.99 468548 1031808 12 12:52:34 07:31:01 225172 0 591276 31.42 2620 1062488 1083752 36.99 468384 1031812 8 12:52:34 07:32:01 224432 0 592012 31.46 2620 1062492 1083848 36.99 469012 1031812 16 12:52:34 07:33:01 224908 0 591528 31.44 2620 1062500 1083788 36.99 468728 1031812 12 12:52:34 07:34:01 224716 0 591716 31.45 2620 1062504 1083752 36.99 468420 1031812 12 12:52:34 07:35:01 224808 0 591624 31.44 2620 1062504 1083752 36.99 468548 1031812 8 12:52:34 07:36:01 224684 0 591740 31.45 2620 1062512 1083752 36.99 468556 1031812 8 12:52:34 07:37:01 224184 0 592236 31.48 2620 1062516 1083836 36.99 468992 1031812 12 12:52:34 07:38:01 224396 0 592020 31.46 2620 1062520 1083800 36.99 468948 1031812 12 12:52:34 07:39:01 224700 0 591712 31.45 2620 1062524 1083752 36.99 468444 1031812 8 12:52:34 07:40:01 224684 0 591720 31.45 2620 1062532 1083752 36.99 468696 1031816 8 12:52:34 07:41:01 224772 0 591632 31.44 2620 1062532 1083752 36.99 468576 1031812 8 12:52:34 07:42:01 220588 0 594940 31.62 2620 1063408 1087116 37.10 470756 1032396 28 12:52:34 07:43:01 75628 0 695476 36.96 2620 1107832 1083784 36.99 501816 1043992 8 12:52:34 07:44:01 75472 0 695532 36.97 2620 1107932 1083820 36.99 501976 1043992 8 12:52:34 07:45:01 75668 0 695328 36.95 2620 1107940 1083784 36.99 501924 1043992 8 12:52:34 07:46:01 75504 0 695488 36.96 2620 1107944 1083784 36.99 501928 1043992 8 12:52:34 07:47:01 75276 0 695712 36.98 2620 1107948 1083876 36.99 502304 1043992 8 12:52:34 07:48:01 75364 0 695620 36.97 2620 1107952 1083820 36.99 501888 1043992 8 12:52:34 07:49:01 75620 0 695356 36.96 2620 1107960 1083784 36.99 501820 1043996 8 12:52:34 07:50:01 75628 0 695344 36.96 2620 1107964 1083784 36.99 501828 1043992 8 12:52:34 07:51:01 75560 0 695412 36.96 2620 1107964 1083848 36.99 501952 1043992 8 12:52:34 07:52:01 74928 0 696036 36.99 2620 1107972 1083956 36.99 502400 1043992 12 12:52:34 07:53:01 75240 0 695720 36.98 2620 1107976 1083896 36.99 502156 1043992 8 12:52:34 07:54:01 75908 0 695048 36.94 2620 1107980 1083848 36.99 501776 1043992 8 12:52:34 07:55:01 75940 0 695012 36.94 2620 1107984 1083848 36.99 501780 1043992 20 12:52:34 07:56:01 75776 0 695140 36.94 2620 1108020 1083848 36.99 501848 1043992 24 12:52:34 07:57:01 75332 0 695612 36.97 2620 1107992 1083908 36.99 502212 1043992 12 12:52:34 07:58:01 75472 0 695468 36.96 2620 1107996 1083872 36.99 502168 1043992 12 12:52:34 07:59:01 75412 0 695516 36.96 2620 1108008 1083848 36.99 501928 1043996 8 12:52:34 08:00:01 75720 0 695208 36.95 2620 1108008 1083848 36.99 502056 1043992 8 12:52:34 08:01:01 74316 0 696604 37.02 2620 1108016 1086324 37.07 502808 1043992 8 12:52:34 08:02:01 75176 0 695736 36.98 2620 1108024 1083932 36.99 502540 1043976 16 12:52:34 08:03:01 75684 0 695228 36.95 2620 1108024 1083848 36.99 501964 1043976 12 12:52:34 08:04:01 75396 0 695508 36.96 2620 1108032 1083896 36.99 502340 1043980 8 12:52:34 08:05:01 74452 0 696448 37.01 2620 1108036 1083992 36.99 502752 1043976 8 12:52:34 08:06:01 75280 0 695616 36.97 2620 1108040 1083848 36.99 502112 1043976 8 12:52:34 08:07:01 75068 0 695824 36.98 2620 1108044 1083920 36.99 502468 1043976 16 12:52:34 08:08:01 75312 0 695576 36.97 2620 1108048 1083848 36.99 502120 1043976 12 12:52:34 08:09:02 74672 0 696208 37.00 2620 1108056 1083896 36.99 502360 1043976 8 12:52:34 08:10:01 75084 0 695796 36.98 2620 1108056 1083912 36.99 502008 1043976 8 12:52:34 08:11:01 75560 0 695312 36.95 2620 1108064 1083912 36.99 502036 1043976 8 12:52:34 08:12:01 75076 0 695792 36.98 2620 1108068 1083996 36.99 502464 1043976 12 12:52:34 08:13:01 75504 0 695360 36.96 2620 1108072 1083960 36.99 502300 1043976 16 12:52:34 08:14:01 75544 0 695312 36.95 2620 1108080 1083912 36.99 502056 1043976 8 12:52:34 08:15:01 75668 0 695184 36.95 2620 1108084 1083912 36.99 502060 1043976 8 12:52:34 08:16:01 75372 0 695476 36.96 2620 1108088 1083912 36.99 502064 1043976 8 12:52:34 08:17:01 75356 0 695488 36.96 2620 1108092 1083972 36.99 502364 1043976 12 12:52:34 08:18:01 75504 0 695332 36.96 2620 1108100 1083960 36.99 502212 1043976 8 12:52:34 08:19:01 75528 0 695308 36.95 2620 1108100 1083912 36.99 502076 1043976 8 12:52:34 08:20:01 75428 0 695404 36.96 2620 1108104 1083912 36.99 501956 1043976 8 12:52:34 08:21:01 75420 0 695404 36.96 2620 1108112 1083912 36.99 502072 1043976 8 12:52:34 08:22:01 75408 0 695440 36.96 2620 1108088 1083468 36.98 502388 1043964 16 12:52:34 08:23:01 75380 0 695492 36.96 2620 1108064 1083432 36.98 502296 1043952 8 12:52:34 08:24:01 75560 0 695308 36.95 2620 1108068 1083372 36.97 501840 1043952 8 12:52:34 08:25:01 75552 0 695308 36.95 2620 1108076 1083372 36.97 501972 1043952 8 12:52:34 08:26:01 75520 0 695340 36.96 2620 1108076 1083372 36.97 501724 1043952 8 12:52:34 08:27:01 75052 0 695800 36.98 2620 1108084 1083456 36.98 502412 1043956 8 12:52:34 08:28:01 75724 0 695124 36.94 2620 1108088 1083372 36.97 501860 1043952 8 12:52:34 08:29:01 75052 0 695796 36.98 2620 1108088 1083432 36.98 502172 1043952 8 12:52:34 08:30:01 75808 0 695032 36.94 2620 1108096 1083372 36.97 501868 1043952 8 12:52:34 08:31:01 77336 0 693500 36.86 2620 1108100 1081780 36.92 501612 1043324 8 12:52:34 08:32:01 72572 0 695396 36.96 2620 1110968 1083456 36.98 503368 1045756 8 12:52:34 08:33:02 73088 0 694876 36.93 2620 1110972 1083372 36.97 502944 1045756 12 12:52:34 08:34:01 72480 0 695468 36.96 2620 1110988 1083432 36.98 503256 1045764 8 12:52:34 08:35:01 72892 0 695056 36.94 2620 1110988 1083372 36.97 502964 1045756 8 12:52:34 08:36:01 72768 0 695176 36.95 2620 1110992 1083372 36.97 502968 1045756 8 12:52:34 08:37:01 72532 0 695404 36.96 2620 1111000 1083468 36.98 503588 1045756 16 12:52:34 08:38:01 72752 0 695180 36.95 2620 1111004 1083420 36.98 503240 1045756 16 12:52:34 08:39:01 72980 0 694948 36.93 2620 1111008 1083372 36.97 503112 1045756 12 12:52:34 08:40:01 72636 0 695288 36.95 2620 1111012 1083372 36.97 503116 1045756 8 12:52:34 08:41:01 72908 0 695008 36.94 2620 1111020 1083372 36.97 503124 1045756 8 12:52:34 08:42:01 72440 0 695476 36.96 2620 1111020 1083444 36.98 503476 1045756 16 12:52:34 08:43:01 72464 0 695444 36.96 2620 1111028 1083444 36.98 503500 1045760 8 12:52:34 08:44:01 72816 0 695088 36.94 2620 1111032 1083372 36.97 502996 1045756 8 12:52:34 08:45:01 73104 0 694800 36.93 2620 1111032 1083372 36.97 503012 1045756 8 12:52:34 08:46:01 72900 0 694996 36.94 2620 1111040 1083372 36.97 503020 1045756 8 12:52:34 08:47:01 72432 0 695460 36.96 2620 1111044 1083456 36.98 503460 1045756 20 12:52:34 08:48:01 72488 0 695400 36.96 2620 1111048 1083432 36.98 503364 1045756 12 12:52:34 08:49:01 72364 0 695516 36.96 2620 1111056 1083468 36.98 503680 1045760 8 12:52:34 08:50:01 72980 0 694892 36.93 2620 1111064 1083372 36.97 503180 1045760 8 12:52:34 08:51:01 72996 0 694876 36.93 2620 1111064 1083372 36.97 503060 1045756 8 12:52:34 08:52:01 72136 0 695732 36.98 2620 1111068 1083612 36.98 503860 1045756 8 12:52:34 08:53:01 72316 0 695544 36.97 2620 1111076 1083564 36.98 503388 1045756 8 12:52:34 08:54:01 72692 0 695164 36.95 2620 1111080 1083504 36.98 503192 1045756 8 12:52:34 08:55:02 72692 0 695160 36.95 2620 1111084 1083504 36.98 503196 1045756 8 12:52:34 08:56:01 73040 0 694808 36.93 2620 1111088 1083504 36.98 503076 1045756 8 12:52:34 08:57:01 72464 0 695376 36.96 2620 1111096 1083588 36.98 503644 1045756 8 12:52:34 08:58:01 71388 0 696448 37.01 2620 1111100 1083760 36.99 504268 1045760 20 12:52:34 08:59:01 71328 0 696492 37.02 2620 1111116 1083920 36.99 504452 1045772 12 12:52:34 09:00:01 71728 0 696088 37.00 2620 1111120 1083764 36.99 503692 1045768 8 12:52:34 09:01:01 70872 0 696944 37.04 2620 1111120 1086536 37.08 504436 1045768 8 12:52:34 09:02:01 71828 0 695980 36.99 2620 1111128 1083836 36.99 503816 1045768 8 12:52:34 09:03:01 72040 0 695760 36.98 2620 1111136 1083812 36.99 503840 1045768 8 12:52:34 09:04:01 71908 0 695832 36.98 2620 1111196 1083764 36.99 503680 1045784 20 12:52:34 09:05:01 71788 0 696000 36.99 2620 1111148 1083872 36.99 504220 1045768 8 12:52:34 09:06:01 72436 0 695348 36.96 2620 1111152 1083764 36.99 503724 1045768 8 12:52:34 09:07:01 71484 0 696300 37.01 2620 1111152 1083860 36.99 504088 1045768 8 12:52:34 09:08:01 72296 0 695480 36.96 2620 1111160 1083764 36.99 503612 1045768 8 12:52:34 09:09:01 72016 0 695756 36.98 2620 1111164 1083812 36.99 503864 1045768 8 12:52:34 09:10:01 72172 0 695592 36.97 2620 1111172 1083764 36.99 503624 1045768 8 12:52:34 09:11:01 72428 0 695336 36.96 2620 1111172 1083764 36.99 503624 1045768 8 12:52:34 09:12:01 72240 0 695516 36.96 2620 1111180 1083832 36.99 503824 1045768 8 12:52:34 09:13:01 72372 0 695376 36.96 2620 1111188 1083824 36.99 503720 1045772 8 12:52:34 09:14:01 72336 0 695408 36.96 2620 1111192 1083764 36.99 503640 1045772 12 12:52:34 09:15:01 72420 0 695320 36.95 2620 1111196 1083764 36.99 503772 1045768 8 12:52:34 09:16:01 72388 0 695348 36.96 2620 1111200 1083764 36.99 503528 1045768 8 12:52:34 09:17:02 72044 0 695688 36.97 2620 1111204 1083848 36.99 503728 1045768 12 12:52:34 09:18:01 72240 0 695488 36.96 2620 1111208 1083812 36.99 503864 1045768 12 12:52:34 09:19:01 72016 0 695700 36.97 2620 1111220 1083764 36.99 503796 1045768 8 12:52:34 09:20:01 72032 0 695684 36.97 2620 1111220 1083764 36.99 503676 1045768 8 12:52:34 09:21:01 71980 0 695728 36.98 2620 1111228 1083764 36.99 503808 1045768 8 12:52:34 09:22:01 71896 0 695808 36.98 2620 1111232 1083872 36.99 504028 1045768 16 12:52:34 09:23:01 72048 0 695656 36.97 2620 1111232 1083800 36.99 503972 1045768 12 12:52:34 09:24:01 72088 0 695608 36.97 2620 1111240 1083764 36.99 503712 1045768 12 12:52:34 09:25:01 72196 0 695496 36.96 2620 1111244 1083764 36.99 503716 1045768 8 12:52:34 09:26:01 72164 0 695464 36.96 2620 1111308 1083764 36.99 503748 1045784 20 12:52:34 09:27:01 71812 0 695872 36.98 2620 1111252 1083848 36.99 503828 1045768 12 12:52:34 09:28:01 71908 0 695768 36.98 2620 1111260 1083800 36.99 503956 1045768 12 12:52:34 09:29:01 71992 0 695680 36.97 2620 1111264 1083764 36.99 503736 1045768 8 12:52:34 09:30:01 72352 0 695316 36.95 2620 1111268 1083764 36.99 503736 1045772 8 12:52:34 09:31:01 72032 0 695632 36.97 2620 1111272 1083764 36.99 503620 1045768 8 12:52:34 09:32:01 71664 0 695996 36.99 2620 1111276 1083848 36.99 503816 1045768 12 12:52:34 09:33:01 76388 0 691268 36.74 2620 1111280 1078388 36.80 498640 1045768 8 12:52:34 09:34:01 77112 0 690540 36.70 2620 1111284 1077096 36.76 498400 1045744 8 12:52:34 09:35:01 77004 0 690636 36.71 2620 1111296 1077160 36.76 498596 1045744 8 12:52:34 09:36:01 77144 0 690496 36.70 2620 1111296 1077160 36.76 498600 1045744 8 12:52:34 09:37:01 76680 0 690952 36.72 2620 1111304 1077280 36.77 498568 1045744 12 12:52:34 09:38:01 77012 0 690616 36.70 2620 1111308 1077160 36.76 498612 1045744 12 12:52:34 09:39:02 77204 0 690424 36.69 2620 1111308 1077208 36.76 498376 1045744 8 12:52:34 09:40:01 77244 0 690376 36.69 2620 1111316 1077160 36.76 498620 1045744 8 12:52:34 09:41:01 77424 0 690192 36.68 2620 1111320 1077160 36.76 498500 1045744 8 12:52:34 09:42:01 77372 0 690236 36.68 2620 1111328 1077320 36.77 498712 1045744 20 12:52:34 09:43:01 77436 0 690172 36.68 2620 1111328 1077272 36.77 498620 1045744 12 12:52:34 09:44:01 77284 0 690316 36.69 2620 1111336 1077224 36.76 498424 1045744 8 12:52:34 09:45:01 77468 0 690128 36.68 2620 1111340 1077224 36.76 498428 1045744 8 12:52:34 09:46:01 77292 0 690300 36.69 2620 1111344 1077224 36.76 498428 1045748 8 12:52:34 09:47:01 76952 0 690636 36.71 2620 1111348 1077356 36.77 498660 1045744 8 12:52:34 09:48:01 77120 0 690464 36.70 2620 1111352 1077272 36.77 498780 1045744 8 12:52:34 09:49:01 76988 0 690592 36.70 2620 1111356 1077224 36.76 498580 1045744 8 12:52:34 09:50:01 77120 0 690452 36.70 2620 1111364 1077224 36.76 498572 1045744 8 12:52:34 09:51:01 77144 0 690420 36.69 2620 1111372 1077220 36.76 498596 1045744 8 12:52:34 09:52:01 76836 0 690728 36.71 2620 1111372 1077344 36.77 498800 1045744 8 12:52:34 09:53:01 77008 0 690548 36.70 2620 1111380 1077272 36.77 498808 1045744 8 12:52:34 09:54:01 77252 0 690300 36.69 2620 1111384 1077224 36.76 498732 1045744 8 12:52:34 09:55:01 76988 0 690564 36.70 2620 1111384 1077224 36.76 498732 1045744 8 12:52:34 09:56:01 76964 0 690576 36.70 2620 1111396 1077224 36.76 498740 1045748 8 12:52:34 09:57:01 77272 0 690264 36.69 2620 1111400 1077332 36.77 498716 1045744 8 12:52:34 09:58:01 77284 0 690244 36.68 2620 1111408 1077224 36.76 498508 1045744 12 12:52:34 09:59:01 77212 0 690316 36.69 2620 1111408 1077272 36.77 498768 1045744 8 12:52:34 10:00:01 77004 0 690516 36.70 2620 1111416 1077224 36.76 498764 1045744 8 12:52:34 10:01:01 75456 0 692060 36.78 2620 1111420 1080128 36.86 499388 1045744 8 12:52:34 10:02:01 76720 0 690792 36.71 2620 1111424 1077332 36.77 498740 1045744 20 12:52:34 10:03:01 77128 0 690380 36.69 2620 1111428 1077272 36.77 498668 1045744 12 12:52:34 10:04:01 77044 0 690456 36.70 2620 1111436 1077224 36.76 498660 1045744 8 12:52:34 10:05:01 76336 0 691160 36.73 2620 1111440 1077428 36.77 499188 1045744 12 12:52:34 10:06:01 77168 0 690320 36.69 2620 1111448 1077224 36.76 498572 1045744 8 12:52:34 10:07:01 76984 0 690500 36.70 2620 1111452 1077344 36.77 498968 1045744 12 12:52:34 10:08:01 76880 0 690600 36.70 2620 1111456 1077236 36.76 498896 1045744 12 12:52:34 10:09:01 76892 0 690584 36.70 2620 1111460 1077284 36.77 498788 1045744 8 12:52:34 10:10:01 77284 0 690188 36.68 2620 1111464 1077236 36.76 498780 1045744 8 12:52:34 10:11:01 78128 0 689340 36.64 2620 1111468 1075644 36.71 498076 1045560 8 12:52:34 10:12:01 76324 0 691140 36.73 2620 1111472 1077332 36.77 499040 1045560 12 12:52:34 10:13:01 76768 0 690632 36.71 2620 1111536 1077272 36.77 499120 1045576 24 12:52:34 10:14:01 77120 0 690332 36.69 2620 1111484 1077236 36.76 498964 1045560 8 12:52:34 10:15:01 76684 0 690764 36.71 2620 1111488 1077236 36.76 498984 1045560 8 12:52:34 10:16:01 76832 0 690612 36.70 2620 1111492 1077236 36.76 498988 1045560 8 12:52:34 10:17:01 76788 0 690648 36.71 2620 1111500 1077356 36.77 499092 1045564 16 12:52:34 10:18:01 77112 0 690324 36.69 2620 1111500 1077260 36.76 498952 1045560 12 12:52:34 10:19:01 76972 0 690460 36.70 2620 1111504 1077236 36.76 498884 1045560 8 12:52:34 10:20:01 76996 0 690424 36.69 2620 1111516 1077236 36.76 499144 1045560 8 12:52:34 10:21:01 76940 0 690480 36.70 2620 1111516 1077236 36.76 499020 1045560 8 12:52:34 10:22:01 76696 0 690716 36.71 2620 1111524 1077356 36.77 499184 1045560 12 12:52:34 10:23:01 76972 0 690436 36.69 2620 1111528 1077284 36.77 499244 1045560 12 12:52:34 10:24:01 77244 0 690160 36.68 2620 1111532 1077236 36.76 499036 1045560 8 12:52:34 10:25:01 77352 0 690048 36.67 2620 1111536 1077236 36.76 498916 1045560 8 12:52:34 10:26:01 77360 0 690036 36.67 2620 1111540 1077236 36.76 499044 1045560 8 12:52:34 10:27:02 77312 0 690080 36.68 2620 1111544 1077308 36.77 498996 1045560 8 12:52:34 10:28:01 77252 0 690136 36.68 2620 1111548 1077236 36.76 499176 1045560 8 12:52:34 10:29:01 76956 0 690424 36.69 2620 1111556 1077272 36.77 499192 1045560 12 12:52:34 10:30:01 76848 0 690528 36.70 2620 1111560 1077236 36.76 499068 1045560 8 12:52:34 10:31:01 76840 0 690532 36.70 2620 1111564 1077236 36.76 499072 1045560 8 12:52:34 10:32:01 76672 0 690696 36.71 2620 1111568 1077332 36.77 499148 1045560 16 12:52:34 10:33:01 76800 0 690560 36.70 2620 1111576 1077272 36.77 498960 1045564 12 12:52:34 10:34:01 76912 0 690448 36.70 2620 1111576 1077236 36.76 499208 1045560 12 12:52:34 10:35:01 76888 0 690460 36.70 2620 1111588 1077236 36.76 498968 1045564 8 12:52:34 10:36:01 76904 0 690436 36.69 2620 1111596 1077236 36.76 499228 1045560 8 12:52:34 10:37:01 76520 0 690820 36.72 2620 1111596 1077320 36.77 499172 1045560 12 12:52:34 10:38:01 76600 0 690732 36.71 2620 1111604 1077272 36.77 499248 1045560 12 12:52:34 10:39:01 76568 0 690760 36.71 2620 1111608 1077236 36.76 499204 1045560 8 12:52:34 10:40:01 76476 0 690848 36.72 2620 1111612 1077236 36.76 499228 1045560 8 12:52:34 10:41:01 76560 0 690760 36.71 2620 1111616 1077236 36.76 499124 1045560 8 12:52:34 10:42:01 76636 0 690680 36.71 2620 1111620 1077320 36.77 499076 1045560 12 12:52:34 10:43:01 76588 0 690724 36.71 2620 1111624 1077272 36.77 499144 1045560 12 12:52:34 10:44:01 76492 0 690816 36.72 2620 1111628 1077236 36.76 499136 1045560 8 12:52:34 10:45:01 76764 0 690536 36.70 2620 1111636 1077236 36.76 499268 1045560 8 12:52:34 10:46:01 76840 0 690456 36.70 2620 1111640 1077236 36.76 499024 1045560 8 12:52:34 10:47:01 76660 0 690632 36.71 2620 1111644 1077308 36.77 499220 1045560 12 12:52:34 10:48:01 76808 0 690480 36.70 2620 1111648 1077236 36.76 499280 1045560 12 12:52:34 10:49:01 76584 0 690696 36.71 2620 1111656 1077272 36.77 499048 1045564 8 12:52:34 10:50:01 76600 0 690676 36.71 2620 1111660 1077236 36.76 499168 1045560 8 12:52:34 10:51:01 76484 0 690788 36.71 2620 1111664 1077236 36.76 499172 1045560 8 12:52:34 10:52:01 76644 0 690620 36.70 2620 1111672 1077308 36.77 499244 1045560 12 12:52:34 10:53:01 76544 0 690720 36.71 2620 1111672 1077284 36.77 499260 1045560 12 12:52:34 10:54:01 76956 0 690300 36.69 2620 1111680 1077236 36.76 499188 1045560 12 12:52:34 10:55:01 76560 0 690692 36.71 2620 1111684 1077236 36.76 499192 1045560 8 12:52:34 10:56:01 76888 0 690360 36.69 2620 1111688 1077236 36.76 499196 1045560 8 12:52:34 10:57:01 76504 0 690740 36.71 2620 1111692 1077296 36.77 499260 1045560 12 12:52:34 10:58:01 76668 0 690568 36.70 2620 1111700 1077272 36.77 499280 1045564 12 12:52:34 10:59:01 76848 0 690388 36.69 2620 1111700 1077236 36.76 499332 1045560 8 12:52:34 11:00:01 76888 0 690344 36.69 2620 1111704 1077236 36.76 499336 1045560 8 12:52:34 11:01:01 74788 0 692436 36.80 2620 1111712 1080828 36.89 500212 1045560 8 12:52:34 11:02:01 76340 0 690876 36.72 2620 1111720 1077296 36.77 499412 1045560 12 12:52:34 11:03:01 76496 0 690720 36.71 2620 1111720 1077296 36.77 499296 1045560 8 12:52:34 11:04:01 76724 0 690484 36.70 2620 1111728 1077236 36.76 499236 1045560 8 12:52:34 11:05:01 76252 0 690948 36.72 2620 1111736 1077380 36.77 499652 1045560 8 12:52:34 11:06:01 76732 0 690468 36.70 2620 1111736 1077236 36.76 499120 1045560 8 12:52:34 11:07:01 76644 0 690548 36.70 2620 1111744 1077320 36.77 499448 1045560 16 12:52:34 11:08:01 76676 0 690512 36.70 2620 1111748 1077272 36.77 499344 1045560 12 12:52:34 11:09:01 76732 0 690452 36.70 2620 1111752 1077236 36.76 499272 1045560 8 12:52:34 11:10:01 76708 0 690472 36.70 2620 1111756 1077236 36.76 499276 1045560 8 12:52:34 11:11:01 76880 0 690292 36.69 2620 1111764 1077236 36.76 499408 1045560 8 12:52:34 11:12:01 76512 0 690660 36.71 2620 1111764 1077308 36.77 499352 1045560 12 12:52:34 11:13:01 76624 0 690540 36.70 2620 1111772 1077236 36.76 499288 1045564 12 12:52:34 11:14:01 76740 0 690420 36.69 2620 1111776 1077236 36.76 499300 1045560 8 12:52:34 11:15:02 76608 0 690548 36.70 2620 1111780 1077236 36.76 499300 1045564 8 12:52:34 11:16:01 76756 0 690392 36.69 2620 1111788 1077236 36.76 499312 1045560 8 12:52:34 11:17:01 76372 0 690772 36.71 2620 1111792 1077332 36.77 499388 1045560 12 12:52:34 11:18:01 76452 0 690684 36.71 2620 1111800 1077236 36.76 499324 1045560 12 12:52:34 11:19:01 76460 0 690676 36.71 2620 1111800 1077272 36.77 499340 1045560 8 12:52:34 11:20:01 76692 0 690432 36.69 2620 1111812 1077236 36.76 499460 1045564 8 12:52:34 11:21:01 76764 0 690356 36.69 2620 1111816 1077236 36.76 499468 1045560 8 12:52:34 11:22:01 76428 0 690692 36.71 2620 1111816 1077332 36.77 499660 1045560 12 12:52:34 11:23:01 76396 0 690716 36.71 2620 1111824 1077284 36.77 499624 1045560 12 12:52:34 11:24:01 76320 0 690788 36.71 2620 1111828 1077236 36.76 499232 1045560 8 12:52:34 11:25:01 76600 0 690448 36.70 2620 1111888 1077236 36.76 499448 1045576 16 12:52:34 11:26:01 76568 0 690532 36.70 2620 1111836 1077236 36.76 499348 1045560 8 12:52:34 11:27:01 76488 0 690604 36.70 2620 1111844 1077296 36.77 499436 1045560 12 12:52:34 11:28:01 76616 0 690476 36.70 2620 1111844 1077272 36.77 499572 1045560 12 12:52:34 11:29:01 76532 0 690552 36.70 2620 1111852 1077236 36.76 499376 1045564 8 12:52:34 11:30:01 76484 0 690596 36.70 2620 1111856 1077236 36.76 499384 1045560 8 12:52:34 11:31:01 76260 0 690820 36.72 2620 1111856 1077236 36.76 499384 1045560 8 12:52:34 11:32:01 76248 0 690824 36.72 2620 1111864 1077296 36.77 499580 1045560 20 12:52:34 11:33:01 76552 0 690516 36.70 2620 1111868 1077296 36.77 499480 1045560 8 12:52:34 11:34:01 76600 0 690460 36.70 2620 1111876 1077236 36.76 499280 1045560 8 12:52:34 11:35:01 76576 0 690480 36.70 2620 1111880 1077304 36.77 499528 1045560 16 12:52:34 11:36:01 76640 0 690408 36.69 2620 1111888 1077304 36.77 499584 1045560 8 12:52:34 11:37:01 76520 0 690524 36.70 2620 1111892 1077376 36.77 499656 1045560 12 12:52:34 11:38:01 76516 0 690528 36.70 2620 1111892 1077304 36.77 499464 1045560 12 12:52:34 11:39:01 76536 0 690500 36.70 2620 1111900 1077352 36.77 499484 1045560 8 12:52:34 11:40:01 76716 0 690316 36.69 2620 1111904 1077304 36.77 499476 1045560 8 12:52:34 11:41:01 76492 0 690536 36.70 2620 1111908 1077304 36.77 499604 1045560 8 12:52:34 11:42:01 76372 0 690652 36.71 2620 1111912 1077364 36.77 499548 1045560 8 12:52:34 11:43:01 76196 0 690820 36.72 2620 1111920 1077304 36.77 499616 1045560 8 12:52:34 11:44:01 76296 0 690720 36.71 2620 1111920 1077340 36.77 499496 1045560 8 12:52:34 11:45:01 76516 0 690492 36.70 2620 1111928 1077304 36.77 499496 1045564 8 12:52:34 11:46:01 76500 0 690504 36.70 2620 1111932 1077304 36.77 499504 1045560 8 12:52:34 11:47:01 76264 0 690740 36.71 2620 1111932 1077376 36.77 499452 1045560 12 12:52:34 11:48:01 76660 0 690336 36.69 2620 1111940 1077364 36.77 499596 1045560 12 12:52:34 11:49:01 76524 0 690448 36.70 2620 1111964 1077304 36.77 499460 1045564 16 12:52:34 11:50:01 76740 0 690240 36.68 2620 1111956 1077304 36.77 499652 1045560 8 12:52:34 11:51:01 77484 0 689496 36.64 2620 1111956 1075712 36.71 498640 1045560 8 12:52:34 11:52:01 76140 0 690832 36.72 2620 1111964 1077376 36.77 499620 1045560 20 12:52:34 11:53:01 75884 0 691084 36.73 2620 1111968 1077352 36.77 499560 1045560 12 12:52:34 11:54:01 76144 0 690824 36.72 2620 1111968 1077304 36.77 499668 1045560 8 12:52:34 11:55:01 76180 0 690780 36.71 2620 1111976 1077304 36.77 499676 1045560 8 12:52:34 11:56:01 75676 0 691280 36.74 2620 1111980 1077304 36.77 499680 1045560 8 12:52:34 11:57:01 75916 0 691036 36.73 2620 1111984 1077388 36.77 499512 1045560 12 12:52:34 11:58:01 75824 0 691120 36.73 2620 1111992 1077328 36.77 499760 1045564 12 12:52:34 11:59:01 75996 0 690940 36.72 2620 1112000 1077304 36.77 499452 1045560 8 12:52:34 12:00:01 76144 0 690792 36.71 2620 1112000 1077304 36.77 499576 1045560 8 12:52:34 12:01:01 74260 0 692668 36.81 2620 1112008 1080048 36.86 500324 1045564 8 12:52:34 12:02:02 75784 0 691140 36.73 2620 1112012 1077352 36.77 499644 1045560 12 12:52:34 12:03:01 75948 0 690972 36.72 2620 1112016 1077352 36.77 499672 1045560 8 12:52:34 12:04:01 75740 0 691176 36.73 2620 1112020 1077304 36.77 499720 1045560 8 12:52:34 12:05:01 75416 0 691488 36.75 2620 1112032 1077448 36.77 500080 1045560 8 12:52:34 12:06:01 75932 0 690968 36.72 2620 1112036 1077304 36.77 499736 1045560 8 12:52:34 12:07:01 76024 0 690872 36.72 2620 1112040 1077376 36.77 499808 1045560 12 12:52:34 12:08:01 76220 0 690672 36.71 2620 1112044 1077340 36.77 499572 1045560 12 12:52:34 12:09:01 76236 0 690652 36.71 2620 1112048 1077304 36.77 499624 1045560 8 12:52:34 12:10:01 76312 0 690572 36.70 2620 1112052 1077304 36.77 499752 1045560 8 12:52:34 12:11:01 76008 0 690872 36.72 2620 1112056 1077304 36.77 499636 1045560 8 12:52:34 12:12:01 75984 0 690888 36.72 2620 1112064 1077376 36.77 499836 1045560 12 12:52:34 12:13:01 75992 0 690880 36.72 2620 1112064 1077352 36.77 499732 1045560 12 12:52:34 12:14:01 76008 0 690856 36.72 2620 1112072 1077304 36.77 499656 1045560 8 12:52:34 12:15:01 76320 0 690540 36.70 2620 1112076 1077304 36.77 499780 1045560 8 12:52:34 12:16:01 76064 0 690792 36.71 2620 1112080 1077304 36.77 499656 1045564 8 12:52:34 12:17:01 75952 0 690900 36.72 2620 1112084 1077388 36.77 499860 1045560 12 12:52:34 12:18:01 76172 0 690676 36.71 2620 1112088 1077352 36.77 499668 1045560 12 12:52:34 12:19:01 76064 0 690780 36.71 2620 1112092 1077304 36.77 499688 1045560 8 12:52:34 12:20:01 76204 0 690632 36.71 2620 1112100 1077304 36.77 499676 1045564 8 12:52:34 12:21:01 76144 0 690684 36.71 2620 1112108 1077304 36.77 499688 1045560 8 12:52:34 12:22:01 75672 0 691152 36.73 2620 1112112 1077424 36.77 500008 1045560 16 12:52:34 12:23:01 75868 0 690952 36.72 2620 1112116 1077364 36.77 499912 1045560 16 12:52:34 12:24:01 76040 0 690776 36.71 2620 1112120 1077304 36.77 499700 1045560 8 12:52:34 12:25:01 75980 0 690832 36.72 2620 1112124 1077304 36.77 499828 1045560 8 12:52:34 12:26:02 76072 0 690736 36.71 2620 1112128 1077304 36.77 499832 1045560 8 12:52:34 12:27:01 75788 0 691016 36.73 2620 1112132 1077400 36.77 499788 1045560 12 12:52:34 12:28:01 75988 0 690808 36.71 2620 1112140 1077304 36.77 499596 1045560 12 12:52:34 12:29:01 76032 0 690764 36.71 2620 1112140 1077364 36.77 499736 1045560 20 12:52:34 12:30:01 76260 0 690528 36.70 2620 1112148 1077304 36.77 499728 1045560 8 12:52:34 12:31:01 76204 0 690580 36.70 2620 1112152 1077304 36.77 499732 1045560 8 12:52:34 12:32:01 76140 0 690640 36.71 2620 1112156 1077352 36.77 499916 1045564 12 12:52:34 12:33:01 75940 0 690836 36.72 2620 1112160 1077304 36.77 499864 1045560 12 12:52:34 12:34:01 76112 0 690660 36.71 2620 1112164 1077304 36.77 499744 1045560 8 12:52:34 12:35:01 76064 0 690704 36.71 2620 1112168 1077304 36.77 499748 1045560 8 12:52:34 12:36:01 76188 0 690572 36.70 2620 1112176 1077304 36.77 499756 1045560 8 12:52:34 12:37:01 76044 0 690704 36.71 2620 1112188 1077376 36.77 499872 1045564 12 12:52:34 12:38:01 76000 0 690744 36.71 2620 1112192 1077328 36.77 499952 1045560 12 12:52:34 12:39:01 75856 0 690884 36.72 2620 1112196 1077304 36.77 499652 1045560 8 12:52:34 12:40:01 76204 0 690532 36.70 2620 1112200 1077304 36.77 499656 1045560 8 12:52:34 12:41:01 76112 0 690620 36.70 2620 1112204 1077304 36.77 499784 1045560 8 12:52:34 12:42:01 75984 0 690744 36.71 2620 1112208 1077376 36.77 499860 1045560 12 12:52:34 12:43:01 76000 0 690724 36.71 2620 1112212 1077376 36.77 499880 1045560 8 12:52:34 12:44:01 75972 0 690744 36.71 2620 1112220 1077304 36.77 499800 1045560 8 12:52:34 12:45:01 75792 0 690924 36.72 2620 1112220 1077304 36.77 499800 1045560 8 12:52:34 12:46:01 75832 0 690876 36.72 2620 1112228 1077304 36.77 499808 1045560 8 12:52:34 12:47:01 75908 0 690796 36.71 2620 1112232 1077364 36.77 500004 1045560 12 12:52:34 12:48:01 75668 0 691032 36.73 2620 1112236 1077304 36.77 499936 1045564 12 12:52:34 12:49:01 75512 0 691184 36.73 2620 1112240 1077340 36.77 499708 1045560 8 12:52:34 12:50:01 75592 0 691100 36.73 2620 1112244 1077304 36.77 499824 1045560 8 12:52:34 12:51:01 75404 0 691280 36.74 2620 1112252 1077304 36.77 499708 1045560 8 12:52:34 12:52:01 75516 0 691164 36.73 2620 1112256 1077400 36.77 499784 1045560 12 12:52:34 Average: 96274 0 678365 36.05 2620 1104296 1080345 36.87 495983 1043637 11 12:52:34 12:52:34 06:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:52:34 06:53:02 eth0 414.61 361.15 1090.36 381.26 0.00 0.00 0.00 0.00 12:52:34 06:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:53:02 docker0 108.01 90.20 8.98 303.56 0.00 0.00 0.00 0.00 12:52:34 06:54:01 eth0 1.93 0.86 0.87 0.60 0.00 0.00 0.00 0.00 12:52:34 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:55:01 eth0 0.85 0.02 0.08 0.00 0.00 0.00 0.00 0.00 12:52:34 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:56:01 eth0 1.08 0.55 0.55 0.36 0.00 0.00 0.00 0.00 12:52:34 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:57:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:58:01 eth0 0.25 0.23 0.10 0.04 0.00 0.00 0.00 0.00 12:52:34 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:52:34 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:00:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:01:01 eth0 0.52 0.42 0.27 0.21 0.00 0.00 0.00 0.00 12:52:34 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:02:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:52:34 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:04:01 eth0 0.57 0.13 0.10 0.01 0.00 0.00 0.00 0.00 12:52:34 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:05:01 eth0 1.55 0.58 0.60 0.36 0.00 0.00 0.00 0.00 12:52:34 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:06:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 12:52:34 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:07:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:08:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 12:52:34 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:10:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:52:34 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:12:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:13:01 eth0 0.20 0.22 0.09 0.02 0.00 0.00 0.00 0.00 12:52:34 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:15:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:52:34 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:17:02 eth0 0.22 0.22 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 07:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:18:01 eth0 0.10 0.03 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:19:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:52:34 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:21:01 eth0 0.07 0.07 0.01 0.00 0.00 0.00 0.00 0.00 12:52:34 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:22:01 eth0 0.55 0.32 0.34 0.23 0.00 0.00 0.00 0.00 12:52:34 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:23:01 eth0 0.12 0.10 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:24:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:26:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:27:01 eth0 0.20 0.17 0.13 0.07 0.00 0.00 0.00 0.00 12:52:34 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:30:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:32:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:33:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:34:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:37:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:38:01 eth0 0.12 0.12 0.09 0.01 0.00 0.00 0.00 0.00 12:52:34 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:39:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:41:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:42:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:43:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:44:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:47:01 eth0 0.15 0.10 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:48:01 eth0 0.12 0.10 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:49:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:50:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:51:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:52:01 eth0 0.13 0.12 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:53:01 eth0 0.12 0.07 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:54:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:56:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:57:01 eth0 0.17 0.10 0.11 0.06 0.00 0.00 0.00 0.00 12:52:34 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:58:01 eth0 0.08 0.07 0.03 0.00 0.00 0.00 0.00 0.00 12:52:34 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:00:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:02:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:04:01 eth0 0.55 0.08 0.11 0.00 0.00 0.00 0.00 0.00 12:52:34 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:05:01 eth0 0.52 0.27 0.27 0.19 0.00 0.00 0.00 0.00 12:52:34 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:07:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:09:02 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 08:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:12:01 eth0 0.13 0.07 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:13:01 eth0 0.13 0.12 0.06 0.04 0.00 0.00 0.00 0.00 12:52:34 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:15:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:17:01 eth0 0.13 0.13 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:18:01 eth0 0.10 0.07 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:22:01 eth0 0.57 0.35 0.34 0.23 0.00 0.00 0.00 0.00 12:52:34 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:23:01 eth0 0.07 0.03 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:26:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:27:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:29:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:32:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:33:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:34:01 eth0 0.15 0.14 0.07 0.01 0.00 0.00 0.00 0.00 12:52:34 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:35:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:37:01 eth0 0.18 0.13 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:38:01 eth0 0.13 0.12 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:42:01 eth0 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:43:01 eth0 0.15 0.15 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:47:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:48:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:49:01 eth0 0.18 0.15 0.12 0.06 0.00 0.00 0.00 0.00 12:52:34 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:50:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:52:01 eth0 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:53:01 eth0 0.08 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:54:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:55:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:56:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:57:01 eth0 0.12 0.07 0.07 0.04 0.00 0.00 0.00 0.00 12:52:34 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:58:01 eth0 16.74 8.79 13.10 7.37 0.00 0.00 0.00 0.00 12:52:34 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:59:01 eth0 47.88 27.76 43.78 18.39 0.00 0.00 0.00 0.00 12:52:34 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:00:01 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 12:52:34 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:02:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:03:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:04:01 eth0 0.33 0.00 0.03 0.00 0.00 0.00 0.00 0.00 12:52:34 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:05:01 eth0 0.62 0.32 0.29 0.20 0.00 0.00 0.00 0.00 12:52:34 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:07:01 eth0 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:09:01 eth0 0.17 0.15 0.09 0.01 0.00 0.00 0.00 0.00 12:52:34 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:11:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:12:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:13:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:17:02 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 12:52:34 09:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:18:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:22:01 eth0 0.53 0.33 0.34 0.23 0.00 0.00 0.00 0.00 12:52:34 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:23:01 eth0 0.12 0.05 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:24:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:26:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:27:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 12:52:34 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:28:01 eth0 0.18 0.17 0.09 0.01 0.00 0.00 0.00 0.00 12:52:34 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:30:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:31:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:32:01 eth0 0.20 0.13 0.13 0.07 0.00 0.00 0.00 0.00 12:52:34 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:33:01 eth0 0.92 0.83 0.06 6.39 0.00 0.00 0.00 0.00 12:52:34 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:37:01 eth0 4.38 4.33 0.35 7.00 0.00 0.00 0.00 0.00 12:52:34 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:39:02 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 09:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:41:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:42:01 eth0 2.48 2.50 0.23 6.58 0.00 0.00 0.00 0.00 12:52:34 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:43:01 eth0 0.15 0.15 0.06 0.13 0.00 0.00 0.00 0.00 12:52:34 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:46:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:47:01 eth0 2.66 2.78 0.24 6.79 0.00 0.00 0.00 0.00 12:52:34 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:48:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:52:01 eth0 3.48 3.56 0.29 6.88 0.00 0.00 0.00 0.00 12:52:34 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:53:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:57:01 eth0 3.51 3.50 0.29 6.87 0.00 0.00 0.00 0.00 12:52:34 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:59:01 eth0 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:01:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:02:01 eth0 1.83 1.73 0.19 6.58 0.00 0.00 0.00 0.00 12:52:34 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:03:01 eth0 0.13 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:04:01 eth0 0.37 0.00 0.03 0.00 0.00 0.00 0.00 0.00 12:52:34 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:05:01 eth0 3.81 3.51 0.49 7.06 0.00 0.00 0.00 0.00 12:52:34 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:07:01 eth0 0.35 0.32 0.09 0.78 0.00 0.00 0.00 0.00 12:52:34 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:08:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 12:52:34 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:09:01 eth0 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:12:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:13:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:16:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:17:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:18:01 eth0 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:22:01 eth0 0.57 0.32 0.34 0.23 0.00 0.00 0.00 0.00 12:52:34 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:23:01 eth0 0.10 0.05 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:26:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:27:02 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 10:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:29:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:30:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:31:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:32:01 eth0 0.17 0.12 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:33:01 eth0 0.18 0.10 0.07 0.03 0.00 0.00 0.00 0.00 12:52:34 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:34:01 eth0 0.05 0.10 0.00 0.01 0.00 0.00 0.00 0.00 12:52:34 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:36:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:37:01 eth0 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:38:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:39:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:40:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:41:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:42:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:43:01 eth0 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:44:01 eth0 0.02 0.07 0.00 0.01 0.00 0.00 0.00 0.00 12:52:34 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:45:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:46:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:47:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:49:01 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:50:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:51:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:52:01 eth0 0.14 0.10 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:53:01 eth0 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:55:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:56:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:57:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:58:01 eth0 0.15 0.15 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:00:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:02:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:03:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:04:01 eth0 0.47 0.03 0.05 0.00 0.00 0.00 0.00 0.00 12:52:34 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:05:01 eth0 0.48 0.23 0.27 0.19 0.00 0.00 0.00 0.00 12:52:34 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:07:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:08:01 eth0 0.17 0.10 0.09 0.01 0.00 0.00 0.00 0.00 12:52:34 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:09:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:12:01 eth0 0.25 0.18 0.14 0.07 0.00 0.00 0.00 0.00 12:52:34 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:13:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:15:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:17:01 eth0 0.15 0.13 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:18:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 12:52:34 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:19:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:21:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:22:01 eth0 0.53 0.33 0.34 0.23 0.00 0.00 0.00 0.00 12:52:34 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:23:01 eth0 0.10 0.05 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:26:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:27:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:28:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:29:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:31:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:32:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:33:01 eth0 0.08 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:37:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 11:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:38:01 eth0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:39:01 eth0 0.14 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:42:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 11:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:43:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:44:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:46:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:47:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:48:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:52:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:53:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:56:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:57:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 11:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:58:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:59:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:02:02 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 12:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:03:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 12:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:04:01 eth0 0.37 0.05 0.03 0.00 0.00 0.00 0.00 0.00 12:52:34 12:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:05:01 eth0 0.62 0.35 0.29 0.20 0.00 0.00 0.00 0.00 12:52:34 12:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:06:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:07:01 eth0 0.12 0.07 0.07 0.06 0.00 0.00 0.00 0.00 12:52:34 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:08:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 12:52:34 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:12:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:13:01 eth0 0.12 0.08 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:16:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:17:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:52:34 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:18:01 eth0 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:19:01 eth0 0.02 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:21:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:22:01 eth0 0.53 0.32 0.34 0.23 0.00 0.00 0.00 0.00 12:52:34 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:23:01 eth0 0.12 0.07 0.06 0.03 0.00 0.00 0.00 0.00 12:52:34 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:26:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:27:01 eth0 0.12 0.07 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:28:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 12:52:34 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:29:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:52:34 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:31:01 eth0 0.02 0.00 0.01 0.00 0.00 0.00 0.00 0.00 12:52:34 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:32:01 eth0 0.18 0.13 0.13 0.07 0.00 0.00 0.00 0.00 12:52:34 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:33:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:37:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:38:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:40:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:42:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:43:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:47:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:52:34 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:49:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:52:34 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:51:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:52:01 eth0 0.13 0.12 0.08 0.04 0.00 0.00 0.00 0.00 12:52:34 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 Average: eth0 1.50 1.23 3.24 1.31 0.00 0.00 0.00 0.00 12:52:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:34 Average: docker0 0.30 0.25 0.02 0.84 0.00 0.00 0.00 0.00 12:52:34 12:52:34