Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/142664 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-132 (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-A52WuwPxo1XL/agent.2278 SSH_AGENT_PID=2281 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_9016510203709364682.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_9016510203709364682.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/64/142664/13 # timeout=30 > git rev-parse d781f0e00832297e3ac528138265bfb92cc12bce^{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 d781f0e00832297e3ac528138265bfb92cc12bce (refs/changes/64/142664/13) > git config core.sparsecheckout # timeout=10 > git checkout -f d781f0e00832297e3ac528138265bfb92cc12bce # timeout=30 Commit message: "[SDNC] Update SDNC versions for Quebec" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 2ea5e11e61fca61a1cfd38ac0847165553d3fad0 # 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/jenkins2163807712960260830.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-0xru + 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 ]] +++ sort -V +++ tail -n 1 +++ grep '^3' /tmp/.pyenv_versions ++ 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-0xru + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0xru' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0xru + echo /tmp/venv-0xru + 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-0xru/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-0xru/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-0xru/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-0xru/bin to PATH + PATH=/tmp/venv-0xru/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-0xru/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.0.1 colorama==0.4.6 distlib==0.4.0 filelock==3.24.3 packaging==26.0 platformdirs==4.9.2 pluggy==1.6.0 pyproject-api==1.10.0 python-discovery==1.1.0 tomli==2.4.0 tox==4.46.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.0.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/jenkins10114806864454025474.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-KqAZ + 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 ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ sort -V +++ tail -n 1 ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-0xru + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0xru from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0xru 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-0xru/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-0xru/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-0xru/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-0xru/bin to PATH + PATH=/tmp/venv-0xru/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-0xru/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-0xru/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.46.3 from /tmp/venv-0xru/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.24.3,identify==2.6.16,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.2,pre_commit==4.5.1,python-discovery==1.1.0,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==21.0.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 (22.87=setup[3.37]+cmd[10.87,8.64] seconds) congratulations :) (22.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 2281 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17518538783138033317.sh ---> sysstat.sh [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6645828829450128724.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/jenkins8108074684228487579.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-OohE 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-OohE/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5769100984668490679.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config4818656133847472600tmp 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/jenkins4914154972041240520.sh ---> create-netrc.sh [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins739117227696774706.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-OohE 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-OohE/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-OohE/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.6.3 aspy.yaml==1.3.0 attrs==25.4.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.14.3 boto3==1.42.58 botocore==1.42.58 bs4==0.0.2 certifi==2026.2.25 cffi==2.0.0 cfgv==3.5.0 chardet==6.0.0.post1 charset-normalizer==3.4.4 click==8.3.1 cliff==4.13.2 cmd2==3.2.2 cryptography==3.3.2 debtcollector==3.0.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.24.3 future==1.0.0 gitdb==4.0.12 GitPython==3.1.46 httplib2==0.30.2 identify==2.6.16 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.0.0 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.13.1 kubernetes==35.0.0 lftools==0.37.21 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.0 packaging==26.0 pbr==7.0.3 platformdirs==4.9.2 prettytable==3.17.0 psutil==7.2.2 pyasn1==0.6.2 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.8.1 Pygments==2.19.2 PyJWT==2.11.0 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.8.0 python-dateutil==2.9.0.post0 python-discovery==1.1.0 python-heatclient==5.1.0 python-jenkins==1.8.3 python-keystoneclient==5.7.0 python-magnumclient==4.9.0 python-openstackclient==9.0.0 python-swiftclient==4.10.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.32.5 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.2 soupsieve==2.8.3 stevedore==5.7.0 tabulate==0.9.0 toml==0.10.2 tomlkit==0.14.0 tqdm==4.67.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.0.0 wcwidth==0.6.0 websocket-client==1.9.0 wrapt==2.1.1 xdg==6.0.0 xmltodict==1.0.4 yq==3.4.3 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5017387268202579743.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3078469180227940506.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-OohE 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-OohE/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 6694s 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=6694 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,4464,2026-02-26 21:41:14,v3-standard-4,6694,0.22,0.00,SUCCESS [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins5748232558687890398.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-OohE 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-OohE/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4464 INFO: archiving workspace using pattern(s): /tmp/venv-OohE/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! warnings.warn( Archives upload complete. INFO: archiving logs to Nexus /tmp/venv-OohE/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! warnings.warn( ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-132 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.4G 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 595 13226 0 2217 15123 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:12:e3:36 brd ff:ff:ff:ff:ff:ff inet 10.30.106.120/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 79702sec preferred_lft 79702sec inet6 fe80::f816:3eff:fe12:e336/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-132) 02/26/26 _x86_64_ (4 CPU) 19:49:49 LINUX RESTART (4 CPU) 19:50:02 tps rtps wtps bread/s bwrtn/s 19:51:01 81.23 33.77 47.46 2861.67 58972.96 19:52:02 0.93 0.00 0.93 0.00 10.66 19:53:01 1.10 0.00 1.10 0.00 12.88 19:54:01 0.82 0.00 0.82 0.00 10.40 19:55:01 1.10 0.00 1.10 0.00 13.46 19:56:01 0.82 0.00 0.82 0.00 9.87 19:57:01 1.08 0.00 1.08 0.00 13.73 19:58:01 0.80 0.00 0.80 0.00 9.07 19:59:01 1.05 0.00 1.05 0.00 13.46 20:00:01 0.82 0.00 0.82 0.00 9.60 20:01:01 1.20 0.00 1.20 0.00 15.86 20:02:01 0.82 0.00 0.82 0.00 9.20 20:03:01 0.95 0.00 0.95 0.00 12.00 20:04:01 0.78 0.00 0.78 0.00 9.47 20:05:01 4.12 2.37 1.75 18.93 28.53 20:06:01 1.03 0.02 1.02 0.13 12.13 20:07:01 1.38 0.00 1.38 0.00 16.13 20:08:01 0.88 0.00 0.88 0.00 10.40 20:09:01 0.98 0.00 0.98 0.00 13.46 20:10:01 0.95 0.00 0.95 0.00 11.60 20:11:01 1.33 0.00 1.33 0.00 16.00 20:12:01 0.92 0.00 0.92 0.00 11.20 20:13:01 1.08 0.00 1.08 0.00 14.53 20:14:01 0.83 0.00 0.83 0.00 10.26 20:15:01 0.97 0.00 0.97 0.00 13.06 20:16:01 0.88 0.00 0.88 0.00 10.26 20:17:01 1.43 0.02 1.42 0.13 17.20 20:18:01 1.08 0.00 1.08 0.00 12.40 20:19:01 1.00 0.00 1.00 0.00 12.66 20:20:01 0.95 0.00 0.95 0.00 11.86 20:21:01 1.18 0.00 1.18 0.00 15.33 20:22:01 0.82 0.00 0.82 0.00 9.87 20:23:01 1.03 0.00 1.03 0.00 13.06 20:24:01 0.93 0.00 0.93 0.00 12.00 20:25:01 1.43 0.00 1.43 0.00 17.86 20:26:01 0.93 0.00 0.93 0.00 11.06 20:27:01 1.08 0.00 1.08 0.00 14.13 20:28:01 1.28 0.00 1.28 0.00 14.93 20:29:01 1.37 0.00 1.37 0.00 16.93 20:30:01 0.95 0.00 0.95 0.00 12.13 20:31:01 1.08 0.00 1.08 0.00 14.40 20:32:01 0.95 0.00 0.95 0.00 11.73 20:33:01 1.50 0.00 1.50 0.00 18.39 20:34:01 0.93 0.00 0.93 0.00 11.86 20:35:01 3.52 2.12 1.40 57.60 19.60 20:36:01 0.95 0.00 0.95 0.00 11.60 20:37:01 1.35 0.00 1.35 0.00 16.53 20:38:01 0.93 0.00 0.93 0.00 11.60 20:39:01 1.07 0.00 1.07 0.00 13.60 20:40:01 0.97 0.00 0.97 0.00 12.40 20:41:01 1.38 0.00 1.38 0.00 17.33 20:42:01 0.88 0.00 0.88 0.00 10.66 20:43:01 1.05 0.00 1.05 0.00 13.60 20:44:01 0.92 0.00 0.92 0.00 11.46 20:45:01 1.15 0.00 1.15 0.00 15.60 20:46:01 3.33 1.12 2.22 23.20 31.99 20:47:01 1.47 0.00 1.47 0.00 17.20 20:48:01 0.87 0.00 0.87 0.00 10.26 20:49:01 1.10 0.00 1.10 0.00 14.93 20:50:01 1.12 0.00 1.12 0.00 14.66 20:51:01 1.43 0.00 1.43 0.00 17.73 20:52:01 0.87 0.00 0.87 0.00 10.80 20:53:01 1.35 0.00 1.35 0.00 16.66 20:54:01 0.95 0.00 0.95 0.00 11.60 20:55:01 1.42 0.00 1.42 0.00 17.86 20:56:01 0.93 0.00 0.93 0.00 10.40 20:57:01 1.48 0.00 1.48 0.00 18.66 20:58:01 0.90 0.00 0.90 0.00 10.40 20:59:01 1.32 0.00 1.32 0.00 16.80 21:00:01 0.87 0.00 0.87 0.00 9.86 21:01:01 1.47 0.00 1.47 0.00 18.93 21:02:01 0.92 0.00 0.92 0.00 10.80 21:03:01 1.42 0.00 1.42 0.00 18.26 21:04:01 0.92 0.00 0.92 0.00 10.26 21:05:01 1.55 0.00 1.55 0.00 20.00 21:06:01 1.00 0.00 1.00 0.00 11.46 21:07:01 1.13 0.00 1.13 0.00 14.93 21:08:01 0.88 0.00 0.88 0.00 10.13 21:09:01 1.33 0.00 1.33 0.00 16.53 21:10:01 1.02 0.00 1.02 0.00 12.40 21:11:01 1.22 0.00 1.22 0.00 15.46 21:12:01 0.85 0.00 0.85 0.00 9.86 21:13:01 1.20 0.00 1.20 0.00 16.00 21:14:01 0.93 0.00 0.93 0.00 11.33 21:15:01 1.22 0.00 1.22 0.00 16.66 21:16:01 1.05 0.00 1.05 0.00 11.73 21:17:01 1.03 0.00 1.03 0.00 13.60 21:18:01 1.23 0.00 1.23 0.00 13.60 21:19:01 1.15 0.00 1.15 0.00 15.86 21:20:02 1.23 0.00 1.23 0.00 14.80 21:21:01 1.22 0.00 1.22 0.00 16.68 21:22:01 1.12 0.00 1.12 0.00 13.20 21:23:01 1.17 0.00 1.17 0.00 16.40 21:24:01 0.95 0.00 0.95 0.00 10.66 21:25:01 1.10 0.00 1.10 0.00 14.93 21:26:01 1.07 0.00 1.07 0.00 12.80 21:27:01 1.82 0.00 1.82 0.00 22.00 21:28:01 1.28 0.00 1.28 0.00 14.13 21:29:01 1.48 0.00 1.48 0.00 18.13 21:30:01 0.88 0.00 0.88 0.00 10.40 21:31:01 1.53 0.00 1.53 0.00 19.06 21:32:01 1.37 0.00 1.37 0.00 15.33 21:33:01 1.42 0.00 1.42 0.00 17.86 21:34:01 0.95 0.00 0.95 0.00 10.66 21:35:01 1.50 0.00 1.50 0.00 18.66 21:36:01 0.90 0.00 0.90 0.00 10.13 21:37:01 1.50 0.00 1.50 0.00 19.06 21:38:01 0.87 0.00 0.87 0.00 9.73 21:39:01 1.42 0.00 1.42 0.00 17.73 21:40:01 307.12 25.78 281.34 899.45 6858.86 21:41:01 118.78 0.93 117.85 110.78 12967.31 Average: 5.71 0.59 5.12 35.37 715.12 19:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:51:01 14461236 15685708 1963724 11.96 32020 1412092 709700 4.06 496692 1295364 20 19:52:02 14461792 15686384 1963168 11.95 32060 1412096 709700 4.06 496360 1295336 168 19:53:01 14461924 15686560 1963036 11.95 32092 1412100 709700 4.06 496300 1295336 168 19:54:01 14461004 15685676 1963956 11.96 32124 1412104 709700 4.06 497128 1295344 164 19:55:01 14461044 15685764 1963916 11.96 32156 1412100 709700 4.06 497052 1295340 16 19:56:01 14460752 15685528 1964208 11.96 32188 1412112 709700 4.06 497376 1295348 180 19:57:01 14460792 15685604 1964168 11.96 32220 1412116 709700 4.06 497464 1295352 140 19:58:01 14460972 15685788 1963988 11.96 32252 1412120 709700 4.06 497316 1295356 24 19:59:01 14460732 15685592 1964228 11.96 32284 1412124 709700 4.06 497600 1295360 148 20:00:01 14460756 15685676 1964204 11.96 32320 1412128 709700 4.06 497728 1295364 28 20:01:01 14460628 15685576 1964332 11.96 32380 1412132 709700 4.06 498252 1295368 8 20:02:01 14460032 15685048 1964928 11.96 32404 1412136 709700 4.06 498332 1295372 20 20:03:01 14459740 15684768 1965220 11.96 32436 1412136 709700 4.06 498496 1295372 20 20:04:01 14459720 15684912 1965240 11.96 32452 1412268 709700 4.06 498568 1295504 172 20:05:01 14457976 15683836 1966984 11.98 33072 1412268 701528 4.01 499584 1295512 16 20:06:01 14458008 15683940 1966952 11.98 33128 1412284 701528 4.01 499624 1295516 20 20:07:01 14458188 15684176 1966772 11.97 33172 1412284 701528 4.01 499700 1295516 180 20:08:01 14457996 15684016 1966964 11.98 33196 1412292 701528 4.01 499592 1295524 176 20:09:01 14458284 15684336 1966676 11.97 33220 1412296 701528 4.01 499824 1295528 20 20:10:01 14458020 15684120 1966940 11.98 33260 1412300 701528 4.01 499988 1295532 48 20:11:01 14457528 15683684 1967432 11.98 33284 1412300 701528 4.01 499992 1295532 188 20:12:01 14457112 15683272 1967848 11.98 33316 1412304 701528 4.01 500096 1295536 20 20:13:01 14457432 15683632 1967528 11.98 33340 1412312 701528 4.01 500080 1295544 20 20:14:01 14457588 15683816 1967372 11.98 33364 1412316 701528 4.01 500192 1295548 20 20:15:01 14457340 15683600 1967620 11.98 33388 1412316 701528 4.01 500052 1295548 16 20:16:01 14457652 15683932 1967308 11.98 33420 1412320 701528 4.01 500276 1295552 36 20:17:01 14456756 15683104 1968204 11.98 33448 1412324 701528 4.01 500848 1295560 212 20:18:01 14457376 15683748 1967584 11.98 33472 1412332 701528 4.01 500484 1295564 20 20:19:01 14457060 15683484 1967900 11.98 33496 1412332 701528 4.01 500540 1295564 20 20:20:01 14456952 15683404 1968008 11.98 33544 1412320 701528 4.01 500568 1295568 36 20:21:01 14457000 15683524 1967960 11.98 33576 1412340 701528 4.01 500644 1295572 20 20:22:01 14456776 15683328 1968184 11.98 33600 1412344 701528 4.01 500680 1295576 20 20:23:01 14456940 15683524 1968020 11.98 33624 1412344 701528 4.01 500712 1295576 20 20:24:01 14456880 15683492 1968080 11.98 33664 1412348 701528 4.01 500884 1295580 4 20:25:01 14456068 15682732 1968892 11.99 33704 1412344 701528 4.01 501236 1295584 20 20:26:01 14456476 15683180 1968484 11.98 33736 1412356 701528 4.01 501360 1295588 20 20:27:01 14456516 15683264 1968444 11.98 33768 1412360 701528 4.01 501508 1295592 20 20:28:01 14456476 15683312 1968484 11.98 33848 1412364 701528 4.01 501432 1295600 8 20:29:01 14435808 15662728 1989152 12.11 33876 1412372 717560 4.11 521756 1295608 20 20:30:01 14451168 15678128 1973792 12.02 33916 1412360 717560 4.11 505940 1295612 20 20:31:01 14451128 15678148 1973832 12.02 33948 1412376 717560 4.11 506272 1295608 20 20:32:01 14449028 15676092 1975932 12.03 33988 1412380 717560 4.11 508676 1295612 20 20:33:01 14449080 15676324 1975880 12.03 34028 1412512 717560 4.11 508856 1295744 16 20:34:01 14448740 15676032 1976220 12.03 34060 1412516 717560 4.11 508920 1295748 16 20:35:01 14430188 15659656 1994772 12.14 34124 1414228 717560 4.11 526300 1296524 20 20:36:01 14430072 15659604 1994888 12.15 34156 1414248 717560 4.11 525880 1296516 40 20:37:01 14430104 15659660 1994856 12.15 34180 1414252 717560 4.11 525900 1296520 24 20:38:01 14429888 15659492 1995072 12.15 34220 1414256 717560 4.11 526144 1296524 20 20:39:01 14429920 15659544 1995040 12.15 34252 1414256 717560 4.11 525992 1296524 20 20:40:01 14429696 15659348 1995264 12.15 34300 1414244 717560 4.11 526212 1296528 40 20:41:01 14429464 15659216 1995496 12.15 34364 1414264 717560 4.11 526324 1296532 20 20:42:01 14429232 15659008 1995728 12.15 34388 1414268 717560 4.11 526376 1296536 20 20:43:01 14429432 15659276 1995528 12.15 34412 1414268 717560 4.11 526436 1296536 180 20:44:01 14429348 15659228 1995612 12.15 34444 1414272 717560 4.11 526468 1296540 180 20:45:01 14428968 15658896 1995992 12.15 34484 1414280 717560 4.11 526336 1296548 44 20:46:01 14427732 15658544 1997228 12.16 34572 1414956 713108 4.08 527064 1297020 36 20:47:01 14427780 15658636 1997180 12.16 34596 1414960 713108 4.08 527116 1297024 180 20:48:01 14427928 15658788 1997032 12.16 34620 1414964 713108 4.08 527116 1297028 20 20:49:01 14427440 15658352 1997520 12.16 34644 1414968 713108 4.08 527224 1297032 184 20:50:01 14426340 15657316 1998620 12.17 34700 1414972 713108 4.08 527788 1297032 24 20:51:01 14426528 15657536 1998432 12.17 34740 1414972 713108 4.08 527960 1297032 164 20:52:01 14426444 15657472 1998516 12.17 34764 1414976 713108 4.08 527932 1297036 16 20:53:01 14426564 15657636 1998396 12.17 34788 1414984 713108 4.08 527972 1297040 204 20:54:01 14426588 15657688 1998372 12.17 34812 1414988 713108 4.08 527964 1297044 164 20:55:01 14426596 15657732 1998364 12.17 34844 1414992 713108 4.08 527808 1297048 188 20:56:01 14426636 15657788 1998324 12.17 34876 1414992 713108 4.08 527976 1297048 160 20:57:01 14426488 15657704 1998472 12.17 34916 1414996 713108 4.08 527952 1297056 8 20:58:01 14426800 15658036 1998160 12.17 34940 1415000 713108 4.08 528024 1297060 20 20:59:01 14426800 15658056 1998160 12.17 34964 1415004 713108 4.08 528012 1297064 24 21:00:01 14426668 15657972 1998292 12.17 34992 1415000 713108 4.08 528244 1297064 20 21:01:01 14426568 15657892 1998392 12.17 35028 1415008 713108 4.08 528204 1297068 188 21:02:01 14426740 15658092 1998220 12.17 35052 1415012 713108 4.08 528004 1297072 20 21:03:01 14426288 15657868 1998672 12.17 35124 1415152 713108 4.08 528184 1297208 172 21:04:01 14425868 15657488 1999092 12.17 35156 1415152 713108 4.08 528612 1297208 200 21:05:01 14425992 15657628 1998968 12.17 35196 1415156 713108 4.08 528704 1297216 32 21:06:01 14426252 15657948 1998708 12.17 35228 1415160 713108 4.08 528492 1297220 20 21:07:01 14426256 15657972 1998704 12.17 35260 1415164 713108 4.08 528572 1297224 20 21:08:01 14425832 15657572 1999128 12.17 35284 1415164 713108 4.08 528728 1297224 20 21:09:01 14425616 15657396 1999344 12.17 35308 1415168 713108 4.08 528688 1297228 24 21:10:01 14425756 15657584 1999204 12.17 35348 1415164 713108 4.08 528740 1297232 24 21:11:01 14425968 15657836 1998992 12.17 35380 1415176 713108 4.08 528756 1297236 20 21:12:01 14425460 15657344 1999500 12.17 35396 1415176 713108 4.08 529248 1297236 20 21:13:01 14425576 15657500 1999384 12.17 35420 1415184 713108 4.08 529100 1297244 152 21:14:01 14419868 15651796 2005092 12.21 35460 1415188 713108 4.08 534920 1297248 20 21:15:01 14425308 15657320 1999652 12.17 35508 1415184 713108 4.08 529084 1297252 32 21:16:01 14425016 15657096 1999944 12.18 35548 1415192 713108 4.08 529248 1297252 164 21:17:01 14424760 15656876 2000200 12.18 35580 1415196 713108 4.08 529332 1297256 224 21:18:01 14425172 15657300 1999788 12.18 35612 1415200 713108 4.08 529220 1297260 8 21:19:01 14425108 15657268 1999852 12.18 35660 1415208 713108 4.08 529388 1297264 220 21:20:02 14424992 15657196 1999968 12.18 35720 1415196 713108 4.08 529412 1297264 8 21:21:01 14425172 15657448 1999788 12.18 35768 1415216 713108 4.08 529540 1297272 220 21:22:01 14424972 15657256 1999988 12.18 35816 1415212 713108 4.08 529532 1297276 8 21:23:01 14424608 15656948 2000352 12.18 35864 1415224 713108 4.08 529524 1297284 40 21:24:01 14424672 15657096 2000288 12.18 35896 1415224 713108 4.08 529552 1297284 168 21:25:01 14424804 15657272 2000156 12.18 35936 1415228 713108 4.08 529652 1297288 188 21:26:01 14424820 15657336 2000140 12.18 35976 1415232 713108 4.08 529652 1297292 220 21:27:01 14424456 15657048 2000504 12.18 36056 1415236 713108 4.08 529940 1297296 168 21:28:01 14424628 15657308 2000332 12.18 36144 1415236 713108 4.08 530040 1297296 8 21:29:01 14424716 15657452 2000244 12.18 36192 1415240 713108 4.08 530016 1297300 20 21:30:01 14424840 15657608 2000120 12.18 36216 1415244 713108 4.08 530048 1297304 180 21:31:01 14424656 15657456 2000304 12.18 36256 1415252 713108 4.08 530156 1297312 48 21:32:01 14424648 15657552 2000312 12.18 36344 1415252 713108 4.08 530084 1297312 180 21:33:01 14424160 15657100 2000800 12.18 36376 1415256 713108 4.08 530244 1297316 8 21:34:01 14424076 15657044 2000884 12.18 36400 1415260 713108 4.08 530420 1297320 20 21:35:01 14423548 15656616 2001412 12.19 36432 1415264 692944 3.97 531768 1296284 176 21:36:01 14423448 15656540 2001512 12.19 36464 1415260 692944 3.97 531664 1296268 184 21:37:01 14423472 15656608 2001488 12.19 36496 1415272 692944 3.97 531536 1296276 4 21:38:01 14423688 15656852 2001272 12.18 36520 1415276 692944 3.97 531572 1296280 20 21:39:01 14423528 15656728 2001432 12.19 36552 1415280 692944 3.97 531612 1296284 4 21:40:01 13923340 15468384 2501620 15.23 57544 1689604 913416 5.23 790968 1498580 160340 21:41:01 13606756 15481056 2818204 17.16 85216 1974140 809760 4.63 835636 1736592 190132 Average: 14426500 15664454 1998460 12.17 35087 1421425 712623 4.08 522750 1302189 3230 19:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:51:01 ens3 207.39 129.40 521.47 31.80 0.00 0.00 0.00 0.00 19:51:01 lo 0.75 0.75 0.07 0.07 0.00 0.00 0.00 0.00 19:52:02 ens3 0.60 0.13 0.11 0.16 0.00 0.00 0.00 0.00 19:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:01 ens3 0.37 0.22 0.08 0.18 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:54:01 ens3 0.58 0.48 0.28 0.79 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:55:01 ens3 0.28 0.23 0.07 0.18 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:56:01 ens3 0.40 0.28 0.20 0.24 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:57:01 ens3 0.25 0.22 0.07 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:58:01 ens3 0.18 0.18 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:59:01 ens3 0.27 0.23 0.07 0.18 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 20:00:01 ens3 0.23 0.17 0.07 0.30 0.00 0.00 0.00 0.00 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:01:01 ens3 0.45 0.30 0.20 0.26 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:02:01 ens3 0.22 0.15 0.07 0.17 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:03:01 ens3 0.30 0.18 0.07 0.17 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:04:01 ens3 0.50 0.17 0.13 0.17 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:05:01 ens3 1.58 0.58 0.48 0.55 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:06:01 ens3 0.82 0.47 0.45 0.72 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:07:01 ens3 0.38 0.32 0.08 0.22 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:08:01 ens3 0.33 0.08 0.13 0.00 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:09:01 ens3 0.35 0.30 0.08 0.34 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:10:01 ens3 0.23 0.08 0.07 0.01 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:11:01 ens3 0.95 0.42 0.34 0.43 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:12:01 ens3 0.62 0.42 0.37 0.41 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:13:01 ens3 0.30 0.20 0.07 0.22 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:14:01 ens3 0.28 0.30 0.16 0.50 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:15:01 ens3 0.27 0.20 0.07 0.17 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:16:01 ens3 0.38 0.30 0.20 0.21 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:17:01 ens3 1.22 0.67 0.51 0.58 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:18:01 ens3 0.17 0.13 0.06 0.22 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:19:01 ens3 0.25 0.23 0.07 0.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:20:01 ens3 0.25 0.13 0.07 0.17 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:21:01 ens3 0.37 0.30 0.14 0.27 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:22:01 ens3 0.25 0.08 0.12 0.01 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:23:01 ens3 0.28 0.20 0.07 0.17 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:24:01 ens3 0.30 0.25 0.12 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:25:01 ens3 0.33 0.28 0.08 0.34 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:26:01 ens3 0.87 0.30 0.33 0.27 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:27:01 ens3 0.72 0.43 0.38 0.38 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:28:01 ens3 0.18 0.18 0.06 0.19 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:29:01 ens3 0.63 0.50 0.33 0.54 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:30:01 ens3 0.20 0.13 0.06 0.17 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:31:01 ens3 0.47 0.20 0.20 0.07 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:32:01 ens3 2.67 3.93 0.23 7.10 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:33:01 ens3 1.78 2.27 0.17 2.60 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:34:01 ens3 0.38 0.15 0.12 0.51 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:35:01 ens3 9.87 6.88 7.18 6.79 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:36:01 ens3 0.28 0.22 0.14 0.31 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:37:01 ens3 0.25 0.20 0.07 0.27 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:38:01 ens3 0.18 0.15 0.06 0.20 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:39:01 ens3 0.27 0.13 0.07 0.01 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:40:01 ens3 0.28 0.13 0.07 0.17 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:41:01 ens3 0.48 0.28 0.26 0.24 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:42:01 ens3 0.22 0.17 0.07 0.21 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:43:01 ens3 0.27 0.17 0.07 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:44:01 ens3 0.20 0.20 0.11 0.32 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:45:01 ens3 0.25 0.22 0.07 0.18 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:46:01 ens3 0.28 0.18 0.14 0.24 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:47:01 ens3 0.28 0.25 0.12 0.19 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:48:01 ens3 0.17 0.13 0.06 0.17 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:49:01 ens3 0.23 0.18 0.07 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:50:01 ens3 111.93 84.20 74.46 78.37 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:51:01 ens3 0.37 0.28 0.14 0.25 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:52:01 ens3 0.18 0.12 0.06 0.17 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:53:01 ens3 1.27 0.70 0.57 0.71 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:54:01 ens3 0.18 0.17 0.06 0.26 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:55:01 ens3 0.23 0.15 0.07 0.01 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:56:01 ens3 0.33 0.20 0.19 0.26 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:57:01 ens3 0.28 0.22 0.07 0.18 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:58:01 ens3 0.17 0.15 0.06 0.17 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:59:01 ens3 0.27 0.20 0.07 0.18 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 21:00:01 ens3 0.17 0.12 0.06 0.17 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:01:01 ens3 0.38 0.33 0.14 0.25 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:02:01 ens3 0.27 0.18 0.12 0.18 0.00 0.00 0.00 0.00 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:01 ens3 0.88 1.28 0.11 6.70 0.00 0.00 0.00 0.00 21:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:04:01 ens3 7.23 8.35 0.59 14.29 0.00 0.00 0.00 0.00 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:01 ens3 2.52 3.87 0.50 19.80 0.00 0.00 0.00 0.00 21:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:06:01 ens3 6.35 9.12 0.59 20.90 0.00 0.00 0.00 0.00 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:01 ens3 1.17 1.90 0.13 2.52 0.00 0.00 0.00 0.00 21:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:08:01 ens3 0.25 0.13 0.07 0.28 0.00 0.00 0.00 0.00 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:01 ens3 0.32 0.18 0.07 0.18 0.00 0.00 0.00 0.00 21:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:10:01 ens3 0.25 0.10 0.07 0.01 0.00 0.00 0.00 0.00 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:01 ens3 0.80 0.32 0.24 0.41 0.00 0.00 0.00 0.00 21:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:12:01 ens3 0.82 0.52 0.38 0.51 0.00 0.00 0.00 0.00 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:13:01 ens3 0.33 0.18 0.07 0.10 0.00 0.00 0.00 0.00 21:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:01 ens3 0.53 0.30 0.18 0.52 0.00 0.00 0.00 0.00 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:01 ens3 0.30 0.27 0.07 0.35 0.00 0.00 0.00 0.00 21:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:16:01 ens3 0.30 0.23 0.14 0.24 0.00 0.00 0.00 0.00 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:17:01 ens3 0.25 0.18 0.07 0.18 0.00 0.00 0.00 0.00 21:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:18:01 ens3 0.27 0.12 0.12 0.01 0.00 0.00 0.00 0.00 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:01 ens3 0.32 0.33 0.07 0.36 0.00 0.00 0.00 0.00 21:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:20:02 ens3 0.22 0.15 0.07 0.18 0.00 0.00 0.00 0.00 21:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:01 ens3 0.36 0.25 0.14 0.21 0.00 0.00 0.00 0.00 21:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:22:01 ens3 0.33 0.27 0.15 0.21 0.00 0.00 0.00 0.00 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:23:01 ens3 0.25 0.20 0.07 0.18 0.00 0.00 0.00 0.00 21:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:01 ens3 0.28 0.22 0.12 0.35 0.00 0.00 0.00 0.00 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:01 ens3 0.25 0.20 0.07 0.18 0.00 0.00 0.00 0.00 21:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:26:01 ens3 0.28 0.20 0.14 0.24 0.00 0.00 0.00 0.00 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:01 ens3 0.33 0.15 0.13 0.01 0.00 0.00 0.00 0.00 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:28:01 ens3 0.17 0.08 0.06 0.17 0.00 0.00 0.00 0.00 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:01 ens3 0.63 0.37 0.33 0.37 0.00 0.00 0.00 0.00 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:30:01 ens3 0.17 0.15 0.06 0.18 0.00 0.00 0.00 0.00 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:01 ens3 0.35 0.23 0.14 0.24 0.00 0.00 0.00 0.00 21:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:32:01 ens3 0.32 0.15 0.14 0.17 0.00 0.00 0.00 0.00 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:01 ens3 0.25 0.23 0.07 0.18 0.00 0.00 0.00 0.00 21:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:34:01 ens3 0.17 0.08 0.06 0.17 0.00 0.00 0.00 0.00 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:01 ens3 4.05 3.45 2.44 4.34 0.00 0.00 0.00 0.00 21:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:36:01 ens3 0.38 0.13 0.20 0.13 0.00 0.00 0.00 0.00 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:01 ens3 0.23 0.13 0.07 0.19 0.00 0.00 0.00 0.00 21:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:38:01 ens3 0.17 0.08 0.06 0.17 0.00 0.00 0.00 0.00 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:01 ens3 0.23 0.15 0.07 0.17 0.00 0.00 0.00 0.00 21:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:40:01 ens3 240.14 174.29 1754.73 50.55 0.00 0.00 0.00 0.00 21:40:01 lo 1.73 1.73 0.19 0.19 0.00 0.00 0.00 0.00 21:41:01 ens3 69.11 52.81 937.49 12.53 0.00 0.00 0.00 0.00 21:41:01 lo 1.80 1.80 0.20 0.20 0.00 0.00 0.00 0.00 Average: ens3 6.29 4.53 29.79 2.54 0.00 0.00 0.00 0.00 Average: lo 0.14 0.14 0.01 0.01 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-132) 02/26/26 _x86_64_ (4 CPU) 19:49:49 LINUX RESTART (4 CPU) 19:50:02 CPU %user %nice %system %iowait %steal %idle 19:51:01 all 4.05 0.00 0.64 1.71 0.03 93.57 19:51:01 0 6.20 0.00 0.57 0.34 0.02 92.88 19:51:01 1 2.99 0.00 0.68 2.29 0.05 93.99 19:51:01 2 3.16 0.00 0.51 3.52 0.02 92.80 19:51:01 3 3.86 0.00 0.81 0.66 0.02 94.65 19:52:02 all 0.43 0.00 0.01 0.01 0.01 99.54 19:52:02 0 1.63 0.00 0.00 0.00 0.00 98.37 19:52:02 1 0.02 0.00 0.02 0.03 0.02 99.92 19:52:02 2 0.05 0.00 0.02 0.00 0.00 99.93 19:52:02 3 0.02 0.00 0.02 0.00 0.00 99.97 19:53:01 all 0.04 0.00 0.01 0.01 0.01 99.93 19:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:53:01 1 0.03 0.00 0.00 0.02 0.02 99.93 19:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:53:01 3 0.07 0.00 0.02 0.00 0.02 99.90 19:54:01 all 0.08 0.00 0.02 0.00 0.01 99.89 19:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:54:01 1 0.15 0.00 0.00 0.02 0.00 99.83 19:54:01 2 0.13 0.00 0.03 0.00 0.02 99.82 19:54:01 3 0.00 0.00 0.00 0.02 0.03 99.95 19:55:01 all 0.03 0.00 0.01 0.02 0.01 99.94 19:55:01 0 0.00 0.00 0.02 0.00 0.02 99.97 19:55:01 1 0.03 0.00 0.00 0.05 0.00 99.92 19:55:01 2 0.03 0.00 0.02 0.02 0.00 99.93 19:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 19:56:01 all 0.03 0.00 0.01 0.00 0.01 99.94 19:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:56:01 1 0.03 0.00 0.02 0.02 0.00 99.93 19:56:01 2 0.07 0.00 0.02 0.00 0.00 99.92 19:56:01 3 0.02 0.00 0.02 0.02 0.03 99.92 19:57:01 all 0.03 0.00 0.01 0.00 0.01 99.95 19:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:57:01 1 0.03 0.00 0.00 0.02 0.00 99.95 19:57:01 2 0.03 0.00 0.00 0.00 0.02 99.95 19:57:01 3 0.03 0.00 0.02 0.00 0.02 99.93 19:58:01 all 0.02 0.00 0.00 0.01 0.01 99.96 19:58:01 0 0.03 0.00 0.00 0.00 0.02 99.95 19:58:01 1 0.00 0.00 0.02 0.02 0.02 99.95 19:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:58:01 3 0.03 0.00 0.00 0.00 0.03 99.93 19:59:01 all 0.02 0.00 0.01 0.02 0.01 99.94 19:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:59:01 1 0.00 0.00 0.00 0.02 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.03 0.00 0.03 0.07 0.02 99.85 20:00:01 all 0.00 0.00 0.01 0.02 0.01 99.95 20:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:00:01 1 0.00 0.00 0.00 0.08 0.00 99.92 20:00:01 2 0.00 0.00 0.03 0.00 0.00 99.97 20:00:01 3 0.00 0.00 0.02 0.00 0.03 99.95 20:01:01 all 0.03 0.00 0.01 0.01 0.01 99.94 20:01:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:01:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:01:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:01:01 3 0.07 0.00 0.00 0.00 0.03 99.90 20:01:01 CPU %user %nice %system %iowait %steal %idle 20:02:01 all 0.02 0.00 0.00 0.01 0.01 99.96 20:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:02:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:02:01 2 0.07 0.00 0.00 0.00 0.02 99.92 20:02:01 3 0.03 0.00 0.02 0.03 0.02 99.90 20:03:01 all 0.05 0.00 0.02 0.01 0.01 99.91 20:03:01 0 0.15 0.00 0.02 0.00 0.00 99.83 20:03:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:03:01 3 0.03 0.00 0.03 0.00 0.03 99.90 20:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:04:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:04:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:05:01 all 0.04 0.00 0.01 0.02 0.01 99.92 20:05:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:05:01 1 0.02 0.00 0.00 0.03 0.02 99.93 20:05:01 2 0.05 0.00 0.05 0.02 0.00 99.88 20:05:01 3 0.07 0.00 0.02 0.02 0.02 99.88 20:06:01 all 0.04 0.00 0.01 0.39 0.01 99.55 20:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:06:01 1 0.08 0.00 0.02 1.55 0.02 98.33 20:06:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:07:01 all 0.02 0.00 0.02 0.01 0.01 99.95 20:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:07:01 1 0.03 0.00 0.02 0.03 0.03 99.88 20:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:07:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:08:01 all 0.02 0.00 0.01 0.03 0.01 99.93 20:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:08:01 1 0.05 0.00 0.02 0.02 0.02 99.90 20:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:08:01 3 0.02 0.00 0.00 0.08 0.00 99.90 20:09:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:09:01 1 0.05 0.00 0.00 0.00 0.03 99.92 20:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:09:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:10:01 1 0.05 0.00 0.02 0.02 0.02 99.90 20:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:11:01 all 0.03 0.00 0.02 0.00 0.01 99.94 20:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:11:01 1 0.03 0.00 0.00 0.02 0.02 99.93 20:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:12:01 all 0.10 0.00 0.01 0.01 0.01 99.87 20:12:01 0 0.30 0.00 0.02 0.00 0.02 99.67 20:12:01 1 0.02 0.00 0.02 0.03 0.02 99.92 20:12:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:12:01 3 0.05 0.00 0.00 0.02 0.02 99.92 20:12:01 CPU %user %nice %system %iowait %steal %idle 20:13:01 all 0.02 0.00 0.02 0.01 0.01 99.95 20:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:13:01 1 0.02 0.00 0.05 0.05 0.02 99.87 20:13:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:14:01 all 0.05 0.00 0.03 0.00 0.00 99.92 20:14:01 0 0.12 0.00 0.07 0.00 0.00 99.82 20:14:01 1 0.02 0.00 0.03 0.02 0.02 99.92 20:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:15:01 all 0.01 0.00 0.01 0.02 0.01 99.95 20:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:15:01 1 0.02 0.00 0.02 0.07 0.02 99.88 20:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:16:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:16:01 3 0.00 0.00 0.02 0.02 0.02 99.95 20:17:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:17:01 1 0.02 0.00 0.03 0.02 0.02 99.92 20:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:18:01 1 0.05 0.00 0.02 0.02 0.02 99.90 20:18:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:18:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:19:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:19:01 0 0.03 0.00 0.00 0.00 0.03 99.93 20:19:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:19:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:20:01 all 0.30 0.00 0.01 0.02 0.01 99.66 20:20:01 0 1.13 0.00 0.03 0.00 0.02 98.83 20:20:01 1 0.02 0.00 0.02 0.07 0.00 99.90 20:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:21:01 all 0.02 0.00 0.01 0.01 0.01 99.95 20:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:21:01 1 0.00 0.00 0.02 0.03 0.02 99.93 20:21:01 2 0.05 0.00 0.00 0.00 0.00 99.95 20:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:22:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:22:01 1 0.02 0.00 0.02 0.03 0.00 99.93 20:22:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:22:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:23:01 0 0.00 0.00 0.02 0.00 0.03 99.95 20:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:23:01 CPU %user %nice %system %iowait %steal %idle 20:24:01 all 0.08 0.00 0.02 0.01 0.01 99.88 20:24:01 0 0.30 0.00 0.05 0.02 0.02 99.62 20:24:01 1 0.02 0.00 0.00 0.03 0.00 99.95 20:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:25:01 all 0.52 0.00 0.01 0.01 0.01 99.45 20:25:01 0 1.99 0.00 0.03 0.00 0.03 97.95 20:25:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:25:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:26:01 all 0.51 0.00 0.01 0.02 0.01 99.46 20:26:01 0 1.99 0.00 0.02 0.00 0.02 97.98 20:26:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:26:01 3 0.00 0.00 0.02 0.05 0.00 99.93 20:27:01 all 0.53 0.00 0.02 0.01 0.01 99.43 20:27:01 0 2.00 0.00 0.00 0.00 0.02 97.98 20:27:01 1 0.02 0.00 0.03 0.03 0.02 99.90 20:27:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:27:01 3 0.03 0.00 0.00 0.02 0.00 99.95 20:28:01 all 0.40 0.00 0.01 0.03 0.00 99.56 20:28:01 0 1.55 0.00 0.03 0.07 0.02 98.34 20:28:01 1 0.02 0.00 0.02 0.03 0.00 99.93 20:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:28:01 3 0.00 0.00 0.02 0.02 0.02 99.95 20:29:01 all 0.19 0.00 0.01 0.01 0.01 99.78 20:29:01 0 0.00 0.00 0.02 0.00 0.03 99.95 20:29:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:29:01 3 0.72 0.00 0.00 0.03 0.00 99.25 20:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:30:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:30:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:31:01 all 0.01 0.00 0.01 0.02 0.01 99.95 20:31:01 0 0.03 0.00 0.00 0.00 0.03 99.93 20:31:01 1 0.00 0.00 0.03 0.00 0.00 99.97 20:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:01 3 0.00 0.00 0.02 0.07 0.00 99.92 20:32:01 all 0.03 0.00 0.02 0.00 0.00 99.94 20:32:01 0 0.05 0.00 0.05 0.00 0.02 99.88 20:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:32:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:32:01 3 0.02 0.00 0.00 0.03 0.02 99.93 20:33:01 all 0.20 0.00 0.02 0.01 0.01 99.76 20:33:01 0 0.76 0.00 0.02 0.00 0.02 99.20 20:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:34:01 all 0.51 0.00 0.02 0.00 0.01 99.46 20:34:01 0 2.00 0.00 0.02 0.00 0.03 97.95 20:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:34:01 2 0.00 0.00 0.03 0.00 0.00 99.97 20:34:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:34:01 CPU %user %nice %system %iowait %steal %idle 20:35:01 all 0.88 0.00 0.05 0.02 0.01 99.04 20:35:01 0 0.57 0.00 0.12 0.05 0.02 99.25 20:35:01 1 1.32 0.00 0.02 0.00 0.00 98.66 20:35:01 2 0.97 0.00 0.02 0.00 0.02 99.00 20:35:01 3 0.62 0.00 0.05 0.03 0.00 99.30 20:36:01 all 0.51 0.00 0.01 0.00 0.01 99.46 20:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:36:01 1 1.97 0.00 0.02 0.00 0.00 98.01 20:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:36:01 3 0.03 0.00 0.00 0.02 0.00 99.95 20:37:01 all 0.24 0.00 0.00 0.00 0.01 99.75 20:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:37:01 1 0.86 0.00 0.00 0.00 0.02 99.12 20:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:37:01 3 0.03 0.00 0.02 0.03 0.02 99.90 20:38:01 all 0.19 0.00 0.02 0.04 0.01 99.74 20:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:38:01 1 0.71 0.00 0.07 0.00 0.02 99.20 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.00 0.13 0.00 99.85 20:39:01 all 0.51 0.00 0.00 0.00 0.01 99.48 20:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:39:01 1 1.99 0.00 0.00 0.00 0.00 98.01 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.02 0.00 99.98 20:40:01 all 0.51 0.00 0.01 0.01 0.01 99.46 20:40:01 0 0.03 0.00 0.02 0.03 0.02 99.90 20:40:01 1 1.99 0.00 0.00 0.00 0.00 98.01 20:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:40:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:41:01 all 0.33 0.00 0.01 0.01 0.01 99.64 20:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:41:01 1 1.25 0.00 0.00 0.00 0.02 98.73 20:41:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:41:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:42:01 all 0.02 0.00 0.02 0.00 0.01 99.95 20:42:01 0 0.00 0.00 0.00 0.02 0.00 99.98 20:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:43:01 0 0.00 0.00 0.00 0.02 0.00 99.98 20:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:43:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:44:01 all 0.17 0.00 0.01 0.00 0.00 99.81 20:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:44:01 1 0.61 0.00 0.00 0.00 0.02 99.37 20:44:01 2 0.05 0.00 0.02 0.00 0.02 99.92 20:44:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:45:01 all 0.05 0.00 0.01 0.02 0.01 99.92 20:45:01 0 0.00 0.00 0.00 0.07 0.00 99.93 20:45:01 1 0.17 0.00 0.02 0.00 0.00 99.82 20:45:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:45:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:45:01 CPU %user %nice %system %iowait %steal %idle 20:46:01 all 0.30 0.00 0.06 0.02 0.01 99.61 20:46:01 0 0.28 0.00 0.05 0.05 0.02 99.60 20:46:01 1 0.02 0.00 0.05 0.00 0.02 99.92 20:46:01 2 0.07 0.00 0.07 0.02 0.02 99.83 20:46:01 3 0.82 0.00 0.08 0.02 0.02 99.07 20:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:47:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:47:01 3 0.02 0.00 0.00 0.00 0.03 99.95 20:48:01 all 0.05 0.00 0.01 0.00 0.01 99.93 20:48:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:48:01 1 0.12 0.00 0.00 0.00 0.02 99.87 20:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:48:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:49:01 all 0.52 0.00 0.01 0.02 0.01 99.45 20:49:01 0 0.02 0.00 0.00 0.05 0.00 99.93 20:49:01 1 1.97 0.00 0.02 0.00 0.00 98.01 20:49:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:49:01 3 0.03 0.00 0.02 0.00 0.03 99.92 20:50:01 all 1.15 0.00 0.12 0.00 0.02 98.70 20:50:01 0 1.30 0.00 0.12 0.02 0.02 98.55 20:50:01 1 1.64 0.00 0.15 0.00 0.02 98.19 20:50:01 2 0.85 0.00 0.15 0.00 0.00 99.00 20:50:01 3 0.79 0.00 0.08 0.00 0.03 99.10 20:51:01 all 0.02 0.00 0.02 0.00 0.01 99.95 20:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:51:01 3 0.03 0.00 0.03 0.03 0.02 99.88 20:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:52:01 3 0.03 0.00 0.02 0.02 0.03 99.90 20:53:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:53:01 3 0.02 0.00 0.02 0.02 0.03 99.92 20:54:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:54:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:54:01 3 0.02 0.00 0.03 0.02 0.02 99.92 20:55:01 all 0.01 0.00 0.02 0.00 0.01 99.95 20:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:55:01 3 0.02 0.00 0.03 0.02 0.03 99.90 20:56:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:01 3 0.02 0.00 0.02 0.02 0.03 99.92 20:56:01 CPU %user %nice %system %iowait %steal %idle 20:57:01 all 0.20 0.00 0.00 0.01 0.01 99.78 20:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:57:01 1 0.05 0.00 0.00 0.00 0.00 99.95 20:57:01 2 0.05 0.00 0.00 0.00 0.00 99.95 20:57:01 3 0.70 0.00 0.02 0.02 0.02 99.25 20:58:01 all 0.39 0.00 0.01 0.00 0.01 99.60 20:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:58:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:58:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:58:01 3 1.48 0.00 0.02 0.00 0.03 98.47 20:59:01 all 0.10 0.00 0.01 0.01 0.01 99.86 20:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:59:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:59:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:59:01 3 0.37 0.00 0.02 0.02 0.03 99.57 21:00:01 all 0.02 0.00 0.01 0.03 0.01 99.93 21:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:00:01 2 0.00 0.00 0.02 0.12 0.00 99.87 21:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 21:01:01 all 0.01 0.00 0.02 0.04 0.00 99.93 21:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:01:01 2 0.02 0.00 0.03 0.13 0.00 99.82 21:01:01 3 0.02 0.00 0.02 0.02 0.03 99.92 21:02:01 all 0.01 0.00 0.01 0.00 0.01 99.96 21:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:02:01 2 0.00 0.00 0.00 0.02 0.00 99.98 21:02:01 3 0.00 0.00 0.02 0.00 0.03 99.95 21:03:01 all 0.03 0.00 0.02 0.01 0.01 99.93 21:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:03:01 1 0.05 0.00 0.00 0.00 0.02 99.93 21:03:01 2 0.02 0.00 0.02 0.02 0.00 99.95 21:03:01 3 0.05 0.00 0.02 0.02 0.03 99.88 21:04:01 all 0.04 0.00 0.02 0.00 0.01 99.93 21:04:01 0 0.03 0.00 0.00 0.00 0.02 99.95 21:04:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:04:01 3 0.02 0.00 0.02 0.02 0.00 99.95 21:05:01 all 0.03 0.00 0.03 0.01 0.01 99.92 21:05:01 0 0.05 0.00 0.07 0.00 0.02 99.87 21:05:01 1 0.03 0.00 0.02 0.02 0.00 99.93 21:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:05:01 3 0.05 0.00 0.00 0.03 0.00 99.92 21:06:01 all 0.04 0.00 0.01 0.00 0.01 99.93 21:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:06:01 1 0.10 0.00 0.02 0.00 0.02 99.87 21:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:07:01 all 0.17 0.00 0.02 0.00 0.01 99.80 21:07:01 0 0.63 0.00 0.05 0.02 0.02 99.29 21:07:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:01 3 0.00 0.00 0.02 0.02 0.00 99.97 21:07:01 CPU %user %nice %system %iowait %steal %idle 21:08:01 all 0.05 0.00 0.01 0.00 0.01 99.92 21:08:01 0 0.18 0.00 0.03 0.00 0.02 99.77 21:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:09:01 all 0.02 0.00 0.02 0.01 0.01 99.95 21:09:01 0 0.03 0.00 0.03 0.00 0.03 99.90 21:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:09:01 3 0.00 0.00 0.02 0.05 0.02 99.92 21:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:10:01 0 0.03 0.00 0.03 0.02 0.02 99.90 21:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:10:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:10:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:11:01 all 0.42 0.00 0.02 0.01 0.01 99.53 21:11:01 0 1.60 0.00 0.07 0.00 0.03 98.30 21:11:01 1 0.05 0.00 0.00 0.00 0.00 99.95 21:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:11:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:12:01 all 0.25 0.00 0.00 0.00 0.01 99.74 21:12:01 0 0.53 0.00 0.00 0.00 0.02 99.45 21:12:01 1 0.45 0.00 0.00 0.00 0.00 99.55 21:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:13:01 all 0.01 0.00 0.02 0.00 0.01 99.95 21:13:01 0 0.00 0.00 0.03 0.02 0.02 99.93 21:13:01 1 0.03 0.00 0.03 0.00 0.03 99.90 21:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:13:01 3 0.00 0.00 0.00 0.02 0.02 99.97 21:14:01 all 0.28 0.00 0.01 0.01 0.01 99.68 21:14:01 0 0.95 0.00 0.00 0.00 0.00 99.05 21:14:01 1 0.05 0.00 0.05 0.00 0.03 99.87 21:14:01 2 0.12 0.00 0.02 0.00 0.00 99.87 21:14:01 3 0.03 0.00 0.00 0.02 0.00 99.95 21:15:01 all 0.23 0.00 0.01 0.00 0.01 99.74 21:15:01 0 0.88 0.00 0.02 0.00 0.02 99.09 21:15:01 1 0.05 0.00 0.02 0.00 0.02 99.92 21:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:15:01 3 0.00 0.00 0.02 0.02 0.00 99.97 21:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 21:16:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:16:01 1 0.02 0.00 0.03 0.02 0.03 99.90 21:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:16:01 3 0.00 0.00 0.00 0.02 0.02 99.97 21:17:01 all 0.03 0.00 0.02 0.00 0.01 99.95 21:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 21:17:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:17:01 3 0.00 0.00 0.02 0.02 0.00 99.97 21:18:01 all 0.44 0.00 0.01 0.01 0.01 99.53 21:18:01 0 1.70 0.00 0.00 0.00 0.00 98.30 21:18:01 1 0.02 0.00 0.03 0.00 0.03 99.92 21:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:18:01 3 0.02 0.00 0.00 0.02 0.02 99.95 21:18:01 CPU %user %nice %system %iowait %steal %idle 21:19:01 all 0.11 0.00 0.01 0.01 0.01 99.86 21:19:01 0 0.17 0.00 0.00 0.00 0.00 99.83 21:19:01 1 0.25 0.00 0.03 0.02 0.02 99.68 21:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:19:01 3 0.02 0.00 0.00 0.02 0.00 99.97 21:20:02 all 0.01 0.00 0.00 0.00 0.01 99.97 21:20:02 0 0.00 0.00 0.00 0.00 0.02 99.98 21:20:02 1 0.03 0.00 0.03 0.00 0.03 99.90 21:20:02 2 0.02 0.00 0.00 0.00 0.00 99.98 21:20:02 3 0.00 0.00 0.00 0.03 0.02 99.95 21:21:01 all 0.02 0.00 0.01 0.01 0.01 99.95 21:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:21:01 1 0.02 0.00 0.02 0.00 0.03 99.93 21:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:21:01 3 0.03 0.00 0.00 0.02 0.00 99.95 21:22:01 all 0.36 0.00 0.01 0.00 0.01 99.61 21:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:22:01 1 1.40 0.00 0.02 0.00 0.05 98.53 21:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:22:01 3 0.02 0.00 0.02 0.02 0.00 99.95 21:23:01 all 0.01 0.00 0.02 0.01 0.01 99.95 21:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:23:01 1 0.00 0.00 0.03 0.02 0.03 99.92 21:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:23:01 3 0.02 0.00 0.00 0.03 0.02 99.93 21:24:01 all 0.01 0.00 0.00 0.00 0.01 99.97 21:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:24:01 3 0.02 0.00 0.00 0.02 0.00 99.97 21:25:01 all 0.02 0.00 0.02 0.01 0.01 99.95 21:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:25:01 1 0.03 0.00 0.05 0.00 0.03 99.88 21:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:25:01 3 0.02 0.00 0.02 0.02 0.02 99.93 21:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:26:01 1 0.05 0.00 0.00 0.00 0.03 99.92 21:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:26:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:27:01 all 0.10 0.00 0.01 0.01 0.01 99.87 21:27:01 0 0.00 0.00 0.00 0.00 0.02 99.98 21:27:01 1 0.02 0.00 0.02 0.02 0.02 99.93 21:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:27:01 3 0.37 0.00 0.03 0.00 0.03 99.57 21:28:01 all 0.30 0.00 0.02 0.01 0.01 99.65 21:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:28:01 1 1.14 0.00 0.05 0.03 0.02 98.76 21:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:28:01 3 0.05 0.00 0.02 0.00 0.02 99.92 21:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 21:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:29:01 1 0.03 0.00 0.02 0.02 0.00 99.93 21:29:01 2 0.00 0.00 0.03 0.00 0.02 99.95 21:29:01 3 0.02 0.00 0.03 0.00 0.03 99.92 21:29:01 CPU %user %nice %system %iowait %steal %idle 21:30:01 all 0.02 0.00 0.01 0.01 0.01 99.96 21:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:30:01 1 0.03 0.00 0.02 0.02 0.02 99.92 21:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:30:01 3 0.03 0.00 0.00 0.00 0.02 99.95 21:31:01 all 0.02 0.00 0.00 0.00 0.01 99.96 21:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:31:01 1 0.00 0.00 0.00 0.03 0.02 99.95 21:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:31:01 3 0.03 0.00 0.00 0.02 0.02 99.93 21:32:01 all 0.02 0.00 0.01 0.01 0.01 99.95 21:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:32:01 1 0.02 0.00 0.00 0.03 0.00 99.95 21:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:32:01 3 0.03 0.00 0.03 0.00 0.03 99.90 21:33:01 all 0.47 0.00 0.02 0.00 0.01 99.51 21:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:33:01 1 1.81 0.00 0.02 0.02 0.02 98.14 21:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:33:01 3 0.00 0.00 0.02 0.00 0.03 99.95 21:34:01 all 0.51 0.00 0.01 0.00 0.01 99.46 21:34:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:34:01 1 2.00 0.00 0.00 0.02 0.02 97.96 21:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:34:01 3 0.05 0.00 0.02 0.00 0.03 99.90 21:35:01 all 0.61 0.00 0.02 0.01 0.01 99.35 21:35:01 0 0.15 0.00 0.03 0.00 0.02 99.80 21:35:01 1 2.00 0.00 0.03 0.02 0.00 97.95 21:35:01 2 0.05 0.00 0.00 0.00 0.00 99.95 21:35:01 3 0.22 0.00 0.03 0.00 0.02 99.73 21:36:01 all 0.51 0.00 0.01 0.00 0.01 99.47 21:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:36:01 1 1.99 0.00 0.02 0.02 0.02 97.97 21:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:36:01 3 0.00 0.00 0.02 0.00 0.03 99.95 21:37:01 all 0.49 0.00 0.01 0.00 0.01 99.48 21:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:37:01 1 1.92 0.00 0.00 0.02 0.00 98.06 21:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:01 3 0.02 0.00 0.02 0.00 0.03 99.93 21:38:01 all 0.01 0.00 0.01 0.00 0.01 99.97 21:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:38:01 1 0.02 0.00 0.00 0.02 0.02 99.95 21:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:38:01 3 0.02 0.00 0.03 0.02 0.03 99.90 21:39:01 all 0.01 0.00 0.00 0.01 0.01 99.97 21:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:39:01 1 0.02 0.00 0.00 0.02 0.00 99.97 21:39:01 2 0.00 0.00 0.02 0.00 0.02 99.97 21:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:40:01 all 14.80 0.00 1.66 1.57 0.05 81.91 21:40:01 0 22.24 0.00 2.82 3.78 0.05 71.12 21:40:01 1 7.38 0.00 1.12 1.71 0.03 89.76 21:40:01 2 10.36 0.00 1.07 0.52 0.03 88.02 21:40:01 3 19.24 0.00 1.60 0.32 0.05 78.79 21:40:01 CPU %user %nice %system %iowait %steal %idle 21:41:01 all 20.98 0.00 1.65 1.37 0.05 75.96 21:41:01 0 50.40 0.00 3.18 1.08 0.07 45.27 21:41:01 1 10.42 0.00 0.94 0.74 0.03 87.87 21:41:01 2 7.27 0.00 0.92 1.27 0.05 90.50 21:41:01 3 15.74 0.00 1.59 2.36 0.05 80.26 Average: all 0.51 0.00 0.05 0.05 0.01 99.38 Average: 0 0.93 0.00 0.07 0.05 0.01 98.94 Average: 1 0.46 0.00 0.04 0.07 0.01 99.42 Average: 2 0.22 0.00 0.04 0.05 0.00 99.69 Average: 3 0.42 0.00 0.05 0.04 0.01 99.47