Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-22187 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-sphinx-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-j91rveOH767P/agent.2153 SSH_AGENT_PID=2155 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-sphinx-lint@tmp/private_key_786259790408581220.key (/w/workspace/oom-master-sphinx-lint@tmp/private_key_786259790408581220.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-sphinx-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/00/141100/23 # timeout=30 > git rev-parse 2d7815a8758f926cd4ad48e5fa4136dfa0e0e269^{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 2d7815a8758f926cd4ad48e5fa4136dfa0e0e269 (refs/changes/00/141100/23) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d7815a8758f926cd4ad48e5fa4136dfa0e0e269 # timeout=30 Commit message: "[DOC] Add ArgoCD deployment example and guide" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # 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-sphinx-lint] $ /bin/bash -l /tmp/jenkins15019912481213736084.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-6jDD + 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 ++ 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 ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-6jDD + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6jDD' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6jDD + echo /tmp/venv-6jDD + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + /tmp/venv-6jDD/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' 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-6jDD/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-6jDD/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-6jDD/bin to PATH + PATH=/tmp/venv-6jDD/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 25.1.1 from /tmp/venv-6jDD/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==6.1.0 chardet==5.2.0 colorama==0.4.6 distlib==0.3.9 filelock==3.18.0 packaging==25.0 platformdirs==4.3.8 pluggy==1.6.0 pyproject-api==1.9.1 tomli==2.2.1 tox==4.27.0 typing_extensions==4.14.0 urllib3==1.26.20 virtualenv==20.31.2 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins4270408658831528092.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-sphinx-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/oom-master-sphinx-lint/archives/docs + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/tox + cd /w/workspace/oom-master-sphinx-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-vnjH + 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-sphinx-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 ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ sort -V +++ grep '^3' /tmp/.pyenv_versions +++ 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-6jDD + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6jDD from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6jDD from file:/tmp/.toxenv + /tmp/venv-6jDD/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' 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-6jDD/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-6jDD/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-6jDD/bin to PATH + PATH=/tmp/venv-6jDD/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-6jDD/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-6jDD/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-sphinx-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.27.0 from /tmp/venv-6jDD/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n docs,docs-linkcheck ]] + TOX_OPTIONS_LIST=' -e docs,docs-linkcheck' + case ${PARALLEL,,} in + tox -e docs,docs-linkcheck + tee -a /w/workspace/oom-master-sphinx-lint/archives/tox/tox.log docs: install_deps> python -I -m pip install -r /w/workspace/oom-master-sphinx-lint/requirements.txt -c https://releases.openstack.org/constraints/upper/yoga -c https://git.onap.org/doc/plain/etc/upper-constraints.onap.txt docs: freeze> python -m pip freeze --all docs: alabaster==0.7.12,apeye==1.4.1,apeye-core==1.1.5,arrow==1.2.2,astroid==2.13.5,attrs==21.4.0,autodocsumm==0.2.14,autopep8==1.7.0,Babel==2.9.1,beautifulsoup4==4.10.0,blockdiag==3.0.0,CacheControl==0.12.14,certifi==2025.6.15,charset-normalizer==2.0.12,click==8.0.4,cssutils==2.11.1,dict2css==0.3.0.post1,dill==0.4.0,doc8==0.10.1,docutils==0.17.1,domdf_python_tools==3.10.0,funcparserlib==1.0.0a0,future==0.18.2,gitlint-core==0.17.0,html5lib==1.1,idna==3.3,imagesize==1.3.0,importlib-metadata==4.11.1,importlib-resources==5.4.0,isort==5.13.2,Jinja2==3.0.3,jsonschema==3.2.0,lazy-object-proxy==1.10.0,lockfile==0.12.2,MarkupSafe==2.1.0,mccabe==0.7.0,more-itertools==10.5.0,msgpack==1.0.3,natsort==8.4.0,packaging==21.3,pbr==5.8.1,Pillow==9.0.1,pip==25.0.1,platformdirs==2.5.1,pycodestyle==2.12.1,pyenchant==3.2.2,Pygments==2.11.2,pylint==2.15.0,pyparsing==3.0.7,pyrsistent==0.18.1,python-dateutil==2.8.2,pytz==2021.3,PyYAML==6.0,requests==2.27.1,requests-file==2.1.0,restructuredtext_lint==1.4.0,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.6,seqdiag==3.0.0,setuptools==60.9.3,sh==1.14.3,six==1.16.0,snowballstemmer==2.2.0,soupsieve==2.3.1,Sphinx==4.4.0,sphinx-autodoc-typehints==1.17.1,sphinx-jinja2-compat==0.3.0,sphinx-prompt==1.5.0,sphinx-rtd-theme==1.0.0,sphinx-tabs==3.4.7,sphinx-toolbox==3.2.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-blockdiag==3.0.0,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-plantuml==0.24,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-redoc==1.6.0,sphinxcontrib-seqdiag==3.0.0,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-spelling==8.0.0,sphinxcontrib-swaggerdoc==0.1.7,stevedore==3.5.2,tabulate==0.8.9,toml==0.10.2,tomli==2.0.1,tomlkit==0.13.3,typing_extensions==4.1.1,urllib3==1.26.8,webcolors==1.11.1,webencodings==0.5.1,wheel==0.45.1,wrapt==1.13.3,zipp==3.7.0 docs: commands[0]> sudo apt install graphviz WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... graphviz is already the newest version (2.40.1-2). The following packages were automatically installed and are no longer required: libmysqlclient20 mysql-common Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. docs: commands[1]> sphinx-build -q -W -b html -n -d /w/workspace/oom-master-sphinx-lint/.tox/docs/tmp/doctrees ./docs/ /w/workspace/oom-master-sphinx-lint/docs/_build/html docs: OK ✔ in 27.03 seconds docs-linkcheck: install_deps> python -I -m pip install -r /w/workspace/oom-master-sphinx-lint/requirements.txt -c https://releases.openstack.org/constraints/upper/yoga -c https://git.onap.org/doc/plain/etc/upper-constraints.onap.txt docs-linkcheck: freeze> python -m pip freeze --all docs-linkcheck: alabaster==0.7.12,apeye==1.4.1,apeye-core==1.1.5,arrow==1.2.2,astroid==2.13.5,attrs==21.4.0,autodocsumm==0.2.14,autopep8==1.7.0,Babel==2.9.1,beautifulsoup4==4.10.0,blockdiag==3.0.0,CacheControl==0.12.14,certifi==2025.6.15,charset-normalizer==2.0.12,click==8.0.4,cssutils==2.11.1,dict2css==0.3.0.post1,dill==0.4.0,doc8==0.10.1,docutils==0.17.1,domdf_python_tools==3.10.0,funcparserlib==1.0.0a0,future==0.18.2,gitlint-core==0.17.0,html5lib==1.1,idna==3.3,imagesize==1.3.0,importlib-metadata==4.11.1,importlib-resources==5.4.0,isort==5.13.2,Jinja2==3.0.3,jsonschema==3.2.0,lazy-object-proxy==1.10.0,lockfile==0.12.2,MarkupSafe==2.1.0,mccabe==0.7.0,more-itertools==10.5.0,msgpack==1.0.3,natsort==8.4.0,packaging==21.3,pbr==5.8.1,Pillow==9.0.1,pip==25.0.1,platformdirs==2.5.1,pycodestyle==2.12.1,pyenchant==3.2.2,Pygments==2.11.2,pylint==2.15.0,pyparsing==3.0.7,pyrsistent==0.18.1,python-dateutil==2.8.2,pytz==2021.3,PyYAML==6.0,requests==2.27.1,requests-file==2.1.0,restructuredtext_lint==1.4.0,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.6,seqdiag==3.0.0,setuptools==60.9.3,sh==1.14.3,six==1.16.0,snowballstemmer==2.2.0,soupsieve==2.3.1,Sphinx==4.4.0,sphinx-autodoc-typehints==1.17.1,sphinx-jinja2-compat==0.3.0,sphinx-prompt==1.5.0,sphinx-rtd-theme==1.0.0,sphinx-tabs==3.4.7,sphinx-toolbox==3.2.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-blockdiag==3.0.0,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-plantuml==0.24,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-redoc==1.6.0,sphinxcontrib-seqdiag==3.0.0,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-spelling==8.0.0,sphinxcontrib-swaggerdoc==0.1.7,stevedore==3.5.2,tabulate==0.8.9,toml==0.10.2,tomli==2.0.1,tomlkit==0.13.3,typing_extensions==4.1.1,urllib3==1.26.8,webcolors==1.11.1,webencodings==0.5.1,wheel==0.45.1,wrapt==1.13.3,zipp==3.7.0 docs-linkcheck: commands[0]> sudo apt install graphviz WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... graphviz is already the newest version (2.40.1-2). The following packages were automatically installed and are no longer required: libmysqlclient20 mysql-common Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. docs-linkcheck: commands[1]> sphinx-build -q -W -b linkcheck -d /w/workspace/oom-master-sphinx-lint/.tox/docs-linkcheck/tmp/doctrees ./docs/ /w/workspace/oom-master-sphinx-lint/docs/_build/linkcheck docs: OK (27.03=setup[22.86]+cmd[0.23,3.94] seconds) docs-linkcheck: OK (38.83=setup[12.52]+cmd[0.22,26.09] seconds) congratulations :) (66.10 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/docs-linkcheck/log ++ awk -F/ '{print $2}' + tox_env=docs-linkcheck + cp -r .tox/docs-linkcheck/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs-linkcheck + for i in .tox/*/log ++ echo .tox/docs/log ++ awk -F/ '{print $2}' + tox_env=docs + cp -r .tox/docs/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> Archiving generated docs' ---> Archiving generated docs + mv docs/_build/html /w/workspace/oom-master-sphinx-lint/archives/docs + 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 2155 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins10971060460750569240.sh ---> sysstat.sh [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins4782082068715399795.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/oom-master-sphinx-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-sphinx-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-sphinx-lint ']' + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-sphinx-lint/archives/ [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins2246631309465978188.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Gpc9 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-Gpc9/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins9563155735200784238.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-sphinx-lint@tmp/config5467289354084859688tmp 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-sphinx-lint] $ /bin/bash /tmp/jenkins12995710727251877363.sh ---> create-netrc.sh [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins15595272639538021822.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Gpc9 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-Gpc9/bin to PATH Generating Requirements File Python 3.10.6 pip 25.1.1 from /tmp/venv-Gpc9/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.6.2 aspy.yaml==1.3.0 attrs==25.3.0 autopage==0.5.2 beautifulsoup4==4.13.4 boto3==1.38.38 botocore==1.38.38 bs4==0.0.2 cachetools==5.5.2 certifi==2025.6.15 cffi==1.17.1 cfgv==3.4.0 chardet==5.2.0 charset-normalizer==3.4.2 click==8.2.1 cliff==4.10.0 cmd2==2.6.1 cryptography==3.3.2 debtcollector==3.0.0 decorator==5.2.1 defusedxml==0.7.1 Deprecated==1.2.18 distlib==0.3.9 dnspython==2.7.0 docker==7.1.0 dogpile.cache==1.4.0 durationpy==0.10 email_validator==2.2.0 filelock==3.18.0 future==1.0.0 gitdb==4.0.12 GitPython==3.1.44 google-auth==2.40.3 httplib2==0.22.0 identify==2.6.12 idna==3.10 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.0.1 jsonpatch==1.33 jsonpointer==3.0.0 jsonschema==4.24.0 jsonschema-specifications==2025.4.1 keystoneauth1==5.11.1 kubernetes==33.1.0 lftools==0.37.13 lxml==5.4.0 MarkupSafe==3.0.2 msgpack==1.1.1 multi_key_dict==2.0.3 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.9.1 oauth2client==4.1.3 oauthlib==3.3.0 openstacksdk==4.6.0 os-client-config==2.1.0 os-service-types==1.7.0 osc-lib==4.0.2 oslo.config==9.8.0 oslo.context==6.0.0 oslo.i18n==6.5.1 oslo.log==7.1.0 oslo.serialization==5.7.0 oslo.utils==9.0.0 packaging==25.0 pbr==6.1.1 platformdirs==4.3.8 prettytable==3.16.0 psutil==7.0.0 pyasn1==0.6.1 pyasn1_modules==0.4.2 pycparser==2.22 pygerrit2==2.0.15 PyGithub==2.6.1 PyJWT==2.10.1 PyNaCl==1.5.0 pyparsing==2.4.7 pyperclip==1.9.0 pyrsistent==0.20.0 python-cinderclient==9.7.0 python-dateutil==2.9.0.post0 python-heatclient==4.2.0 python-jenkins==1.8.2 python-keystoneclient==5.6.0 python-magnumclient==4.8.1 python-openstackclient==8.1.0 python-swiftclient==4.8.0 PyYAML==6.0.2 referencing==0.36.2 requests==2.32.4 requests-oauthlib==2.0.0 requestsexceptions==1.4.0 rfc3986==2.0.0 rpds-py==0.25.1 rsa==4.9.1 ruamel.yaml==0.18.14 ruamel.yaml.clib==0.2.12 s3transfer==0.13.0 simplejson==3.20.1 six==1.17.0 smmap==5.0.2 soupsieve==2.7 stevedore==5.4.1 tabulate==0.9.0 toml==0.10.2 tomlkit==0.13.3 tqdm==4.67.1 typing_extensions==4.14.0 tzdata==2025.2 urllib3==1.26.20 virtualenv==20.31.2 wcwidth==0.2.13 websocket-client==1.8.0 wrapt==1.17.2 xdg==6.0.0 xmltodict==0.14.2 yq==3.4.3 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins2309075768992021622.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins36790581952947724.sh ---> job-cost.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Gpc9 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-Gpc9/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v3-standard-4 INFO: Archiving Costs [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins17210688160725633765.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Gpc9 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-Gpc9/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-sphinx-lint/582 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-22187 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.6G 69G 12% / 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 560 13006 0 2472 15149 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:69:a6:24 brd ff:ff:ff:ff:ff:ff inet 10.30.106.68/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 80636sec preferred_lft 80636sec inet6 fe80::f816:3eff:fe69:a624/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-22187) 06/18/25 _x86_64_ (4 CPU) 19:28:01 LINUX RESTART (4 CPU) 19:29:02 tps rtps wtps bread/s bwrtn/s 19:30:01 15.08 0.00 15.08 0.00 15402.14 19:31:01 11.05 0.00 11.05 0.00 15338.64 19:32:01 10.56 0.00 10.56 0.00 15330.36 19:33:01 5.33 0.00 5.33 0.00 6467.72 19:34:01 0.83 0.00 0.83 0.00 9.60 19:35:01 1.00 0.02 0.98 0.13 14.66 19:36:01 0.88 0.00 0.88 0.00 10.66 19:37:01 0.93 0.00 0.93 0.00 14.00 19:38:01 0.98 0.00 0.98 0.00 11.60 19:39:01 0.98 0.00 0.98 0.00 14.40 19:40:01 0.90 0.00 0.90 0.00 10.80 19:41:01 1.00 0.00 1.00 0.00 14.53 19:42:01 0.83 0.00 0.83 0.00 9.47 19:43:01 3.77 2.37 1.40 18.93 22.66 19:44:01 1.05 0.00 1.05 0.00 14.80 19:45:01 1.10 0.00 1.10 0.00 14.53 19:46:01 0.80 0.00 0.80 0.00 8.93 19:47:01 1.03 0.00 1.03 0.00 14.40 19:48:01 0.83 0.00 0.83 0.00 10.26 19:49:01 1.12 0.00 1.12 0.00 14.53 19:50:01 0.70 0.00 0.70 0.00 8.00 19:51:01 1.03 0.00 1.03 0.00 14.53 19:52:01 0.77 0.00 0.77 0.00 9.87 19:53:01 1.17 0.00 1.17 0.00 16.53 19:54:01 0.88 0.00 0.88 0.00 9.87 19:55:01 1.02 0.00 1.02 0.00 14.00 19:56:01 0.88 0.00 0.88 0.00 10.66 19:57:01 0.97 0.00 0.97 0.00 13.60 19:58:01 0.97 0.00 0.97 0.00 11.33 19:59:01 1.07 0.00 1.07 0.00 14.66 20:00:02 0.90 0.00 0.90 0.00 10.40 20:01:01 1.05 0.00 1.05 0.00 13.96 20:02:01 0.93 0.00 0.93 0.00 10.80 20:03:01 1.07 0.00 1.07 0.00 14.00 20:04:01 0.92 0.00 0.92 0.00 11.60 20:05:01 1.27 0.00 1.27 0.00 16.00 20:06:01 0.82 0.00 0.82 0.00 9.07 20:07:01 1.12 0.00 1.12 0.00 14.40 20:08:01 0.73 0.00 0.73 0.00 9.47 20:09:01 1.27 0.00 1.27 0.00 16.80 20:10:01 0.78 0.00 0.78 0.00 9.07 20:11:01 0.88 0.00 0.88 0.00 12.93 20:12:01 0.83 0.00 0.83 0.00 11.06 20:13:01 1.08 0.00 1.08 0.00 14.80 20:14:01 0.82 0.00 0.82 0.00 10.66 20:15:01 1.20 0.00 1.20 0.00 15.86 20:16:01 2.63 1.55 1.08 43.33 13.06 20:17:01 1.62 0.00 1.62 0.00 19.86 20:18:01 1.78 0.58 1.20 14.40 14.26 20:19:01 1.17 0.00 1.17 0.00 16.00 20:20:01 0.97 0.00 0.97 0.00 11.33 20:21:01 1.43 0.00 1.43 0.00 17.60 20:22:01 0.82 0.00 0.82 0.00 9.47 20:23:01 1.20 0.00 1.20 0.00 15.58 20:24:01 1.03 0.00 1.03 0.00 12.26 20:25:01 1.83 0.00 1.83 0.00 20.66 20:26:01 1.10 0.00 1.10 0.00 13.20 20:27:01 1.50 0.00 1.50 0.00 19.46 20:28:01 0.80 0.00 0.80 0.00 9.87 20:29:01 2.63 1.12 1.52 23.20 25.60 20:30:01 1.38 0.00 1.38 0.00 16.93 20:31:01 1.15 0.00 1.15 0.00 15.06 20:32:01 0.80 0.00 0.80 0.00 10.00 20:33:01 1.38 0.00 1.38 0.00 16.93 20:34:01 0.90 0.00 0.90 0.00 11.60 20:35:01 1.37 0.00 1.37 0.00 16.66 20:36:01 0.80 0.00 0.80 0.00 10.13 20:37:01 1.22 0.00 1.22 0.00 16.26 20:38:01 0.93 0.00 0.93 0.00 12.26 20:39:01 1.05 0.00 1.05 0.00 13.96 20:40:01 0.93 0.00 0.93 0.00 11.60 20:41:01 1.48 0.00 1.48 0.00 18.40 20:42:01 0.83 0.00 0.83 0.00 10.40 20:43:01 1.37 0.00 1.37 0.00 16.66 20:44:01 0.90 0.00 0.90 0.00 11.33 20:45:01 1.50 0.00 1.50 0.00 18.53 20:46:01 0.85 0.00 0.85 0.00 10.40 20:47:01 1.32 0.00 1.32 0.00 16.93 20:48:01 0.87 0.00 0.87 0.00 11.06 20:49:01 1.32 0.00 1.32 0.00 17.20 20:50:01 1.00 0.00 1.00 0.00 12.66 20:51:01 1.08 0.00 1.08 0.00 14.40 20:52:01 0.90 0.00 0.90 0.00 11.20 20:53:01 1.33 0.00 1.33 0.00 16.66 20:54:01 0.88 0.00 0.88 0.00 11.20 20:55:01 1.18 0.00 1.18 0.00 15.73 20:56:01 0.87 0.00 0.87 0.00 11.06 20:57:01 1.38 0.00 1.38 0.00 17.33 20:58:01 0.83 0.00 0.83 0.00 10.40 20:59:01 1.42 0.00 1.42 0.00 17.06 21:00:01 0.93 0.00 0.93 0.00 11.60 21:01:01 1.12 0.00 1.12 0.00 15.46 21:02:01 329.63 37.24 292.38 1500.02 11393.30 21:03:01 106.96 0.33 106.63 35.99 15206.80 21:04:01 78.47 0.70 77.77 79.19 9094.35 Average: 6.91 0.46 6.44 18.06 939.12 19:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:30:01 14465500 15690800 1959468 11.93 32084 1412424 718272 4.11 489476 1295340 152 19:31:01 14458376 15683780 1966592 11.97 32172 1412428 718272 4.11 497536 1295336 148 19:32:01 14458576 15684092 1966392 11.97 32252 1412432 718272 4.11 497520 1295340 144 19:33:01 14457796 15683420 1967172 11.98 32336 1412436 718272 4.11 497752 1295340 144 19:34:01 14457984 15683636 1966984 11.98 32372 1412436 718272 4.11 497976 1295340 16 19:35:01 14457808 15683504 1967160 11.98 32412 1412452 718272 4.11 498148 1295352 8 19:36:01 14458120 15683848 1966848 11.97 32444 1412456 718272 4.11 498224 1295352 144 19:37:01 14457656 15683440 1967312 11.98 32484 1412460 718272 4.11 498328 1295360 180 19:38:01 14457256 15683104 1967712 11.98 32532 1412460 718272 4.11 498436 1295356 52 19:39:01 14457104 15683092 1967864 11.98 32580 1412592 718272 4.11 498696 1295452 180 19:40:01 14456944 15682992 1968024 11.98 32612 1412596 701840 4.02 498624 1295500 8 19:41:01 14456580 15682672 1968388 11.98 32652 1412600 701840 4.02 499228 1295496 156 19:42:01 14456224 15682376 1968744 11.99 32684 1412600 701840 4.02 499348 1295496 156 19:43:01 14455140 15681932 1969828 11.99 33296 1412608 721624 4.13 500148 1295504 300 19:44:01 14455212 15682060 1969756 11.99 33336 1412612 721624 4.13 500408 1295508 36 19:45:01 14455012 15681896 1969956 11.99 33376 1412616 721624 4.13 500552 1295512 8 19:46:01 14454936 15681844 1970032 11.99 33400 1412616 705372 4.04 500652 1295512 12 19:47:01 14454500 15681444 1970468 12.00 33432 1412624 705372 4.04 501068 1295516 4 19:48:01 14454656 15681624 1970312 12.00 33464 1412620 705372 4.04 501132 1295524 20 19:49:01 14454412 15681432 1970556 12.00 33504 1412632 705372 4.04 501120 1295528 12 19:50:01 14454288 15681332 1970680 12.00 33520 1412632 705372 4.04 501580 1295528 24 19:51:01 14453940 15681012 1971028 12.00 33552 1412636 705372 4.04 501620 1295532 12 19:52:01 14453640 15680756 1971328 12.00 33576 1412640 705372 4.04 502380 1295536 40 19:53:01 14453368 15680524 1971600 12.00 33616 1412640 705372 4.04 502376 1295544 12 19:54:01 14453588 15680812 1971380 12.00 33648 1412648 705372 4.04 502252 1295548 8 19:55:01 14453372 15680640 1971596 12.00 33680 1412652 705372 4.04 502348 1295548 8 19:56:01 14453528 15680804 1971440 12.00 33712 1412656 705372 4.04 502324 1295552 8 19:57:01 14453652 15680972 1971316 12.00 33744 1412660 705372 4.04 502416 1295556 28 19:58:01 14453460 15680804 1971508 12.00 33792 1412644 705372 4.04 502552 1295556 8 19:59:01 14453160 15680580 1971808 12.00 33836 1412664 688940 3.94 502684 1295560 28 20:00:02 14452720 15680164 1972248 12.01 33868 1412668 688940 3.94 503208 1295564 8 20:01:01 14452876 15680364 1972092 12.01 33908 1412672 688940 3.94 503360 1295568 28 20:02:01 14452776 15680320 1972192 12.01 33940 1412676 688940 3.94 503448 1295572 4 20:03:01 14452800 15680400 1972168 12.01 33980 1412680 688940 3.94 503544 1295576 8 20:04:01 14452612 15680268 1972356 12.01 34028 1412680 688940 3.94 503876 1295584 36 20:05:01 14452544 15680236 1972424 12.01 34068 1412692 704980 4.03 503704 1295588 12 20:06:01 14452380 15680128 1972588 12.01 34100 1412684 704980 4.03 504024 1295588 8 20:07:01 14452660 15680456 1972308 12.01 34132 1412696 704980 4.03 503880 1295592 4 20:08:01 14452544 15680344 1972424 12.01 34156 1412700 704980 4.03 504100 1295596 28 20:09:01 14451920 15679896 1973048 12.01 34204 1412816 704980 4.03 503968 1295728 4 20:10:01 14451804 15679808 1973164 12.01 34224 1412832 704980 4.03 504116 1295728 16 20:11:01 14451812 15679888 1973156 12.01 34248 1412840 704980 4.03 503604 1295736 212 20:12:01 14449060 15677156 1975908 12.03 34272 1412844 704980 4.03 507252 1295740 40 20:13:01 14448936 15677068 1976032 12.03 34296 1412848 704980 4.03 507304 1295744 16 20:14:01 14449036 15677176 1975932 12.03 34328 1412840 704980 4.03 507120 1295744 12 20:15:01 14448508 15676708 1976460 12.03 34376 1412852 704980 4.03 507264 1295748 4 20:16:01 14441072 15670632 1983896 12.08 34432 1414148 704980 4.03 514096 1296644 8 20:17:01 14440332 15669980 1984636 12.08 34496 1414144 704980 4.03 514560 1296648 204 20:18:01 14435512 15666072 1989456 12.11 34540 1414584 722112 4.13 519276 1296400 24 20:19:01 14435512 15666120 1989456 12.11 34580 1414580 722112 4.13 518904 1296380 12 20:20:01 14435452 15666108 1989516 12.11 34604 1414596 705832 4.04 518932 1296388 4 20:21:01 14435452 15666144 1989516 12.11 34644 1414604 705832 4.04 519008 1296396 8 20:22:01 14434876 15665616 1990092 12.12 34676 1414604 705832 4.04 519444 1296396 8 20:23:01 14434660 15665460 1990308 12.12 34724 1414608 705832 4.04 519856 1296400 12 20:24:01 14434520 15665380 1990448 12.12 34764 1414612 705832 4.04 519804 1296408 12 20:25:01 14434164 15665116 1990804 12.12 34844 1414616 705832 4.04 519912 1296408 8 20:26:01 14434336 15665360 1990632 12.12 34916 1414616 705832 4.04 520028 1296408 8 20:27:01 14434056 15665144 1990912 12.12 34964 1414620 705832 4.04 520032 1296412 8 20:28:01 14434220 15665336 1990748 12.12 34980 1414624 705832 4.04 520056 1296416 4 20:29:01 14432336 15664384 1992632 12.13 35076 1415288 709916 4.06 520416 1296920 164 20:30:01 14432732 15664820 1992236 12.13 35108 1415304 709916 4.06 520372 1296920 8 20:31:01 14433084 15665208 1991884 12.13 35140 1415308 709916 4.06 520640 1296924 8 20:32:01 14432804 15664964 1992164 12.13 35156 1415312 709916 4.06 520328 1296928 4 20:33:01 14432828 15665016 1992140 12.13 35188 1415316 709916 4.06 520392 1296932 180 20:34:01 14432668 15664884 1992300 12.13 35220 1415312 709916 4.06 520436 1296936 12 20:35:01 14432800 15665068 1992168 12.13 35260 1415320 709916 4.06 520576 1296936 8 20:36:01 14432832 15665120 1992136 12.13 35284 1415324 709916 4.06 520624 1296940 24 20:37:01 14432444 15664796 1992524 12.13 35324 1415332 709916 4.06 520652 1296948 8 20:38:01 14432352 15664880 1992616 12.13 35356 1415468 709916 4.06 520776 1297084 4 20:39:01 14431908 15664476 1993060 12.13 35396 1415468 709916 4.06 520792 1297084 12 20:40:01 14431916 15664536 1993052 12.13 35436 1415472 709916 4.06 520908 1297088 8 20:41:01 14432080 15664744 1992888 12.13 35476 1415476 709916 4.06 520836 1297092 8 20:42:01 14432116 15664756 1992852 12.13 35500 1415480 709916 4.06 520872 1297092 4 20:43:01 14432428 15665100 1992540 12.13 35540 1415480 709916 4.06 520908 1297092 8 20:44:01 14432436 15665152 1992532 12.13 35572 1415484 709916 4.06 521000 1297096 8 20:45:01 14432188 15664940 1992780 12.13 35620 1415472 709916 4.06 520976 1297100 8 20:46:01 14432228 15665008 1992740 12.13 35644 1415492 709916 4.06 521008 1297104 8 20:47:01 14431880 15664716 1993088 12.13 35680 1415496 709916 4.06 521068 1297108 24 20:48:01 14431880 15664720 1993088 12.13 35712 1415500 709916 4.06 521128 1297112 8 20:49:01 14431444 15664384 1993524 12.14 35744 1415504 709916 4.06 521148 1297116 12 20:50:01 14431724 15664684 1993244 12.14 35792 1415500 709916 4.06 521164 1297120 8 20:51:01 14431520 15664556 1993448 12.14 35832 1415508 709916 4.06 521256 1297120 8 20:52:01 14431552 15664608 1993416 12.14 35864 1415512 709916 4.06 521288 1297124 4 20:53:01 14430956 15664048 1994012 12.14 35896 1415516 709916 4.06 521528 1297128 8 20:54:01 14431352 15664496 1993616 12.14 35928 1415524 709916 4.06 521368 1297136 8 20:55:01 14431220 15664404 1993748 12.14 35984 1415508 709916 4.06 521408 1297136 8 20:56:01 14431368 15664640 1993600 12.14 36016 1415528 709916 4.06 521524 1297140 28 20:57:01 14431020 15664332 1993948 12.14 36048 1415536 709916 4.06 521576 1297148 24 20:58:01 14431504 15664792 1993464 12.14 36064 1415540 709916 4.06 521600 1297152 4 20:59:01 14431404 15664708 1993564 12.14 36104 1415540 709916 4.06 521624 1297152 12 21:00:01 14431412 15664780 1993556 12.14 36144 1415544 709916 4.06 521692 1297156 8 21:01:01 14431344 15664772 1993624 12.14 36192 1415548 709916 4.06 521808 1297160 28 21:02:01 13805720 15498556 2619248 15.95 73828 1813084 879376 5.03 787700 1603916 186024 21:03:01 13409508 15457460 3015460 18.36 94052 2129976 891464 5.10 860536 1889312 141704 21:04:01 13261248 15456996 3163720 19.26 110540 2246432 852604 4.88 862268 2014900 91132 Average: 14413654 15666880 2011314 12.25 36243 1434416 713355 4.08 521250 1313259 4446 19:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:30:01 ens3 0.31 0.20 0.06 0.24 0.00 0.00 0.00 0.00 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:31:01 ens3 2.32 1.02 2.15 0.09 0.00 0.00 0.00 0.00 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:01 ens3 0.22 0.20 0.06 0.34 0.00 0.00 0.00 0.00 19:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:33:01 ens3 0.55 0.55 0.26 0.83 0.00 0.00 0.00 0.00 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:01 ens3 0.23 0.17 0.13 0.07 0.00 0.00 0.00 0.00 19:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:35:01 ens3 0.23 0.20 0.06 0.17 0.00 0.00 0.00 0.00 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:01 ens3 0.15 0.18 0.05 0.17 0.00 0.00 0.00 0.00 19:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:37:01 ens3 0.18 0.17 0.06 0.17 0.00 0.00 0.00 0.00 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:38:01 ens3 0.22 0.17 0.11 0.17 0.00 0.00 0.00 0.00 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:39:01 ens3 0.37 0.30 0.19 0.21 0.00 0.00 0.00 0.00 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:01 ens3 0.15 0.15 0.05 0.20 0.00 0.00 0.00 0.00 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:01 ens3 0.20 0.22 0.06 0.17 0.00 0.00 0.00 0.00 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:01 ens3 0.15 0.13 0.05 0.17 0.00 0.00 0.00 0.00 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:43:01 ens3 0.23 0.20 0.06 0.17 0.00 0.00 0.00 0.00 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:01 ens3 0.23 0.20 0.13 0.23 0.00 0.00 0.00 0.00 19:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:01 ens3 0.18 0.20 0.06 0.17 0.00 0.00 0.00 0.00 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:01 ens3 0.13 0.17 0.05 0.17 0.00 0.00 0.00 0.00 19:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:47:01 ens3 0.28 0.28 0.12 0.33 0.00 0.00 0.00 0.00 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:48:01 ens3 0.12 0.10 0.05 0.16 0.00 0.00 0.00 0.00 19:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:49:01 ens3 0.32 0.23 0.13 0.05 0.00 0.00 0.00 0.00 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:50:01 ens3 0.13 0.15 0.05 0.17 0.00 0.00 0.00 0.00 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:01 ens3 0.35 0.33 0.12 0.37 0.00 0.00 0.00 0.00 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:01 ens3 1.28 0.50 0.43 0.44 0.00 0.00 0.00 0.00 19:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:53:01 ens3 0.27 0.23 0.06 0.28 0.00 0.00 0.00 0.00 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:54:01 ens3 0.23 0.13 0.13 0.10 0.00 0.00 0.00 0.00 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:55:01 ens3 0.20 0.25 0.06 0.33 0.00 0.00 0.00 0.00 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:01 ens3 0.13 0.13 0.05 0.17 0.00 0.00 0.00 0.00 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:57:01 ens3 0.20 0.20 0.06 0.17 0.00 0.00 0.00 0.00 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:58:01 ens3 0.18 0.13 0.06 0.17 0.00 0.00 0.00 0.00 19:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:59:01 ens3 0.30 0.25 0.13 0.08 0.00 0.00 0.00 0.00 20:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:02 ens3 0.22 0.22 0.16 0.33 0.00 0.00 0.00 0.00 20:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:01:01 ens3 0.20 0.14 0.06 0.01 0.00 0.00 0.00 0.00 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:02:01 ens3 0.13 0.20 0.05 0.33 0.00 0.00 0.00 0.00 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:03:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:01 ens3 1.43 0.70 0.64 0.73 0.00 0.00 0.00 0.00 20:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:05:01 ens3 0.23 0.13 0.06 0.10 0.00 0.00 0.00 0.00 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:01 ens3 1.15 0.55 0.42 0.58 0.00 0.00 0.00 0.00 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:07:01 ens3 0.25 0.18 0.06 0.14 0.00 0.00 0.00 0.00 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:01 ens3 0.20 0.17 0.06 0.35 0.00 0.00 0.00 0.00 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:09:01 ens3 0.30 0.22 0.13 0.15 0.00 0.00 0.00 0.00 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:10:01 ens3 0.18 0.12 0.06 0.10 0.00 0.00 0.00 0.00 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:11:01 ens3 1.20 0.68 0.55 0.70 0.00 0.00 0.00 0.00 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:01 ens3 5.62 5.65 0.71 7.21 0.00 0.00 0.00 0.00 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:01 ens3 3.03 2.83 0.37 3.28 0.00 0.00 0.00 0.00 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:14:01 ens3 1.13 0.55 0.49 0.58 0.00 0.00 0.00 0.00 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:15:01 ens3 0.27 0.27 0.06 0.38 0.00 0.00 0.00 0.00 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:16:01 ens3 1.23 0.98 0.98 0.91 0.00 0.00 0.00 0.00 20:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:17:01 ens3 0.63 0.48 0.32 1.34 0.00 0.00 0.00 0.00 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:18:01 ens3 8.47 6.95 5.70 5.34 0.00 0.00 0.00 0.00 20:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:01 ens3 0.38 0.23 0.19 0.14 0.00 0.00 0.00 0.00 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:01 ens3 0.13 0.13 0.05 0.19 0.00 0.00 0.00 0.00 20:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:21:01 ens3 0.23 0.23 0.06 0.18 0.00 0.00 0.00 0.00 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:01 ens3 1.08 0.62 0.46 0.69 0.00 0.00 0.00 0.00 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:23:01 ens3 0.45 0.31 0.16 0.33 0.00 0.00 0.00 0.00 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:01 ens3 0.25 0.17 0.13 0.17 0.00 0.00 0.00 0.00 20:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:25:01 ens3 0.22 0.23 0.06 0.37 0.00 0.00 0.00 0.00 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:01 ens3 0.15 0.13 0.05 0.17 0.00 0.00 0.00 0.00 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:27:01 ens3 0.28 0.22 0.12 0.18 0.00 0.00 0.00 0.00 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:01 ens3 0.13 0.13 0.05 0.17 0.00 0.00 0.00 0.00 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:29:01 ens3 0.37 0.32 0.14 0.24 0.00 0.00 0.00 0.00 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:01 ens3 0.15 0.13 0.05 0.20 0.00 0.00 0.00 0.00 20:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:01 ens3 0.32 0.23 0.12 0.18 0.00 0.00 0.00 0.00 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:01 ens3 0.15 0.18 0.05 0.18 0.00 0.00 0.00 0.00 20:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:33:01 ens3 0.35 0.32 0.12 0.35 0.00 0.00 0.00 0.00 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:01 ens3 0.23 0.25 0.13 0.24 0.00 0.00 0.00 0.00 20:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:01 ens3 0.20 0.18 0.06 0.18 0.00 0.00 0.00 0.00 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:01 ens3 0.15 0.15 0.05 0.18 0.00 0.00 0.00 0.00 20:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:01 ens3 0.23 0.23 0.06 0.18 0.00 0.00 0.00 0.00 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:01 ens3 0.20 0.15 0.11 0.17 0.00 0.00 0.00 0.00 20:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:39:01 ens3 0.37 0.31 0.19 0.25 0.00 0.00 0.00 0.00 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:40:01 ens3 0.17 0.13 0.05 0.17 0.00 0.00 0.00 0.00 20:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:41:01 ens3 0.20 0.25 0.06 0.18 0.00 0.00 0.00 0.00 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:01 ens3 0.17 0.12 0.05 0.17 0.00 0.00 0.00 0.00 20:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:43:01 ens3 0.30 0.30 0.11 0.35 0.00 0.00 0.00 0.00 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:01 ens3 0.23 0.20 0.13 0.24 0.00 0.00 0.00 0.00 20:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:01 ens3 0.23 0.20 0.11 0.18 0.00 0.00 0.00 0.00 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:46:01 ens3 0.15 0.13 0.05 0.17 0.00 0.00 0.00 0.00 20:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:47:01 ens3 0.20 0.18 0.06 0.18 0.00 0.00 0.00 0.00 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:48:01 ens3 0.13 0.15 0.05 0.18 0.00 0.00 0.00 0.00 20:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:01 ens3 0.32 0.27 0.13 0.24 0.00 0.00 0.00 0.00 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:01 ens3 0.13 0.08 0.05 0.17 0.00 0.00 0.00 0.00 20:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:51:01 ens3 0.18 0.13 0.06 0.01 0.00 0.00 0.00 0.00 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:01 ens3 0.13 0.10 0.05 0.17 0.00 0.00 0.00 0.00 20:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:53:01 ens3 0.20 0.23 0.06 0.34 0.00 0.00 0.00 0.00 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:01 ens3 0.25 0.28 0.13 0.25 0.00 0.00 0.00 0.00 20:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:55:01 ens3 0.20 0.22 0.06 0.18 0.00 0.00 0.00 0.00 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:01 ens3 0.17 0.13 0.05 0.17 0.00 0.00 0.00 0.00 20:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:57:01 ens3 0.20 0.20 0.06 0.18 0.00 0.00 0.00 0.00 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:58:01 ens3 0.13 0.13 0.05 0.17 0.00 0.00 0.00 0.00 20:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:59:01 ens3 0.28 0.25 0.13 0.21 0.00 0.00 0.00 0.00 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:00:01 ens3 0.13 0.13 0.05 0.20 0.00 0.00 0.00 0.00 21:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:01:01 ens3 0.18 0.20 0.06 0.18 0.00 0.00 0.00 0.00 21:02:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 21:02:01 ens3 414.25 277.24 1830.27 67.50 0.00 0.00 0.00 0.00 21:03:01 lo 33.59 33.59 2.74 2.74 0.00 0.00 0.00 0.00 21:03:01 ens3 174.96 150.48 699.48 20.67 0.00 0.00 0.00 0.00 21:04:01 lo 1.07 1.07 0.12 0.12 0.00 0.00 0.00 0.00 21:04:01 ens3 74.82 54.91 253.90 10.48 0.00 0.00 0.00 0.00 Average: lo 0.48 0.48 0.04 0.04 0.00 0.00 0.00 0.00 Average: ens3 7.48 5.48 29.53 1.44 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-22187) 06/18/25 _x86_64_ (4 CPU) 19:28:01 LINUX RESTART (4 CPU) 19:29:02 CPU %user %nice %system %iowait %steal %idle 19:30:01 all 0.08 0.00 0.03 1.67 0.01 98.21 19:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:30:01 1 0.17 0.00 0.07 0.34 0.02 99.41 19:30:01 2 0.00 0.00 0.03 0.07 0.02 99.88 19:30:01 3 0.12 0.00 0.02 6.28 0.00 93.59 19:31:01 all 0.63 0.00 0.01 1.34 0.01 98.01 19:31:01 0 0.03 0.00 0.00 0.00 0.00 99.97 19:31:01 1 2.04 0.00 0.02 0.00 0.02 97.93 19:31:01 2 0.37 0.00 0.02 0.02 0.00 99.60 19:31:01 3 0.05 0.00 0.00 5.37 0.00 94.58 19:32:01 all 0.23 0.00 0.01 1.47 0.01 98.28 19:32:01 0 0.05 0.00 0.02 0.00 0.00 99.93 19:32:01 1 0.83 0.00 0.02 0.00 0.02 99.14 19:32:01 2 0.03 0.00 0.00 0.00 0.02 99.95 19:32:01 3 0.03 0.00 0.03 5.88 0.00 94.05 19:33:01 all 0.20 0.00 0.03 1.88 0.00 97.89 19:33:01 0 0.07 0.00 0.05 0.03 0.00 99.85 19:33:01 1 0.58 0.00 0.07 0.00 0.02 99.33 19:33:01 2 0.05 0.00 0.00 0.02 0.00 99.93 19:33:01 3 0.07 0.00 0.00 7.49 0.02 92.43 19:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 19:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:34:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:34:01 2 0.05 0.00 0.00 0.00 0.00 99.95 19:34:01 3 0.02 0.00 0.02 0.02 0.00 99.95 19:35:01 all 0.03 0.00 0.01 0.09 0.00 99.87 19:35:01 0 0.02 0.00 0.02 0.02 0.02 99.93 19:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:35:01 3 0.03 0.00 0.02 0.35 0.00 99.60 19:36:01 all 0.03 0.00 0.02 0.06 0.00 99.88 19:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:36:01 1 0.07 0.00 0.03 0.00 0.02 99.88 19:36:01 2 0.02 0.00 0.02 0.07 0.00 99.90 19:36:01 3 0.03 0.00 0.00 0.18 0.00 99.78 19:37:01 all 0.02 0.00 0.02 0.03 0.00 99.93 19:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:37:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:37:01 3 0.00 0.00 0.03 0.10 0.00 99.87 19:38:01 all 0.11 0.00 0.03 0.02 0.00 99.83 19:38:01 0 0.02 0.00 0.02 0.02 0.00 99.95 19:38:01 1 0.40 0.00 0.07 0.00 0.02 99.52 19:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:38:01 3 0.02 0.00 0.00 0.07 0.00 99.92 19:39:01 all 0.15 0.00 0.01 0.03 0.00 99.81 19:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:39:01 1 0.48 0.00 0.03 0.00 0.02 99.47 19:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:39:01 3 0.03 0.00 0.00 0.12 0.00 99.85 19:40:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:40:01 0 0.03 0.00 0.00 0.02 0.00 99.95 19:40:01 1 0.02 0.00 0.03 0.00 0.02 99.93 19:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:40:01 3 0.02 0.00 0.02 0.02 0.00 99.95 19:40:01 CPU %user %nice %system %iowait %steal %idle 19:41:01 all 0.03 0.00 0.01 0.04 0.01 99.91 19:41:01 0 0.08 0.00 0.00 0.00 0.02 99.90 19:41:01 1 0.02 0.00 0.02 0.02 0.00 99.95 19:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:41:01 3 0.02 0.00 0.02 0.13 0.00 99.83 19:42:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:01 3 0.02 0.00 0.00 0.02 0.00 99.97 19:43:01 all 0.03 0.00 0.03 0.03 0.00 99.91 19:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:43:01 2 0.02 0.00 0.07 0.05 0.02 99.85 19:43:01 3 0.03 0.00 0.03 0.03 0.00 99.90 19:44:01 all 0.12 0.00 0.01 0.00 0.01 99.86 19:44:01 0 0.45 0.00 0.00 0.00 0.02 99.53 19:44:01 1 0.00 0.00 0.03 0.00 0.00 99.97 19:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:01 3 0.02 0.00 0.00 0.02 0.00 99.97 19:45:01 all 0.52 0.00 0.01 0.01 0.00 99.46 19:45:01 0 1.99 0.00 0.02 0.00 0.00 98.00 19:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:45:01 3 0.02 0.00 0.00 0.03 0.00 99.95 19:46:01 all 0.22 0.00 0.01 0.00 0.00 99.76 19:46:01 0 0.78 0.00 0.02 0.00 0.02 99.19 19:46:01 1 0.02 0.00 0.03 0.02 0.02 99.92 19:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:46:01 3 0.03 0.00 0.00 0.02 0.00 99.95 19:47:01 all 0.04 0.00 0.02 0.01 0.00 99.92 19:47:01 0 0.07 0.00 0.02 0.00 0.00 99.92 19:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 19:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:47:01 3 0.05 0.00 0.00 0.02 0.00 99.93 19:48:01 all 0.02 0.00 0.01 0.01 0.01 99.96 19:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:48:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:48:01 3 0.00 0.00 0.00 0.03 0.00 99.97 19:49:01 all 0.01 0.00 0.03 0.00 0.00 99.95 19:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:49:01 1 0.03 0.00 0.02 0.02 0.00 99.93 19:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:49:01 3 0.02 0.00 0.05 0.02 0.02 99.90 19:50:01 all 0.02 0.00 0.02 0.01 0.00 99.95 19:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:50:01 3 0.03 0.00 0.03 0.02 0.00 99.92 19:51:01 all 0.02 0.00 0.02 0.00 0.00 99.96 19:51:01 0 0.03 0.00 0.05 0.00 0.02 99.90 19:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 19:51:01 3 0.02 0.00 0.02 0.02 0.00 99.95 19:51:01 CPU %user %nice %system %iowait %steal %idle 19:52:01 all 0.05 0.00 0.00 0.00 0.00 99.94 19:52:01 0 0.10 0.00 0.02 0.00 0.02 99.87 19:52:01 1 0.02 0.00 0.00 0.02 0.00 99.97 19:52:01 2 0.05 0.00 0.00 0.00 0.00 99.95 19:52:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:53:01 all 0.03 0.00 0.02 0.02 0.00 99.93 19:53:01 0 0.03 0.00 0.00 0.00 0.02 99.95 19:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:53:01 3 0.03 0.00 0.00 0.03 0.00 99.93 19:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 19:54:01 0 0.07 0.00 0.03 0.02 0.00 99.88 19:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:54:01 2 0.03 0.00 0.00 0.00 0.02 99.95 19:54:01 3 0.02 0.00 0.00 0.02 0.00 99.97 19:55:01 all 0.03 0.00 0.02 0.01 0.00 99.94 19:55:01 0 0.07 0.00 0.03 0.00 0.02 99.88 19:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:55:01 3 0.00 0.00 0.02 0.03 0.00 99.95 19:56:01 all 0.02 0.00 0.00 0.00 0.00 99.97 19:56:01 0 0.03 0.00 0.02 0.02 0.02 99.92 19:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:56:01 3 0.02 0.00 0.00 0.02 0.02 99.95 19:57:01 all 0.03 0.00 0.01 0.01 0.00 99.95 19:57:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:57:01 2 0.05 0.00 0.00 0.00 0.00 99.95 19:57:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:58:01 all 0.32 0.00 0.02 0.08 0.00 99.57 19:58:01 0 1.26 0.00 0.05 0.00 0.02 98.68 19:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:58:01 3 0.02 0.00 0.02 0.32 0.00 99.65 19:59:01 all 0.52 0.00 0.01 0.00 0.00 99.46 19:59:01 0 1.99 0.00 0.03 0.02 0.02 97.95 19:59:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:59:01 3 0.02 0.00 0.02 0.02 0.00 99.95 20:00:02 all 0.51 0.00 0.01 0.01 0.00 99.46 20:00:02 0 1.99 0.00 0.02 0.00 0.02 97.98 20:00:02 1 0.02 0.00 0.00 0.00 0.00 99.98 20:00:02 2 0.02 0.00 0.02 0.00 0.02 99.95 20:00:02 3 0.00 0.00 0.00 0.02 0.00 99.98 20:01:01 all 0.17 0.00 0.03 0.01 0.01 99.79 20:01:01 0 0.63 0.00 0.08 0.00 0.02 99.27 20:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:01:01 3 0.02 0.00 0.00 0.03 0.02 99.93 20:02:01 all 0.02 0.00 0.02 0.12 0.00 99.85 20:02:01 0 0.02 0.00 0.03 0.02 0.02 99.92 20:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:02:01 3 0.02 0.00 0.02 0.47 0.00 99.50 20:02:01 CPU %user %nice %system %iowait %steal %idle 20:03:01 all 0.02 0.00 0.01 0.01 0.01 99.95 20:03:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:03:01 3 0.02 0.00 0.00 0.03 0.00 99.95 20:04:01 all 0.04 0.00 0.02 0.01 0.00 99.93 20:04:01 0 0.07 0.00 0.03 0.00 0.02 99.88 20:04:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:04:01 2 0.05 0.00 0.00 0.00 0.00 99.95 20:04:01 3 0.03 0.00 0.02 0.02 0.00 99.93 20:05:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:05:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:05:01 3 0.00 0.00 0.00 0.03 0.00 99.97 20:06:01 all 0.48 0.00 0.01 0.00 0.00 99.50 20:06:01 0 1.81 0.00 0.02 0.00 0.00 98.17 20:06:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:06:01 2 0.05 0.00 0.00 0.00 0.00 99.95 20:06:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:07:01 all 0.51 0.00 0.01 0.01 0.00 99.46 20:07:01 0 2.00 0.00 0.03 0.02 0.02 97.93 20:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:07:01 3 0.00 0.00 0.00 0.05 0.00 99.95 20:08:01 all 0.48 0.00 0.02 0.01 0.00 99.49 20:08:01 0 1.89 0.00 0.08 0.00 0.02 98.01 20:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:09:01 all 0.03 0.00 0.02 0.01 0.00 99.94 20:09:01 0 0.08 0.00 0.07 0.02 0.02 99.82 20:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:09:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:09:01 3 0.00 0.00 0.02 0.02 0.00 99.97 20:10:01 all 0.02 0.00 0.00 0.00 0.00 99.97 20:10:01 0 0.07 0.00 0.03 0.00 0.02 99.88 20:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:10:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:11:01 all 0.20 0.00 0.01 0.00 0.01 99.77 20:11:01 0 0.07 0.00 0.03 0.00 0.02 99.88 20:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:11:01 2 0.05 0.00 0.00 0.00 0.00 99.95 20:11:01 3 0.72 0.00 0.02 0.02 0.00 99.25 20:12:01 all 0.05 0.00 0.01 0.03 0.00 99.91 20:12:01 0 0.10 0.00 0.02 0.05 0.00 99.83 20:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:12:01 3 0.03 0.00 0.00 0.05 0.00 99.92 20:13:01 all 0.11 0.00 0.02 0.01 0.00 99.86 20:13:01 0 0.40 0.00 0.02 0.02 0.02 99.55 20:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:01 2 0.00 0.00 0.03 0.00 0.02 99.95 20:13:01 3 0.03 0.00 0.03 0.02 0.00 99.92 20:13:01 CPU %user %nice %system %iowait %steal %idle 20:14:01 all 0.15 0.00 0.01 0.00 0.00 99.83 20:14:01 0 0.03 0.00 0.05 0.00 0.02 99.90 20:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:14:01 2 0.55 0.00 0.00 0.00 0.00 99.45 20:14:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:15:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:15:01 0 0.05 0.00 0.03 0.02 0.02 99.88 20:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:15:01 3 0.00 0.00 0.00 0.03 0.00 99.97 20:16:01 all 0.18 0.00 0.02 0.03 0.00 99.77 20:16:01 0 0.25 0.00 0.02 0.07 0.00 99.67 20:16:01 1 0.12 0.00 0.00 0.00 0.00 99.88 20:16:01 2 0.18 0.00 0.02 0.00 0.00 99.80 20:16:01 3 0.17 0.00 0.02 0.02 0.00 99.80 20:17:01 all 0.22 0.00 0.02 0.01 0.00 99.75 20:17:01 0 0.03 0.00 0.02 0.05 0.02 99.88 20:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:17:01 2 0.85 0.00 0.05 0.00 0.00 99.10 20:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:18:01 all 0.41 0.00 0.05 0.01 0.00 99.52 20:18:01 0 0.42 0.00 0.07 0.05 0.02 99.45 20:18:01 1 0.27 0.00 0.05 0.00 0.00 99.68 20:18:01 2 0.70 0.00 0.03 0.00 0.02 99.25 20:18:01 3 0.27 0.00 0.03 0.00 0.02 99.68 20:19:01 all 0.08 0.00 0.01 0.01 0.00 99.90 20:19:01 0 0.03 0.00 0.03 0.03 0.00 99.90 20:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:01 2 0.25 0.00 0.00 0.00 0.00 99.75 20:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:01 all 0.02 0.00 0.00 0.00 0.00 99.97 20:20:01 0 0.03 0.00 0.00 0.02 0.02 99.93 20:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:21:01 all 0.03 0.00 0.01 0.01 0.00 99.95 20:21:01 0 0.07 0.00 0.02 0.03 0.00 99.88 20:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:21:01 3 0.03 0.00 0.00 0.00 0.02 99.95 20:22:01 all 0.04 0.00 0.02 0.00 0.00 99.93 20:22:01 0 0.12 0.00 0.00 0.02 0.02 99.85 20:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:22:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:22:01 3 0.02 0.00 0.05 0.00 0.00 99.93 20:23:01 all 0.06 0.00 0.01 0.01 0.01 99.91 20:23:01 0 0.03 0.00 0.02 0.03 0.00 99.92 20:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:23:01 2 0.20 0.00 0.02 0.00 0.00 99.78 20:23:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:24:01 all 0.46 0.00 0.01 0.01 0.01 99.51 20:24:01 0 0.00 0.00 0.00 0.02 0.03 99.95 20:24:01 1 0.08 0.00 0.00 0.00 0.00 99.92 20:24:01 2 1.70 0.00 0.00 0.00 0.00 98.30 20:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:24:01 CPU %user %nice %system %iowait %steal %idle 20:25:01 all 0.51 0.00 0.02 0.02 0.00 99.44 20:25:01 0 0.03 0.00 0.03 0.10 0.02 99.82 20:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:25:01 2 1.97 0.00 0.00 0.00 0.00 98.03 20:25:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:26:01 all 0.27 0.00 0.01 0.01 0.00 99.70 20:26:01 0 0.02 0.00 0.03 0.03 0.02 99.90 20:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:26:01 2 1.06 0.00 0.03 0.00 0.02 98.89 20:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:27:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:27:01 0 0.03 0.00 0.03 0.05 0.02 99.87 20:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:27:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:28:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:29:01 all 0.25 0.00 0.05 0.02 0.00 99.67 20:29:01 0 0.12 0.00 0.05 0.05 0.02 99.77 20:29:01 1 0.15 0.00 0.03 0.02 0.00 99.80 20:29:01 2 0.02 0.00 0.05 0.00 0.00 99.93 20:29:01 3 0.73 0.00 0.08 0.02 0.00 99.17 20:30:01 all 0.03 0.00 0.01 0.01 0.00 99.95 20:30:01 0 0.03 0.00 0.03 0.03 0.02 99.88 20:30:01 1 0.05 0.00 0.02 0.00 0.00 99.93 20:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:31:01 0 0.03 0.00 0.02 0.02 0.02 99.92 20:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:32:01 all 0.01 0.00 0.02 0.00 0.00 99.96 20:32:01 0 0.02 0.00 0.03 0.02 0.02 99.92 20:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:33:01 all 0.15 0.00 0.02 0.00 0.00 99.82 20:33:01 0 0.02 0.00 0.03 0.03 0.00 99.92 20:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:33:01 2 0.53 0.00 0.03 0.00 0.00 99.43 20:33:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:34:01 all 0.20 0.00 0.01 0.01 0.00 99.78 20:34:01 0 0.02 0.00 0.03 0.02 0.02 99.92 20:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:34:01 2 0.76 0.00 0.00 0.00 0.02 99.22 20:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:35:01 all 0.02 0.00 0.02 0.03 0.01 99.93 20:35:01 0 0.03 0.00 0.03 0.12 0.02 99.80 20:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:35:01 CPU %user %nice %system %iowait %steal %idle 20:36:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:36:01 0 0.02 0.00 0.03 0.02 0.02 99.92 20:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:37:01 all 0.03 0.00 0.01 0.00 0.00 99.96 20:37:01 0 0.05 0.00 0.00 0.03 0.02 99.90 20:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:38:01 all 0.02 0.00 0.01 0.01 0.01 99.95 20:38:01 0 0.05 0.00 0.03 0.03 0.02 99.87 20:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:39:01 all 0.21 0.00 0.01 0.01 0.00 99.77 20:39:01 0 0.05 0.00 0.05 0.02 0.00 99.88 20:39:01 1 0.76 0.00 0.00 0.00 0.00 99.24 20:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:40:01 all 0.35 0.00 0.03 0.01 0.00 99.61 20:40:01 0 0.03 0.00 0.05 0.03 0.02 99.87 20:40:01 1 1.35 0.00 0.07 0.00 0.02 98.57 20:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:41:01 all 0.01 0.00 0.01 0.04 0.00 99.94 20:41:01 0 0.02 0.00 0.02 0.18 0.02 99.77 20:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:42:01 all 0.02 0.00 0.02 0.06 0.00 99.90 20:42:01 0 0.03 0.00 0.05 0.23 0.02 99.67 20:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:43:01 all 0.01 0.00 0.01 0.03 0.00 99.95 20:43:01 0 0.03 0.00 0.03 0.12 0.02 99.80 20:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:44:01 all 0.03 0.00 0.01 0.00 0.00 99.95 20:44:01 0 0.05 0.00 0.00 0.02 0.00 99.93 20:44:01 1 0.07 0.00 0.02 0.00 0.00 99.92 20:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:45:01 all 0.43 0.00 0.02 0.01 0.01 99.53 20:45:01 0 0.03 0.00 0.07 0.03 0.02 99.85 20:45:01 1 0.30 0.00 0.00 0.00 0.00 99.70 20:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:45:01 3 1.38 0.00 0.02 0.00 0.02 98.58 20:46:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:46:01 0 0.02 0.00 0.03 0.02 0.02 99.92 20:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:46:01 3 0.02 0.00 0.00 0.03 0.00 99.95 20:46:01 CPU %user %nice %system %iowait %steal %idle 20:47:01 all 0.01 0.00 0.02 0.02 0.00 99.95 20:47:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:47:01 2 0.00 0.00 0.03 0.00 0.00 99.97 20:47:01 3 0.02 0.00 0.00 0.07 0.00 99.92 20:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:48:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:49:01 all 0.01 0.00 0.02 0.01 0.00 99.96 20:49:01 0 0.03 0.00 0.03 0.02 0.00 99.92 20:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:49:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:50:01 all 0.01 0.00 0.01 0.03 0.00 99.95 20:50:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:50:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:50:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:50:01 3 0.02 0.00 0.02 0.10 0.00 99.87 20:51:01 all 0.19 0.00 0.01 0.01 0.01 99.79 20:51:01 0 0.02 0.00 0.02 0.02 0.02 99.93 20:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:51:01 2 0.33 0.00 0.00 0.02 0.00 99.65 20:51:01 3 0.37 0.00 0.02 0.00 0.00 99.62 20:52:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:52:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:53:01 all 0.01 0.00 0.02 0.01 0.00 99.96 20:53:01 0 0.03 0.00 0.03 0.02 0.02 99.90 20:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:53:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:54:01 all 0.38 0.00 0.01 0.01 0.01 99.59 20:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:54:01 2 0.00 0.00 0.00 0.03 0.02 99.95 20:54:01 3 1.48 0.00 0.02 0.00 0.00 98.50 20:55:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:55:01 0 0.00 0.00 0.00 0.02 0.02 99.97 20:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:55:01 2 0.03 0.00 0.02 0.02 0.00 99.93 20:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:56:01 all 0.21 0.00 0.02 0.01 0.01 99.75 20:56:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:56:01 2 0.35 0.00 0.03 0.05 0.02 99.55 20:56:01 3 0.50 0.00 0.00 0.00 0.00 99.50 20:57:01 all 0.01 0.00 0.02 0.01 0.00 99.95 20:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:57:01 2 0.00 0.00 0.03 0.05 0.02 99.90 20:57:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:57:01 CPU %user %nice %system %iowait %steal %idle 20:58:01 all 0.28 0.00 0.00 0.00 0.00 99.70 20:58:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:58:01 2 0.03 0.00 0.02 0.02 0.02 99.92 20:58:01 3 1.08 0.00 0.00 0.00 0.00 98.92 20:59:01 all 0.25 0.00 0.01 0.01 0.01 99.72 20:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:59:01 2 0.02 0.00 0.02 0.05 0.00 99.92 20:59:01 3 0.96 0.00 0.02 0.00 0.00 99.02 21:00:01 all 0.02 0.00 0.01 0.03 0.00 99.94 21:00:01 0 0.07 0.00 0.02 0.02 0.02 99.88 21:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:00:01 2 0.00 0.00 0.00 0.08 0.00 99.92 21:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:01:01 all 0.01 0.00 0.01 0.01 0.00 99.97 21:01:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:01:01 2 0.02 0.00 0.00 0.03 0.00 99.95 21:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:02:01 all 19.08 0.00 2.08 2.93 0.08 75.83 21:02:01 0 28.53 0.00 3.50 3.73 0.08 64.16 21:02:01 1 19.49 0.00 1.86 1.91 0.08 76.66 21:02:01 2 13.64 0.00 1.54 5.46 0.08 79.27 21:02:01 3 14.65 0.00 1.42 0.62 0.08 83.22 21:03:01 all 16.30 0.00 1.33 1.37 0.06 80.94 21:03:01 0 14.41 0.00 1.00 0.52 0.07 84.00 21:03:01 1 26.61 0.00 1.63 0.57 0.07 71.13 21:03:01 2 3.73 0.00 0.77 2.54 0.05 92.91 21:03:01 3 20.41 0.00 1.91 1.84 0.07 75.77 21:04:01 all 18.92 0.00 1.37 3.62 0.05 76.05 21:04:01 0 31.26 0.00 1.67 1.65 0.07 65.35 21:04:01 1 12.75 0.00 1.12 0.22 0.03 85.88 21:04:01 2 4.19 0.00 0.78 9.58 0.02 85.43 21:04:01 3 27.47 0.00 1.91 3.02 0.07 67.53 Average: all 0.70 0.00 0.06 0.16 0.01 99.07 Average: 0 0.98 0.00 0.09 0.08 0.01 98.84 Average: 1 0.71 0.00 0.06 0.03 0.01 99.19 Average: 2 0.34 0.00 0.04 0.19 0.00 99.42 Average: 3 0.75 0.00 0.06 0.35 0.00 98.83