16:15:00 Started by user Robert Varga 16:15:00 Running as SYSTEM 16:15:00 [EnvInject] - Loading node environment variables. 16:15:00 Building remotely on prd-centos8-builder-4c-4g-2009 (centos8-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-calcium 16:15:01 [ssh-agent] Looking for ssh-agent implementation... 16:15:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:15:01 $ ssh-agent 16:15:01 SSH_AUTH_SOCK=/tmp/ssh-6jYfLHJDCmQt/agent.5536 16:15:01 SSH_AGENT_PID=5538 16:15:01 [ssh-agent] Started. 16:15:01 Running ssh-add (command line suppressed) 16:15:01 Identity added: /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_9966004801754831903.key (/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_9966004801754831903.key) 16:15:01 [ssh-agent] Using credentials jenkins (jenkins-ssh) 16:15:01 The recommended git tool is: NONE 16:15:03 using credential jenkins-ssh 16:15:03 Wiping out workspace first. 16:15:03 Cloning the remote Git repository 16:15:03 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 16:15:03 > git init /w/workspace/autorelease-gerrit-branch-lock-calcium # timeout=10 16:15:03 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 16:15:03 > git --version # timeout=10 16:15:03 > git --version # 'git version 2.43.0' 16:15:03 using GIT_SSH to set credentials jenkins-ssh 16:15:03 [INFO] Currently running in a labeled security context 16:15:03 [INFO] Currently SELinux is 'enforcing' on the host 16:15:03 > /usr/bin/chcon --type=ssh_home_t /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/jenkins-gitclient-ssh17870791207414470099.key 16:15:03 Verifying host key using known hosts file 16:15:04 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 16:15:04 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 16:15:07 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 16:15:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:15:07 Avoid second fetch 16:15:07 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 16:15:07 Checking out Revision 9ab49e63ae0628fe1655f88fb58db8ef156b186e (refs/remotes/origin/master) 16:15:07 > git config core.sparsecheckout # timeout=10 16:15:07 > git checkout -f 9ab49e63ae0628fe1655f88fb58db8ef156b186e # timeout=10 16:15:08 Commit message: "Update git submodules" 16:15:08 > git rev-list --no-walk bd9dacecfcb4a61679c4ee1652bd691d17461bfc # timeout=10 16:15:08 provisioning config files... 16:15:08 copy managed file [npmrc] to file:/home/jenkins/.npmrc 16:15:08 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 16:15:08 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins16183699186735293631.sh 16:15:08 ---> autorelease-gerrit-branch-lock.sh 16:15:08 Cloning into 'All-Projects'... 16:15:08 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 16:15:11 Total 1729 (delta 602), reused 1729 (delta 602) 16:15:11 Note: switching to '0dc07b2614b5c266879fc476b35869a97e9ea2a0'. 16:15:11 16:15:11 You are in 'detached HEAD' state. You can look around, make experimental 16:15:11 changes and commit them, and you can discard any commits you make in this 16:15:11 state without impacting any branches by switching back to a branch. 16:15:11 16:15:11 If you want to create a new branch to retain commits you create, you may 16:15:11 do so (now or later) by using -c with the switch command. Example: 16:15:11 16:15:11 git switch -c 16:15:11 16:15:11 Or undo this operation with: 16:15:11 16:15:11 git switch - 16:15:11 16:15:11 Turn off this advice by setting config variable advice.detachedHead to false 16:15:11 16:15:11 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 16:15:12 From ssh://git.opendaylight.org:29418/All-Projects 16:15:12 * [new ref] refs/meta/config -> config 16:15:12 Switched to branch 'config' 16:15:12 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 16:15:13 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 16:15:15 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 16:15:16 + case $mode in 16:15:16 + echo 'INFO: Unlocking branch: master' 16:15:16 INFO: Unlocking branch: master 16:15:16 + git config -f project.config --remove-section access.refs/heads/master 16:15:16 + git commit -asm 'Chore: Unlock branch master' 16:15:16 [config 2e3fa20] Chore: Unlock branch master 16:15:16 1 file changed, 6 deletions(-) 16:15:16 + git diff HEAD~1 16:15:16 diff --git a/project.config b/project.config 16:15:16 index 268f5c0..52d4f8a 100644 16:15:16 --- a/project.config 16:15:16 +++ b/project.config 16:15:16 @@ -142,9 +142,3 @@ 16:15:16 exclusiveGroupPermissions = create 16:15:16 create = block group Registered Users 16:15:16 create = group Release Engineering Team 16:15:16 -[access "refs/heads/master"] 16:15:16 - exclusiveGroupPermissions = submit 16:15:16 - submit = group Release Engineering Team 16:15:16 - removeReviewer = group Release Engineering Team 16:15:16 - label-Code-Review = -2..+2 group Release Engineering Team 16:15:16 - label-Verified = -1..+1 group Release Engineering Team 16:15:16 + '[' false = true ']' 16:15:16 + echo 'INFO: Pushing changes to the repository.' 16:15:16 INFO: Pushing changes to the repository. 16:15:16 + git push origin HEAD:refs/meta/config 16:15:16 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 16:15:17 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 16:15:17 To ssh://git.opendaylight.org:29418/All-Projects 16:15:17 0dc07b2..2e3fa20 HEAD -> refs/meta/config 16:15:17 $ ssh-agent -k 16:15:17 unset SSH_AUTH_SOCK; 16:15:17 unset SSH_AGENT_PID; 16:15:17 echo Agent pid 5538 killed; 16:15:17 [ssh-agent] Stopped. 16:15:17 [PostBuildScript] - [INFO] Executing post build scripts. 16:15:17 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins11398694643064630219.sh 16:15:17 ---> sysstat.sh 16:15:17 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins6474083797365278921.sh 16:15:17 ---> package-listing.sh 16:15:17 ++ tr '[:upper:]' '[:lower:]' 16:15:17 ++ facter osfamily 16:15:18 + OS_FAMILY=redhat 16:15:18 + workspace=/w/workspace/autorelease-gerrit-branch-lock-calcium 16:15:18 + START_PACKAGES=/tmp/packages_start.txt 16:15:18 + END_PACKAGES=/tmp/packages_end.txt 16:15:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:15:18 + PACKAGES=/tmp/packages_start.txt 16:15:18 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 16:15:18 + PACKAGES=/tmp/packages_end.txt 16:15:18 + case "${OS_FAMILY}" in 16:15:18 + rpm -qa 16:15:18 + sort 16:15:18 + '[' -f /tmp/packages_start.txt ']' 16:15:18 + '[' -f /tmp/packages_end.txt ']' 16:15:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:15:18 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 16:15:18 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 16:15:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 16:15:18 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins8751642640816334126.sh 16:15:18 ---> capture-instance-metadata.sh 16:15:18 Setup pyenv: 16:15:18 system 16:15:18 * 3.8.13 (set by /opt/pyenv/version) 16:15:18 * 3.9.13 (set by /opt/pyenv/version) 16:15:18 * 3.10.13 (set by /opt/pyenv/version) 16:15:18 * 3.11.7 (set by /opt/pyenv/version) 16:15:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4j5A 16:15:24 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 16:15:29 lf-activate-venv(): INFO: Installing: lftools 16:16:10 lf-activate-venv(): INFO: Adding /tmp/venv-4j5A/bin to PATH 16:16:10 INFO: Running in OpenStack, capturing instance metadata 16:16:10 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins1836409723366943531.sh 16:16:10 provisioning config files... 16:16:10 Could not find credentials [logs] for autorelease-gerrit-branch-lock-calcium #30 16:16:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/config14716040046715018529tmp 16:16:10 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 16:16:10 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 16:16:10 provisioning config files... 16:16:10 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 16:16:11 [EnvInject] - Injecting environment variables from a build step. 16:16:11 [EnvInject] - Injecting as environment variables the properties content 16:16:11 SERVER_ID=logs 16:16:11 16:16:11 [EnvInject] - Variables injected successfully. 16:16:11 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins17418537495119389251.sh 16:16:11 ---> create-netrc.sh 16:16:11 WARN: Log server credential not found. 16:16:11 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins15736086937425787421.sh 16:16:11 ---> python-tools-install.sh 16:16:11 Setup pyenv: 16:16:11 system 16:16:11 3.8.13 16:16:11 3.9.13 16:16:11 3.10.13 16:16:11 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 16:16:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4j5A from file:/tmp/.os_lf_venv 16:16:12 lf-activate-venv(): INFO: Installing: lftools 16:16:22 lf-activate-venv(): INFO: Adding /tmp/venv-4j5A/bin to PATH 16:16:22 Generating Requirements File 16:16:56 Python 3.11.7 16:16:57 pip 24.0 from /tmp/venv-4j5A/lib/python3.11/site-packages/pip (python 3.11) 16:16:57 appdirs==1.4.4 16:16:57 argcomplete==3.2.3 16:16:57 aspy.yaml==1.3.0 16:16:57 attrs==23.2.0 16:16:57 autopage==0.5.2 16:16:57 beautifulsoup4==4.12.3 16:16:57 boto3==1.34.65 16:16:57 botocore==1.34.65 16:16:57 bs4==0.0.2 16:16:57 cachetools==5.3.3 16:16:57 certifi==2024.2.2 16:16:57 cffi==1.16.0 16:16:57 cfgv==3.4.0 16:16:57 chardet==5.2.0 16:16:57 charset-normalizer==3.3.2 16:16:57 click==8.1.7 16:16:57 cliff==4.6.0 16:16:57 cmd2==2.4.3 16:16:57 cryptography==3.3.2 16:16:57 debtcollector==3.0.0 16:16:57 decorator==5.1.1 16:16:57 defusedxml==0.7.1 16:16:57 Deprecated==1.2.14 16:16:57 distlib==0.3.8 16:16:57 dnspython==2.6.1 16:16:57 docker==4.2.2 16:16:57 dogpile.cache==1.3.2 16:16:57 email_validator==2.1.1 16:16:57 filelock==3.13.1 16:16:57 future==1.0.0 16:16:57 gitdb==4.0.11 16:16:57 GitPython==3.1.42 16:16:57 google-auth==2.28.2 16:16:57 httplib2==0.22.0 16:16:57 identify==2.5.35 16:16:57 idna==3.6 16:16:57 importlib-resources==1.5.0 16:16:57 iso8601==2.1.0 16:16:57 Jinja2==3.1.3 16:16:57 jmespath==1.0.1 16:16:57 jsonpatch==1.33 16:16:57 jsonpointer==2.4 16:16:57 jsonschema==4.21.1 16:16:57 jsonschema-specifications==2023.12.1 16:16:57 keystoneauth1==5.6.0 16:16:57 kubernetes==29.0.0 16:16:57 lftools==0.37.10 16:16:57 lxml==5.1.0 16:16:57 MarkupSafe==2.1.5 16:16:57 msgpack==1.0.8 16:16:57 multi_key_dict==2.0.3 16:16:57 munch==4.0.0 16:16:57 netaddr==1.2.1 16:16:57 netifaces==0.11.0 16:16:57 niet==1.4.2 16:16:57 nodeenv==1.8.0 16:16:57 oauth2client==4.1.3 16:16:57 oauthlib==3.2.2 16:16:57 openstacksdk==3.0.0 16:16:57 os-client-config==2.1.0 16:16:57 os-service-types==1.7.0 16:16:57 osc-lib==3.0.1 16:16:57 oslo.config==9.4.0 16:16:57 oslo.context==5.5.0 16:16:57 oslo.i18n==6.3.0 16:16:57 oslo.log==5.5.0 16:16:57 oslo.serialization==5.4.0 16:16:57 oslo.utils==7.1.0 16:16:57 packaging==24.0 16:16:57 pbr==6.0.0 16:16:57 platformdirs==4.2.0 16:16:57 prettytable==3.10.0 16:16:57 pyasn1==0.5.1 16:16:57 pyasn1-modules==0.3.0 16:16:57 pycparser==2.21 16:16:57 pygerrit2==2.0.15 16:16:57 PyGithub==2.2.0 16:16:57 pyinotify==0.9.6 16:16:57 PyJWT==2.8.0 16:16:57 PyNaCl==1.5.0 16:16:57 pyparsing==2.4.7 16:16:57 pyperclip==1.8.2 16:16:57 pyrsistent==0.20.0 16:16:57 python-cinderclient==9.5.0 16:16:57 python-dateutil==2.9.0.post0 16:16:57 python-heatclient==3.5.0 16:16:57 python-jenkins==1.8.2 16:16:57 python-keystoneclient==5.4.0 16:16:57 python-magnumclient==4.4.0 16:16:57 python-novaclient==18.6.0 16:16:57 python-openstackclient==6.6.0 16:16:57 python-swiftclient==4.5.0 16:16:57 PyYAML==6.0.1 16:16:57 referencing==0.34.0 16:16:57 requests==2.31.0 16:16:57 requests-oauthlib==1.4.0 16:16:57 requestsexceptions==1.4.0 16:16:57 rfc3986==2.0.0 16:16:57 rpds-py==0.18.0 16:16:57 rsa==4.9 16:16:57 ruamel.yaml==0.18.6 16:16:57 ruamel.yaml.clib==0.2.8 16:16:57 s3transfer==0.10.1 16:16:57 simplejson==3.19.2 16:16:57 six==1.16.0 16:16:57 smmap==5.0.1 16:16:57 soupsieve==2.5 16:16:57 stevedore==5.2.0 16:16:57 tabulate==0.9.0 16:16:57 toml==0.10.2 16:16:57 tomlkit==0.12.4 16:16:57 tqdm==4.66.2 16:16:57 typing_extensions==4.10.0 16:16:57 tzdata==2024.1 16:16:57 urllib3==1.26.18 16:16:57 virtualenv==20.25.1 16:16:57 wcwidth==0.2.13 16:16:57 websocket-client==1.7.0 16:16:57 wrapt==1.16.0 16:16:57 xdg==6.0.0 16:16:57 xmltodict==0.13.0 16:16:57 yq==3.2.3 16:16:57 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins7552519959392571449.sh 16:16:57 ---> sudo-logs.sh 16:16:57 Archiving 'sudo' log.. 16:16:58 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins15499173248154105267.sh 16:16:58 ---> job-cost.sh 16:16:58 Setup pyenv: 16:16:58 system 16:16:58 3.8.13 16:16:58 3.9.13 16:16:58 3.10.13 16:16:58 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 16:16:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4j5A from file:/tmp/.os_lf_venv 16:17:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 16:17:08 lf-activate-venv(): INFO: Adding /tmp/venv-4j5A/bin to PATH 16:17:08 INFO: No Stack... 16:17:09 INFO: Retrieving Pricing Info for: v3-standard-4 16:17:09 INFO: Archiving Costs 16:17:09 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash -l /tmp/jenkins4469571758276918615.sh 16:17:09 ---> logs-deploy.sh 16:17:09 Setup pyenv: 16:17:09 system 16:17:09 3.8.13 16:17:09 3.9.13 16:17:09 3.10.13 16:17:09 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 16:17:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4j5A from file:/tmp/.os_lf_venv 16:17:11 lf-activate-venv(): INFO: Installing: lftools 16:17:24 lf-activate-venv(): INFO: Adding /tmp/venv-4j5A/bin to PATH 16:17:24 WARNING: Nexus logging server not set 16:17:24 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-calcium/30/ 16:17:24 INFO: archiving logs to S3 16:17:25 ---> uname -a: 16:17:25 Linux prd-centos8-builder-4c-4g-2009.novalocal 4.18.0-544.el8.x86_64 #1 SMP Thu Feb 22 21:29:23 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 16:17:25 16:17:25 16:17:25 ---> lscpu: 16:17:25 Architecture: x86_64 16:17:25 CPU op-mode(s): 32-bit, 64-bit 16:17:25 Byte Order: Little Endian 16:17:25 CPU(s): 4 16:17:25 On-line CPU(s) list: 0-3 16:17:25 Thread(s) per core: 1 16:17:25 Core(s) per socket: 1 16:17:25 Socket(s): 4 16:17:25 NUMA node(s): 1 16:17:25 Vendor ID: AuthenticAMD 16:17:25 CPU family: 23 16:17:25 Model: 49 16:17:25 Model name: AMD EPYC-Rome Processor 16:17:25 Stepping: 0 16:17:25 CPU MHz: 2799.998 16:17:25 BogoMIPS: 5599.99 16:17:25 Virtualization: AMD-V 16:17:25 Hypervisor vendor: KVM 16:17:25 Virtualization type: full 16:17:25 L1d cache: 32K 16:17:25 L1i cache: 32K 16:17:25 L2 cache: 512K 16:17:25 L3 cache: 16384K 16:17:25 NUMA node0 CPU(s): 0-3 16:17:25 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 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 wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 16:17:25 16:17:25 16:17:25 ---> nproc: 16:17:25 4 16:17:25 16:17:25 16:17:25 ---> df -h: 16:17:25 Filesystem Size Used Avail Use% Mounted on 16:17:25 devtmpfs 7.7G 0 7.7G 0% /dev 16:17:25 tmpfs 7.7G 0 7.7G 0% /dev/shm 16:17:25 tmpfs 7.7G 17M 7.7G 1% /run 16:17:25 tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup 16:17:25 /dev/vda1 80G 8.7G 72G 11% / 16:17:25 tmpfs 1.6G 0 1.6G 0% /run/user/1001 16:17:25 16:17:25 16:17:25 ---> free -m: 16:17:25 total used free shared buff/cache available 16:17:25 Mem: 15761 710 12822 19 2227 14723 16:17:25 Swap: 1023 0 1023 16:17:25 16:17:25 16:17:25 ---> ip addr: 16:17:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 16:17:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:17:25 inet 127.0.0.1/8 scope host lo 16:17:25 valid_lft forever preferred_lft forever 16:17:25 inet6 ::1/128 scope host 16:17:25 valid_lft forever preferred_lft forever 16:17:25 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 16:17:25 link/ether fa:16:3e:b5:18:9a brd ff:ff:ff:ff:ff:ff 16:17:25 altname enp0s3 16:17:25 altname ens3 16:17:25 inet 10.30.171.112/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 16:17:25 valid_lft 86193sec preferred_lft 86193sec 16:17:25 inet6 fe80::f816:3eff:feb5:189a/64 scope link 16:17:25 valid_lft forever preferred_lft forever 16:17:25 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 16:17:25 link/ether 02:42:ed:1b:80:7c brd ff:ff:ff:ff:ff:ff 16:17:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:17:25 valid_lft forever preferred_lft forever 16:17:25 16:17:25 16:17:25 ---> sar -b -r -n DEV: 16:17:25 Linux 4.18.0-544.el8.x86_64 (centos-stream-8-builder-ae393510-0a03-4d70-9a0d-820400f2e72e.nov) 03/19/2024 _x86_64_ (4 CPU) 16:17:25 16:17:25 16:13:52 LINUX RESTART (4 CPU) 16:17:25 16:17:25 04:15:01 PM tps rtps wtps bread/s bwrtn/s 16:17:25 04:16:01 PM 57.12 16.06 41.06 2854.71 5228.65 16:17:25 04:17:01 PM 98.40 1.18 97.22 110.51 7999.63 16:17:25 Average: 77.76 8.62 69.14 1482.84 6613.91 16:17:25 16:17:25 04:15:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:17:25 04:16:01 PM 13329452 15087716 2809992 17.41 2688 1981292 1195120 6.95 384632 2100624 83048 16:17:25 04:17:01 PM 13181456 15121600 2957988 18.33 2688 2150228 1090932 6.35 377652 2206760 103188 16:17:25 Average: 13255454 15104658 2883990 17.87 2688 2065760 1143026 6.65 381142 2153692 93118 16:17:25 16:17:25 04:15:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:17:25 04:16:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:25 04:16:01 PM eth0 160.84 115.89 1310.20 35.75 0.00 0.00 0.00 0.00 16:17:25 04:16:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:25 04:17:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:25 04:17:01 PM eth0 29.50 26.56 237.61 6.81 0.00 0.00 0.00 0.00 16:17:25 04:17:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:25 Average: eth0 95.18 71.23 773.99 21.28 0.00 0.00 0.00 0.00 16:17:25 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:25 16:17:25 16:17:25 ---> sar -P ALL: 16:17:25 Linux 4.18.0-544.el8.x86_64 (centos-stream-8-builder-ae393510-0a03-4d70-9a0d-820400f2e72e.nov) 03/19/2024 _x86_64_ (4 CPU) 16:17:25 16:17:25 16:13:52 LINUX RESTART (4 CPU) 16:17:25 16:17:25 04:15:01 PM CPU %user %nice %system %iowait %steal %idle 16:17:25 04:16:01 PM all 15.37 0.00 2.64 2.03 0.06 79.91 16:17:25 04:16:01 PM 0 13.06 0.00 2.66 2.24 0.05 81.99 16:17:25 04:16:01 PM 1 11.79 0.00 2.83 1.19 0.05 84.14 16:17:25 04:16:01 PM 2 10.04 0.00 1.56 0.91 0.07 87.42 16:17:25 04:16:01 PM 3 26.59 0.00 3.50 3.77 0.07 66.08 16:17:25 04:17:01 PM all 19.28 0.00 2.39 1.97 0.08 76.28 16:17:25 04:17:01 PM 0 13.13 0.00 2.16 1.14 0.07 83.51 16:17:25 04:17:01 PM 1 15.15 0.00 1.54 2.11 0.07 81.13 16:17:25 04:17:01 PM 2 24.23 0.00 2.71 2.31 0.08 70.67 16:17:25 04:17:01 PM 3 24.63 0.00 3.16 2.32 0.08 69.81 16:17:25 Average: all 17.33 0.00 2.51 2.00 0.07 78.09 16:17:25 Average: 0 13.10 0.00 2.41 1.69 0.06 82.75 16:17:25 Average: 1 13.47 0.00 2.18 1.65 0.06 82.64 16:17:25 Average: 2 17.15 0.00 2.13 1.61 0.08 79.04 16:17:25 Average: 3 25.61 0.00 3.33 3.04 0.08 67.95 16:17:25 16:17:25 16:17:25