Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/136948 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-10531 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-MaMR7SGHHTTC/agent.2328 SSH_AGENT_PID=2330 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_17975550004036062676.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_17975550004036062676.key) [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) The recommended git tool is: NONE using credential onap-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git://cloud.onap.org/mirror/oom.git > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/48/136948/1 # timeout=30 > git rev-parse 9c5159e417cf13a91afea0edc3abfc8d0832baa8^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision 9c5159e417cf13a91afea0edc3abfc8d0832baa8 (refs/changes/48/136948/1) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c5159e417cf13a91afea0edc3abfc8d0832baa8 # timeout=30 Commit message: "[SDNC] Update SDNC related images to version to 2.6.0" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 6aa05ae0c69a6b22d3c4de6cf50e45bc0c9742d9 # timeout=10 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins18335694579830653896.sh ---> tox-install.sh + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-vBfA + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + pyenv versions * system (set by /opt/pyenv/version) * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) + command -v pyenv ++ pyenv init - --no-rehash + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ sed 's/^[ *]* //' ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ sort -V +++ tail -n 1 ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-vBfA + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vBfA' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vBfA + echo /tmp/venv-vBfA + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + /tmp/venv-vBfA/bin/python3 -m pip install --upgrade --quiet pip virtualenv + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 + /tmp/venv-vBfA/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-vBfA/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-vBfA/bin to PATH + PATH=/tmp/venv-vBfA/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + return 0 + python3 --version Python 3.10.6 + python3 -m pip --version pip 23.3.2 from /tmp/venv-vBfA/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==5.3.2 chardet==5.2.0 colorama==0.4.6 distlib==0.3.8 filelock==3.13.1 packaging==23.2 platformdirs==4.1.0 pluggy==1.3.0 pyproject-api==1.6.1 tomli==2.0.1 tox==4.11.4 urllib3==1.26.18 virtualenv==20.25.0 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins12267844019521801159.sh ---> tox-run.sh + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox + cd /w/workspace/oom-master-checkbashisms-lint/. + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-M2s0 + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + pyenv versions system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) + command -v pyenv ++ pyenv init - --no-rehash + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ sort -V +++ tail -n 1 ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-vBfA + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-vBfA from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-vBfA from file:/tmp/.toxenv + /tmp/venv-vBfA/bin/python3 -m pip install --upgrade --quiet pip virtualenv + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 + /tmp/venv-vBfA/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-vBfA/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-vBfA/bin to PATH + PATH=/tmp/venv-vBfA/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + return 0 + [[ -d /opt/pyenv ]] + echo '---> Setting up pyenv' ---> Setting up pyenv + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/tmp/venv-vBfA/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/tmp/venv-vBfA/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ pwd + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.11.4 from /tmp/venv-vBfA/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n checkbashisms ]] + TOX_OPTIONS_LIST=' -e checkbashisms' + case ${PARALLEL,,} in + tox -e checkbashisms + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log checkbashisms: freeze> python -m pip freeze --all checkbashisms: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0 checkbashisms: commands[0]> .ci/check-bashisms.sh script ./kubernetes/uui/components/uui-intent-analysis/resources/entrypoint/run.sh does not appear to have a #! interpreter line; you may get strange results script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines checkbashisms: OK (4.83=setup[1.68]+cmd[3.15] seconds) congratulations :) (5.00 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/checkbashisms/log ++ awk -F/ '{print $2}' + tox_env=checkbashisms + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> tox-run.sh ends' ---> tox-run.sh ends + test 0 -eq 0 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2330 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins8377529103035240677.sh ---> sysstat.sh [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12038456128262141399.sh ---> package-listing.sh ++ tr '[:upper:]' '[:lower:]' ++ facter osfamily + OS_FAMILY=debian + workspace=/w/workspace/oom-master-checkbashisms-lint + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/oom-master-checkbashisms-lint ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + dpkg -l + grep '^ii' + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/oom-master-checkbashisms-lint ']' + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins665314284535959687.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pLm1 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-pLm1/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins5216241168663707654.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config6123350212340581215tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins9348170651121261290.sh ---> create-netrc.sh [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12378618027952506266.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pLm1 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-pLm1/bin to PATH Generating Requirements File Python 3.10.6 pip 23.3.2 from /tmp/venv-pLm1/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.2.1 aspy.yaml==1.3.0 attrs==23.2.0 autopage==0.5.2 Babel==2.14.0 beautifulsoup4==4.12.2 boto3==1.34.14 botocore==1.34.14 bs4==0.0.1 cachetools==5.3.2 certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 cliff==4.4.0 cmd2==2.4.3 cryptography==3.3.2 debtcollector==2.5.0 decorator==5.1.1 defusedxml==0.7.1 Deprecated==1.2.14 distlib==0.3.8 dnspython==2.4.2 docker==4.2.2 dogpile.cache==1.3.0 email-validator==2.1.0.post1 filelock==3.13.1 future==0.18.3 gitdb==4.0.11 GitPython==3.1.40 google-auth==2.26.1 httplib2==0.22.0 identify==2.5.33 idna==3.6 importlib-metadata==7.0.1 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.2 jmespath==1.0.1 jsonpatch==1.33 jsonpointer==2.4 jsonschema==4.20.0 jsonschema-specifications==2023.12.1 keystoneauth1==5.4.0 kubernetes==28.1.0 lftools==0.37.8 lxml==5.1.0 MarkupSafe==2.1.3 msgpack==1.0.7 multi_key_dict==2.0.3 munch==4.0.0 netaddr==0.10.1 netifaces==0.11.0 niet==1.4.2 nodeenv==1.8.0 oauth2client==4.1.3 oauthlib==3.2.2 openstacksdk==0.62.0 os-client-config==2.1.0 os-service-types==1.7.0 osc-lib==2.9.0 oslo.config==9.2.0 oslo.context==5.3.0 oslo.i18n==6.2.0 oslo.log==5.4.0 oslo.serialization==5.2.0 oslo.utils==6.3.0 packaging==23.2 pbr==6.0.0 platformdirs==4.1.0 prettytable==3.9.0 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 pygerrit2==2.0.15 PyGithub==2.1.1 pyinotify==0.9.6 PyJWT==2.8.0 PyNaCl==1.5.0 pyparsing==2.4.7 pyperclip==1.8.2 pyrsistent==0.20.0 python-cinderclient==9.4.0 python-dateutil==2.8.2 python-heatclient==3.3.0 python-jenkins==1.8.2 python-keystoneclient==5.2.0 python-magnumclient==4.3.0 python-novaclient==18.4.0 python-openstackclient==6.0.0 python-swiftclient==4.4.0 pytz==2023.3.post1 PyYAML==6.0.1 referencing==0.32.1 requests==2.31.0 requests-oauthlib==1.3.1 requestsexceptions==1.4.0 rfc3986==2.0.0 rpds-py==0.16.2 rsa==4.9 ruamel.yaml==0.18.5 ruamel.yaml.clib==0.2.8 s3transfer==0.10.0 simplejson==3.19.2 six==1.16.0 smmap==5.0.1 soupsieve==2.5 stevedore==5.1.0 tabulate==0.9.0 toml==0.10.2 tomlkit==0.12.3 tqdm==4.66.1 typing_extensions==4.9.0 tzdata==2023.4 urllib3==1.26.18 virtualenv==20.25.0 wcwidth==0.2.13 websocket-client==1.7.0 wrapt==1.16.0 xdg==6.0.0 xmltodict==0.13.0 yq==3.2.3 zipp==3.17.0 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11033500151176715504.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins4699306588354419116.sh ---> job-cost.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pLm1 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. lf-activate-venv(): INFO: Adding /tmp/venv-pLm1/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v3-standard-4 INFO: Archiving Costs [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins13856979297812895821.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pLm1 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. lf-activate-venv(): INFO: Adding /tmp/venv-pLm1/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/3258 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-10531 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 4 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.998 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0-3 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities ---> nproc: 4 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 7.9G 0 7.9G 0% /dev tmpfs 1.6G 672K 1.6G 1% /run /dev/vda1 78G 8.3G 70G 11% / tmpfs 7.9G 0 7.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup /dev/vda15 105M 4.4M 100M 5% /boot/efi tmpfs 1.6G 0 1.6G 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 16040 574 13340 0 2124 15150 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:9c:ae:32 brd ff:ff:ff:ff:ff:ff inet 10.30.107.212/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 79293sec preferred_lft 79293sec inet6 fe80::f816:3eff:fe9c:ae32/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-10531) 01/08/24 _x86_64_ (4 CPU) 15:08:10 LINUX RESTART (4 CPU) 15:09:02 tps rtps wtps bread/s bwrtn/s 15:10:01 14.40 0.00 14.40 0.00 14440.13 15:11:01 1.37 0.00 1.37 0.00 15.99 15:12:01 0.90 0.00 0.90 0.00 10.13 15:13:01 1.55 0.00 1.55 0.00 18.80 15:14:01 0.95 0.00 0.95 0.00 11.20 15:15:01 1.40 0.02 1.38 0.13 17.46 15:16:01 0.80 0.00 0.80 0.00 9.46 15:17:01 1.43 0.02 1.42 0.13 17.60 15:18:01 0.97 0.00 0.97 0.00 10.93 15:19:01 1.30 0.00 1.30 0.00 16.53 15:20:01 3.02 1.12 1.90 23.20 27.60 15:21:01 1.48 0.00 1.48 0.00 17.73 15:22:01 0.82 0.00 0.82 0.00 10.40 15:23:01 1.22 0.00 1.22 0.00 15.33 15:24:01 4.13 2.37 1.77 18.93 26.13 15:25:01 1.62 0.00 1.62 0.00 19.20 15:26:01 0.83 0.00 0.83 0.00 10.00 15:27:01 1.28 0.00 1.28 0.00 16.13 15:28:01 0.93 0.00 0.93 0.00 10.93 15:29:01 1.43 0.00 1.43 0.00 17.20 15:30:01 0.78 0.00 0.78 0.00 8.93 15:31:01 1.25 0.00 1.25 0.00 16.27 15:32:01 0.98 0.00 0.98 0.00 11.73 15:33:01 1.37 0.00 1.37 0.00 17.06 15:34:01 0.90 0.00 0.90 0.00 10.53 15:35:01 1.30 0.00 1.30 0.00 15.86 15:36:01 1.37 0.00 1.37 0.00 15.33 15:37:01 1.78 0.00 1.78 0.00 21.20 15:38:01 1.22 0.00 1.22 0.00 13.73 15:39:01 1.32 0.00 1.32 0.00 17.19 15:40:01 0.98 0.00 0.98 0.00 11.06 15:41:01 1.18 0.00 1.18 0.00 15.46 15:42:01 0.92 0.00 0.92 0.00 10.53 15:43:01 1.23 0.00 1.23 0.00 15.73 15:44:01 1.05 0.00 1.05 0.00 12.40 15:45:01 1.30 0.00 1.30 0.00 15.73 15:46:01 0.93 0.00 0.93 0.00 10.26 15:47:01 1.33 0.00 1.33 0.00 16.26 15:48:01 3.00 2.10 0.90 56.51 12.93 15:49:01 1.28 0.00 1.28 0.00 16.66 15:50:01 0.93 0.00 0.93 0.00 11.06 15:51:01 1.43 0.00 1.43 0.00 18.53 15:52:01 0.82 0.00 0.82 0.00 10.66 15:53:01 1.18 0.00 1.18 0.00 15.33 15:54:01 0.95 0.00 0.95 0.00 11.46 15:55:01 1.45 0.00 1.45 0.00 18.13 15:56:01 0.85 0.00 0.85 0.00 10.66 15:57:01 1.33 0.00 1.33 0.00 16.93 15:58:01 0.82 0.00 0.82 0.00 10.26 15:59:01 1.37 0.00 1.37 0.00 18.26 16:00:01 0.98 0.00 0.98 0.00 12.40 16:01:01 1.17 0.00 1.17 0.00 15.86 16:02:01 0.90 0.00 0.90 0.00 10.80 16:03:02 1.17 0.00 1.17 0.00 15.20 16:04:01 0.98 0.00 0.98 0.00 12.07 16:05:01 1.52 0.00 1.52 0.00 19.06 16:06:01 0.87 0.00 0.87 0.00 10.40 16:07:01 1.60 0.00 1.60 0.00 20.40 16:08:01 1.13 0.00 1.13 0.00 14.40 16:09:01 1.53 0.00 1.53 0.00 19.60 16:10:01 0.98 0.00 0.98 0.00 12.26 16:11:01 1.28 0.00 1.28 0.00 16.66 16:12:01 1.05 0.00 1.05 0.00 12.00 16:13:01 1.42 0.00 1.42 0.00 17.06 16:14:01 0.85 0.00 0.85 0.00 10.26 16:15:01 1.22 0.00 1.22 0.00 16.00 16:16:01 0.95 0.00 0.95 0.00 10.80 16:17:01 1.27 0.00 1.27 0.00 15.60 16:18:01 1.30 0.00 1.30 0.00 15.20 16:19:01 1.33 0.00 1.33 0.00 16.00 16:20:01 1.12 0.00 1.12 0.00 13.06 16:21:01 1.50 0.02 1.48 1.33 18.53 16:22:01 0.97 0.00 0.97 0.00 11.06 16:23:01 1.48 0.00 1.48 0.00 16.93 16:24:01 0.90 0.00 0.90 0.00 10.40 16:25:01 1.50 0.00 1.50 0.00 18.40 16:26:01 1.08 0.00 1.08 0.00 12.00 16:27:01 1.33 0.00 1.33 0.00 16.13 16:28:01 0.98 0.00 0.98 0.00 11.73 16:29:01 1.10 0.00 1.10 0.00 14.26 16:30:01 1.03 0.00 1.03 0.00 12.13 16:31:01 1.42 0.00 1.42 0.00 16.93 16:32:01 1.02 0.00 1.02 0.00 12.13 16:33:01 2.23 0.00 2.23 0.00 27.33 16:34:01 0.93 0.00 0.93 0.00 10.93 16:35:01 1.27 0.00 1.27 0.00 16.13 16:36:01 1.32 0.00 1.32 0.00 15.06 16:37:01 1.28 0.00 1.28 0.00 16.13 16:38:01 1.03 0.00 1.03 0.00 11.60 16:39:01 1.35 0.00 1.35 0.00 16.00 16:40:01 1.15 0.00 1.15 0.00 13.73 16:41:01 1.03 0.00 1.03 0.00 14.13 16:42:01 1.08 0.00 1.08 0.00 12.26 16:43:01 1.17 0.00 1.17 0.00 14.53 16:44:01 0.88 0.00 0.88 0.00 10.26 16:45:01 1.40 0.00 1.40 0.00 17.20 16:46:01 1.08 0.00 1.08 0.00 11.60 16:47:01 1.42 0.00 1.42 0.00 16.66 16:48:01 1.12 0.00 1.12 0.00 13.06 16:49:01 0.93 0.00 0.93 0.00 12.66 16:50:01 1.08 0.00 1.08 0.00 12.93 16:51:01 1.62 0.00 1.62 0.00 17.99 16:52:01 0.88 0.00 0.88 0.00 10.40 16:53:01 1.15 0.00 1.15 0.00 15.33 16:54:01 1.02 0.00 1.02 0.00 11.73 16:55:01 1.42 0.00 1.42 0.00 17.60 16:56:01 1.05 0.00 1.05 0.00 11.86 16:57:01 1.07 0.00 1.07 0.00 14.26 16:58:01 1.02 0.00 1.02 0.00 11.33 16:59:01 0.98 0.00 0.98 0.00 12.80 17:00:01 1.02 0.00 1.02 0.00 11.73 17:01:01 0.90 0.00 0.90 0.00 12.93 17:02:01 1.03 0.00 1.03 0.00 11.60 17:03:01 1.18 0.00 1.18 0.00 14.66 17:04:01 0.88 0.00 0.88 0.00 10.40 17:05:01 168.54 25.25 143.29 887.45 4908.25 17:06:01 115.30 13.86 101.43 1048.23 12105.05 Average: 3.74 0.38 3.36 17.41 280.93 15:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:10:01 14465932 15690840 1959036 11.93 32040 1412052 729744 4.18 488588 1295460 28 15:11:01 14465704 15690668 1959264 11.93 32072 1412056 729744 4.18 488768 1295436 16 15:12:01 14460344 15685380 1964624 11.96 32112 1412060 729744 4.18 494524 1295448 20 15:13:01 14460068 15685188 1964900 11.96 32176 1412064 729744 4.18 494760 1295452 12 15:14:01 14459680 15684840 1965288 11.97 32224 1412064 713092 4.08 495072 1295456 32 15:15:01 14460076 15685268 1964892 11.96 32264 1412072 713092 4.08 495120 1295464 4 15:16:01 14460172 15685436 1964796 11.96 32296 1412084 713092 4.08 495008 1295476 20 15:17:01 14459164 15684500 1965804 11.97 32340 1412092 697052 3.99 495448 1295464 192 15:18:01 14459336 15684692 1965632 11.97 32364 1412092 697052 3.99 495364 1295464 8 15:19:01 14459260 15684644 1965708 11.97 32404 1412088 697052 3.99 495428 1295468 8 15:20:01 14456908 15683232 1968060 11.98 32500 1412772 712048 4.08 497040 1295932 204 15:21:01 14456744 15683212 1968224 11.98 32532 1412904 712048 4.08 497332 1296036 184 15:22:01 14456476 15682972 1968492 11.98 32564 1412904 712048 4.08 497476 1296064 8 15:23:01 14456120 15682684 1968848 11.99 32588 1412912 712048 4.08 497696 1296072 200 15:24:01 14454456 15681616 1970512 12.00 33208 1412916 724788 4.15 498488 1296076 8 15:25:01 14455036 15682276 1969932 11.99 33264 1412920 724788 4.15 498704 1296080 8 15:26:01 14454288 15681556 1970680 12.00 33296 1412920 724788 4.15 499148 1296080 12 15:27:01 14453956 15681296 1971012 12.00 33336 1412924 708344 4.05 499724 1296084 192 15:28:01 14453692 15681068 1971276 12.00 33368 1412928 708344 4.05 499688 1296088 164 15:29:01 14453952 15681364 1971016 12.00 33400 1412932 708344 4.05 499720 1296092 8 15:30:01 14453120 15680548 1971848 12.01 33424 1412932 708344 4.05 500752 1296092 20 15:31:01 14453112 15680600 1971856 12.01 33456 1412936 708344 4.05 500708 1296096 196 15:32:01 14453136 15680632 1971832 12.01 33488 1412940 708344 4.05 500728 1296100 4 15:33:01 14452764 15680340 1972204 12.01 33524 1412948 708344 4.05 500844 1296108 8 15:34:01 14453036 15680664 1971932 12.01 33556 1412952 708344 4.05 500972 1296112 84 15:35:01 14452764 15680428 1972204 12.01 33580 1412956 708344 4.05 500832 1296116 192 15:36:01 14452640 15680376 1972328 12.01 33676 1412928 708344 4.05 501012 1296120 8 15:37:01 14452664 15680508 1972304 12.01 33772 1412932 708344 4.05 501108 1296124 8 15:38:01 14452664 15680616 1972304 12.01 33860 1412964 708344 4.05 501300 1296124 156 15:39:01 14451916 15679932 1973052 12.01 33908 1412960 708344 4.05 501572 1296128 44 15:40:01 14451928 15679992 1973040 12.01 33940 1412972 708344 4.05 501408 1296132 20 15:41:01 14451540 15679640 1973428 12.01 33964 1412980 708344 4.05 501420 1296140 44 15:42:01 14451656 15679772 1973312 12.01 33996 1412980 708344 4.05 501428 1296140 8 15:43:01 14451720 15679888 1973248 12.01 34028 1412984 708344 4.05 501560 1296144 40 15:44:01 14451332 15679580 1973636 12.02 34076 1412988 708344 4.05 502164 1296148 196 15:45:01 14448964 15677252 1976004 12.03 34100 1412992 708344 4.05 504532 1296152 192 15:46:01 14448472 15676792 1976496 12.03 34132 1412992 708344 4.05 504548 1296152 160 15:47:01 14448728 15677076 1976240 12.03 34164 1412996 708344 4.05 504712 1296156 140 15:48:01 14424292 15654760 2000676 12.18 34196 1414692 725632 4.15 527604 1296844 172 15:49:01 14423776 15654256 2001192 12.18 34228 1414688 725632 4.15 527312 1296812 40 15:50:01 14424136 15654672 2000832 12.18 34260 1414696 725632 4.15 527676 1296812 180 15:51:01 14424252 15654908 2000716 12.18 34292 1414828 725632 4.15 527552 1296916 16 15:52:01 14423904 15654616 2001064 12.18 34316 1414840 725632 4.15 527392 1296956 8 15:53:01 14423780 15654532 2001188 12.18 34340 1414844 725632 4.15 527684 1296960 208 15:54:01 14423796 15654596 2001172 12.18 34380 1414836 725632 4.15 527568 1296960 8 15:55:01 14423812 15654664 2001156 12.18 34420 1414848 725632 4.15 527812 1296964 8 15:56:01 14423620 15654528 2001348 12.18 34444 1414852 725632 4.15 527676 1296968 176 15:57:01 14423632 15654596 2001336 12.18 34484 1414856 725632 4.15 527868 1296972 192 15:58:01 14423624 15654600 2001344 12.18 34516 1414856 725632 4.15 527896 1296972 12 15:59:01 14423500 15654528 2001468 12.19 34556 1414852 725632 4.15 527796 1296976 40 16:00:01 14423260 15654352 2001708 12.19 34588 1414868 725632 4.15 527916 1296984 188 16:01:01 14423300 15654412 2001668 12.19 34612 1414872 725632 4.15 528084 1296988 176 16:02:01 14423028 15654192 2001940 12.19 34644 1414872 725632 4.15 527992 1296988 176 16:03:02 14423260 15654452 2001708 12.19 34668 1414876 725632 4.15 528144 1296992 208 16:04:01 14423252 15654456 2001716 12.19 34708 1414880 725632 4.15 528048 1296996 16 16:05:01 14423044 15654332 2001924 12.19 34756 1414884 725632 4.15 528388 1297000 176 16:06:01 14423180 15654528 2001788 12.19 34796 1414884 725632 4.15 528336 1297000 192 16:07:01 14423152 15654568 2001816 12.19 34860 1414892 725632 4.15 528324 1297004 180 16:08:01 14423152 15654640 2001816 12.19 34932 1414896 725632 4.15 528512 1297012 176 16:09:01 14422808 15654356 2002160 12.19 34972 1414904 725632 4.15 528548 1297020 172 16:10:01 14422600 15654196 2002368 12.19 35028 1414896 725632 4.15 528576 1297020 200 16:11:01 14422344 15653976 2002624 12.19 35052 1414908 725632 4.15 528668 1297024 208 16:12:01 14422600 15654280 2002368 12.19 35092 1414912 725632 4.15 528516 1297028 8 16:13:01 14422732 15654456 2002236 12.19 35124 1414916 709452 4.06 528740 1297032 180 16:14:01 14422756 15654508 2002212 12.19 35148 1414920 709452 4.06 528620 1297036 8 16:15:01 14422292 15654076 2002676 12.19 35196 1414904 709452 4.06 528728 1297036 8 16:16:01 14422556 15654372 2002412 12.19 35220 1414916 709452 4.06 528664 1297040 8 16:17:01 14421656 15653532 2003312 12.20 35244 1414928 709452 4.06 529212 1297044 192 16:18:01 14422316 15654204 2002652 12.19 35284 1414936 709452 4.06 528748 1297052 8 16:19:01 14422208 15654168 2002760 12.19 35316 1414936 709452 4.06 528820 1297052 40 16:20:01 14422344 15654300 2002624 12.19 35364 1414936 709452 4.06 529044 1297056 20 16:21:01 14422112 15654100 2002856 12.19 35404 1414984 709452 4.06 529100 1297060 8 16:22:01 14422220 15654428 2002748 12.19 35436 1415116 709452 4.06 529112 1297232 192 16:23:01 14422432 15654656 2002536 12.19 35468 1415116 709452 4.06 528972 1297232 8 16:24:01 14422200 15654448 2002768 12.19 35492 1415124 709452 4.06 528988 1297240 8 16:25:01 14421944 15654264 2003024 12.19 35540 1415128 709452 4.06 529184 1297244 232 16:26:01 14421776 15654100 2003192 12.20 35572 1415132 709452 4.06 529064 1297248 8 16:27:01 14421800 15654168 2003168 12.20 35604 1415136 709452 4.06 529168 1297248 8 16:28:01 14421716 15654124 2003252 12.20 35644 1415140 709452 4.06 529204 1297256 4 16:29:01 14421524 15653976 2003444 12.20 35692 1415144 709452 4.06 529264 1297260 28 16:30:01 14421160 15653668 2003808 12.20 35732 1415140 709452 4.06 529672 1297264 20 16:31:01 14420704 15653252 2004264 12.20 35764 1415148 709452 4.06 529920 1297264 176 16:32:01 14420552 15653136 2004416 12.20 35804 1415152 709452 4.06 529864 1297268 184 16:33:01 14420500 15653188 2004468 12.20 35844 1415156 705444 4.04 530788 1296568 12 16:34:01 14421004 15653712 2003964 12.20 35876 1415160 705444 4.04 530584 1296572 8 16:35:01 14421144 15653900 2003824 12.20 35908 1415156 705444 4.04 530636 1296572 44 16:36:01 14420724 15653544 2004244 12.20 35980 1415168 705444 4.04 530700 1296580 8 16:37:01 14420896 15653780 2004072 12.20 36012 1415172 705444 4.04 530772 1296584 40 16:38:01 14420624 15653552 2004344 12.20 36044 1415176 705444 4.04 530836 1296588 180 16:39:01 14424212 15657172 2000756 12.18 36076 1415176 705444 4.04 527464 1296588 180 16:40:01 14424084 15657104 2000884 12.18 36132 1415172 705444 4.04 527480 1296592 24 16:41:01 14423852 15656924 2001116 12.18 36164 1415188 705444 4.04 527696 1296600 224 16:42:01 14423892 15656980 2001076 12.18 36204 1415192 705444 4.04 527544 1296604 4 16:43:01 14424032 15657184 2000936 12.18 36260 1415192 705444 4.04 527728 1296604 20 16:44:01 14423792 15657016 2001176 12.18 36284 1415200 705444 4.04 527744 1296608 180 16:45:01 14423940 15657184 2001028 12.18 36324 1415188 705444 4.04 527696 1296612 40 16:46:01 14423420 15656720 2001548 12.19 36348 1415208 705444 4.04 527916 1296620 140 16:47:01 14423468 15656808 2001500 12.19 36380 1415208 705444 4.04 528024 1296620 192 16:48:01 14423120 15656532 2001848 12.19 36420 1415208 686668 3.93 529508 1295564 184 16:49:01 14422740 15656196 2002228 12.19 36444 1415216 686668 3.93 529392 1295568 224 16:50:01 14422888 15656396 2002080 12.19 36492 1415208 686668 3.93 529436 1295572 24 16:51:01 14422904 15656440 2002064 12.19 36532 1415220 686668 3.93 529288 1295572 144 16:52:01 14422688 15656292 2002280 12.19 36564 1415224 686668 3.93 529512 1295576 192 16:53:01 14422860 15656504 2002108 12.19 36596 1415232 686668 3.93 529580 1295584 212 16:54:01 14422620 15656300 2002348 12.19 36628 1415236 686668 3.93 529456 1295588 180 16:55:01 14422536 15656244 2002432 12.19 36676 1415220 686668 3.93 529452 1295588 140 16:56:01 14422692 15656436 2002276 12.19 36700 1415240 686668 3.93 529496 1295592 8 16:57:01 14422476 15656292 2002492 12.19 36744 1415248 686668 3.93 529560 1295600 64 16:58:01 14422528 15656372 2002440 12.19 36768 1415252 686668 3.93 529596 1295604 8 16:59:01 14422412 15656432 2002556 12.19 36792 1415380 686668 3.93 529888 1295732 204 17:00:01 14422544 15656592 2002424 12.19 36816 1415384 686668 3.93 529844 1295736 168 17:01:01 14422496 15656564 2002472 12.19 36840 1415388 686668 3.93 529820 1295740 56 17:02:01 14422128 15656208 2002840 12.19 36872 1415392 686668 3.93 530192 1295744 8 17:03:01 14422008 15656168 2002960 12.19 36912 1415396 686668 3.93 530412 1295748 172 17:04:01 14420840 15654928 2004128 12.20 36944 1415400 686668 3.93 530824 1295752 196 17:05:01 14090532 15553564 2334436 14.21 53280 1615496 773816 4.43 690684 1439140 102856 17:06:01 13761240 15511264 2663728 16.22 76452 1865280 804804 4.61 768224 1661676 62184 Average: 14424713 15661691 2000255 12.18 35303 1419859 711202 4.07 522517 1300756 1503 15:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:01 ens3 0.75 0.49 0.20 0.42 0.00 0.00 0.00 0.00 15:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:11:01 ens3 0.20 0.20 0.06 0.17 0.00 0.00 0.00 0.00 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:12:01 ens3 1.82 0.92 2.16 0.37 0.00 0.00 0.00 0.00 15:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:13:01 ens3 0.30 0.28 0.06 0.19 0.00 0.00 0.00 0.00 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:01 ens3 0.33 0.20 0.13 0.20 0.00 0.00 0.00 0.00 15:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:15:01 ens3 0.23 0.20 0.06 0.20 0.00 0.00 0.00 0.00 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:16:01 ens3 0.27 0.22 0.06 0.17 0.00 0.00 0.00 0.00 15:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:17:01 ens3 0.35 0.30 0.07 0.18 0.00 0.00 0.00 0.00 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:18:01 ens3 0.17 0.15 0.05 0.17 0.00 0.00 0.00 0.00 15:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:19:01 ens3 0.33 0.27 0.13 0.17 0.00 0.00 0.00 0.00 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:20:01 ens3 1.88 1.15 0.86 1.28 0.00 0.00 0.00 0.00 15:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:21:01 ens3 1.07 0.50 0.27 0.40 0.00 0.00 0.00 0.00 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:01 ens3 0.57 0.47 0.31 0.51 0.00 0.00 0.00 0.00 15:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:23:01 ens3 0.25 0.15 0.06 0.04 0.00 0.00 0.00 0.00 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:24:01 ens3 0.32 0.35 0.13 0.37 0.00 0.00 0.00 0.00 15:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:25:01 ens3 0.80 0.32 0.20 0.21 0.00 0.00 0.00 0.00 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:01 ens3 0.78 0.50 0.37 0.52 0.00 0.00 0.00 0.00 15:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:27:01 ens3 0.30 0.22 0.06 0.29 0.00 0.00 0.00 0.00 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:28:01 ens3 0.17 0.10 0.05 0.01 0.00 0.00 0.00 0.00 15:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:29:01 ens3 0.78 0.37 0.18 0.34 0.00 0.00 0.00 0.00 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:01 ens3 2.13 1.22 0.99 1.49 0.00 0.00 0.00 0.00 15:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:01 ens3 0.20 0.15 0.06 0.01 0.00 0.00 0.00 0.00 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:01 ens3 0.18 0.20 0.06 0.35 0.00 0.00 0.00 0.00 15:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:33:01 ens3 0.25 0.25 0.06 0.23 0.00 0.00 0.00 0.00 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:01 ens3 0.28 0.22 0.13 0.20 0.00 0.00 0.00 0.00 15:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:35:01 ens3 0.25 0.18 0.06 0.20 0.00 0.00 0.00 0.00 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:01 ens3 0.15 0.18 0.05 0.17 0.00 0.00 0.00 0.00 15:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:37:01 ens3 0.28 0.18 0.06 0.17 0.00 0.00 0.00 0.00 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:01 ens3 0.22 0.15 0.06 0.17 0.00 0.00 0.00 0.00 15:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:39:01 ens3 0.40 0.27 0.14 0.20 0.00 0.00 0.00 0.00 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:01 ens3 0.32 0.20 0.11 0.20 0.00 0.00 0.00 0.00 15:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:41:01 ens3 0.18 0.22 0.06 0.33 0.00 0.00 0.00 0.00 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:01 ens3 0.18 0.20 0.06 0.17 0.00 0.00 0.00 0.00 15:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:43:01 ens3 0.68 0.50 0.32 0.34 0.00 0.00 0.00 0.00 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:01 ens3 0.27 0.23 0.13 0.27 0.00 0.00 0.00 0.00 15:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:45:01 ens3 2.65 3.97 0.22 6.84 0.00 0.00 0.00 0.00 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:01 ens3 2.02 2.53 0.18 2.62 0.00 0.00 0.00 0.00 15:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:01 ens3 0.25 0.18 0.06 0.25 0.00 0.00 0.00 0.00 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:48:01 ens3 9.20 7.36 6.51 6.65 0.00 0.00 0.00 0.00 15:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:49:01 ens3 0.33 0.27 0.13 0.27 0.00 0.00 0.00 0.00 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 ens3 1.48 0.73 0.57 0.75 0.00 0.00 0.00 0.00 15:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:51:01 ens3 1.38 0.72 0.53 0.67 0.00 0.00 0.00 0.00 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:01 ens3 0.15 0.12 0.05 0.07 0.00 0.00 0.00 0.00 15:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:53:01 ens3 0.37 0.30 0.23 0.36 0.00 0.00 0.00 0.00 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:01 ens3 0.28 0.30 0.13 0.21 0.00 0.00 0.00 0.00 15:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:55:01 ens3 0.23 0.13 0.06 0.07 0.00 0.00 0.00 0.00 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:56:01 ens3 0.17 0.13 0.05 0.17 0.00 0.00 0.00 0.00 15:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:57:01 ens3 1.32 0.78 0.57 0.74 0.00 0.00 0.00 0.00 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:01 ens3 0.13 0.15 0.05 0.18 0.00 0.00 0.00 0.00 15:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:59:01 ens3 0.37 0.27 0.14 0.25 0.00 0.00 0.00 0.00 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:01 ens3 0.37 0.32 0.16 0.38 0.00 0.00 0.00 0.00 16:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:01:01 ens3 0.20 0.15 0.06 0.17 0.00 0.00 0.00 0.00 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:01 ens3 0.17 0.15 0.05 0.18 0.00 0.00 0.00 0.00 16:03:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:03:02 ens3 0.30 0.23 0.07 0.32 0.00 0.00 0.00 0.00 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:01 ens3 1.03 0.36 0.29 0.31 0.00 0.00 0.00 0.00 16:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:05:01 ens3 0.90 0.57 0.48 0.43 0.00 0.00 0.00 0.00 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:06:01 ens3 1.50 0.65 0.52 0.77 0.00 0.00 0.00 0.00 16:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:07:01 ens3 0.25 0.18 0.06 0.22 0.00 0.00 0.00 0.00 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:01 ens3 0.23 0.10 0.06 0.01 0.00 0.00 0.00 0.00 16:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:09:01 ens3 0.40 0.28 0.14 0.37 0.00 0.00 0.00 0.00 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:01 ens3 0.43 0.50 0.21 0.72 0.00 0.00 0.00 0.00 16:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:11:01 ens3 0.20 0.12 0.06 0.04 0.00 0.00 0.00 0.00 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:01 ens3 0.13 0.20 0.05 0.18 0.00 0.00 0.00 0.00 16:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:13:01 ens3 0.23 0.23 0.06 0.34 0.00 0.00 0.00 0.00 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 ens3 0.27 0.25 0.13 0.21 0.00 0.00 0.00 0.00 16:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:15:01 ens3 0.32 0.22 0.17 0.21 0.00 0.00 0.00 0.00 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:01 ens3 0.15 0.10 0.05 0.17 0.00 0.00 0.00 0.00 16:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:17:01 ens3 0.25 0.23 0.06 0.18 0.00 0.00 0.00 0.00 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:01 ens3 0.17 0.17 0.05 0.15 0.00 0.00 0.00 0.00 16:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:01 ens3 0.33 0.27 0.13 0.24 0.00 0.00 0.00 0.00 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:20:01 ens3 0.25 0.30 0.10 0.38 0.00 0.00 0.00 0.00 16:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:21:01 ens3 0.22 0.12 0.06 0.01 0.00 0.00 0.00 0.00 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:22:01 ens3 0.13 0.23 0.05 0.34 0.00 0.00 0.00 0.00 16:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:23:01 ens3 0.22 0.18 0.06 0.18 0.00 0.00 0.00 0.00 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:01 ens3 0.27 0.25 0.13 0.21 0.00 0.00 0.00 0.00 16:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:25:01 ens3 0.20 0.18 0.06 0.21 0.00 0.00 0.00 0.00 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:01 ens3 0.30 0.17 0.17 0.01 0.00 0.00 0.00 0.00 16:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:27:01 ens3 0.23 0.25 0.06 0.18 0.00 0.00 0.00 0.00 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:28:01 ens3 0.15 0.15 0.05 0.17 0.00 0.00 0.00 0.00 16:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:29:01 ens3 0.32 0.30 0.13 0.35 0.00 0.00 0.00 0.00 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:01 ens3 0.30 0.23 0.11 0.24 0.00 0.00 0.00 0.00 16:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:31:01 ens3 0.18 0.15 0.06 0.17 0.00 0.00 0.00 0.00 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:01 ens3 0.72 0.38 0.19 0.38 0.00 0.00 0.00 0.00 16:33:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 16:33:01 ens3 1.00 0.77 0.53 0.64 0.00 0.00 0.00 0.00 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:01 ens3 0.35 0.23 0.13 0.21 0.00 0.00 0.00 0.00 16:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:35:01 ens3 0.23 0.22 0.06 0.21 0.00 0.00 0.00 0.00 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:01 ens3 0.15 0.18 0.05 0.18 0.00 0.00 0.00 0.00 16:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:37:01 ens3 0.23 0.15 0.06 0.04 0.00 0.00 0.00 0.00 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:38:01 ens3 0.23 0.13 0.06 0.15 0.00 0.00 0.00 0.00 16:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:39:01 ens3 0.32 0.25 0.13 0.34 0.00 0.00 0.00 0.00 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:40:01 ens3 0.30 0.20 0.11 0.24 0.00 0.00 0.00 0.00 16:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:41:01 ens3 0.18 0.22 0.06 0.34 0.00 0.00 0.00 0.00 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:42:01 ens3 0.13 0.15 0.05 0.17 0.00 0.00 0.00 0.00 16:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:43:01 ens3 0.63 0.48 0.32 0.32 0.00 0.00 0.00 0.00 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:44:01 ens3 0.25 0.15 0.13 0.26 0.00 0.00 0.00 0.00 16:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:45:01 ens3 0.20 0.18 0.06 0.21 0.00 0.00 0.00 0.00 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:46:01 ens3 0.13 0.10 0.05 0.01 0.00 0.00 0.00 0.00 16:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:47:01 ens3 0.22 0.27 0.06 0.32 0.00 0.00 0.00 0.00 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:01 ens3 4.08 3.53 2.39 4.19 0.00 0.00 0.00 0.00 16:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:49:01 ens3 0.32 0.27 0.13 0.26 0.00 0.00 0.00 0.00 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:50:01 ens3 0.13 0.12 0.05 0.07 0.00 0.00 0.00 0.00 16:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:51:01 ens3 0.22 0.20 0.06 0.18 0.00 0.00 0.00 0.00 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:01 ens3 0.13 0.10 0.05 0.17 0.00 0.00 0.00 0.00 16:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:53:01 ens3 0.20 0.18 0.06 0.18 0.00 0.00 0.00 0.00 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:54:01 ens3 0.27 0.27 0.13 0.35 0.00 0.00 0.00 0.00 16:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:55:01 ens3 0.25 0.13 0.07 0.07 0.00 0.00 0.00 0.00 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:56:01 ens3 0.17 0.20 0.05 0.21 0.00 0.00 0.00 0.00 16:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:57:01 ens3 0.20 0.22 0.06 0.15 0.00 0.00 0.00 0.00 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:58:01 ens3 0.13 0.15 0.05 0.17 0.00 0.00 0.00 0.00 16:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:59:01 ens3 0.32 0.35 0.13 0.35 0.00 0.00 0.00 0.00 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:01 ens3 0.15 0.10 0.05 0.07 0.00 0.00 0.00 0.00 17:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:01:01 ens3 2.20 2.83 0.19 7.08 0.00 0.00 0.00 0.00 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:01 ens3 5.23 7.93 0.38 7.73 0.00 0.00 0.00 0.00 17:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:03:01 ens3 3.40 2.87 0.31 3.96 0.00 0.00 0.00 0.00 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:01 ens3 2.22 1.15 1.23 1.86 0.00 0.00 0.00 0.00 17:05:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 17:05:01 ens3 193.65 146.78 1062.12 43.04 0.00 0.00 0.00 0.00 17:06:01 lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 17:06:01 ens3 63.07 44.33 861.38 9.15 0.00 0.00 0.00 0.00 Average: lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 Average: ens3 2.82 2.16 16.69 1.04 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-10531) 01/08/24 _x86_64_ (4 CPU) 15:08:10 LINUX RESTART (4 CPU) 15:09:02 CPU %user %nice %system %iowait %steal %idle 15:10:01 all 0.14 0.00 0.03 4.02 0.70 95.11 15:10:01 0 0.03 0.00 0.05 0.29 0.89 98.74 15:10:01 1 0.35 0.00 0.03 13.35 1.61 84.65 15:10:01 2 0.07 0.00 0.00 0.00 0.20 99.73 15:10:01 3 0.09 0.00 0.02 2.29 0.04 97.57 15:11:01 all 0.03 0.00 0.01 0.10 0.00 99.85 15:11:01 0 0.08 0.00 0.00 0.00 0.02 99.90 15:11:01 1 0.00 0.00 0.00 0.39 0.00 99.61 15:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:12:01 all 0.33 0.00 0.02 0.00 0.00 99.65 15:12:01 0 0.22 0.00 0.03 0.02 0.00 99.73 15:12:01 1 0.70 0.00 0.00 0.02 0.00 99.28 15:12:01 2 0.37 0.00 0.02 0.00 0.00 99.62 15:12:01 3 0.05 0.00 0.03 0.00 0.02 99.90 15:13:01 all 0.54 0.00 0.01 0.01 0.00 99.44 15:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 15:13:01 1 1.99 0.00 0.00 0.03 0.00 97.98 15:13:01 2 0.07 0.00 0.00 0.00 0.00 99.93 15:13:01 3 0.05 0.00 0.00 0.00 0.00 99.95 15:14:01 all 0.07 0.00 0.02 0.01 0.00 99.90 15:14:01 0 0.07 0.00 0.05 0.00 0.00 99.88 15:14:01 1 0.15 0.00 0.00 0.02 0.00 99.83 15:14:01 2 0.00 0.00 0.02 0.00 0.02 99.97 15:14:01 3 0.05 0.00 0.02 0.00 0.00 99.93 15:15:01 all 0.04 0.00 0.02 0.02 0.00 99.92 15:15:01 0 0.02 0.00 0.03 0.07 0.00 99.88 15:15:01 1 0.05 0.00 0.00 0.02 0.00 99.93 15:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:15:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:16:01 all 0.25 0.00 0.01 0.00 0.00 99.73 15:16:01 0 0.05 0.00 0.02 0.00 0.02 99.92 15:16:01 1 0.94 0.00 0.00 0.02 0.02 99.02 15:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:17:01 all 0.47 0.00 0.01 0.01 0.00 99.51 15:17:01 0 0.02 0.00 0.02 0.02 0.00 99.95 15:17:01 1 1.78 0.00 0.00 0.02 0.00 98.21 15:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 15:18:01 all 0.04 0.00 0.02 0.00 0.00 99.93 15:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:18:01 1 0.05 0.00 0.00 0.02 0.00 99.93 15:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:18:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:19:01 all 0.03 0.00 0.01 0.01 0.00 99.95 15:19:01 0 0.03 0.00 0.02 0.02 0.02 99.92 15:19:01 1 0.03 0.00 0.03 0.02 0.00 99.92 15:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:19:01 3 0.05 0.00 0.02 0.00 0.00 99.93 15:20:01 all 0.45 0.00 0.07 0.09 0.02 99.37 15:20:01 0 0.82 0.00 0.12 0.20 0.03 98.83 15:20:01 1 0.15 0.00 0.03 0.03 0.02 99.77 15:20:01 2 0.65 0.00 0.03 0.00 0.00 99.32 15:20:01 3 0.17 0.00 0.10 0.13 0.00 99.60 15:20:01 CPU %user %nice %system %iowait %steal %idle 15:21:01 all 0.09 0.00 0.02 0.44 0.40 99.06 15:21:01 0 0.02 0.00 0.00 0.02 0.18 99.78 15:21:01 1 0.10 0.00 0.07 1.73 0.22 97.89 15:21:01 2 0.18 0.00 0.02 0.00 0.85 98.95 15:21:01 3 0.05 0.00 0.00 0.00 0.37 99.58 15:22:01 all 0.04 0.00 0.01 0.00 0.00 99.94 15:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:22:01 1 0.05 0.00 0.00 0.02 0.00 99.93 15:22:01 2 0.05 0.00 0.02 0.00 0.00 99.93 15:22:01 3 0.07 0.00 0.02 0.00 0.02 99.90 15:23:01 all 0.19 0.00 0.01 0.00 0.00 99.80 15:23:01 0 0.00 0.00 0.00 0.02 0.00 99.98 15:23:01 1 0.02 0.00 0.03 0.02 0.00 99.93 15:23:01 2 0.67 0.00 0.00 0.00 0.00 99.33 15:23:01 3 0.05 0.00 0.00 0.00 0.00 99.95 15:24:01 all 0.19 0.00 0.03 0.14 0.00 99.64 15:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:24:01 1 0.05 0.00 0.05 0.35 0.02 99.53 15:24:01 2 0.63 0.00 0.02 0.00 0.00 99.35 15:24:01 3 0.07 0.00 0.07 0.22 0.00 99.65 15:25:01 all 0.08 0.00 0.02 0.06 0.00 99.84 15:25:01 0 0.00 0.00 0.00 0.07 0.00 99.93 15:25:01 1 0.03 0.00 0.03 0.18 0.00 99.75 15:25:01 2 0.20 0.00 0.00 0.00 0.02 99.78 15:25:01 3 0.07 0.00 0.00 0.00 0.00 99.93 15:26:01 all 0.07 0.00 0.01 0.04 0.00 99.88 15:26:01 0 0.10 0.00 0.02 0.00 0.00 99.88 15:26:01 1 0.05 0.00 0.03 0.15 0.02 99.75 15:26:01 2 0.07 0.00 0.02 0.00 0.00 99.92 15:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:27:01 all 0.08 0.00 0.01 0.01 0.01 99.89 15:27:01 0 0.02 0.00 0.00 0.02 0.00 99.97 15:27:01 1 0.07 0.00 0.02 0.02 0.00 99.90 15:27:01 2 0.12 0.00 0.00 0.00 0.00 99.88 15:27:01 3 0.15 0.00 0.00 0.00 0.05 99.80 15:28:01 all 0.51 0.00 0.01 0.01 0.00 99.46 15:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:28:01 1 0.02 0.00 0.03 0.05 0.02 99.88 15:28:01 2 1.99 0.00 0.00 0.00 0.00 98.01 15:28:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:29:01 all 0.52 0.00 0.02 0.00 0.00 99.46 15:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:29:01 1 0.02 0.00 0.03 0.02 0.02 99.92 15:29:01 2 2.00 0.00 0.00 0.00 0.00 98.00 15:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:30:01 all 0.42 0.00 0.02 0.00 0.00 99.55 15:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 15:30:01 1 0.02 0.00 0.00 0.02 0.00 99.97 15:30:01 2 1.58 0.00 0.02 0.00 0.00 98.40 15:30:01 3 0.05 0.00 0.02 0.00 0.00 99.93 15:31:01 all 0.07 0.00 0.03 0.01 0.00 99.89 15:31:01 0 0.20 0.00 0.10 0.02 0.00 99.68 15:31:01 1 0.00 0.00 0.02 0.02 0.00 99.97 15:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:31:01 3 0.05 0.00 0.03 0.00 0.02 99.90 15:31:01 CPU %user %nice %system %iowait %steal %idle 15:32:01 all 0.02 0.00 0.01 0.00 0.00 99.97 15:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 15:32:01 1 0.02 0.00 0.02 0.02 0.00 99.95 15:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:33:01 all 0.03 0.00 0.01 0.01 0.00 99.95 15:33:01 0 0.03 0.00 0.03 0.02 0.00 99.92 15:33:01 1 0.03 0.00 0.02 0.02 0.00 99.93 15:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 15:34:01 0 0.05 0.00 0.02 0.00 0.02 99.92 15:34:01 1 0.00 0.00 0.02 0.02 0.00 99.97 15:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:34:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:35:01 all 0.16 0.00 0.02 0.03 0.00 99.78 15:35:01 0 0.58 0.00 0.00 0.10 0.00 99.32 15:35:01 1 0.02 0.00 0.03 0.02 0.00 99.93 15:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:35:01 3 0.03 0.00 0.02 0.02 0.00 99.93 15:36:01 all 0.02 0.00 0.00 0.01 0.00 99.97 15:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 15:36:01 1 0.03 0.00 0.02 0.03 0.02 99.90 15:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:37:01 all 0.02 0.00 0.01 0.01 0.00 99.95 15:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:37:01 1 0.03 0.00 0.03 0.03 0.00 99.90 15:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 15:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:38:01 all 0.03 0.00 0.01 0.01 0.00 99.95 15:38:01 0 0.00 0.00 0.02 0.02 0.00 99.97 15:38:01 1 0.07 0.00 0.02 0.03 0.02 99.87 15:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 15:39:01 all 0.13 0.00 0.02 0.02 0.00 99.83 15:39:01 0 0.45 0.00 0.02 0.07 0.00 99.47 15:39:01 1 0.02 0.00 0.03 0.00 0.00 99.95 15:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:40:01 all 0.03 0.00 0.02 0.02 0.00 99.93 15:40:01 0 0.05 0.00 0.02 0.00 0.02 99.92 15:40:01 1 0.00 0.00 0.02 0.08 0.00 99.90 15:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:41:01 all 0.01 0.00 0.01 0.00 0.00 99.97 15:41:01 0 0.02 0.00 0.02 0.02 0.02 99.93 15:41:01 1 0.00 0.00 0.02 0.02 0.00 99.97 15:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:42:01 all 0.02 0.00 0.01 0.00 0.00 99.96 15:42:01 0 0.03 0.00 0.00 0.00 0.02 99.95 15:42:01 1 0.02 0.00 0.00 0.02 0.00 99.97 15:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 15:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:42:01 CPU %user %nice %system %iowait %steal %idle 15:43:01 all 0.05 0.00 0.01 0.01 0.00 99.93 15:43:01 0 0.08 0.00 0.02 0.02 0.00 99.88 15:43:01 1 0.05 0.00 0.02 0.02 0.00 99.92 15:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:44:01 all 0.39 0.00 0.02 0.01 0.00 99.58 15:44:01 0 1.43 0.00 0.02 0.00 0.00 98.55 15:44:01 1 0.02 0.00 0.03 0.02 0.02 99.92 15:44:01 2 0.08 0.00 0.02 0.00 0.00 99.90 15:44:01 3 0.07 0.00 0.00 0.00 0.00 99.93 15:45:01 all 0.05 0.00 0.01 0.00 0.00 99.92 15:45:01 0 0.05 0.00 0.02 0.00 0.00 99.93 15:45:01 1 0.07 0.00 0.02 0.03 0.00 99.88 15:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:45:01 3 0.07 0.00 0.02 0.00 0.02 99.90 15:46:01 all 0.08 0.00 0.02 0.00 0.00 99.89 15:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:46:01 1 0.02 0.00 0.05 0.00 0.02 99.92 15:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:46:01 3 0.30 0.00 0.00 0.00 0.00 99.70 15:47:01 all 0.02 0.00 0.01 0.01 0.00 99.96 15:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:47:01 1 0.05 0.00 0.03 0.03 0.00 99.88 15:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 15:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:48:01 all 0.65 0.00 0.04 0.01 0.00 99.29 15:48:01 0 0.85 0.00 0.03 0.00 0.00 99.12 15:48:01 1 0.52 0.00 0.08 0.05 0.00 99.35 15:48:01 2 0.65 0.00 0.02 0.00 0.02 99.31 15:48:01 3 0.58 0.00 0.05 0.00 0.00 99.37 15:49:01 all 0.02 0.00 0.02 0.01 0.00 99.95 15:49:01 0 0.02 0.00 0.02 0.02 0.02 99.93 15:49:01 1 0.02 0.00 0.03 0.02 0.00 99.93 15:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:50:01 all 0.15 0.00 0.01 0.00 0.00 99.84 15:50:01 0 0.05 0.00 0.02 0.00 0.00 99.93 15:50:01 1 0.02 0.00 0.00 0.02 0.02 99.95 15:50:01 2 0.53 0.00 0.00 0.00 0.00 99.47 15:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:51:01 all 0.04 0.00 0.01 0.01 0.00 99.94 15:51:01 0 0.02 0.00 0.02 0.02 0.00 99.95 15:51:01 1 0.02 0.00 0.00 0.02 0.00 99.97 15:51:01 2 0.07 0.00 0.00 0.00 0.00 99.93 15:51:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:52:01 all 0.31 0.00 0.02 0.00 0.00 99.67 15:52:01 0 0.05 0.00 0.03 0.00 0.02 99.90 15:52:01 1 0.02 0.00 0.03 0.02 0.00 99.93 15:52:01 2 1.18 0.00 0.00 0.00 0.00 98.82 15:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:53:01 all 0.44 0.00 0.02 0.00 0.00 99.54 15:53:01 0 0.03 0.00 0.03 0.00 0.02 99.92 15:53:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:53:01 2 1.66 0.00 0.02 0.00 0.00 98.32 15:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:53:01 CPU %user %nice %system %iowait %steal %idle 15:54:01 all 0.19 0.00 0.02 0.01 0.00 99.78 15:54:01 0 0.03 0.00 0.03 0.02 0.00 99.92 15:54:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:54:01 2 0.68 0.00 0.02 0.00 0.00 99.30 15:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:55:01 all 0.28 0.00 0.02 0.01 0.00 99.69 15:55:01 0 0.02 0.00 0.03 0.02 0.00 99.93 15:55:01 1 0.00 0.00 0.03 0.03 0.00 99.93 15:55:01 2 1.07 0.00 0.02 0.00 0.02 98.89 15:55:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:56:01 all 0.01 0.00 0.01 0.00 0.00 99.97 15:56:01 0 0.00 0.00 0.00 0.00 0.02 99.98 15:56:01 1 0.02 0.00 0.00 0.02 0.00 99.97 15:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:57:01 all 0.03 0.00 0.01 0.01 0.00 99.94 15:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:57:01 1 0.02 0.00 0.02 0.02 0.00 99.95 15:57:01 2 0.07 0.00 0.02 0.00 0.00 99.92 15:57:01 3 0.05 0.00 0.02 0.00 0.02 99.92 15:58:01 all 0.02 0.00 0.01 0.00 0.00 99.97 15:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:58:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:58:01 2 0.02 0.00 0.03 0.00 0.02 99.93 15:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:59:01 all 0.03 0.00 0.02 0.05 0.00 99.90 15:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:59:01 1 0.02 0.00 0.02 0.10 0.00 99.87 15:59:01 2 0.08 0.00 0.03 0.13 0.00 99.75 15:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:00:01 all 0.07 0.00 0.02 0.02 0.00 99.89 16:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:00:01 1 0.00 0.00 0.02 0.07 0.00 99.92 16:00:01 2 0.22 0.00 0.03 0.00 0.02 99.73 16:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:01:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:01:01 1 0.00 0.00 0.02 0.02 0.00 99.97 16:01:01 2 0.03 0.00 0.02 0.02 0.00 99.93 16:01:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:02:01 1 0.00 0.00 0.02 0.02 0.00 99.97 16:02:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:03:02 all 0.01 0.00 0.01 0.01 0.00 99.96 16:03:02 0 0.00 0.00 0.00 0.00 0.00 100.00 16:03:02 1 0.02 0.00 0.00 0.03 0.00 99.95 16:03:02 2 0.03 0.00 0.03 0.02 0.00 99.92 16:03:02 3 0.02 0.00 0.02 0.00 0.02 99.95 16:04:01 all 0.03 0.00 0.01 0.00 0.00 99.96 16:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:04:01 1 0.02 0.00 0.00 0.02 0.00 99.97 16:04:01 2 0.03 0.00 0.03 0.00 0.02 99.91 16:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:04:01 CPU %user %nice %system %iowait %steal %idle 16:05:01 all 0.02 0.00 0.02 0.01 0.00 99.95 16:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:05:01 1 0.03 0.00 0.02 0.02 0.00 99.93 16:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:05:01 3 0.03 0.00 0.03 0.02 0.00 99.92 16:06:01 all 0.10 0.00 0.01 0.01 0.00 99.87 16:06:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:06:01 1 0.00 0.00 0.00 0.05 0.00 99.95 16:06:01 2 0.32 0.00 0.00 0.02 0.00 99.67 16:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:07:01 all 0.02 0.00 0.00 0.03 0.00 99.95 16:07:01 0 0.02 0.00 0.00 0.03 0.00 99.95 16:07:01 1 0.02 0.00 0.00 0.07 0.00 99.92 16:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:08:01 all 0.01 0.00 0.01 0.01 0.00 99.97 16:08:01 0 0.03 0.00 0.03 0.03 0.02 99.88 16:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:08:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:09:01 all 0.02 0.00 0.02 0.01 0.00 99.95 16:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:09:01 2 0.00 0.00 0.00 0.03 0.00 99.97 16:09:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:10:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:10:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:10:01 3 0.02 0.00 0.05 0.00 0.00 99.93 16:11:01 all 0.03 0.00 0.02 0.01 0.00 99.93 16:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:11:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:11:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:12:01 all 0.33 0.00 0.01 0.00 0.00 99.66 16:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:12:01 2 1.25 0.00 0.00 0.02 0.00 98.73 16:12:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:13:01 all 0.02 0.00 0.01 0.01 0.01 99.96 16:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:13:01 1 0.05 0.00 0.02 0.00 0.02 99.92 16:13:01 2 0.00 0.00 0.00 0.03 0.00 99.97 16:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:14:01 all 0.03 0.00 0.01 0.00 0.00 99.96 16:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:15:01 all 0.02 0.00 0.01 0.00 0.00 99.97 16:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:15:01 1 0.03 0.00 0.00 0.02 0.00 99.95 16:15:01 2 0.00 0.00 0.02 0.03 0.00 99.95 16:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:15:01 CPU %user %nice %system %iowait %steal %idle 16:16:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:16:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:16:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:17:01 all 0.03 0.00 0.01 0.00 0.00 99.96 16:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:17:01 3 0.03 0.00 0.02 0.02 0.00 99.93 16:18:01 all 0.01 0.00 0.02 0.01 0.00 99.96 16:18:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:18:01 1 0.03 0.00 0.05 0.02 0.02 99.88 16:18:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:01 all 0.29 0.00 0.03 0.01 0.00 99.67 16:19:01 0 1.11 0.00 0.10 0.00 0.00 98.79 16:19:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:19:01 2 0.00 0.00 0.00 0.03 0.00 99.97 16:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:20:01 all 0.01 0.00 0.01 0.01 0.00 99.96 16:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:20:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:21:01 all 0.05 0.00 0.01 0.01 0.00 99.93 16:21:01 0 0.12 0.00 0.00 0.00 0.02 99.87 16:21:01 1 0.05 0.00 0.02 0.02 0.02 99.90 16:21:01 2 0.00 0.00 0.00 0.03 0.00 99.97 16:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:22:01 all 0.02 0.00 0.00 0.00 0.00 99.97 16:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:22:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:22:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:23:01 all 0.29 0.00 0.00 0.02 0.00 99.68 16:23:01 0 1.09 0.00 0.00 0.00 0.00 98.91 16:23:01 1 0.07 0.00 0.02 0.03 0.02 99.87 16:23:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:01 all 0.14 0.00 0.01 0.00 0.00 99.84 16:24:01 0 0.50 0.00 0.00 0.00 0.00 99.50 16:24:01 1 0.03 0.00 0.03 0.02 0.00 99.92 16:24:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:25:01 all 0.02 0.00 0.01 0.01 0.00 99.96 16:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:25:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:26:01 1 0.02 0.00 0.02 0.02 0.00 99.95 16:26:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:26:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:26:01 CPU %user %nice %system %iowait %steal %idle 16:27:01 all 0.09 0.00 0.00 0.00 0.00 99.90 16:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:27:01 1 0.30 0.00 0.02 0.00 0.00 99.68 16:27:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:28:01 all 0.02 0.00 0.01 0.01 0.00 99.96 16:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:28:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:28:01 3 0.07 0.00 0.03 0.00 0.00 99.90 16:29:01 all 0.25 0.00 0.02 0.01 0.00 99.71 16:29:01 0 0.94 0.00 0.05 0.00 0.00 99.01 16:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:29:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:29:01 3 0.07 0.00 0.02 0.00 0.02 99.90 16:30:01 all 0.39 0.00 0.01 0.05 0.04 99.51 16:30:01 0 1.47 0.00 0.00 0.00 0.12 98.42 16:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:30:01 2 0.00 0.00 0.00 0.08 0.00 99.92 16:30:01 3 0.07 0.00 0.03 0.12 0.02 99.77 16:31:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:31:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:31:01 3 0.05 0.00 0.02 0.02 0.02 99.90 16:32:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:32:01 1 0.00 0.00 0.03 0.00 0.00 99.97 16:32:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:32:01 3 0.03 0.00 0.03 0.02 0.02 99.90 16:33:01 all 0.20 0.00 0.05 0.01 0.00 99.74 16:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:33:01 2 0.02 0.00 0.03 0.03 0.00 99.92 16:33:01 3 0.70 0.00 0.08 0.00 0.00 99.22 16:34:01 all 0.27 0.00 0.02 0.00 0.00 99.70 16:34:01 0 0.99 0.00 0.03 0.00 0.00 98.97 16:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:34:01 2 0.05 0.00 0.05 0.02 0.02 99.87 16:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:35:01 all 0.51 0.00 0.02 0.01 0.00 99.46 16:35:01 0 1.97 0.00 0.00 0.00 0.00 98.03 16:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:35:01 2 0.02 0.00 0.03 0.02 0.00 99.93 16:35:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:36:01 all 0.51 0.00 0.00 0.01 0.00 99.47 16:36:01 0 1.99 0.00 0.00 0.00 0.00 98.01 16:36:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:36:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:36:01 3 0.03 0.00 0.02 0.05 0.00 99.90 16:37:01 all 0.51 0.00 0.02 0.01 0.00 99.45 16:37:01 0 1.97 0.00 0.02 0.00 0.00 98.01 16:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:37:01 3 0.05 0.00 0.05 0.03 0.02 99.85 16:37:01 CPU %user %nice %system %iowait %steal %idle 16:38:01 all 0.15 0.00 0.02 0.00 0.00 99.83 16:38:01 0 0.55 0.00 0.07 0.00 0.02 99.37 16:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:38:01 3 0.02 0.00 0.02 0.02 0.00 99.95 16:39:01 all 0.12 0.00 0.00 0.01 0.00 99.87 16:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:39:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:39:01 3 0.43 0.00 0.02 0.02 0.02 99.52 16:40:01 all 0.02 0.00 0.02 0.02 0.00 99.94 16:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:40:01 3 0.07 0.00 0.03 0.07 0.00 99.83 16:41:01 all 0.03 0.00 0.01 0.00 0.00 99.95 16:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:41:01 3 0.07 0.00 0.02 0.02 0.02 99.88 16:42:01 all 0.32 0.00 0.04 0.00 0.00 99.63 16:42:01 0 1.24 0.00 0.12 0.00 0.00 98.65 16:42:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:42:01 3 0.03 0.00 0.03 0.02 0.00 99.92 16:43:01 all 0.04 0.00 0.02 0.01 0.00 99.93 16:43:01 0 0.10 0.00 0.03 0.00 0.00 99.87 16:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:43:01 3 0.03 0.00 0.00 0.02 0.00 99.95 16:44:01 all 0.30 0.00 0.01 0.03 0.00 99.66 16:44:01 0 1.16 0.00 0.00 0.00 0.00 98.84 16:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:44:01 3 0.02 0.00 0.02 0.13 0.02 99.82 16:45:01 all 0.03 0.00 0.01 0.01 0.00 99.95 16:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 16:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:45:01 3 0.05 0.00 0.00 0.03 0.00 99.92 16:46:01 all 0.03 0.00 0.02 0.01 0.00 99.95 16:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:46:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:46:01 3 0.02 0.00 0.02 0.02 0.02 99.93 16:47:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:47:01 0 0.03 0.00 0.03 0.02 0.00 99.92 16:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:47:01 3 0.02 0.00 0.02 0.02 0.00 99.95 16:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:48:01 0 0.17 0.00 0.03 0.02 0.02 99.77 16:48:01 1 0.12 0.00 0.03 0.00 0.00 99.85 16:48:01 2 0.07 0.00 0.02 0.00 0.02 99.90 16:48:01 3 0.22 0.00 0.03 0.02 0.00 99.73 16:48:01 CPU %user %nice %system %iowait %steal %idle 16:49:01 all 0.02 0.00 0.01 0.01 0.00 99.96 16:49:01 0 0.07 0.00 0.00 0.00 0.02 99.92 16:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:49:01 3 0.02 0.00 0.00 0.02 0.00 99.97 16:50:01 all 0.03 0.00 0.00 0.00 0.00 99.95 16:50:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:50:01 2 0.05 0.00 0.00 0.00 0.00 99.95 16:50:01 3 0.03 0.00 0.00 0.02 0.00 99.95 16:51:01 all 0.51 0.00 0.02 0.01 0.00 99.46 16:51:01 0 0.02 0.00 0.05 0.02 0.00 99.92 16:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:51:01 2 1.97 0.00 0.00 0.00 0.00 98.03 16:51:01 3 0.03 0.00 0.03 0.02 0.02 99.90 16:52:01 all 0.14 0.00 0.00 0.00 0.00 99.85 16:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:52:01 2 0.48 0.00 0.00 0.00 0.00 99.52 16:52:01 3 0.03 0.00 0.00 0.02 0.00 99.95 16:53:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:53:01 3 0.03 0.00 0.02 0.02 0.00 99.93 16:54:01 all 0.02 0.00 0.01 0.00 0.00 99.97 16:54:01 0 0.03 0.00 0.00 0.02 0.00 99.95 16:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:54:01 3 0.02 0.00 0.00 0.02 0.00 99.97 16:55:01 all 0.36 0.00 0.02 0.01 0.00 99.61 16:55:01 0 1.37 0.00 0.05 0.00 0.02 98.56 16:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:55:01 3 0.02 0.00 0.00 0.02 0.00 99.97 16:56:01 all 0.52 0.00 0.01 0.00 0.00 99.46 16:56:01 0 1.99 0.00 0.02 0.00 0.00 98.00 16:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:56:01 3 0.05 0.00 0.00 0.00 0.00 99.95 16:57:01 all 0.39 0.00 0.02 0.01 0.00 99.58 16:57:01 0 1.52 0.00 0.02 0.02 0.02 98.43 16:57:01 1 0.00 0.00 0.03 0.00 0.00 99.97 16:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:57:01 3 0.03 0.00 0.02 0.03 0.02 99.90 16:58:01 all 0.03 0.00 0.00 0.00 0.00 99.97 16:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:59:01 all 0.03 0.00 0.01 0.01 0.00 99.95 16:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:59:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:59:01 3 0.02 0.00 0.00 0.03 0.00 99.95 16:59:01 CPU %user %nice %system %iowait %steal %idle 17:00:01 all 0.03 0.00 0.01 0.00 0.00 99.95 17:00:01 0 0.08 0.00 0.03 0.02 0.00 99.87 17:00:01 1 0.05 0.00 0.00 0.00 0.00 99.95 17:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:00:01 3 0.00 0.00 0.02 0.02 0.00 99.97 17:01:01 all 0.05 0.00 0.02 0.00 0.57 99.36 17:01:01 0 0.07 0.00 0.05 0.00 0.15 99.73 17:01:01 1 0.07 0.00 0.02 0.00 1.53 98.39 17:01:01 2 0.03 0.00 0.00 0.00 0.00 99.97 17:01:01 3 0.02 0.00 0.00 0.02 0.60 99.37 17:02:01 all 0.03 0.00 0.01 0.01 0.00 99.95 17:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:02:01 2 0.05 0.00 0.02 0.00 0.00 99.93 17:02:01 3 0.02 0.00 0.00 0.03 0.00 99.95 17:03:01 all 0.03 0.00 0.01 0.02 0.00 99.94 17:03:01 0 0.05 0.00 0.02 0.00 0.00 99.93 17:03:01 1 0.02 0.00 0.00 0.02 0.00 99.97 17:03:01 2 0.03 0.00 0.02 0.00 0.02 99.93 17:03:01 3 0.02 0.00 0.00 0.07 0.00 99.92 17:04:01 all 0.03 0.00 0.01 0.00 0.00 99.95 17:04:01 0 0.05 0.00 0.03 0.00 0.00 99.92 17:04:01 1 0.05 0.00 0.02 0.00 0.02 99.92 17:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 17:04:01 3 0.03 0.00 0.02 0.02 0.00 99.93 17:05:01 all 15.41 0.00 1.52 1.75 0.04 81.27 17:05:01 0 21.80 0.00 1.59 0.52 0.05 76.05 17:05:01 1 13.89 0.00 2.08 3.89 0.03 80.10 17:05:01 2 16.58 0.00 1.24 0.32 0.03 81.83 17:05:01 3 9.37 0.00 1.17 2.27 0.03 87.15 17:06:01 all 21.22 0.00 1.34 2.27 0.05 75.12 17:06:01 0 5.80 0.00 1.30 6.07 0.03 86.80 17:06:01 1 16.61 0.00 0.97 0.23 0.03 82.15 17:06:01 2 30.43 0.00 1.78 2.02 0.07 65.71 17:06:01 3 31.96 0.00 1.30 0.80 0.08 65.85 Average: all 0.45 0.00 0.04 0.08 0.02 99.41 Average: 0 0.47 0.00 0.04 0.07 0.02 99.40 Average: 1 0.34 0.00 0.04 0.19 0.03 99.40 Average: 2 0.57 0.00 0.03 0.03 0.01 99.35 Average: 3 0.40 0.00 0.04 0.06 0.01 99.49