Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143947 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-4675 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-6AJ06DTkQKeq/agent.2123 SSH_AGENT_PID=2126 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_15677009208466222528.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_15677009208466222528.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-pre-commit-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/47/143947/1 # timeout=30 > git rev-parse 405d90bb9839544bd24b385489034d41c80028e5^{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 405d90bb9839544bd24b385489034d41c80028e5 (refs/changes/47/143947/1) > git config core.sparsecheckout # timeout=10 > git checkout -f 405d90bb9839544bd24b385489034d41c80028e5 # timeout=30 Commit message: "[SO] 17.1.0 release" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 013408e91832ed55eb26f45043498656c32fba7a # 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-pre-commit-lint] $ /bin/bash -l /tmp/jenkins14953574975543439737.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-z7uF + 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 ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ awk '{ print $1 }' ++ sed 's/^[ *]* //' ++ 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-z7uF + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z7uF' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z7uF + echo /tmp/venv-z7uF + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-z7uF/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-z7uF/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-z7uF/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-z7uF/bin to PATH + PATH=/tmp/venv-z7uF/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 26.0.1 from /tmp/venv-z7uF/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.0.5 colorama==0.4.6 distlib==0.4.0 filelock==3.25.2 packaging==26.0 platformdirs==4.9.4 pluggy==1.6.0 pyproject-api==1.10.0 python-discovery==1.2.2 tomli==2.4.1 tomli_w==1.2.0 tox==4.52.0 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.2.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-pre-commit-lint] $ /bin/bash -l /tmp/jenkins5455920416598717119.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-pre-commit-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox + cd /w/workspace/oom-master-pre-commit-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-HqsA + 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-pre-commit-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 ++ sed 's/^[ *]* //' ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ grep -E '^[0-9.]*[0-9]$' ++ awk '{ print $1 }' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ tail -n 1 +++ sort -V ++ 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-z7uF + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-z7uF from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-z7uF from file:/tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-z7uF/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-z7uF/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-z7uF/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-z7uF/bin to PATH + PATH=/tmp/venv-z7uF/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-z7uF/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-z7uF/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-pre-commit-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.52.0 from /tmp/venv-z7uF/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n pre-commit ]] + TOX_OPTIONS_LIST=' -e pre-commit' + case ${PARALLEL,,} in + tox -e pre-commit + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log pre-commit: install_deps> python -I -m pip install pre-commit pre-commit: freeze> python -m pip freeze --all pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.25.2,identify==2.6.18,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.4,pre_commit==4.5.1,python-discovery==1.2.2,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==21.2.0 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... trim trailing whitespace.................................................Passed Tabs remover.............................................................Passed pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG [INFO] Installing environment for https://github.com/jorisroovers/gitlint. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... gitlint..............................................(no files to check)Skipped pre-commit: OK (23.87=setup[3.85]+cmd[11.48,8.55] seconds) congratulations :) (23.91 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/pre-commit/log ++ awk -F/ '{print $2}' + tox_env=pre-commit + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit + 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 2126 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16919039019519032169.sh ---> sysstat.sh [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3888938911990178566.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/oom-master-pre-commit-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-pre-commit-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-pre-commit-lint ']' + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1290320225431989062.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pxW5 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-pxW5/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10023402294128805135.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config8628779649802765219tmp 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-pre-commit-lint] $ /bin/bash /tmp/jenkins17144805928322318502.sh ---> create-netrc.sh [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11100273915420314782.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pxW5 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-pxW5/bin to PATH Generating Requirements File 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. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.10.6 pip 26.0.1 from /tmp/venv-pxW5/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.6.3 aspy.yaml==1.3.0 attrs==26.1.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.14.3 boto3==1.42.85 botocore==1.42.85 bs4==0.0.2 certifi==2026.2.25 cffi==2.0.0 cfgv==3.5.0 chardet==7.4.1 charset-normalizer==3.4.7 click==8.3.2 cliff==4.13.3 cmd2==3.4.0 cryptography==3.3.2 debtcollector==3.1.0 decorator==5.2.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.0 dnspython==2.8.0 docker==7.1.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.25.2 future==1.0.0 gitdb==4.0.12 GitPython==3.1.46 httplib2==0.30.2 identify==2.6.18 idna==3.11 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.1.1 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.13.1 kubernetes==35.0.0 lftools==0.37.22 lxml==6.0.2 markdown-it-py==4.0.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.1.2 multi_key_dict==2.0.3 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.10.0 os-service-types==1.8.2 osc-lib==4.4.0 oslo.config==10.3.0 oslo.context==6.3.0 oslo.i18n==6.7.2 oslo.log==8.1.0 oslo.serialization==5.9.1 oslo.utils==10.0.1 packaging==26.0 pbr==7.0.3 platformdirs==4.9.4 prettytable==3.17.0 psutil==7.2.2 pyasn1==0.6.3 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.9.0 Pygments==2.20.0 PyJWT==2.12.1 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.9.0 python-dateutil==2.9.0.post0 python-discovery==1.2.2 python-heatclient==5.1.0 python-jenkins==1.8.3 python-keystoneclient==5.8.0 python-magnumclient==4.10.0 python-openstackclient==9.0.0 python-swiftclient==4.10.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.33.1 requests-oauthlib==2.0.0 requestsexceptions==1.4.0 rfc3986==2.0.0 rich==14.3.3 rich-argparse==1.7.2 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.16.0 simplejson==3.20.2 six==1.17.0 smmap==5.0.3 soupsieve==2.8.3 stevedore==5.7.0 tabulate==0.10.0 toml==0.10.2 tomlkit==0.14.0 tqdm==4.67.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.2.0 wcwidth==0.6.0 websocket-client==1.9.0 wrapt==2.1.2 xdg==6.0.0 xmltodict==1.0.4 yq==3.4.3 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins17422327177368215495.sh ---> uv-install.sh Installing uv/uvx (latest) using shell installer 2026-04-08 14:08:16 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/ae8c82aa-116c-44f1-83b5-d3cb5f9c69df?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-04-08T14%3A53%3A09Z&rscd=attachment%3B+filename%3Duv-installer.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-04-08T13%3A52%3A10Z&ske=2026-04-08T14%3A53%3A09Z&sks=b&skv=2018-11-09&sig=IwRWO9aicEZKylSB6wdO7zOPqmw%2B3kxPvOwj5PCMk1M%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3NTY1NzUwMSwibmJmIjoxNzc1NjU3MjAxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.TJhK3Y2cqN3s6EioSr0zAGD5s4K5KmvRo8ckMUXlizI&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [71225/71225] -> "/tmp/uv-install-DrOQkN.sh" [1] downloading uv 0.11.4 x86_64-unknown-linux-gnu installing to /home/jenkins/.local/bin uv uvx everything's installed! To add $HOME/.local/bin to your PATH, either restart your shell or run: source $HOME/.local/bin/env (sh, bash, zsh) source $HOME/.local/bin/env.fish (fish) Adding install location to PATH ---> Validating uv/uvx install uvx 0.11.4 (x86_64-unknown-linux-gnu) [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11892080113988103018.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14673636517216996127.sh ---> job-cost.sh INFO: Activating Python virtual environment... Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pxW5 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-pxW5/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 5847s INFO: Fetching instance metadata (attempt 1 of 3)... DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type INFO: Successfully fetched instance metadata INFO: Instance type: v3-standard-4 INFO: Retrieving pricing info for: v3-standard-4 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=5847 INFO: Successfully fetched Vexxhost pricing API INFO: Retrieved cost: 0.22 INFO: Retrieved resource: v3-standard-4 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv INFO: Successfully archived job cost data DEBUG: Cost data: oom-master-pre-commit-lint,4581,2026-04-08 14:08:26,v3-standard-4,5847,0.22,0.00,SUCCESS [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins4417118923751391970.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pxW5 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-pxW5/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4581 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-4675 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: 2800.000 BogoMIPS: 5600.00 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 676K 1.6G 1% /run /dev/vda1 78G 8.5G 69G 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 565 13205 0 2268 15152 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:df:a3:5a brd ff:ff:ff:ff:ff:ff inet 10.30.106.115/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 80548sec preferred_lft 80548sec inet6 fe80::f816:3eff:fedf:a35a/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-4675) 04/08/26 _x86_64_ (4 CPU) 12:31:07 LINUX RESTART (4 CPU) 12:32:02 tps rtps wtps bread/s bwrtn/s 12:33:01 18.06 0.00 18.06 0.00 20995.90 12:34:01 14.36 0.00 14.36 0.00 21114.61 12:35:01 4.33 0.00 4.33 0.00 5520.41 12:36:01 1.08 0.00 1.08 0.00 13.46 12:37:01 0.98 0.00 0.98 0.00 12.26 12:38:01 1.48 0.02 1.47 0.13 17.46 12:39:01 0.97 0.00 0.97 0.00 11.32 12:40:01 3.00 1.12 1.88 23.20 23.46 12:41:01 1.17 0.00 1.17 0.00 17.73 12:42:01 1.55 0.00 1.55 0.00 19.86 12:43:01 1.35 0.00 1.35 0.00 15.60 12:44:01 1.78 0.00 1.78 0.00 20.40 12:45:01 1.20 0.00 1.20 0.00 13.86 12:46:01 1.72 0.00 1.72 0.00 20.00 12:47:01 4.25 2.37 1.88 18.93 28.66 12:48:01 1.25 0.00 1.25 0.00 16.80 12:49:01 1.05 0.00 1.05 0.00 12.80 12:50:01 1.43 0.00 1.43 0.00 17.73 12:51:01 0.83 0.00 0.83 0.00 10.40 12:52:01 1.47 0.00 1.47 0.00 18.93 12:53:01 0.80 0.00 0.80 0.00 9.33 12:54:01 1.38 0.00 1.38 0.00 17.06 12:55:01 0.78 0.00 0.78 0.00 9.73 12:56:01 1.40 0.00 1.40 0.00 17.06 12:57:01 0.85 0.00 0.85 0.00 9.73 12:58:01 1.55 0.00 1.55 0.00 20.66 12:59:01 0.82 0.00 0.82 0.00 10.13 13:00:01 1.35 0.00 1.35 0.00 16.80 13:01:01 0.73 0.00 0.73 0.00 8.53 13:02:01 1.47 0.00 1.47 0.00 18.66 13:03:01 0.88 0.00 0.88 0.00 11.46 13:04:01 1.25 0.00 1.25 0.00 16.40 13:05:01 0.78 0.00 0.78 0.00 10.13 13:06:01 1.43 0.00 1.43 0.00 17.99 13:07:01 0.97 0.00 0.97 0.00 12.40 13:08:01 1.42 0.00 1.42 0.00 17.60 13:09:01 0.75 0.00 0.75 0.00 9.60 13:10:01 1.33 0.00 1.33 0.00 16.93 13:11:01 0.78 0.00 0.78 0.00 9.73 13:12:01 1.52 0.00 1.52 0.00 19.86 13:13:01 0.87 0.00 0.87 0.00 10.93 13:14:01 1.33 0.00 1.33 0.00 18.40 13:15:01 0.87 0.00 0.87 0.00 10.66 13:16:01 1.53 0.00 1.53 0.00 19.06 13:17:01 1.07 0.02 1.05 0.13 13.86 13:18:01 1.27 0.00 1.27 0.00 16.40 13:19:01 0.83 0.00 0.83 0.00 10.80 13:20:01 1.15 0.00 1.15 0.00 15.06 13:21:01 0.82 0.00 0.82 0.00 9.60 13:22:01 1.52 0.00 1.52 0.00 18.53 13:23:01 0.95 0.00 0.95 0.00 11.86 13:24:01 3.77 2.13 1.63 57.72 21.33 13:25:01 0.90 0.00 0.90 0.00 10.40 13:26:01 1.42 0.00 1.42 0.00 17.06 13:27:01 0.88 0.00 0.88 0.00 10.40 13:28:01 1.40 0.00 1.40 0.00 17.33 13:29:01 0.85 0.00 0.85 0.00 9.47 13:30:01 1.22 0.00 1.22 0.00 16.52 13:31:01 0.80 0.00 0.80 0.00 10.13 13:32:01 1.42 0.00 1.42 0.00 18.93 13:33:01 0.90 0.00 0.90 0.00 10.66 13:34:01 1.48 0.00 1.48 0.00 18.13 13:35:01 0.85 0.00 0.85 0.00 10.13 13:36:01 1.43 0.00 1.43 0.00 18.00 13:37:01 1.45 0.00 1.45 0.00 17.33 13:38:01 1.45 0.00 1.45 0.00 16.80 13:39:01 0.83 0.00 0.83 0.00 9.60 13:40:01 1.52 0.00 1.52 0.00 18.40 13:41:01 0.90 0.00 0.90 0.00 10.53 13:42:01 1.52 0.00 1.52 0.00 18.26 13:43:01 0.93 0.00 0.93 0.00 12.00 13:44:01 1.22 0.00 1.22 0.00 16.40 13:45:01 0.92 0.00 0.92 0.00 11.06 13:46:01 1.10 0.00 1.10 0.00 14.26 13:47:01 1.08 0.00 1.08 0.00 13.46 13:48:01 1.13 0.00 1.13 0.00 15.73 13:49:01 0.87 0.00 0.87 0.00 10.80 13:50:01 1.22 0.02 1.20 1.33 15.60 13:51:02 0.78 0.00 0.78 0.00 10.00 13:52:01 1.15 0.00 1.15 0.00 15.59 13:53:01 1.00 0.00 1.00 0.00 12.93 13:54:01 1.52 0.00 1.52 0.00 18.26 13:55:01 0.87 0.00 0.87 0.00 10.93 13:56:01 1.45 0.00 1.45 0.00 18.53 13:57:01 0.90 0.00 0.90 0.00 10.26 13:58:01 1.57 0.00 1.57 0.00 19.33 13:59:01 0.83 0.00 0.83 0.00 10.26 14:00:01 1.45 0.00 1.45 0.00 17.73 14:01:01 0.82 0.00 0.82 0.00 9.73 14:02:01 1.38 0.00 1.38 0.00 17.86 14:03:01 0.93 0.00 0.93 0.00 12.26 14:04:01 1.18 0.00 1.18 0.00 16.40 14:05:01 0.90 0.00 0.90 0.00 10.80 14:06:01 1.45 0.00 1.45 0.00 17.20 14:07:01 253.56 25.78 227.78 899.45 6063.92 14:08:01 100.83 0.93 99.90 110.78 11889.75 Average: 5.25 0.34 4.91 11.58 693.73 12:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:33:01 14478340 15703376 1946628 11.85 32100 1412312 702632 4.02 478756 1295900 24 12:34:01 14478348 15703544 1946620 11.85 32180 1412316 702632 4.02 478972 1295888 12 12:35:01 14477868 15703112 1947100 11.85 32220 1412320 702632 4.02 479424 1295892 4 12:36:01 14477180 15702472 1947788 11.86 32260 1412324 702632 4.02 479836 1295896 36 12:37:01 14477072 15702436 1947896 11.86 32300 1412324 702632 4.02 480064 1295896 184 12:38:01 14476872 15702312 1948096 11.86 32348 1412336 702632 4.02 480116 1295900 12 12:39:01 14476444 15701948 1948524 11.86 32396 1412340 702632 4.02 480180 1295904 128 12:40:01 14475204 15701632 1949764 11.87 32484 1413020 699456 4.00 480580 1296336 4 12:41:01 14475332 15701764 1949636 11.87 32500 1413020 699456 4.00 480836 1296336 128 12:42:01 14475104 15701612 1949864 11.87 32556 1413020 699456 4.00 481228 1296344 16 12:43:01 14474936 15701564 1950032 11.87 32644 1413032 699456 4.00 481256 1296348 128 12:44:01 14474804 15701492 1950164 11.87 32724 1413036 699456 4.00 481424 1296352 128 12:45:01 14474672 15701460 1950296 11.87 32812 1413036 699456 4.00 481408 1296352 164 12:46:01 14474512 15701516 1950456 11.87 32884 1413168 699456 4.00 481668 1296484 176 12:47:01 14472960 15700680 1952008 11.88 33536 1413172 708352 4.05 483156 1296488 4 12:48:01 14472728 15700524 1952240 11.89 33592 1413180 708352 4.05 483052 1296496 176 12:49:01 14472876 15700736 1952092 11.88 33656 1413180 708352 4.05 483140 1296496 8 12:50:01 14472412 15700328 1952556 11.89 33696 1413184 708352 4.05 483284 1296500 172 12:51:01 14472180 15700136 1952788 11.89 33712 1413188 708352 4.05 483292 1296504 4 12:52:01 14472152 15700152 1952816 11.89 33768 1413176 708352 4.05 483468 1296508 8 12:53:01 14472252 15700296 1952716 11.89 33784 1413192 708352 4.05 483540 1296508 176 12:54:01 14472104 15700200 1952864 11.89 33816 1413196 708352 4.05 483660 1296512 136 12:55:01 14471880 15700016 1953088 11.89 33832 1413200 708352 4.05 483612 1296516 4 12:56:01 14471840 15700004 1953128 11.89 33864 1413204 708352 4.05 483796 1296520 136 12:57:01 14472028 15700228 1952940 11.89 33892 1413200 708352 4.05 483624 1296520 20 12:58:01 14471836 15700100 1953132 11.89 33944 1413212 708352 4.05 483856 1296528 8 12:59:01 14471928 15700236 1953040 11.89 33960 1413220 708352 4.05 483872 1296536 164 13:00:01 14471756 15700028 1953212 11.89 33992 1413224 708352 4.05 483780 1296540 8 13:01:01 14471756 15700044 1953212 11.89 34008 1413224 708352 4.05 483984 1296540 20 13:02:01 14471664 15699996 1953304 11.89 34056 1413220 708352 4.05 484016 1296544 8 13:03:01 14471784 15700160 1953184 11.89 34080 1413232 708352 4.05 484104 1296548 16 13:04:01 14471536 15699944 1953432 11.89 34112 1413236 708352 4.05 484368 1296552 184 13:05:01 14472072 15700504 1952896 11.89 34128 1413236 708352 4.05 484092 1296552 8 13:06:01 14471892 15700372 1953076 11.89 34168 1413240 708352 4.05 484092 1296556 8 13:07:01 14471436 15699956 1953532 11.89 34208 1413240 708352 4.05 484288 1296564 44 13:08:01 14471432 15700004 1953536 11.89 34240 1413252 708352 4.05 484560 1296568 172 13:09:01 14471572 15700160 1953396 11.89 34256 1413252 708352 4.05 484532 1296568 160 13:10:01 14458940 15687564 1966028 11.97 34288 1413256 708352 4.05 496760 1296572 168 13:11:01 14458344 15686984 1966624 11.97 34304 1413260 708352 4.05 497204 1296576 20 13:12:01 14456808 15685492 1968160 11.98 34360 1413264 708352 4.05 498648 1296580 24 13:13:01 14457108 15685832 1967860 11.98 34384 1413264 708352 4.05 498588 1296580 20 13:14:01 14456716 15685484 1968252 11.98 34424 1413268 692236 3.96 498740 1296584 148 13:15:01 14456476 15685272 1968492 11.98 34448 1413272 692236 3.96 498768 1296588 16 13:16:01 14456600 15685576 1968368 11.98 34488 1413408 708396 4.05 498608 1296724 8 13:17:01 14455732 15684760 1969236 11.99 34548 1413400 708396 4.05 498928 1296728 8 13:18:01 14456572 15685660 1968396 11.98 34588 1413416 708396 4.05 498800 1296732 8 13:19:01 14456688 15685812 1968280 11.98 34620 1413420 708396 4.05 498880 1296736 160 13:20:01 14456380 15685552 1968588 11.99 34652 1413424 708396 4.05 498736 1296740 168 13:21:01 14456536 15685732 1968432 11.98 34676 1413424 708396 4.05 498924 1296740 8 13:22:01 14456220 15685476 1968748 11.99 34728 1413428 708396 4.05 499108 1296744 24 13:23:01 14455276 15684572 1969692 11.99 34752 1413432 708396 4.05 499992 1296748 180 13:24:01 14439952 15671436 1985016 12.09 34812 1415164 708396 4.05 513636 1297516 184 13:25:01 14439596 15671108 1985372 12.09 34828 1415168 708396 4.05 513500 1297520 176 13:26:01 14440040 15671588 1984928 12.08 34860 1415172 708396 4.05 513708 1297524 172 13:27:01 14439732 15671316 1985236 12.09 34884 1415176 708396 4.05 513576 1297528 4 13:28:01 14439880 15671512 1985088 12.09 34924 1415180 708396 4.05 513616 1297532 12 13:29:01 14439464 15671124 1985504 12.09 34948 1415180 708396 4.05 513632 1297532 20 13:30:01 14439064 15670796 1985904 12.09 34980 1415184 708396 4.05 513928 1297536 168 13:31:01 14439312 15671064 1985656 12.09 35004 1415188 708396 4.05 513628 1297540 192 13:32:01 14439196 15671008 1985772 12.09 35068 1415192 708396 4.05 513860 1297544 28 13:33:01 14439120 15670972 1985848 12.09 35092 1415196 708396 4.05 513828 1297548 20 13:34:01 14439252 15671136 1985716 12.09 35124 1415204 708396 4.05 513924 1297556 172 13:35:01 14439208 15671136 1985760 12.09 35140 1415208 708396 4.05 514028 1297560 172 13:36:01 14439016 15670972 1985952 12.09 35180 1415212 708396 4.05 514384 1297564 176 13:37:01 14438956 15671016 1986012 12.09 35284 1415204 708396 4.05 514324 1297568 12 13:38:01 14439128 15671244 1985840 12.09 35316 1415216 708396 4.05 514184 1297568 8 13:39:01 14439228 15671372 1985740 12.09 35332 1415220 708396 4.05 514264 1297572 188 13:40:01 14439216 15671396 1985752 12.09 35372 1415224 708396 4.05 514240 1297576 8 13:41:01 14438696 15670912 1986272 12.09 35396 1415228 708396 4.05 514416 1297580 176 13:42:01 14438940 15671192 1986028 12.09 35448 1415216 708396 4.05 514328 1297580 8 13:43:01 14439048 15671368 1985920 12.09 35484 1415232 708396 4.05 514620 1297584 192 13:44:01 14439088 15671456 1985880 12.09 35524 1415240 708396 4.05 514652 1297592 140 13:45:01 14438996 15671484 1985972 12.09 35556 1415372 708396 4.05 514712 1297680 180 13:46:01 14439176 15671740 1985792 12.09 35596 1415372 708396 4.05 514568 1297724 12 13:47:01 14438036 15670644 1986932 12.10 35644 1415360 708396 4.05 514708 1297728 8 13:48:01 14438348 15671020 1986620 12.10 35684 1415380 708396 4.05 514652 1297732 28 13:49:01 14438332 15671040 1986636 12.10 35708 1415384 708396 4.05 514820 1297736 28 13:50:01 14438464 15671260 1986504 12.09 35740 1415428 708396 4.05 514928 1297780 172 13:51:02 14438216 15671040 1986752 12.10 35764 1415432 708396 4.05 514948 1297784 28 13:52:01 14438668 15671532 1986300 12.09 35804 1415440 708396 4.05 514884 1297792 48 13:53:01 14437996 15670896 1986972 12.10 35836 1415440 708396 4.05 514996 1297796 40 13:54:01 14438232 15671148 1986736 12.10 35868 1415444 708396 4.05 515080 1297796 28 13:55:01 14439716 15672696 1985252 12.09 35892 1415448 708396 4.05 513288 1297800 188 13:56:01 14439764 15672796 1985204 12.09 35932 1415452 708396 4.05 513260 1297804 176 13:57:01 14439696 15672752 1985272 12.09 35956 1415456 708396 4.05 513160 1297808 20 13:58:01 14439532 15672660 1985436 12.09 36012 1415456 708396 4.05 513512 1297808 200 13:59:01 14439628 15672784 1985340 12.09 36028 1415460 708396 4.05 513484 1297812 176 14:00:01 14439224 15672424 1985744 12.09 36068 1415464 708396 4.05 513536 1297816 180 14:01:01 14439488 15672692 1985480 12.09 36084 1415468 692320 3.96 513340 1297820 28 14:02:01 14439236 15672460 1985732 12.09 36124 1415472 692320 3.96 513368 1297824 28 14:03:01 14439304 15672616 1985664 12.09 36168 1415472 692320 3.96 513672 1297828 40 14:04:01 14439064 15672412 1985904 12.09 36212 1415480 692320 3.96 513520 1297832 36 14:05:01 14438612 15672012 1986356 12.09 36236 1415484 692320 3.96 513768 1297836 176 14:06:01 14439000 15672432 1985968 12.09 36276 1415484 692320 3.96 513728 1297836 144 14:07:01 13987088 15503256 2437880 14.84 55792 1663920 883544 5.06 753188 1476052 141900 14:08:01 13748092 15553488 2676876 16.30 82660 1909688 753712 4.31 757816 1677852 146712 Average: 14443065 15681971 1981903 12.07 35256 1421884 708267 4.05 504675 1302846 3089 12:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:01 ens3 1.05 0.68 1.23 0.92 0.00 0.00 0.00 0.00 12:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:34:01 ens3 0.30 0.18 0.07 0.01 0.00 0.00 0.00 0.00 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:35:01 ens3 0.23 0.17 0.07 0.17 0.00 0.00 0.00 0.00 12:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:36:01 ens3 0.28 0.23 0.07 0.17 0.00 0.00 0.00 0.00 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:01 ens3 0.30 0.22 0.14 0.23 0.00 0.00 0.00 0.00 12:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:38:01 ens3 0.30 0.27 0.13 0.18 0.00 0.00 0.00 0.00 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:39:01 ens3 0.20 0.13 0.06 0.17 0.00 0.00 0.00 0.00 12:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:40:01 ens3 0.90 0.35 0.26 0.66 0.00 0.00 0.00 0.00 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:01 ens3 0.80 0.55 0.33 0.72 0.00 0.00 0.00 0.00 12:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:01 ens3 1.22 0.63 0.55 0.51 0.00 0.00 0.00 0.00 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:01 ens3 0.42 0.35 0.22 0.65 0.00 0.00 0.00 0.00 12:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:44:01 ens3 0.28 0.20 0.07 0.19 0.00 0.00 0.00 0.00 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:45:01 ens3 0.17 0.13 0.06 0.17 0.00 0.00 0.00 0.00 12:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:46:01 ens3 0.27 0.20 0.07 0.17 0.00 0.00 0.00 0.00 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:47:01 ens3 1.38 0.82 0.64 0.78 0.00 0.00 0.00 0.00 12:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:48:01 ens3 0.27 0.15 0.07 0.05 0.00 0.00 0.00 0.00 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:01 ens3 0.28 0.18 0.07 0.26 0.00 0.00 0.00 0.00 12:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:50:01 ens3 0.33 0.17 0.07 0.10 0.00 0.00 0.00 0.00 12:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:51:01 ens3 0.23 0.08 0.07 0.01 0.00 0.00 0.00 0.00 12:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:52:01 ens3 0.55 0.45 0.21 0.44 0.00 0.00 0.00 0.00 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:53:01 ens3 0.30 0.23 0.16 0.18 0.00 0.00 0.00 0.00 12:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:54:01 ens3 0.25 0.23 0.07 0.49 0.00 0.00 0.00 0.00 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:01 ens3 0.17 0.13 0.06 0.17 0.00 0.00 0.00 0.00 12:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:56:01 ens3 0.32 0.20 0.07 0.17 0.00 0.00 0.00 0.00 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:01 ens3 0.30 0.20 0.14 0.23 0.00 0.00 0.00 0.00 12:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:58:01 ens3 0.33 0.22 0.13 0.17 0.00 0.00 0.00 0.00 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:59:01 ens3 0.15 0.13 0.06 0.17 0.00 0.00 0.00 0.00 13:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:00:01 ens3 0.23 0.20 0.07 0.17 0.00 0.00 0.00 0.00 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:01 ens3 0.15 0.08 0.06 0.16 0.00 0.00 0.00 0.00 13:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:02:01 ens3 0.37 0.27 0.14 0.23 0.00 0.00 0.00 0.00 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:03:01 ens3 0.75 0.33 0.25 0.50 0.00 0.00 0.00 0.00 13:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:04:01 ens3 1.90 0.92 0.89 0.98 0.00 0.00 0.00 0.00 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:01 ens3 0.23 0.13 0.07 0.22 0.00 0.00 0.00 0.00 13:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:06:01 ens3 0.27 0.17 0.07 0.01 0.00 0.00 0.00 0.00 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:07:01 ens3 0.42 0.33 0.20 0.42 0.00 0.00 0.00 0.00 13:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:01 ens3 0.28 0.13 0.07 0.04 0.00 0.00 0.00 0.00 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:09:01 ens3 0.17 0.13 0.06 0.17 0.00 0.00 0.00 0.00 13:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:10:01 ens3 0.25 0.20 0.07 0.17 0.00 0.00 0.00 0.00 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:01 ens3 1.57 0.65 0.55 0.72 0.00 0.00 0.00 0.00 13:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:12:01 ens3 7.72 8.75 1.08 10.67 0.00 0.00 0.00 0.00 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:01 ens3 1.40 1.02 0.79 1.29 0.00 0.00 0.00 0.00 13:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:01 ens3 0.72 0.43 0.33 0.21 0.00 0.00 0.00 0.00 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:15:01 ens3 0.22 0.20 0.07 0.35 0.00 0.00 0.00 0.00 13:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:16:01 ens3 0.32 0.15 0.07 0.01 0.00 0.00 0.00 0.00 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:17:01 ens3 0.42 0.28 0.20 0.40 0.00 0.00 0.00 0.00 13:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:18:01 ens3 0.30 0.17 0.07 0.01 0.00 0.00 0.00 0.00 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:01 ens3 0.27 0.20 0.07 0.33 0.00 0.00 0.00 0.00 13:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:20:01 ens3 0.35 0.13 0.08 0.01 0.00 0.00 0.00 0.00 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:21:01 ens3 0.25 0.20 0.07 0.33 0.00 0.00 0.00 0.00 13:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:22:01 ens3 0.52 0.35 0.21 0.27 0.00 0.00 0.00 0.00 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:01 ens3 0.80 0.20 0.18 0.17 0.00 0.00 0.00 0.00 13:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:24:01 ens3 11.66 10.38 6.99 10.01 0.00 0.00 0.00 0.00 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:01 ens3 0.30 0.22 0.13 0.08 0.00 0.00 0.00 0.00 13:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:26:01 ens3 0.30 0.20 0.07 0.20 0.00 0.00 0.00 0.00 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:27:01 ens3 0.35 0.18 0.14 0.25 0.00 0.00 0.00 0.00 13:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:28:01 ens3 0.27 0.22 0.07 0.18 0.00 0.00 0.00 0.00 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:01 ens3 0.62 0.20 0.19 0.34 0.00 0.00 0.00 0.00 13:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:30:01 ens3 0.70 0.57 0.38 0.37 0.00 0.00 0.00 0.00 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:01 ens3 0.28 0.18 0.07 0.36 0.00 0.00 0.00 0.00 13:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:32:01 ens3 0.38 0.20 0.14 0.07 0.00 0.00 0.00 0.00 13:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:01 ens3 0.55 0.40 0.29 0.69 0.00 0.00 0.00 0.00 13:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:34:01 ens3 0.25 0.17 0.07 0.18 0.00 0.00 0.00 0.00 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:35:01 ens3 0.52 0.22 0.10 0.35 0.00 0.00 0.00 0.00 13:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:36:01 ens3 0.80 0.60 0.38 0.46 0.00 0.00 0.00 0.00 13:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:37:01 ens3 0.37 0.22 0.20 0.25 0.00 0.00 0.00 0.00 13:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:01 ens3 0.28 0.18 0.07 0.17 0.00 0.00 0.00 0.00 13:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:39:01 ens3 0.18 0.15 0.06 0.18 0.00 0.00 0.00 0.00 13:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:40:01 ens3 0.30 0.22 0.07 0.18 0.00 0.00 0.00 0.00 13:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:41:01 ens3 0.15 0.12 0.06 0.17 0.00 0.00 0.00 0.00 13:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:42:01 ens3 0.52 0.37 0.20 0.25 0.00 0.00 0.00 0.00 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:43:01 ens3 0.60 0.43 0.23 0.69 0.00 0.00 0.00 0.00 13:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:44:01 ens3 0.25 0.18 0.07 0.18 0.00 0.00 0.00 0.00 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:45:01 ens3 0.18 0.08 0.06 0.17 0.00 0.00 0.00 0.00 13:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:46:01 ens3 0.23 0.18 0.07 0.18 0.00 0.00 0.00 0.00 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:01 ens3 0.32 0.15 0.14 0.23 0.00 0.00 0.00 0.00 13:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:48:01 ens3 0.33 0.18 0.13 0.18 0.00 0.00 0.00 0.00 13:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:01 ens3 0.17 0.18 0.06 0.34 0.00 0.00 0.00 0.00 13:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:01 ens3 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 13:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:02 ens3 0.17 0.18 0.06 0.34 0.00 0.00 0.00 0.00 13:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:52:01 ens3 0.36 0.22 0.14 0.08 0.00 0.00 0.00 0.00 13:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:53:01 ens3 0.92 0.13 0.16 0.17 0.00 0.00 0.00 0.00 13:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:54:01 ens3 5.15 1.53 1.61 1.78 0.00 0.00 0.00 0.00 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:55:01 ens3 10.63 9.25 2.40 14.48 0.00 0.00 0.00 0.00 13:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:56:01 ens3 1.15 0.62 0.50 0.84 0.00 0.00 0.00 0.00 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:01 ens3 0.40 0.18 0.14 0.25 0.00 0.00 0.00 0.00 13:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:58:01 ens3 0.48 0.18 0.14 0.34 0.00 0.00 0.00 0.00 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:59:01 ens3 0.33 0.08 0.07 0.01 0.00 0.00 0.00 0.00 14:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:00:01 ens3 0.32 0.18 0.07 0.18 0.00 0.00 0.00 0.00 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:01 ens3 0.23 0.20 0.06 0.35 0.00 0.00 0.00 0.00 14:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:02:01 ens3 0.53 0.20 0.15 0.07 0.00 0.00 0.00 0.00 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:03:01 ens3 1.40 1.02 0.70 2.22 0.00 0.00 0.00 0.00 14:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:04:01 ens3 0.45 0.15 0.08 0.01 0.00 0.00 0.00 0.00 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:05:01 ens3 1.15 0.47 0.44 0.49 0.00 0.00 0.00 0.00 14:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:06:01 ens3 0.25 0.20 0.07 0.25 0.00 0.00 0.00 0.00 14:07:01 lo 1.60 1.60 0.17 0.17 0.00 0.00 0.00 0.00 14:07:01 ens3 244.09 188.49 1701.79 49.24 0.00 0.00 0.00 0.00 14:08:01 lo 1.87 1.87 0.21 0.21 0.00 0.00 0.00 0.00 14:08:01 ens3 73.29 53.01 791.83 10.89 0.00 0.00 0.00 0.00 Average: lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 Average: ens3 4.10 3.08 26.28 1.30 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-4675) 04/08/26 _x86_64_ (4 CPU) 12:31:07 LINUX RESTART (4 CPU) 12:32:02 CPU %user %nice %system %iowait %steal %idle 12:33:01 all 0.38 0.00 0.01 0.39 0.01 99.21 12:33:01 0 1.16 0.00 0.03 0.00 0.00 98.81 12:33:01 1 0.10 0.00 0.02 0.12 0.00 99.76 12:33:01 2 0.22 0.00 0.02 1.46 0.05 98.25 12:33:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:34:01 all 0.55 0.00 0.02 0.36 0.01 99.06 12:34:01 0 1.99 0.00 0.02 0.00 0.02 97.98 12:34:01 1 0.08 0.00 0.02 0.05 0.00 99.85 12:34:01 2 0.07 0.00 0.02 1.40 0.02 98.50 12:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:35:01 all 0.08 0.00 0.02 0.10 0.01 99.78 12:35:01 0 0.28 0.00 0.05 0.00 0.03 99.63 12:35:01 1 0.02 0.00 0.02 0.03 0.00 99.93 12:35:01 2 0.03 0.00 0.00 0.37 0.02 99.58 12:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:36:01 all 0.05 0.00 0.01 0.01 0.01 99.92 12:36:01 0 0.08 0.00 0.02 0.00 0.03 99.87 12:36:01 1 0.03 0.00 0.00 0.03 0.02 99.92 12:36:01 2 0.07 0.00 0.02 0.00 0.02 99.90 12:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 12:37:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:37:01 1 0.00 0.00 0.02 0.02 0.00 99.97 12:37:01 2 0.07 0.00 0.02 0.00 0.02 99.90 12:37:01 3 0.00 0.00 0.02 0.00 0.02 99.97 12:38:01 all 0.02 0.00 0.01 0.01 0.01 99.94 12:38:01 0 0.03 0.00 0.02 0.00 0.03 99.92 12:38:01 1 0.03 0.00 0.00 0.05 0.00 99.92 12:38:01 2 0.02 0.00 0.00 0.02 0.00 99.97 12:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:39:01 all 0.03 0.00 0.00 0.01 0.01 99.95 12:39:01 0 0.07 0.00 0.00 0.00 0.03 99.90 12:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:39:01 2 0.03 0.00 0.00 0.02 0.02 99.93 12:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:40:01 all 0.29 0.00 0.06 0.01 0.01 99.62 12:40:01 0 0.64 0.00 0.13 0.00 0.02 99.21 12:40:01 1 0.37 0.00 0.05 0.02 0.02 99.55 12:40:01 2 0.12 0.00 0.03 0.03 0.02 99.80 12:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:41:01 all 0.02 0.00 0.01 0.01 0.01 99.95 12:41:01 0 0.03 0.00 0.02 0.00 0.03 99.92 12:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:41:01 2 0.05 0.00 0.02 0.00 0.00 99.93 12:41:01 3 0.00 0.00 0.00 0.02 0.00 99.98 12:42:01 all 0.04 0.00 0.02 0.01 0.01 99.92 12:42:01 0 0.07 0.00 0.03 0.02 0.02 99.87 12:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:42:01 2 0.03 0.00 0.03 0.03 0.00 99.90 12:42:01 3 0.05 0.00 0.02 0.00 0.02 99.92 12:43:01 all 0.05 0.00 0.01 0.01 0.02 99.92 12:43:01 0 0.05 0.00 0.00 0.00 0.02 99.93 12:43:01 1 0.07 0.00 0.00 0.00 0.02 99.92 12:43:01 2 0.07 0.00 0.02 0.03 0.03 99.85 12:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:43:01 CPU %user %nice %system %iowait %steal %idle 12:44:01 all 0.03 0.00 0.00 0.03 0.01 99.94 12:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 12:44:01 1 0.05 0.00 0.00 0.00 0.00 99.95 12:44:01 2 0.03 0.00 0.02 0.08 0.03 99.83 12:44:01 3 0.02 0.00 0.00 0.02 0.02 99.95 12:45:01 all 0.44 0.00 0.01 0.01 0.02 99.53 12:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 12:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:45:01 2 0.03 0.00 0.02 0.00 0.03 99.92 12:45:01 3 1.66 0.00 0.02 0.05 0.02 98.26 12:46:01 all 0.23 0.00 0.02 0.01 0.02 99.73 12:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 12:46:01 2 0.05 0.00 0.02 0.02 0.05 99.87 12:46:01 3 0.81 0.00 0.02 0.02 0.00 99.15 12:47:01 all 0.04 0.00 0.03 0.02 0.01 99.90 12:47:01 0 0.07 0.00 0.02 0.00 0.02 99.90 12:47:01 1 0.07 0.00 0.00 0.02 0.00 99.92 12:47:01 2 0.03 0.00 0.07 0.03 0.03 99.83 12:47:01 3 0.00 0.00 0.05 0.05 0.02 99.88 12:48:01 all 0.39 0.00 0.01 0.01 0.01 99.57 12:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:48:01 2 0.03 0.00 0.02 0.05 0.02 99.88 12:48:01 3 1.48 0.00 0.00 0.00 0.02 98.50 12:49:01 all 0.51 0.00 0.02 0.01 0.01 99.46 12:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:49:01 2 0.02 0.00 0.02 0.03 0.03 99.90 12:49:01 3 1.97 0.00 0.00 0.00 0.00 98.03 12:50:01 all 0.12 0.00 0.01 0.01 0.02 99.84 12:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:50:01 1 0.05 0.00 0.00 0.00 0.00 99.95 12:50:01 2 0.02 0.00 0.03 0.02 0.03 99.90 12:50:01 3 0.37 0.00 0.02 0.00 0.02 99.60 12:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 12:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 12:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:51:01 2 0.02 0.00 0.02 0.02 0.03 99.92 12:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 12:52:01 all 0.10 0.00 0.01 0.02 0.01 99.86 12:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:52:01 2 0.33 0.00 0.03 0.07 0.03 99.53 12:52:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:53:01 all 0.02 0.00 0.02 0.00 0.01 99.95 12:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:53:01 2 0.02 0.00 0.02 0.02 0.05 99.90 12:53:01 3 0.05 0.00 0.02 0.00 0.00 99.93 12:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 12:54:01 0 0.03 0.00 0.00 0.00 0.00 99.97 12:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:54:01 2 0.02 0.00 0.02 0.03 0.03 99.90 12:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:54:01 CPU %user %nice %system %iowait %steal %idle 12:55:01 all 0.02 0.00 0.00 0.00 0.01 99.97 12:55:01 0 0.05 0.00 0.00 0.00 0.02 99.93 12:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:55:01 2 0.00 0.00 0.02 0.00 0.02 99.97 12:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:56:01 all 0.34 0.00 0.01 0.01 0.01 99.63 12:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 12:56:01 1 0.05 0.00 0.00 0.00 0.02 99.93 12:56:01 2 1.29 0.00 0.02 0.03 0.03 98.63 12:56:01 3 0.00 0.00 0.03 0.00 0.00 99.97 12:57:01 all 0.46 0.00 0.00 0.01 0.00 99.52 12:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 12:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:57:01 2 1.79 0.00 0.02 0.03 0.03 98.12 12:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:58:01 all 0.03 0.00 0.02 0.02 0.01 99.93 12:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:58:01 1 0.07 0.00 0.00 0.00 0.00 99.93 12:58:01 2 0.03 0.00 0.05 0.07 0.02 99.83 12:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 12:59:01 all 0.01 0.00 0.01 0.00 0.01 99.97 12:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 12:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:59:01 2 0.02 0.00 0.03 0.02 0.03 99.90 12:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:00:01 all 0.02 0.00 0.01 0.01 0.00 99.96 13:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:00:01 1 0.07 0.00 0.00 0.00 0.00 99.93 13:00:01 2 0.02 0.00 0.02 0.03 0.02 99.92 13:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:01:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:02:01 all 0.05 0.00 0.01 0.01 0.00 99.92 13:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:02:01 2 0.17 0.00 0.02 0.05 0.02 99.75 13:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:03:01 all 0.51 0.00 0.01 0.01 0.00 99.47 13:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:03:01 2 1.97 0.00 0.02 0.02 0.02 97.98 13:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:04:01 all 0.31 0.00 0.03 0.00 0.01 99.65 13:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:04:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:04:01 2 1.14 0.00 0.07 0.02 0.02 98.76 13:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:05:01 all 0.03 0.00 0.02 0.02 0.01 99.92 13:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:05:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:05:01 2 0.05 0.00 0.05 0.07 0.03 99.80 13:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:05:01 CPU %user %nice %system %iowait %steal %idle 13:06:01 all 0.03 0.00 0.02 0.03 0.01 99.91 13:06:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:06:01 1 0.03 0.00 0.05 0.00 0.02 99.90 13:06:01 2 0.00 0.00 0.02 0.13 0.02 99.83 13:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:07:01 all 0.03 0.00 0.01 0.00 0.00 99.95 13:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:07:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:07:01 2 0.03 0.00 0.03 0.02 0.02 99.90 13:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:08:01 2 0.03 0.00 0.02 0.02 0.03 99.90 13:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:09:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:09:01 2 0.03 0.00 0.03 0.02 0.02 99.90 13:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:10:01 all 0.40 0.00 0.01 0.01 0.01 99.58 13:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:10:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:10:01 2 0.70 0.00 0.02 0.03 0.02 99.23 13:10:01 3 0.82 0.00 0.02 0.00 0.00 99.17 13:11:01 all 0.54 0.00 0.01 0.00 0.00 99.44 13:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:11:01 1 0.07 0.00 0.02 0.00 0.00 99.92 13:11:01 2 2.00 0.00 0.02 0.02 0.02 97.95 13:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:12:01 all 0.18 0.00 0.01 0.01 0.01 99.79 13:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:12:01 1 0.33 0.00 0.02 0.00 0.00 99.65 13:12:01 2 0.28 0.00 0.02 0.03 0.03 99.63 13:12:01 3 0.10 0.00 0.00 0.00 0.00 99.90 13:13:01 all 0.05 0.00 0.02 0.01 0.01 99.91 13:13:01 0 0.07 0.00 0.03 0.00 0.00 99.90 13:13:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:13:01 2 0.07 0.00 0.03 0.02 0.03 99.85 13:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:14:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:14:01 0 0.10 0.00 0.00 0.00 0.00 99.90 13:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:14:01 2 0.03 0.00 0.02 0.03 0.03 99.88 13:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:15:01 all 0.02 0.00 0.01 0.01 0.01 99.96 13:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:15:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:16:01 all 0.03 0.00 0.02 0.13 0.01 99.81 13:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:16:01 2 0.03 0.00 0.03 0.55 0.03 99.34 13:16:01 3 0.07 0.00 0.02 0.00 0.00 99.92 13:16:01 CPU %user %nice %system %iowait %steal %idle 13:17:01 all 0.03 0.00 0.02 0.01 0.00 99.94 13:17:01 0 0.07 0.00 0.02 0.00 0.00 99.92 13:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:17:01 2 0.03 0.00 0.03 0.05 0.02 99.87 13:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:18:01 all 0.02 0.00 0.01 0.01 0.01 99.96 13:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:18:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:18:01 2 0.03 0.00 0.02 0.03 0.03 99.88 13:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:19:01 all 0.03 0.00 0.02 0.00 0.00 99.95 13:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:19:01 2 0.07 0.00 0.05 0.02 0.02 99.85 13:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:20:01 all 0.02 0.00 0.00 0.03 0.00 99.94 13:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:20:01 2 0.03 0.00 0.00 0.13 0.02 99.82 13:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:21:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:21:01 2 0.03 0.00 0.03 0.02 0.02 99.90 13:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:22:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:22:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:22:01 2 0.03 0.00 0.02 0.05 0.02 99.88 13:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:01 all 0.14 0.00 0.02 0.00 0.01 99.83 13:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:01 2 0.54 0.00 0.03 0.00 0.02 99.41 13:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:24:01 all 1.00 0.00 0.05 0.04 0.00 98.92 13:24:01 0 1.44 0.00 0.05 0.02 0.00 98.49 13:24:01 1 1.12 0.00 0.03 0.00 0.02 98.83 13:24:01 2 0.52 0.00 0.07 0.15 0.02 99.25 13:24:01 3 0.88 0.00 0.02 0.00 0.00 99.10 13:25:01 all 0.07 0.00 0.02 0.00 0.01 99.90 13:25:01 0 0.17 0.00 0.02 0.00 0.00 99.82 13:25:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:25:01 2 0.07 0.00 0.03 0.02 0.02 99.87 13:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:26:01 all 0.23 0.00 0.00 0.01 0.00 99.75 13:26:01 0 0.58 0.00 0.00 0.00 0.02 99.40 13:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:26:01 2 0.05 0.00 0.02 0.03 0.02 99.88 13:26:01 3 0.28 0.00 0.00 0.00 0.00 99.72 13:27:01 all 0.25 0.00 0.02 0.01 0.00 99.72 13:27:01 0 0.98 0.00 0.03 0.00 0.00 98.99 13:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:27:01 2 0.03 0.00 0.03 0.03 0.00 99.90 13:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:27:01 CPU %user %nice %system %iowait %steal %idle 13:28:01 all 0.51 0.00 0.01 0.01 0.00 99.47 13:28:01 0 1.95 0.00 0.00 0.00 0.00 98.05 13:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:28:01 2 0.03 0.00 0.02 0.05 0.02 99.88 13:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:29:01 all 0.10 0.00 0.04 0.00 0.01 99.85 13:29:01 0 0.32 0.00 0.10 0.00 0.00 99.58 13:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:29:01 2 0.05 0.00 0.03 0.02 0.02 99.88 13:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:30:01 all 0.03 0.00 0.01 0.00 0.00 99.95 13:30:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:30:01 2 0.03 0.00 0.03 0.02 0.03 99.88 13:30:01 3 0.08 0.00 0.00 0.00 0.00 99.92 13:31:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:31:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:31:01 2 0.05 0.00 0.02 0.02 0.02 99.90 13:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:32:01 all 0.02 0.00 0.00 0.01 0.00 99.97 13:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:32:01 2 0.03 0.00 0.02 0.03 0.02 99.90 13:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:33:01 1 0.03 0.00 0.00 0.00 0.03 99.93 13:33:01 2 0.02 0.00 0.02 0.02 0.02 99.93 13:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:34:01 all 0.02 0.00 0.01 0.01 0.00 99.96 13:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:34:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:34:01 2 0.02 0.00 0.02 0.03 0.00 99.93 13:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:35:01 2 0.03 0.00 0.00 0.02 0.00 99.95 13:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:36:01 all 0.45 0.00 0.01 0.01 0.00 99.53 13:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:36:01 1 0.03 0.00 0.00 0.02 0.00 99.95 13:36:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:36:01 3 1.71 0.00 0.00 0.00 0.00 98.29 13:37:01 all 0.42 0.00 0.02 0.02 0.00 99.54 13:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:37:01 2 0.03 0.00 0.03 0.02 0.00 99.92 13:37:01 3 1.65 0.00 0.03 0.03 0.02 98.27 13:38:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:01 2 0.05 0.00 0.03 0.03 0.02 99.87 13:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:01 CPU %user %nice %system %iowait %steal %idle 13:39:01 all 0.32 0.00 0.02 0.00 0.00 99.65 13:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:39:01 2 0.07 0.00 0.03 0.02 0.02 99.87 13:39:01 3 1.19 0.00 0.00 0.00 0.00 98.81 13:40:01 all 0.35 0.00 0.02 0.01 0.01 99.61 13:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:40:01 2 0.03 0.00 0.03 0.03 0.02 99.88 13:40:01 3 1.35 0.00 0.03 0.00 0.02 98.60 13:41:01 all 0.02 0.00 0.01 0.00 0.00 99.97 13:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:41:01 2 0.05 0.00 0.02 0.02 0.02 99.90 13:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:42:01 all 0.13 0.00 0.01 0.01 0.00 99.85 13:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:42:01 2 0.02 0.00 0.02 0.03 0.00 99.93 13:42:01 3 0.45 0.00 0.02 0.00 0.00 99.53 13:43:01 all 0.56 0.00 0.02 0.00 0.01 99.41 13:43:01 0 0.33 0.00 0.00 0.00 0.02 99.65 13:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:43:01 2 0.08 0.00 0.07 0.02 0.02 99.82 13:43:01 3 1.82 0.00 0.00 0.00 0.02 98.16 13:44:01 all 0.16 0.00 0.01 0.01 0.01 99.81 13:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:44:01 2 0.10 0.00 0.03 0.03 0.03 99.80 13:44:01 3 0.53 0.00 0.02 0.00 0.00 99.45 13:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:45:01 2 0.02 0.00 0.02 0.02 0.03 99.92 13:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:46:01 all 0.01 0.00 0.00 0.01 0.00 99.97 13:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:46:01 2 0.02 0.00 0.00 0.03 0.02 99.93 13:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:47:01 all 0.22 0.00 0.02 0.01 0.01 99.74 13:47:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:47:01 2 0.02 0.00 0.02 0.03 0.02 99.92 13:47:01 3 0.81 0.00 0.02 0.00 0.02 99.15 13:48:01 all 0.02 0.00 0.01 0.00 0.00 99.97 13:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:48:01 2 0.02 0.00 0.02 0.03 0.00 99.93 13:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:49:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:49:01 0 0.07 0.00 0.05 0.00 0.03 99.85 13:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:49:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:49:01 3 0.99 0.00 0.00 0.00 0.00 99.01 13:49:01 CPU %user %nice %system %iowait %steal %idle 13:50:01 all 0.18 0.00 0.02 0.01 0.01 99.78 13:50:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:50:01 2 0.03 0.00 0.02 0.02 0.02 99.92 13:50:01 3 0.66 0.00 0.07 0.00 0.02 99.25 13:51:02 all 0.02 0.00 0.01 0.00 0.01 99.95 13:51:02 0 0.05 0.00 0.02 0.00 0.00 99.93 13:51:02 1 0.00 0.00 0.00 0.00 0.00 100.00 13:51:02 2 0.03 0.00 0.00 0.02 0.03 99.92 13:51:02 3 0.00 0.00 0.02 0.00 0.00 99.98 13:52:01 all 0.04 0.00 0.01 0.00 0.00 99.94 13:52:01 0 0.10 0.00 0.00 0.00 0.00 99.90 13:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:52:01 2 0.03 0.00 0.03 0.03 0.02 99.88 13:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:53:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:53:01 0 0.12 0.00 0.02 0.00 0.00 99.87 13:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:53:01 2 0.02 0.00 0.02 0.02 0.00 99.95 13:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:54:01 all 0.07 0.00 0.03 0.00 0.01 99.89 13:54:01 0 0.07 0.00 0.00 0.00 0.00 99.93 13:54:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:54:01 2 0.03 0.00 0.05 0.02 0.02 99.88 13:54:01 3 0.12 0.00 0.03 0.02 0.03 99.80 13:55:01 all 0.20 0.00 0.05 0.00 0.01 99.73 13:55:01 0 0.17 0.00 0.03 0.00 0.02 99.78 13:55:01 1 0.07 0.00 0.03 0.00 0.00 99.90 13:55:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:55:01 3 0.52 0.00 0.10 0.00 0.02 99.36 13:56:01 all 0.10 0.00 0.03 0.01 0.00 99.86 13:56:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:56:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:56:01 3 0.32 0.00 0.05 0.00 0.02 99.62 13:57:01 all 0.24 0.00 0.02 0.00 0.00 99.73 13:57:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:57:01 2 0.00 0.00 0.02 0.02 0.00 99.97 13:57:01 3 0.90 0.00 0.03 0.02 0.02 99.04 13:58:01 all 0.13 0.00 0.01 0.01 0.00 99.84 13:58:01 0 0.10 0.00 0.03 0.00 0.00 99.87 13:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:58:01 2 0.02 0.00 0.00 0.03 0.00 99.95 13:58:01 3 0.42 0.00 0.02 0.00 0.00 99.57 13:59:01 all 0.03 0.00 0.01 0.00 0.00 99.96 13:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:59:01 3 0.07 0.00 0.00 0.00 0.02 99.92 14:00:01 all 0.29 0.00 0.02 0.01 0.00 99.68 14:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 14:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:00:01 2 0.00 0.00 0.00 0.03 0.00 99.97 14:00:01 3 1.09 0.00 0.03 0.02 0.02 98.84 14:00:01 CPU %user %nice %system %iowait %steal %idle 14:01:01 all 0.29 0.00 0.02 0.01 0.01 99.68 14:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 14:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 14:01:01 3 1.13 0.00 0.03 0.03 0.00 98.81 14:02:01 all 0.02 0.00 0.01 0.00 0.00 99.97 14:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:02:01 2 0.00 0.00 0.00 0.02 0.02 99.97 14:02:01 3 0.03 0.00 0.03 0.00 0.02 99.92 14:03:01 all 0.39 0.00 0.01 0.01 0.00 99.59 14:03:01 0 0.15 0.00 0.00 0.00 0.02 99.83 14:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:03:01 2 0.02 0.00 0.00 0.03 0.00 99.95 14:03:01 3 1.39 0.00 0.02 0.02 0.00 98.58 14:04:01 all 0.11 0.00 0.02 0.02 0.00 99.84 14:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:04:01 2 0.00 0.00 0.00 0.07 0.00 99.93 14:04:01 3 0.40 0.00 0.07 0.00 0.02 99.52 14:05:01 all 0.02 0.00 0.02 0.03 0.00 99.93 14:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 14:05:01 2 0.02 0.00 0.00 0.10 0.00 99.88 14:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 14:06:01 all 0.02 0.00 0.01 0.01 0.01 99.95 14:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 14:06:01 2 0.00 0.00 0.00 0.02 0.02 99.97 14:06:01 3 0.03 0.00 0.02 0.02 0.02 99.92 14:07:01 all 14.44 0.00 1.75 1.36 0.06 82.39 14:07:01 0 15.77 0.00 1.89 0.69 0.07 81.58 14:07:01 1 24.38 0.00 2.34 0.74 0.08 72.46 14:07:01 2 10.78 0.00 0.97 1.34 0.03 86.89 14:07:01 3 6.87 0.00 1.77 2.69 0.05 88.61 14:08:01 all 21.58 0.00 1.71 0.95 0.06 75.71 14:08:01 0 21.93 0.00 1.61 0.10 0.05 76.31 14:08:01 1 29.40 0.00 2.24 1.50 0.07 66.78 14:08:01 2 9.71 0.00 1.10 1.45 0.05 87.69 14:08:01 3 25.25 0.00 1.90 0.72 0.07 72.07 Average: all 0.52 0.00 0.05 0.04 0.01 99.38 Average: 0 0.52 0.00 0.05 0.01 0.01 99.41 Average: 1 0.60 0.00 0.06 0.03 0.00 99.31 Average: 2 0.36 0.00 0.04 0.10 0.02 99.49 Average: 3 0.61 0.00 0.05 0.04 0.01 99.29