Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/136923 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-9549 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-vl9hunpr3TC3/agent.2049 SSH_AGENT_PID=2052 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_8567242920147876377.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_8567242920147876377.key) [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) The recommended git tool is: NONE using credential onap-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git://cloud.onap.org/mirror/oom.git > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/23/136923/3 # timeout=30 > git rev-parse 42de54678378ce54f476f520cce970ce1fd1ba69^{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 42de54678378ce54f476f520cce970ce1fd1ba69 (refs/changes/23/136923/3) > git config core.sparsecheckout # timeout=10 > git checkout -f 42de54678378ce54f476f520cce970ce1fd1ba69 # timeout=30 Commit message: "[AAI] Add option to disable access logging for liveness probes" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 72caf09f07b4530e1bb34be348c4b845c9d0bfde # timeout=10 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins4231089605589080811.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-2ARa + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + pyenv versions * system (set by /opt/pyenv/version) * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) + command -v pyenv ++ pyenv init - --no-rehash + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ sed 's/^[ *]* //' ++ [[ ! -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-2ARa + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2ARa' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2ARa + echo /tmp/venv-2ARa + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + /tmp/venv-2ARa/bin/python3 -m pip install --upgrade --quiet pip virtualenv + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 + /tmp/venv-2ARa/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-2ARa/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-2ARa/bin to PATH + PATH=/tmp/venv-2ARa/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + return 0 + python3 --version Python 3.10.6 + python3 -m pip --version pip 23.3.2 from /tmp/venv-2ARa/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==5.3.2 chardet==5.2.0 colorama==0.4.6 distlib==0.3.8 filelock==3.13.1 packaging==23.2 platformdirs==4.1.0 pluggy==1.3.0 pyproject-api==1.6.1 tomli==2.0.1 tox==4.11.4 urllib3==1.26.18 virtualenv==20.25.0 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins16932264551723768316.sh ---> tox-run.sh + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox + cd /w/workspace/oom-master-checkbashisms-lint/. + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-fWEE + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + pyenv versions system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) + command -v pyenv ++ pyenv init - --no-rehash + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ awk '{ print $1 }' ++ [[ ! -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-2ARa + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2ARa from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2ARa from file:/tmp/.toxenv + /tmp/venv-2ARa/bin/python3 -m pip install --upgrade --quiet pip virtualenv + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 + /tmp/venv-2ARa/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-2ARa/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-2ARa/bin to PATH + PATH=/tmp/venv-2ARa/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-2ARa/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-2ARa/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ pwd + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.11.4 from /tmp/venv-2ARa/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n checkbashisms ]] + TOX_OPTIONS_LIST=' -e checkbashisms' + case ${PARALLEL,,} in + tox -e checkbashisms + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log checkbashisms: freeze> python -m pip freeze --all checkbashisms: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0 checkbashisms: commands[0]> .ci/check-bashisms.sh script ./kubernetes/uui/components/uui-intent-analysis/resources/entrypoint/run.sh does not appear to have a #! interpreter line; you may get strange results script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines checkbashisms: OK (4.71=setup[1.57]+cmd[3.15] seconds) congratulations :) (4.88 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/checkbashisms/log ++ awk -F/ '{print $2}' + tox_env=checkbashisms + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> tox-run.sh ends' ---> tox-run.sh ends + test 0 -eq 0 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2052 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14388649747088076631.sh ---> sysstat.sh [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins1034952011084797658.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/oom-master-checkbashisms-lint + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/oom-master-checkbashisms-lint ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + dpkg -l + grep '^ii' + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/oom-master-checkbashisms-lint ']' + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins15254878297712064741.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QbrJ 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-QbrJ/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins8302981778982573164.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config17868428628353846430tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14547396900533849111.sh ---> create-netrc.sh [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11409250051467533385.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-QbrJ from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-QbrJ/bin to PATH Generating Requirements File Python 3.10.6 pip 23.3.2 from /tmp/venv-QbrJ/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.2.1 aspy.yaml==1.3.0 attrs==23.2.0 autopage==0.5.2 Babel==2.14.0 beautifulsoup4==4.12.2 boto3==1.34.12 botocore==1.34.12 bs4==0.0.1 cachetools==5.3.2 certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 cliff==4.4.0 cmd2==2.4.3 cryptography==3.3.2 debtcollector==2.5.0 decorator==5.1.1 defusedxml==0.7.1 Deprecated==1.2.14 distlib==0.3.8 dnspython==2.4.2 docker==4.2.2 dogpile.cache==1.3.0 email-validator==2.1.0.post1 filelock==3.13.1 future==0.18.3 gitdb==4.0.11 GitPython==3.1.40 google-auth==2.26.1 httplib2==0.22.0 identify==2.5.33 idna==3.6 importlib-metadata==7.0.1 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.2 jmespath==1.0.1 jsonpatch==1.33 jsonpointer==2.4 jsonschema==4.20.0 jsonschema-specifications==2023.12.1 keystoneauth1==5.4.0 kubernetes==28.1.0 lftools==0.37.8 lxml==5.0.0 MarkupSafe==2.1.3 msgpack==1.0.7 multi_key_dict==2.0.3 munch==4.0.0 netaddr==0.10.1 netifaces==0.11.0 niet==1.4.2 nodeenv==1.8.0 oauth2client==4.1.3 oauthlib==3.2.2 openstacksdk==0.62.0 os-client-config==2.1.0 os-service-types==1.7.0 osc-lib==2.9.0 oslo.config==9.2.0 oslo.context==5.3.0 oslo.i18n==6.2.0 oslo.log==5.4.0 oslo.serialization==5.2.0 oslo.utils==6.3.0 packaging==23.2 pbr==6.0.0 platformdirs==4.1.0 prettytable==3.9.0 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 pygerrit2==2.0.15 PyGithub==2.1.1 pyinotify==0.9.6 PyJWT==2.8.0 PyNaCl==1.5.0 pyparsing==2.4.7 pyperclip==1.8.2 pyrsistent==0.20.0 python-cinderclient==9.4.0 python-dateutil==2.8.2 python-heatclient==3.3.0 python-jenkins==1.8.2 python-keystoneclient==5.2.0 python-magnumclient==4.3.0 python-novaclient==18.4.0 python-openstackclient==6.0.0 python-swiftclient==4.4.0 pytz==2023.3.post1 PyYAML==6.0.1 referencing==0.32.0 requests==2.31.0 requests-oauthlib==1.3.1 requestsexceptions==1.4.0 rfc3986==2.0.0 rpds-py==0.16.2 rsa==4.9 ruamel.yaml==0.18.5 ruamel.yaml.clib==0.2.8 s3transfer==0.10.0 simplejson==3.19.2 six==1.16.0 smmap==5.0.1 soupsieve==2.5 stevedore==5.1.0 tabulate==0.9.0 toml==0.10.2 tomlkit==0.12.3 tqdm==4.66.1 typing_extensions==4.9.0 tzdata==2023.4 urllib3==1.26.18 virtualenv==20.25.0 wcwidth==0.2.12 websocket-client==1.7.0 wrapt==1.16.0 xdg==6.0.0 xmltodict==0.13.0 yq==3.2.3 zipp==3.17.0 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11282435048033166659.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6958229774339147739.sh ---> job-cost.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-QbrJ from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. lf-activate-venv(): INFO: Adding /tmp/venv-QbrJ/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v3-standard-4 INFO: Archiving Costs [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins17337748443749148911.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-QbrJ from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. lf-activate-venv(): INFO: Adding /tmp/venv-QbrJ/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/3255 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-9549 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 4 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.998 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0-3 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities ---> nproc: 4 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 7.9G 0 7.9G 0% /dev tmpfs 1.6G 672K 1.6G 1% /run /dev/vda1 78G 8.3G 70G 11% / tmpfs 7.9G 0 7.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup /dev/vda15 105M 4.4M 100M 5% /boot/efi tmpfs 1.6G 0 1.6G 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 16040 562 13354 0 2122 15163 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:47:ca:0f brd ff:ff:ff:ff:ff:ff inet 10.30.107.199/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 82649sec preferred_lft 82649sec inet6 fe80::f816:3eff:fe47:ca0f/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-9549) 01/04/24 _x86_64_ (4 CPU) 14:58:43 LINUX RESTART (4 CPU) 14:59:01 tps rtps wtps bread/s bwrtn/s 15:00:01 13.25 0.00 13.25 0.00 5104.57 15:01:01 4.57 0.00 4.57 0.00 4723.21 15:02:01 3.95 0.00 3.95 0.00 4716.15 15:03:01 4.27 0.00 4.27 0.00 4586.84 15:04:01 4.17 0.00 4.17 0.00 4719.35 15:05:01 4.52 0.00 4.52 0.00 4590.70 15:06:01 4.00 0.02 3.98 0.13 4717.21 15:07:01 4.50 0.00 4.50 0.00 4723.88 15:08:01 3.87 0.00 3.87 0.00 4581.77 15:09:01 4.38 0.00 4.38 0.00 4721.21 15:10:01 4.13 0.00 4.13 0.00 4717.09 15:11:01 4.66 0.00 4.66 0.00 4668.09 15:12:01 3.98 0.00 3.98 0.00 4715.21 15:13:01 3.30 0.00 3.30 0.00 2974.44 15:14:01 4.02 2.37 1.65 18.93 24.40 15:15:01 1.48 0.00 1.48 0.00 18.12 15:16:01 0.90 0.00 0.90 0.00 10.40 15:17:01 1.48 0.02 1.47 0.13 17.60 15:18:01 1.35 0.00 1.35 0.00 15.06 15:19:01 1.48 0.00 1.48 0.00 17.73 15:20:01 0.97 0.00 0.97 0.00 11.86 15:21:01 1.45 0.00 1.45 0.00 17.46 15:22:01 1.03 0.00 1.03 0.00 12.00 15:23:01 0.88 0.00 0.88 0.00 11.33 15:24:01 3.18 2.08 1.10 57.32 14.53 15:25:01 1.37 0.00 1.37 0.00 16.40 15:26:01 1.10 0.00 1.10 0.00 12.40 15:27:01 0.83 0.00 0.83 0.00 11.06 15:28:01 0.98 0.00 0.98 0.00 11.20 15:29:01 0.93 0.00 0.93 0.00 12.13 15:30:01 1.23 0.00 1.23 0.00 15.20 15:31:01 1.48 0.00 1.48 0.00 17.60 15:32:01 0.85 0.00 0.85 0.00 9.47 15:33:01 0.88 0.00 0.88 0.00 12.00 15:34:01 1.13 0.00 1.13 0.00 14.13 15:35:01 1.43 0.00 1.43 0.00 18.00 15:36:01 0.90 0.00 0.90 0.00 9.73 15:37:01 1.38 0.00 1.38 0.00 17.06 15:38:01 0.87 0.00 0.87 0.00 10.66 15:39:01 1.28 0.00 1.28 0.00 16.80 15:40:01 3.03 1.12 1.92 23.20 27.73 15:41:01 1.37 0.00 1.37 0.00 17.33 15:42:01 0.95 0.00 0.95 0.00 12.13 15:43:01 1.28 0.00 1.28 0.00 16.93 15:44:01 1.02 0.00 1.02 0.00 12.40 15:45:01 1.35 0.00 1.35 0.00 17.73 15:46:01 1.12 0.00 1.12 0.00 13.33 15:47:01 1.32 0.00 1.32 0.00 17.06 15:48:01 0.88 0.00 0.88 0.00 10.80 15:49:01 1.27 0.00 1.27 0.00 16.26 15:50:01 0.97 0.00 0.97 0.00 12.13 15:51:01 0.93 0.00 0.93 0.00 12.66 15:52:01 1.02 0.00 1.02 0.00 13.20 15:53:01 0.88 0.00 0.88 0.00 12.66 15:54:01 1.03 0.00 1.03 0.00 13.20 15:55:01 0.95 0.00 0.95 0.00 12.53 15:56:01 1.17 0.00 1.17 0.00 13.33 15:57:01 1.25 0.00 1.25 0.00 16.66 15:58:01 1.03 0.00 1.03 0.00 12.93 15:59:01 3.77 2.22 1.55 108.78 211.96 16:00:01 221.56 36.18 185.39 1728.38 8975.44 16:01:01 79.21 1.05 78.16 122.76 10225.79 Average: 6.93 0.73 6.21 33.23 1359.27 14:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:00:01 14471148 15699864 1953820 11.90 32040 1415860 704380 4.03 481532 1299480 36 15:01:01 14471232 15700060 1953736 11.89 32120 1415856 704380 4.03 481092 1299472 16 15:02:01 14470496 15699408 1954472 11.90 32192 1415868 704380 4.03 481364 1299472 20 15:03:01 14470824 15699852 1954144 11.90 32264 1415872 704380 4.03 481328 1299480 56 15:04:01 14470456 15699588 1954512 11.90 32352 1415864 704380 4.03 481476 1299476 24 15:05:01 14470644 15699860 1954324 11.90 32424 1415876 704380 4.03 481928 1299480 32 15:06:01 14470360 15699664 1954608 11.90 32504 1415892 704380 4.03 482328 1299488 36 15:07:01 14469752 15699128 1955216 11.90 32576 1415896 704380 4.03 482536 1299492 4 15:08:01 14469440 15698932 1955528 11.91 32648 1415900 704380 4.03 482844 1299500 24 15:09:01 14469252 15698816 1955716 11.91 32720 1415904 704380 4.03 482860 1299500 172 15:10:01 14468416 15698084 1956552 11.91 32800 1415900 704380 4.03 483900 1299508 24 15:11:01 14468160 15697908 1956808 11.91 32876 1415904 704380 4.03 483916 1299516 48 15:12:01 14468204 15698020 1956764 11.91 32948 1415904 704380 4.03 484000 1299520 8 15:13:01 14467948 15698008 1957020 11.91 33004 1416044 704380 4.03 484016 1299660 40 15:14:01 14466600 15697304 1958368 11.92 33608 1416048 693080 3.97 484836 1299644 20 15:15:01 14466664 15697456 1958304 11.92 33656 1416056 693080 3.97 485608 1299652 192 15:16:01 14466372 15697164 1958596 11.92 33696 1416056 693080 3.97 485556 1299652 24 15:17:01 14465676 15696552 1959292 11.93 33740 1416056 693080 3.97 485800 1299656 72 15:18:01 14466064 15696992 1958904 11.93 33796 1416064 693080 3.97 485864 1299660 20 15:19:01 14465688 15696668 1959280 11.93 33836 1416068 693080 3.97 486416 1299664 20 15:20:01 14465456 15696500 1959512 11.93 33884 1416068 693080 3.97 486836 1299664 28 15:21:01 14465164 15696236 1959804 11.93 33924 1416072 693080 3.97 487208 1299668 180 15:22:01 14465144 15696268 1959824 11.93 33964 1416076 693080 3.97 487196 1299672 180 15:23:01 14462696 15693860 1962272 11.95 33996 1416080 693080 3.97 489248 1299676 192 15:24:01 14435716 15669036 1989252 12.11 34036 1417804 693080 3.97 515812 1300360 212 15:25:01 14435548 15668912 1989420 12.11 34068 1417808 693080 3.97 515468 1300360 232 15:26:01 14435580 15668984 1989388 12.11 34092 1417812 693080 3.97 515408 1300364 16 15:27:01 14435364 15668788 1989604 12.11 34116 1417816 693080 3.97 515384 1300368 176 15:28:01 14434984 15668416 1989984 12.12 34132 1417816 693080 3.97 515280 1300368 20 15:29:01 14435176 15668652 1989792 12.11 34164 1417820 693080 3.97 515612 1300372 176 15:30:01 14435176 15668712 1989792 12.11 34216 1417820 693080 3.97 515712 1300376 24 15:31:01 14435040 15668628 1989928 12.12 34260 1417828 693080 3.97 515600 1300380 40 15:32:01 14434652 15668256 1990316 12.12 34276 1417828 693080 3.97 515736 1300380 172 15:33:01 14434856 15668500 1990112 12.12 34308 1417836 693080 3.97 515664 1300384 172 15:34:01 14434880 15668564 1990088 12.12 34332 1417840 709116 4.06 515716 1300392 16 15:35:01 14434884 15668564 1990084 12.12 34388 1417844 709116 4.06 515980 1300396 224 15:36:01 14434676 15668368 1990292 12.12 34404 1417844 709116 4.06 515892 1300396 20 15:37:01 14434948 15668692 1990020 12.12 34436 1417848 709116 4.06 516036 1300400 184 15:38:01 14434656 15668408 1990312 12.12 34452 1417852 709116 4.06 516016 1300404 180 15:39:01 14434788 15668576 1990180 12.12 34476 1417856 709116 4.06 515900 1300408 48 15:40:01 14432836 15667528 1992132 12.13 34572 1418528 704672 4.03 516348 1300936 32 15:41:01 14432968 15667844 1992000 12.13 34604 1418664 704672 4.03 516260 1301072 52 15:42:01 14432756 15667648 1992212 12.13 34628 1418672 704672 4.03 516656 1301080 8 15:43:01 14432832 15667752 1992136 12.13 34660 1418676 704672 4.03 516608 1301084 224 15:44:01 14432888 15667852 1992080 12.13 34700 1418676 704672 4.03 516752 1301088 8 15:45:01 14432112 15667156 1992856 12.13 34740 1418680 704672 4.03 516824 1301088 56 15:46:01 14432464 15667568 1992504 12.13 34788 1418684 704672 4.03 516736 1301092 184 15:47:01 14432752 15667896 1992216 12.13 34820 1418688 704672 4.03 516792 1301096 216 15:48:01 14432468 15667628 1992500 12.13 34844 1418688 704672 4.03 516832 1301096 20 15:49:01 14432292 15667464 1992676 12.13 34868 1418692 704672 4.03 516908 1301100 200 15:50:01 14433028 15668248 1991940 12.13 34892 1418692 704672 4.03 516936 1301104 24 15:51:01 14432800 15668036 1992168 12.13 34924 1418704 704672 4.03 516824 1301108 280 15:52:01 14432092 15667376 1992876 12.13 34948 1418704 704672 4.03 517120 1301112 164 15:53:01 14432524 15667852 1992444 12.13 34980 1418708 704672 4.03 517112 1301116 272 15:54:01 14432720 15668052 1992248 12.13 35004 1418712 704672 4.03 517024 1301120 180 15:55:01 14432512 15667872 1992456 12.13 35028 1418716 704672 4.03 516860 1301124 92 15:56:01 14432668 15668052 1992300 12.13 35044 1418716 704672 4.03 516880 1301124 20 15:57:01 14432804 15668208 1992164 12.13 35068 1418720 704672 4.03 516936 1301128 52 15:58:01 14432092 15667552 1992876 12.13 35092 1418728 704672 4.03 517392 1301136 20 15:59:01 14385972 15630592 2038996 12.41 35192 1427776 704672 4.03 556528 1307584 152 16:00:01 13877240 15488436 2547728 15.51 60448 1751704 835560 4.78 790116 1544668 114232 16:01:01 13694000 15547172 2730968 16.63 81308 1958236 773936 4.43 730984 1756912 144936 Average: 14425316 15674259 1999652 12.17 35175 1431633 704525 4.03 512392 1311705 4271 14:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:00:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:00:01 ens3 4.55 3.13 4.46 2.28 0.00 0.00 0.00 0.00 15:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:01:01 ens3 0.40 0.18 0.07 0.07 0.00 0.00 0.00 0.00 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:01 ens3 0.12 0.10 0.05 0.18 0.00 0.00 0.00 0.00 15:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:03:01 ens3 0.30 0.30 0.06 0.18 0.00 0.00 0.00 0.00 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:04:01 ens3 1.05 0.18 0.23 0.20 0.00 0.00 0.00 0.00 15:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:05:01 ens3 1.17 0.55 0.41 0.56 0.00 0.00 0.00 0.00 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:01 ens3 0.68 0.57 0.36 0.56 0.00 0.00 0.00 0.00 15:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:07:01 ens3 0.35 0.25 0.07 0.27 0.00 0.00 0.00 0.00 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:01 ens3 0.23 0.13 0.06 0.10 0.00 0.00 0.00 0.00 15:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:09:01 ens3 0.47 0.38 0.19 0.22 0.00 0.00 0.00 0.00 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:01 ens3 0.40 0.35 0.20 0.49 0.00 0.00 0.00 0.00 15:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:11:01 ens3 0.27 0.24 0.06 0.36 0.00 0.00 0.00 0.00 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:12:01 ens3 0.17 0.13 0.06 0.17 0.00 0.00 0.00 0.00 15:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:13:01 ens3 0.28 0.23 0.06 0.17 0.00 0.00 0.00 0.00 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:01 ens3 0.28 0.23 0.13 0.20 0.00 0.00 0.00 0.00 15:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:15:01 ens3 0.22 0.18 0.06 0.20 0.00 0.00 0.00 0.00 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:16:01 ens3 0.17 0.13 0.06 0.01 0.00 0.00 0.00 0.00 15:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:17:01 ens3 0.20 0.18 0.06 0.17 0.00 0.00 0.00 0.00 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:18:01 ens3 0.17 0.12 0.05 0.16 0.00 0.00 0.00 0.00 15:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:19:01 ens3 1.70 0.90 0.70 0.81 0.00 0.00 0.00 0.00 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:20:01 ens3 1.53 0.53 0.55 0.72 0.00 0.00 0.00 0.00 15:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:21:01 ens3 2.07 1.18 0.85 1.02 0.00 0.00 0.00 0.00 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:01 ens3 2.45 0.07 0.59 0.01 0.00 0.00 0.00 0.00 15:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:23:01 ens3 0.70 0.67 0.36 0.72 0.00 0.00 0.00 0.00 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:24:01 ens3 12.65 11.28 6.88 14.91 0.00 0.00 0.00 0.00 15:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:25:01 ens3 0.93 0.25 0.31 0.30 0.00 0.00 0.00 0.00 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:01 ens3 0.25 0.13 0.06 0.17 0.00 0.00 0.00 0.00 15:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:27:01 ens3 0.30 0.25 0.06 0.18 0.00 0.00 0.00 0.00 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:28:01 ens3 1.20 0.23 0.24 0.24 0.00 0.00 0.00 0.00 15:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:29:01 ens3 1.50 1.05 0.76 0.98 0.00 0.00 0.00 0.00 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:01 ens3 0.65 0.53 0.27 0.88 0.00 0.00 0.00 0.00 15:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:01 ens3 0.32 0.28 0.12 0.22 0.00 0.00 0.00 0.00 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:01 ens3 0.15 0.10 0.05 0.17 0.00 0.00 0.00 0.00 15:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:33:01 ens3 0.32 0.27 0.06 0.18 0.00 0.00 0.00 0.00 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:01 ens3 0.28 0.22 0.18 0.24 0.00 0.00 0.00 0.00 15:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:35:01 ens3 0.23 0.22 0.06 0.18 0.00 0.00 0.00 0.00 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:01 ens3 0.17 0.10 0.06 0.17 0.00 0.00 0.00 0.00 15:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:37:01 ens3 0.25 0.23 0.06 0.18 0.00 0.00 0.00 0.00 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:01 ens3 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 15:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:39:01 ens3 0.42 0.33 0.14 0.38 0.00 0.00 0.00 0.00 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:01 ens3 1.78 0.90 0.79 1.30 0.00 0.00 0.00 0.00 15:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:41:01 ens3 0.42 0.15 0.08 0.07 0.00 0.00 0.00 0.00 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:01 ens3 1.77 0.67 0.58 0.76 0.00 0.00 0.00 0.00 15:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:43:01 ens3 1.67 0.73 0.68 0.81 0.00 0.00 0.00 0.00 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:01 ens3 0.87 0.62 0.44 0.63 0.00 0.00 0.00 0.00 15:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:45:01 ens3 1.28 0.67 0.48 0.58 0.00 0.00 0.00 0.00 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:01 ens3 0.97 0.15 0.26 0.18 0.00 0.00 0.00 0.00 15:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:01 ens3 0.97 0.20 0.24 0.18 0.00 0.00 0.00 0.00 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:48:01 ens3 1.00 0.10 0.27 0.17 0.00 0.00 0.00 0.00 15:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:49:01 ens3 0.48 0.30 0.14 0.24 0.00 0.00 0.00 0.00 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 ens3 0.18 0.12 0.06 0.17 0.00 0.00 0.00 0.00 15:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:51:01 ens3 1.17 0.22 0.19 0.18 0.00 0.00 0.00 0.00 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:01 ens3 2.98 1.20 1.14 1.25 0.00 0.00 0.00 0.00 15:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:53:01 ens3 1.82 0.87 0.81 1.01 0.00 0.00 0.00 0.00 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:01 ens3 0.35 0.18 0.14 0.28 0.00 0.00 0.00 0.00 15:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:55:01 ens3 2.05 0.23 0.54 0.21 0.00 0.00 0.00 0.00 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:56:01 ens3 0.33 0.12 0.12 0.17 0.00 0.00 0.00 0.00 15:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:57:01 ens3 1.23 0.23 0.31 0.18 0.00 0.00 0.00 0.00 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:01 ens3 0.70 0.10 0.17 0.17 0.00 0.00 0.00 0.00 15:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:59:01 ens3 77.14 56.87 128.85 29.71 0.00 0.00 0.00 0.00 16:00:01 lo 1.33 1.33 0.14 0.14 0.00 0.00 0.00 0.00 16:00:01 ens3 142.44 108.98 1521.29 27.59 0.00 0.00 0.00 0.00 16:01:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 16:01:01 ens3 54.65 38.62 550.82 8.84 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 Average: ens3 5.42 3.85 35.94 1.68 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9549) 01/04/24 _x86_64_ (4 CPU) 14:58:43 LINUX RESTART (4 CPU) 14:59:01 CPU %user %nice %system %iowait %steal %idle 15:00:01 all 0.74 0.00 0.05 0.68 0.01 98.52 15:00:01 0 1.35 0.00 0.07 2.46 0.02 96.11 15:00:01 1 0.15 0.00 0.05 0.00 0.02 99.78 15:00:01 2 0.12 0.00 0.02 0.00 0.00 99.87 15:00:01 3 1.31 0.00 0.08 0.25 0.02 98.35 15:01:01 all 0.09 0.00 0.02 0.46 0.01 99.42 15:01:01 0 0.28 0.00 0.03 1.84 0.02 97.83 15:01:01 1 0.07 0.00 0.02 0.00 0.00 99.92 15:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:01:01 3 0.02 0.00 0.03 0.02 0.02 99.92 15:02:01 all 0.19 0.00 0.01 0.49 0.00 99.31 15:02:01 0 0.66 0.00 0.00 1.96 0.00 97.37 15:02:01 1 0.03 0.00 0.00 0.00 0.02 99.95 15:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 15:03:01 all 0.30 0.00 0.01 0.55 0.01 99.13 15:03:01 0 1.11 0.00 0.00 2.17 0.00 96.72 15:03:01 1 0.05 0.00 0.00 0.00 0.00 99.95 15:03:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:03:01 3 0.02 0.00 0.03 0.00 0.02 99.93 15:04:01 all 0.02 0.00 0.02 0.58 0.00 99.37 15:04:01 0 0.02 0.00 0.03 2.34 0.03 97.57 15:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:04:01 3 0.00 0.00 0.02 0.02 0.00 99.97 15:05:01 all 0.03 0.00 0.02 0.56 0.01 99.39 15:05:01 0 0.03 0.00 0.02 2.23 0.02 97.71 15:05:01 1 0.05 0.00 0.02 0.00 0.02 99.92 15:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:06:01 all 0.29 0.00 0.00 0.52 0.01 99.18 15:06:01 0 1.03 0.00 0.02 2.07 0.02 96.87 15:06:01 1 0.05 0.00 0.00 0.00 0.00 99.95 15:06:01 2 0.05 0.00 0.00 0.00 0.00 99.95 15:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:07:01 all 0.17 0.00 0.02 0.50 0.01 99.30 15:07:01 0 0.62 0.00 0.02 1.31 0.02 98.04 15:07:01 1 0.07 0.00 0.05 0.65 0.03 99.20 15:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:08:01 all 0.52 0.00 0.01 0.49 0.01 98.97 15:08:01 0 1.97 0.00 0.00 0.11 0.00 97.92 15:08:01 1 0.05 0.00 0.02 1.87 0.02 98.05 15:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:09:01 all 0.51 0.00 0.02 0.44 0.01 99.02 15:09:01 0 1.97 0.00 0.00 0.08 0.00 97.95 15:09:01 1 0.03 0.00 0.07 1.67 0.02 98.22 15:09:01 2 0.03 0.00 0.00 0.02 0.02 99.93 15:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:10:01 all 0.55 0.00 0.01 0.48 0.01 98.96 15:10:01 0 1.97 0.00 0.02 0.07 0.00 97.95 15:10:01 1 0.10 0.00 0.02 1.87 0.02 98.00 15:10:01 2 0.08 0.00 0.02 0.00 0.02 99.88 15:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:10:01 CPU %user %nice %system %iowait %steal %idle 15:11:01 all 0.04 0.00 0.01 0.45 0.01 99.49 15:11:01 0 0.07 0.00 0.00 0.05 0.02 99.86 15:11:01 1 0.03 0.00 0.02 1.73 0.02 98.20 15:11:01 2 0.05 0.00 0.02 0.00 0.02 99.92 15:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:12:01 all 0.02 0.00 0.02 0.44 0.00 99.52 15:12:01 0 0.00 0.00 0.02 0.05 0.00 99.93 15:12:01 1 0.05 0.00 0.05 1.72 0.02 98.17 15:12:01 2 0.02 0.00 0.02 0.02 0.00 99.95 15:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:13:01 all 0.03 0.00 0.00 0.29 0.01 99.66 15:13:01 0 0.00 0.00 0.00 0.03 0.00 99.97 15:13:01 1 0.08 0.00 0.02 1.12 0.02 98.77 15:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:14:01 all 0.13 0.00 0.03 0.01 0.01 99.82 15:14:01 0 0.47 0.00 0.05 0.05 0.02 99.42 15:14:01 1 0.08 0.00 0.03 0.00 0.02 99.87 15:14:01 2 0.00 0.00 0.03 0.00 0.00 99.97 15:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:15:01 all 0.46 0.00 0.02 0.02 0.00 99.50 15:15:01 0 1.74 0.00 0.00 0.07 0.00 98.19 15:15:01 1 0.08 0.00 0.02 0.00 0.02 99.88 15:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 15:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:16:01 all 0.18 0.00 0.01 0.01 0.01 99.78 15:16:01 0 0.65 0.00 0.03 0.03 0.00 99.29 15:16:01 1 0.05 0.00 0.03 0.00 0.02 99.90 15:16:01 2 0.03 0.00 0.00 0.02 0.00 99.95 15:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:17:01 all 0.27 0.00 0.00 0.01 0.01 99.70 15:17:01 0 1.01 0.00 0.00 0.03 0.02 98.94 15:17:01 1 0.07 0.00 0.00 0.00 0.03 99.90 15:17:01 2 0.00 0.00 0.00 0.02 0.00 99.98 15:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:18:01 all 0.01 0.00 0.01 0.02 0.00 99.95 15:18:01 0 0.00 0.00 0.00 0.07 0.00 99.93 15:18:01 1 0.05 0.00 0.03 0.02 0.02 99.88 15:18:01 2 0.00 0.00 0.02 0.02 0.00 99.97 15:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:19:01 all 0.10 0.00 0.01 0.01 0.01 99.87 15:19:01 0 0.27 0.00 0.00 0.00 0.00 99.73 15:19:01 1 0.07 0.00 0.02 0.00 0.03 99.88 15:19:01 2 0.02 0.00 0.00 0.03 0.00 99.95 15:19:01 3 0.05 0.00 0.00 0.00 0.00 99.95 15:20:01 all 0.33 0.00 0.03 0.01 0.01 99.62 15:20:01 0 1.25 0.00 0.05 0.00 0.00 98.70 15:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:20:01 2 0.00 0.00 0.02 0.03 0.00 99.95 15:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:21:01 all 0.03 0.00 0.02 0.02 0.00 99.93 15:21:01 0 0.03 0.00 0.00 0.00 0.02 99.95 15:21:01 1 0.03 0.00 0.05 0.00 0.03 99.88 15:21:01 2 0.02 0.00 0.00 0.08 0.00 99.90 15:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 15:21:01 CPU %user %nice %system %iowait %steal %idle 15:22:01 all 0.02 0.00 0.01 0.01 0.01 99.95 15:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:22:01 1 0.07 0.00 0.03 0.00 0.02 99.88 15:22:01 2 0.03 0.00 0.02 0.02 0.00 99.93 15:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:23:01 all 0.16 0.00 0.01 0.00 0.01 99.82 15:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:23:01 1 0.07 0.00 0.02 0.00 0.02 99.90 15:23:01 2 0.55 0.00 0.00 0.03 0.02 99.40 15:23:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:24:01 all 0.93 0.00 0.06 0.02 0.01 98.98 15:24:01 0 0.37 0.00 0.08 0.00 0.02 99.53 15:24:01 1 1.48 0.00 0.03 0.00 0.03 98.45 15:24:01 2 1.27 0.00 0.07 0.03 0.00 98.63 15:24:01 3 0.57 0.00 0.05 0.05 0.00 99.33 15:25:01 all 0.01 0.00 0.01 0.01 0.01 99.96 15:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:25:01 1 0.00 0.00 0.03 0.00 0.02 99.95 15:25:01 2 0.02 0.00 0.00 0.03 0.00 99.95 15:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 15:26:01 0 0.02 0.00 0.00 0.00 0.02 99.97 15:26:01 1 0.05 0.00 0.03 0.00 0.03 99.88 15:26:01 2 0.00 0.00 0.00 0.02 0.00 99.98 15:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:27:01 all 0.03 0.00 0.02 0.03 0.01 99.92 15:27:01 0 0.07 0.00 0.03 0.00 0.00 99.90 15:27:01 1 0.04 0.00 0.02 0.00 0.02 99.93 15:27:01 2 0.02 0.00 0.03 0.12 0.00 99.83 15:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:28:01 all 0.53 0.00 0.01 0.01 0.00 99.45 15:28:01 0 1.99 0.00 0.00 0.00 0.00 98.01 15:28:01 1 0.07 0.00 0.03 0.02 0.02 99.87 15:28:01 2 0.00 0.00 0.00 0.02 0.00 99.98 15:28:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:29:01 all 0.49 0.00 0.02 0.02 0.01 99.46 15:29:01 0 1.90 0.00 0.03 0.00 0.02 98.05 15:29:01 1 0.03 0.00 0.00 0.00 0.02 99.95 15:29:01 2 0.00 0.00 0.00 0.10 0.02 99.88 15:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:30:01 all 0.18 0.00 0.03 0.01 0.00 99.78 15:30:01 0 0.63 0.00 0.08 0.00 0.00 99.29 15:30:01 1 0.03 0.00 0.02 0.00 0.02 99.93 15:30:01 2 0.02 0.00 0.02 0.03 0.00 99.93 15:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:31:01 all 0.02 0.00 0.01 0.02 0.01 99.94 15:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:31:01 2 0.02 0.00 0.02 0.08 0.03 99.85 15:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:32:01 all 0.02 0.00 0.01 0.01 0.01 99.95 15:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:32:01 2 0.02 0.00 0.03 0.02 0.02 99.92 15:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:32:01 CPU %user %nice %system %iowait %steal %idle 15:33:01 all 0.02 0.00 0.01 0.03 0.00 99.94 15:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:33:01 2 0.00 0.00 0.02 0.12 0.02 99.85 15:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:34:01 all 0.01 0.00 0.01 0.01 0.01 99.96 15:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 15:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 15:34:01 2 0.02 0.00 0.02 0.02 0.02 99.93 15:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:35:01 all 0.02 0.00 0.01 0.01 0.01 99.96 15:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:35:01 2 0.03 0.00 0.02 0.05 0.00 99.90 15:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 15:36:01 all 0.03 0.00 0.01 0.00 0.00 99.95 15:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 15:36:01 2 0.00 0.00 0.00 0.00 0.02 99.98 15:36:01 3 0.08 0.00 0.00 0.00 0.00 99.92 15:37:01 all 0.01 0.00 0.01 0.01 0.01 99.96 15:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 15:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:37:01 2 0.00 0.00 0.02 0.03 0.00 99.95 15:37:01 3 0.03 0.00 0.02 0.02 0.02 99.92 15:38:01 all 0.02 0.00 0.02 0.00 0.01 99.95 15:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:38:01 1 0.02 0.00 0.03 0.00 0.02 99.93 15:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:38:01 3 0.02 0.00 0.03 0.00 0.02 99.93 15:39:01 all 0.02 0.00 0.01 0.01 0.01 99.95 15:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:39:01 2 0.02 0.00 0.02 0.03 0.00 99.93 15:39:01 3 0.02 0.00 0.02 0.02 0.02 99.93 15:40:01 all 0.65 0.00 0.06 0.02 0.01 99.26 15:40:01 0 1.52 0.00 0.05 0.00 0.00 98.43 15:40:01 1 0.77 0.00 0.10 0.00 0.00 99.13 15:40:01 2 0.02 0.00 0.03 0.05 0.00 99.90 15:40:01 3 0.32 0.00 0.07 0.03 0.03 99.55 15:41:01 all 0.05 0.00 0.02 4.21 0.01 95.71 15:41:01 0 0.17 0.00 0.02 0.00 0.02 99.80 15:41:01 1 0.02 0.00 0.03 0.03 0.02 99.90 15:41:01 2 0.02 0.00 0.00 16.50 0.00 83.48 15:41:01 3 0.02 0.00 0.03 0.32 0.02 99.62 15:42:01 all 0.07 0.00 0.02 0.01 0.00 99.90 15:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:42:01 1 0.20 0.00 0.02 0.00 0.00 99.78 15:42:01 2 0.00 0.00 0.03 0.00 0.00 99.97 15:42:01 3 0.03 0.00 0.03 0.02 0.00 99.92 15:43:01 all 0.11 0.00 0.01 0.03 0.01 99.85 15:43:01 0 0.10 0.00 0.02 0.00 0.00 99.88 15:43:01 1 0.27 0.00 0.00 0.00 0.00 99.73 15:43:01 2 0.00 0.00 0.00 0.10 0.02 99.88 15:43:01 3 0.07 0.00 0.02 0.02 0.02 99.88 15:43:01 CPU %user %nice %system %iowait %steal %idle 15:44:01 all 0.17 0.00 0.01 0.00 0.01 99.81 15:44:01 0 0.63 0.00 0.02 0.00 0.00 99.35 15:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 15:44:01 2 0.02 0.00 0.00 0.02 0.00 99.97 15:44:01 3 0.03 0.00 0.02 0.00 0.03 99.92 15:45:01 all 0.03 0.00 0.03 0.32 0.01 99.62 15:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 15:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:45:01 2 0.00 0.00 0.03 0.83 0.00 99.13 15:45:01 3 0.03 0.00 0.05 0.43 0.02 99.47 15:46:01 all 0.01 0.00 0.01 0.21 0.01 99.76 15:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:46:01 2 0.02 0.00 0.00 0.58 0.00 99.40 15:46:01 3 0.03 0.00 0.02 0.25 0.02 99.68 15:47:01 all 0.22 0.00 0.01 0.03 0.00 99.73 15:47:01 0 0.80 0.00 0.00 0.00 0.02 99.19 15:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 15:47:01 2 0.00 0.00 0.02 0.10 0.00 99.88 15:47:01 3 0.07 0.00 0.03 0.02 0.00 99.88 15:48:01 all 0.05 0.00 0.01 0.05 0.01 99.88 15:48:01 0 0.12 0.00 0.00 0.00 0.00 99.88 15:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:48:01 2 0.00 0.00 0.00 0.23 0.00 99.77 15:48:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:49:01 all 0.01 0.00 0.02 0.02 0.00 99.95 15:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:49:01 2 0.00 0.00 0.02 0.05 0.00 99.93 15:49:01 3 0.02 0.00 0.03 0.02 0.02 99.92 15:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 15:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 15:50:01 2 0.02 0.00 0.02 0.02 0.00 99.95 15:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:51:01 all 0.07 0.00 0.02 0.01 0.00 99.90 15:51:01 0 0.22 0.00 0.07 0.00 0.02 99.70 15:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:51:01 2 0.00 0.00 0.00 0.03 0.00 99.97 15:51:01 3 0.03 0.00 0.05 0.00 0.02 99.90 15:52:01 all 0.42 0.00 0.02 0.00 0.01 99.54 15:52:01 0 1.55 0.00 0.02 0.00 0.00 98.43 15:52:01 1 0.07 0.00 0.02 0.00 0.00 99.92 15:52:01 2 0.02 0.00 0.02 0.02 0.02 99.93 15:52:01 3 0.05 0.00 0.03 0.00 0.02 99.90 15:53:01 all 0.08 0.00 0.01 0.01 0.01 99.88 15:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:53:01 1 0.02 0.00 0.00 0.00 0.02 99.97 15:53:01 2 0.03 0.00 0.02 0.02 0.00 99.93 15:53:01 3 0.25 0.00 0.02 0.00 0.02 99.72 15:54:01 all 0.08 0.00 0.01 0.00 0.01 99.90 15:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:54:01 1 0.05 0.00 0.02 0.00 0.00 99.93 15:54:01 2 0.02 0.00 0.02 0.02 0.00 99.95 15:54:01 3 0.27 0.00 0.03 0.02 0.03 99.65 15:54:01 CPU %user %nice %system %iowait %steal %idle 15:55:01 all 0.39 0.00 0.02 0.01 0.01 99.56 15:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:55:01 1 0.00 0.00 0.02 0.00 0.02 99.97 15:55:01 2 0.02 0.00 0.02 0.02 0.00 99.95 15:55:01 3 1.55 0.00 0.03 0.02 0.02 98.38 15:56:01 all 0.01 0.00 0.02 0.00 0.00 99.96 15:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:56:01 2 0.00 0.00 0.02 0.02 0.00 99.97 15:56:01 3 0.02 0.00 0.03 0.00 0.02 99.93 15:57:01 all 0.05 0.00 0.01 0.03 0.01 99.91 15:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 15:57:01 2 0.00 0.00 0.02 0.02 0.00 99.97 15:57:01 3 0.18 0.00 0.02 0.08 0.02 99.70 15:58:01 all 0.02 0.00 0.01 0.03 0.00 99.94 15:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:58:01 2 0.02 0.00 0.00 0.10 0.00 99.88 15:58:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:59:01 all 1.24 0.00 0.10 0.02 0.01 98.64 15:59:01 0 0.90 0.00 0.10 0.02 0.02 98.97 15:59:01 1 1.28 0.00 0.00 0.02 0.00 98.70 15:59:01 2 1.23 0.00 0.13 0.05 0.00 98.58 15:59:01 3 1.51 0.00 0.12 0.02 0.02 98.34 16:00:01 all 20.58 0.00 1.98 2.78 0.06 74.60 16:00:01 0 31.66 0.00 1.77 1.17 0.07 65.34 16:00:01 1 26.07 0.00 2.10 0.50 0.07 71.27 16:00:01 2 7.72 0.00 2.13 7.54 0.07 82.55 16:00:01 3 16.82 0.00 1.96 1.93 0.05 79.24 16:01:01 all 21.60 0.00 1.48 1.86 0.05 75.01 16:01:01 0 26.14 0.00 1.38 0.30 0.08 72.09 16:01:01 1 34.48 0.00 2.00 1.07 0.07 62.38 16:01:01 2 18.20 0.00 1.67 2.87 0.05 77.21 16:01:01 3 7.79 0.00 0.84 3.18 0.03 88.16 Average: all 0.86 0.00 0.07 0.27 0.01 98.78 Average: 0 1.38 0.00 0.07 0.30 0.01 98.25 Average: 1 1.08 0.00 0.09 0.20 0.01 98.62 Average: 2 0.48 0.00 0.07 0.49 0.01 98.95 Average: 3 0.51 0.00 0.06 0.11 0.01 99.30