10:18:04 Started by user Robert Varga 10:18:04 Running as SYSTEM 10:18:04 [EnvInject] - Loading node environment variables. 10:18:04 Building remotely on prd-centos8-builder-4c-4g-5034 (centos8-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-calcium 10:18:04 [ssh-agent] Looking for ssh-agent implementation... 10:18:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:18:04 $ ssh-agent 10:18:05 SSH_AUTH_SOCK=/tmp/ssh-p2ZH99zMmj8L/agent.5503 10:18:05 SSH_AGENT_PID=5505 10:18:05 [ssh-agent] Started. 10:18:05 Running ssh-add (command line suppressed) 10:18:05 Identity added: /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_7770428585329499489.key (/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_7770428585329499489.key) 10:18:05 [ssh-agent] Using credentials jenkins (jenkins-ssh) 10:18:05 The recommended git tool is: NONE 10:18:07 using credential jenkins-ssh 10:18:07 Wiping out workspace first. 10:18:07 Cloning the remote Git repository 10:18:07 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 10:18:07 > git init /w/workspace/autorelease-gerrit-branch-lock-calcium # timeout=10 10:18:07 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 10:18:07 > git --version # timeout=10 10:18:07 > git --version # 'git version 2.43.0' 10:18:07 using GIT_SSH to set credentials jenkins-ssh 10:18:07 [INFO] Currently running in a labeled security context 10:18:07 [INFO] Currently SELinux is 'enforcing' on the host 10:18:07 > /usr/bin/chcon --type=ssh_home_t /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/jenkins-gitclient-ssh5194009572972878899.key 10:18:07 Verifying host key using known hosts file 10:18:07 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. 10:18:07 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 10:18:10 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 10:18:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:18:11 Avoid second fetch 10:18:11 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 10:18:11 Checking out Revision 38fac49a74163fd469bd32f1f16b889841b49cfd (refs/remotes/origin/master) 10:18:11 > git config core.sparsecheckout # timeout=10 10:18:11 > git checkout -f 38fac49a74163fd469bd32f1f16b889841b49cfd # timeout=10 10:18:11 Commit message: "Update git submodules" 10:18:11 > git rev-list --no-walk 481174b260ee4032cb9664432be7db7cec9e3b86 # timeout=10 10:18:14 provisioning config files... 10:18:14 copy managed file [npmrc] to file:/home/jenkins/.npmrc 10:18:14 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 10:18:14 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins8962957759455739738.sh 10:18:14 ---> autorelease-gerrit-branch-lock.sh 10:18:14 Cloning into 'All-Projects'... 10:18:15 Warning: Permanently added the RSA host key for IP address '[35.181.223.58]:29418' to the list of known hosts. 10:18:16 Total 1745 (delta 604), reused 1745 (delta 604) 10:18:16 Note: switching to '3d7826b57de3335f673dc611b1351dc22cbdd0d6'. 10:18:16 10:18:16 You are in 'detached HEAD' state. You can look around, make experimental 10:18:16 changes and commit them, and you can discard any commits you make in this 10:18:16 state without impacting any branches by switching back to a branch. 10:18:16 10:18:16 If you want to create a new branch to retain commits you create, you may 10:18:16 do so (now or later) by using -c with the switch command. Example: 10:18:16 10:18:16 git switch -c 10:18:16 10:18:16 Or undo this operation with: 10:18:16 10:18:16 git switch - 10:18:16 10:18:16 Turn off this advice by setting config variable advice.detachedHead to false 10:18:16 10:18:16 Warning: Permanently added the RSA host key for IP address '[13.39.230.180]:29418' to the list of known hosts. 10:18:17 From ssh://git.opendaylight.org:29418/All-Projects 10:18:17 * [new ref] refs/meta/config -> config 10:18:17 Switched to branch 'config' 10:18:18 Warning: Permanently added the RSA host key for IP address '[52.47.161.242]:29418' to the list of known hosts. 10:18:19 Warning: Permanently added the RSA host key for IP address '[52.47.161.242]:29418' to the list of known hosts. 10:18:20 Warning: Permanently added the RSA host key for IP address '[35.181.223.58]:29418' to the list of known hosts. 10:18:21 + case $mode in 10:18:21 + echo 'INFO: Unlocking branch: master' 10:18:21 INFO: Unlocking branch: master 10:18:21 + git config -f project.config --remove-section access.refs/heads/master 10:18:21 + git commit -asm 'Chore: Unlock branch master' 10:18:21 [config 9b40ddb] Chore: Unlock branch master 10:18:21 1 file changed, 6 deletions(-) 10:18:21 + git diff HEAD~1 10:18:21 diff --git a/project.config b/project.config 10:18:21 index 268f5c0..52d4f8a 100644 10:18:21 --- a/project.config 10:18:21 +++ b/project.config 10:18:21 @@ -142,9 +142,3 @@ 10:18:21 exclusiveGroupPermissions = create 10:18:21 create = block group Registered Users 10:18:21 create = group Release Engineering Team 10:18:21 -[access "refs/heads/master"] 10:18:21 - exclusiveGroupPermissions = submit 10:18:21 - submit = group Release Engineering Team 10:18:21 - removeReviewer = group Release Engineering Team 10:18:21 - label-Code-Review = -2..+2 group Release Engineering Team 10:18:21 - label-Verified = -1..+1 group Release Engineering Team 10:18:21 + '[' false = true ']' 10:18:21 + echo 'INFO: Pushing changes to the repository.' 10:18:21 INFO: Pushing changes to the repository. 10:18:21 + git push origin HEAD:refs/meta/config 10:18:22 Warning: Permanently added the RSA host key for IP address '[35.181.223.58]:29418' to the list of known hosts. 10:18:23 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 10:18:23 To ssh://git.opendaylight.org:29418/All-Projects 10:18:23 3d7826b..9b40ddb HEAD -> refs/meta/config 10:18:23 $ ssh-agent -k 10:18:23 unset SSH_AUTH_SOCK; 10:18:23 unset SSH_AGENT_PID; 10:18:23 echo Agent pid 5505 killed; 10:18:23 [ssh-agent] Stopped. 10:18:23 [PostBuildScript] - [INFO] Executing post build scripts. 10:18:23 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins8939825086694867802.sh 10:18:23 ---> sysstat.sh 10:18:23 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins16491843630071639715.sh 10:18:23 ---> package-listing.sh 10:18:23 ++ facter osfamily 10:18:23 ++ tr '[:upper:]' '[:lower:]' 10:18:23 + OS_FAMILY=redhat 10:18:23 + workspace=/w/workspace/autorelease-gerrit-branch-lock-calcium 10:18:23 + START_PACKAGES=/tmp/packages_start.txt 10:18:23 + END_PACKAGES=/tmp/packages_end.txt 10:18:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:18:23 + PACKAGES=/tmp/packages_start.txt 10:18:23 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 10:18:23 + PACKAGES=/tmp/packages_end.txt 10:18:23 + case "${OS_FAMILY}" in 10:18:23 + rpm -qa 10:18:23 + sort 10:18:24 + '[' -f /tmp/packages_start.txt ']' 10:18:24 + '[' -f /tmp/packages_end.txt ']' 10:18:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:18:24 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 10:18:24 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 10:18:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 10:18:24 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins3918599308233602472.sh 10:18:24 ---> capture-instance-metadata.sh 10:18:24 Setup pyenv: 10:18:24 system 10:18:24 * 3.8.13 (set by /opt/pyenv/version) 10:18:24 * 3.9.13 (set by /opt/pyenv/version) 10:18:24 * 3.10.13 (set by /opt/pyenv/version) 10:18:24 * 3.11.7 (set by /opt/pyenv/version) 10:18:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-V3tv 10:18:29 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:18:32 lf-activate-venv(): INFO: Installing: lftools 10:19:06 lf-activate-venv(): INFO: Adding /tmp/venv-V3tv/bin to PATH 10:19:06 INFO: Running in OpenStack, capturing instance metadata 10:19:06 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins11156278792838762727.sh 10:19:06 provisioning config files... 10:19:07 Could not find credentials [logs] for autorelease-gerrit-branch-lock-calcium #36 10:19:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/config1386034277153998308tmp 10:19:07 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 10:19:07 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 10:19:07 provisioning config files... 10:19:07 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 10:19:07 [EnvInject] - Injecting environment variables from a build step. 10:19:07 [EnvInject] - Injecting as environment variables the properties content 10:19:07 SERVER_ID=logs 10:19:07 10:19:07 [EnvInject] - Variables injected successfully. 10:19:07 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins1514231166204530012.sh 10:19:07 ---> create-netrc.sh 10:19:07 WARN: Log server credential not found. 10:19:07 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins17908657101127753637.sh 10:19:07 ---> python-tools-install.sh 10:19:07 Setup pyenv: 10:19:07 system 10:19:07 3.8.13 10:19:07 3.9.13 10:19:07 3.10.13 10:19:07 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 10:19:08 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-V3tv from file:/tmp/.os_lf_venv 10:19:09 lf-activate-venv(): INFO: Installing: lftools 10:19:18 lf-activate-venv(): INFO: Adding /tmp/venv-V3tv/bin to PATH 10:19:18 Generating Requirements File 10:19:48 Python 3.11.7 10:19:48 pip 24.0 from /tmp/venv-V3tv/lib/python3.11/site-packages/pip (python 3.11) 10:19:49 appdirs==1.4.4 10:19:49 argcomplete==3.2.3 10:19:49 aspy.yaml==1.3.0 10:19:49 attrs==23.2.0 10:19:49 autopage==0.5.2 10:19:49 beautifulsoup4==4.12.3 10:19:49 boto3==1.34.78 10:19:49 botocore==1.34.78 10:19:49 bs4==0.0.2 10:19:49 cachetools==5.3.3 10:19:49 certifi==2024.2.2 10:19:49 cffi==1.16.0 10:19:49 cfgv==3.4.0 10:19:49 chardet==5.2.0 10:19:49 charset-normalizer==3.3.2 10:19:49 click==8.1.7 10:19:49 cliff==4.6.0 10:19:49 cmd2==2.4.3 10:19:49 cryptography==3.3.2 10:19:49 debtcollector==3.0.0 10:19:49 decorator==5.1.1 10:19:49 defusedxml==0.7.1 10:19:49 Deprecated==1.2.14 10:19:49 distlib==0.3.8 10:19:49 dnspython==2.6.1 10:19:49 docker==4.2.2 10:19:49 dogpile.cache==1.3.2 10:19:49 email_validator==2.1.1 10:19:49 filelock==3.13.3 10:19:49 future==1.0.0 10:19:49 gitdb==4.0.11 10:19:49 GitPython==3.1.43 10:19:49 google-auth==2.29.0 10:19:49 httplib2==0.22.0 10:19:49 identify==2.5.35 10:19:49 idna==3.6 10:19:49 importlib-resources==1.5.0 10:19:49 iso8601==2.1.0 10:19:49 Jinja2==3.1.3 10:19:49 jmespath==1.0.1 10:19:49 jsonpatch==1.33 10:19:49 jsonpointer==2.4 10:19:49 jsonschema==4.21.1 10:19:49 jsonschema-specifications==2023.12.1 10:19:49 keystoneauth1==5.6.0 10:19:49 kubernetes==29.0.0 10:19:49 lftools==0.37.10 10:19:49 lxml==5.2.1 10:19:49 MarkupSafe==2.1.5 10:19:49 msgpack==1.0.8 10:19:49 multi_key_dict==2.0.3 10:19:49 munch==4.0.0 10:19:49 netaddr==1.2.1 10:19:49 netifaces==0.11.0 10:19:49 niet==1.4.2 10:19:49 nodeenv==1.8.0 10:19:49 oauth2client==4.1.3 10:19:49 oauthlib==3.2.2 10:19:49 openstacksdk==3.0.0 10:19:49 os-client-config==2.1.0 10:19:49 os-service-types==1.7.0 10:19:49 osc-lib==3.0.1 10:19:49 oslo.config==9.4.0 10:19:49 oslo.context==5.5.0 10:19:49 oslo.i18n==6.3.0 10:19:49 oslo.log==5.5.1 10:19:49 oslo.serialization==5.4.0 10:19:49 oslo.utils==7.1.0 10:19:49 packaging==24.0 10:19:49 pbr==6.0.0 10:19:49 platformdirs==4.2.0 10:19:49 prettytable==3.10.0 10:19:49 pyasn1==0.6.0 10:19:49 pyasn1_modules==0.4.0 10:19:49 pycparser==2.22 10:19:49 pygerrit2==2.0.15 10:19:49 PyGithub==2.3.0 10:19:49 pyinotify==0.9.6 10:19:49 PyJWT==2.8.0 10:19:49 PyNaCl==1.5.0 10:19:49 pyparsing==2.4.7 10:19:49 pyperclip==1.8.2 10:19:49 pyrsistent==0.20.0 10:19:49 python-cinderclient==9.5.0 10:19:49 python-dateutil==2.9.0.post0 10:19:49 python-heatclient==3.5.0 10:19:49 python-jenkins==1.8.2 10:19:49 python-keystoneclient==5.4.0 10:19:49 python-magnumclient==4.4.0 10:19:49 python-novaclient==18.6.0 10:19:49 python-openstackclient==6.6.0 10:19:49 python-swiftclient==4.5.0 10:19:49 PyYAML==6.0.1 10:19:49 referencing==0.34.0 10:19:49 requests==2.31.0 10:19:49 requests-oauthlib==2.0.0 10:19:49 requestsexceptions==1.4.0 10:19:49 rfc3986==2.0.0 10:19:49 rpds-py==0.18.0 10:19:49 rsa==4.9 10:19:49 ruamel.yaml==0.18.6 10:19:49 ruamel.yaml.clib==0.2.8 10:19:49 s3transfer==0.10.1 10:19:49 simplejson==3.19.2 10:19:49 six==1.16.0 10:19:49 smmap==5.0.1 10:19:49 soupsieve==2.5 10:19:49 stevedore==5.2.0 10:19:49 tabulate==0.9.0 10:19:49 toml==0.10.2 10:19:49 tomlkit==0.12.4 10:19:49 tqdm==4.66.2 10:19:49 typing_extensions==4.10.0 10:19:49 tzdata==2024.1 10:19:49 urllib3==1.26.18 10:19:49 virtualenv==20.25.1 10:19:49 wcwidth==0.2.13 10:19:49 websocket-client==1.7.0 10:19:49 wrapt==1.16.0 10:19:49 xdg==6.0.0 10:19:49 xmltodict==0.13.0 10:19:49 yq==3.2.3 10:19:49 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins3529545050881784903.sh 10:19:49 ---> sudo-logs.sh 10:19:49 Archiving 'sudo' log.. 10:19:49 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins12038811398554378140.sh 10:19:49 ---> job-cost.sh 10:19:49 Setup pyenv: 10:19:50 system 10:19:50 3.8.13 10:19:50 3.9.13 10:19:50 3.10.13 10:19:50 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 10:19:50 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-V3tv from file:/tmp/.os_lf_venv 10:19:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:19:57 lf-activate-venv(): INFO: Adding /tmp/venv-V3tv/bin to PATH 10:19:57 INFO: No Stack... 10:19:57 INFO: Retrieving Pricing Info for: v3-standard-4 10:19:57 INFO: Archiving Costs 10:19:57 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash -l /tmp/jenkins1631079494643511577.sh 10:19:57 ---> logs-deploy.sh 10:19:57 Setup pyenv: 10:19:58 system 10:19:58 3.8.13 10:19:58 3.9.13 10:19:58 3.10.13 10:19:58 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 10:19:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-V3tv from file:/tmp/.os_lf_venv 10:19:59 lf-activate-venv(): INFO: Installing: lftools 10:20:10 lf-activate-venv(): INFO: Adding /tmp/venv-V3tv/bin to PATH 10:20:10 WARNING: Nexus logging server not set 10:20:10 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-calcium/36/ 10:20:10 INFO: archiving logs to S3 10:20:11 ---> uname -a: 10:20:11 Linux prd-centos8-builder-4c-4g-5034.novalocal 4.18.0-547.el8.x86_64 #1 SMP Wed Mar 20 00:35:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 10:20:11 10:20:11 10:20:11 ---> lscpu: 10:20:11 Architecture: x86_64 10:20:11 CPU op-mode(s): 32-bit, 64-bit 10:20:11 Byte Order: Little Endian 10:20:11 CPU(s): 4 10:20:11 On-line CPU(s) list: 0-3 10:20:11 Thread(s) per core: 1 10:20:11 Core(s) per socket: 1 10:20:11 Socket(s): 4 10:20:11 NUMA node(s): 1 10:20:11 Vendor ID: AuthenticAMD 10:20:11 CPU family: 23 10:20:11 Model: 49 10:20:11 Model name: AMD EPYC-Rome Processor 10:20:11 Stepping: 0 10:20:11 CPU MHz: 2799.998 10:20:11 BogoMIPS: 5599.99 10:20:11 Virtualization: AMD-V 10:20:11 Hypervisor vendor: KVM 10:20:11 Virtualization type: full 10:20:11 L1d cache: 32K 10:20:11 L1i cache: 32K 10:20:11 L2 cache: 512K 10:20:11 L3 cache: 16384K 10:20:11 NUMA node0 CPU(s): 0-3 10:20:11 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 10:20:11 10:20:11 10:20:11 ---> nproc: 10:20:11 4 10:20:11 10:20:11 10:20:11 ---> df -h: 10:20:11 Filesystem Size Used Avail Use% Mounted on 10:20:11 devtmpfs 7.7G 0 7.7G 0% /dev 10:20:11 tmpfs 7.7G 0 7.7G 0% /dev/shm 10:20:11 tmpfs 7.7G 17M 7.7G 1% /run 10:20:11 tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup 10:20:11 /dev/vda1 80G 8.7G 72G 11% / 10:20:11 tmpfs 1.6G 0 1.6G 0% /run/user/1001 10:20:11 10:20:11 10:20:11 ---> free -m: 10:20:11 total used free shared buff/cache available 10:20:11 Mem: 15761 754 12784 19 2222 14680 10:20:11 Swap: 1023 0 1023 10:20:11 10:20:11 10:20:11 ---> ip addr: 10:20:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:20:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:20:11 inet 127.0.0.1/8 scope host lo 10:20:11 valid_lft forever preferred_lft forever 10:20:11 inet6 ::1/128 scope host 10:20:11 valid_lft forever preferred_lft forever 10:20:11 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 10:20:11 link/ether fa:16:3e:fb:6e:39 brd ff:ff:ff:ff:ff:ff 10:20:11 altname enp0s3 10:20:11 altname ens3 10:20:11 inet 10.30.170.250/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 10:20:11 valid_lft 86244sec preferred_lft 86244sec 10:20:11 inet6 fe80::f816:3eff:fefb:6e39/64 scope link 10:20:11 valid_lft forever preferred_lft forever 10:20:11 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 10:20:11 link/ether 02:42:1f:9e:67:62 brd ff:ff:ff:ff:ff:ff 10:20:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:20:11 valid_lft forever preferred_lft forever 10:20:11 10:20:11 10:20:11 ---> sar -b -r -n DEV: 10:20:11 Linux 4.18.0-547.el8.x86_64 (centos-stream-8-builder-140785a5-b754-4c0c-b31b-2b4ade92ecf9.nov) 04/05/2024 _x86_64_ (4 CPU) 10:20:11 10:20:11 10:17:32 LINUX RESTART (4 CPU) 10:20:11 10:20:11 10:18:01 AM tps rtps wtps bread/s bwrtn/s 10:20:11 10:19:01 AM 193.64 23.45 170.18 5378.24 6571.68 10:20:11 10:20:01 AM 92.74 1.10 91.64 107.03 7726.24 10:20:11 Average: 143.19 12.28 130.91 2742.86 7148.91 10:20:11 10:20:11 10:18:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:20:11 10:19:01 AM 13239760 15046816 2899684 17.97 2688 2028060 1180884 6.87 394432 2173084 148288 10:20:11 10:20:01 AM 13126484 15068360 3012960 18.67 2688 2151784 1117544 6.50 379420 2256808 109584 10:20:11 Average: 13183122 15057588 2956322 18.32 2688 2089922 1149214 6.69 386926 2214946 128936 10:20:11 10:20:11 10:18:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:20:11 10:19:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:11 10:19:01 AM eth0 356.36 230.30 1705.24 67.15 0.00 0.00 0.00 0.00 10:20:11 10:19:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:11 10:20:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:11 10:20:01 AM eth0 33.09 30.57 240.15 8.35 0.00 0.00 0.00 0.00 10:20:11 10:20:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:11 Average: eth0 194.74 130.45 972.76 37.75 0.00 0.00 0.00 0.00 10:20:11 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:11 10:20:11 10:20:11 ---> sar -P ALL: 10:20:11 Linux 4.18.0-547.el8.x86_64 (centos-stream-8-builder-140785a5-b754-4c0c-b31b-2b4ade92ecf9.nov) 04/05/2024 _x86_64_ (4 CPU) 10:20:11 10:20:11 10:17:32 LINUX RESTART (4 CPU) 10:20:11 10:20:11 10:18:01 AM CPU %user %nice %system %iowait %steal %idle 10:20:11 10:19:01 AM all 19.50 0.00 3.88 1.33 0.08 75.20 10:20:11 10:19:01 AM 0 8.88 0.00 3.60 3.13 0.10 84.29 10:20:11 10:19:01 AM 1 14.93 0.00 2.51 0.55 0.08 81.92 10:20:11 10:19:01 AM 2 17.28 0.00 4.56 1.09 0.07 77.00 10:20:11 10:19:01 AM 3 36.89 0.00 4.85 0.55 0.08 57.62 10:20:11 10:20:01 AM all 20.40 0.00 2.52 0.56 0.09 76.43 10:20:11 10:20:01 AM 0 9.41 0.00 2.04 0.53 0.10 87.92 10:20:11 10:20:01 AM 1 11.01 0.00 1.43 0.43 0.10 87.02 10:20:11 10:20:01 AM 2 52.30 0.00 4.99 0.65 0.08 41.98 10:20:11 10:20:01 AM 3 8.86 0.00 1.61 0.60 0.08 88.84 10:20:11 Average: all 19.95 0.00 3.20 0.94 0.09 75.82 10:20:11 Average: 0 9.15 0.00 2.82 1.83 0.10 86.11 10:20:11 Average: 1 12.96 0.00 1.97 0.49 0.09 84.48 10:20:11 Average: 2 34.83 0.00 4.78 0.87 0.08 59.45 10:20:11 Average: 3 22.89 0.00 3.23 0.58 0.08 73.22 10:20:11 10:20:11 10:20:11