08:01:19 Started by user Robert Varga 08:01:19 Running as SYSTEM 08:01:19 [EnvInject] - Loading node environment variables. 08:01:19 Building remotely on prd-centos8-builder-4c-4g-26942 (centos8-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-titanium 08:01:20 [ssh-agent] Looking for ssh-agent implementation... 08:01:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:01:20 $ ssh-agent 08:01:20 SSH_AUTH_SOCK=/tmp/ssh-FKHggqzWGuKx/agent.5526 08:01:20 SSH_AGENT_PID=5527 08:01:20 [ssh-agent] Started. 08:01:20 Running ssh-add (command line suppressed) 08:01:20 Identity added: /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_6923530864790197918.key (/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_6923530864790197918.key) 08:01:20 [ssh-agent] Using credentials jenkins (jenkins-ssh) 08:01:20 The recommended git tool is: NONE 08:01:24 using credential jenkins-ssh 08:01:24 Wiping out workspace first. 08:01:24 Cloning the remote Git repository 08:01:24 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 08:01:24 > git init /w/workspace/autorelease-gerrit-branch-lock-titanium # timeout=10 08:01:24 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 08:01:24 > git --version # timeout=10 08:01:24 > git --version # 'git version 2.43.0' 08:01:24 using GIT_SSH to set credentials jenkins-ssh 08:01:24 [INFO] Currently running in a labeled security context 08:01:24 [INFO] Currently SELinux is 'enforcing' on the host 08:01:24 > /usr/bin/chcon --type=ssh_home_t /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/jenkins-gitclient-ssh16098950249557823813.key 08:01:24 Verifying host key using known hosts file 08:01:24 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. 08:01:24 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 08:01:27 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 08:01:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:01:28 Avoid second fetch 08:01:28 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 08:01:28 Checking out Revision 3c37f0eb577afc1618c9640661c8d5dbd48fbd66 (refs/remotes/origin/master) 08:01:29 > git config core.sparsecheckout # timeout=10 08:01:29 > git checkout -f 3c37f0eb577afc1618c9640661c8d5dbd48fbd66 # timeout=10 08:01:29 Commit message: "Update git submodules" 08:01:29 > git rev-list --no-walk d1483cc5fbc3d9e7cf34a1934e7145dd6547f00b # timeout=10 08:01:33 provisioning config files... 08:01:33 copy managed file [npmrc] to file:/home/jenkins/.npmrc 08:01:33 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 08:01:33 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins13635086576707487972.sh 08:01:33 ---> autorelease-gerrit-branch-lock.sh 08:01:33 Cloning into 'All-Projects'... 08:01:34 Warning: Permanently added the RSA host key for IP address '[35.181.223.58]:29418' to the list of known hosts. 08:01:35 Total 1855 (delta 618), reused 1855 (delta 618) 08:01:35 Note: switching to '060164b30781327cf3219b4b70aedfafefc391f8'. 08:01:35 08:01:35 You are in 'detached HEAD' state. You can look around, make experimental 08:01:35 changes and commit them, and you can discard any commits you make in this 08:01:35 state without impacting any branches by switching back to a branch. 08:01:35 08:01:35 If you want to create a new branch to retain commits you create, you may 08:01:35 do so (now or later) by using -c with the switch command. Example: 08:01:35 08:01:35 git switch -c 08:01:35 08:01:35 Or undo this operation with: 08:01:35 08:01:35 git switch - 08:01:35 08:01:35 Turn off this advice by setting config variable advice.detachedHead to false 08:01:35 08:01:36 Warning: Permanently added the RSA host key for IP address '[52.47.161.242]:29418' to the list of known hosts. 08:01:36 From ssh://git.opendaylight.org:29418/All-Projects 08:01:36 * [new ref] refs/meta/config -> config 08:01:37 Switched to branch 'config' 08:01:37 Warning: Permanently added the RSA host key for IP address '[35.181.223.58]:29418' to the list of known hosts. 08:01:38 Warning: Permanently added the RSA host key for IP address '[13.39.230.180]:29418' to the list of known hosts. 08:01:40 Warning: Permanently added the RSA host key for IP address '[52.47.161.242]:29418' to the list of known hosts. 08:01:41 + case $mode in 08:01:41 + echo 'INFO: Unlocking branch: master' 08:01:41 INFO: Unlocking branch: master 08:01:41 + git config -f project.config --remove-section access.refs/heads/master 08:01:41 + git commit -asm 'Chore: Unlock branch master' 08:01:41 [config 0b00814] Chore: Unlock branch master 08:01:41 1 file changed, 6 deletions(-) 08:01:41 + git diff HEAD~1 08:01:41 diff --git a/project.config b/project.config 08:01:41 index 268f5c0..52d4f8a 100644 08:01:41 --- a/project.config 08:01:41 +++ b/project.config 08:01:41 @@ -142,9 +142,3 @@ 08:01:41 exclusiveGroupPermissions = create 08:01:41 create = block group Registered Users 08:01:41 create = group Release Engineering Team 08:01:41 -[access "refs/heads/master"] 08:01:41 - exclusiveGroupPermissions = submit 08:01:41 - submit = group Release Engineering Team 08:01:41 - removeReviewer = group Release Engineering Team 08:01:41 - label-Code-Review = -2..+2 group Release Engineering Team 08:01:41 - label-Verified = -1..+1 group Release Engineering Team 08:01:41 + '[' false = true ']' 08:01:41 + echo 'INFO: Pushing changes to the repository.' 08:01:41 INFO: Pushing changes to the repository. 08:01:41 + git push origin HEAD:refs/meta/config 08:01:41 Warning: Permanently added the RSA host key for IP address '[35.181.223.58]:29418' to the list of known hosts. 08:01:42 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 08:01:42 To ssh://git.opendaylight.org:29418/All-Projects 08:01:42 060164b..0b00814 HEAD -> refs/meta/config 08:01:42 $ ssh-agent -k 08:01:42 unset SSH_AUTH_SOCK; 08:01:42 unset SSH_AGENT_PID; 08:01:42 echo Agent pid 5527 killed; 08:01:42 [ssh-agent] Stopped. 08:01:42 [PostBuildScript] - [INFO] Executing post build scripts. 08:01:42 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins15165879926075121991.sh 08:01:42 ---> sysstat.sh 08:01:43 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins12232540908852807444.sh 08:01:43 ---> package-listing.sh 08:01:43 ++ facter osfamily 08:01:43 ++ tr '[:upper:]' '[:lower:]' 08:01:43 + OS_FAMILY=redhat 08:01:43 + workspace=/w/workspace/autorelease-gerrit-branch-lock-titanium 08:01:43 + START_PACKAGES=/tmp/packages_start.txt 08:01:43 + END_PACKAGES=/tmp/packages_end.txt 08:01:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:01:43 + PACKAGES=/tmp/packages_start.txt 08:01:43 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 08:01:43 + PACKAGES=/tmp/packages_end.txt 08:01:43 + case "${OS_FAMILY}" in 08:01:43 + rpm -qa 08:01:43 + sort 08:01:44 + '[' -f /tmp/packages_start.txt ']' 08:01:44 + '[' -f /tmp/packages_end.txt ']' 08:01:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:01:44 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 08:01:44 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 08:01:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 08:01:44 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins17212002475932201808.sh 08:01:44 ---> capture-instance-metadata.sh 08:01:44 Setup pyenv: 08:01:44 system 08:01:44 * 3.8.13 (set by /opt/pyenv/version) 08:01:44 * 3.9.13 (set by /opt/pyenv/version) 08:01:44 * 3.10.13 (set by /opt/pyenv/version) 08:01:44 * 3.11.7 (set by /opt/pyenv/version) 08:01:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oVGH 08:01:49 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:01:52 lf-activate-venv(): INFO: Installing: lftools 08:02:24 lf-activate-venv(): INFO: Adding /tmp/venv-oVGH/bin to PATH 08:02:24 INFO: Running in OpenStack, capturing instance metadata 08:02:25 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins4945015828983290892.sh 08:02:25 provisioning config files... 08:02:25 Could not find credentials [logs] for autorelease-gerrit-branch-lock-titanium #10 08:02:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/config13754353587449972294tmp 08:02:25 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 08:02:25 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 08:02:25 provisioning config files... 08:02:26 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 08:02:26 [EnvInject] - Injecting environment variables from a build step. 08:02:26 [EnvInject] - Injecting as environment variables the properties content 08:02:26 SERVER_ID=logs 08:02:26 08:02:26 [EnvInject] - Variables injected successfully. 08:02:26 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins11531277901999351148.sh 08:02:26 ---> create-netrc.sh 08:02:26 WARN: Log server credential not found. 08:02:26 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins13923093516960422113.sh 08:02:26 ---> python-tools-install.sh 08:02:26 Setup pyenv: 08:02:26 system 08:02:26 3.8.13 08:02:26 3.9.13 08:02:26 3.10.13 08:02:26 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 08:02:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oVGH from file:/tmp/.os_lf_venv 08:02:27 lf-activate-venv(): INFO: Installing: lftools 08:02:35 lf-activate-venv(): INFO: Adding /tmp/venv-oVGH/bin to PATH 08:02:35 Generating Requirements File 08:03:02 Python 3.11.7 08:03:02 pip 24.2 from /tmp/venv-oVGH/lib/python3.11/site-packages/pip (python 3.11) 08:03:03 appdirs==1.4.4 08:03:03 argcomplete==3.5.0 08:03:03 aspy.yaml==1.3.0 08:03:03 attrs==24.2.0 08:03:03 autopage==0.5.2 08:03:03 beautifulsoup4==4.12.3 08:03:03 boto3==1.35.25 08:03:03 botocore==1.35.25 08:03:03 bs4==0.0.2 08:03:03 cachetools==5.5.0 08:03:03 certifi==2024.8.30 08:03:03 cffi==1.17.1 08:03:03 cfgv==3.4.0 08:03:03 chardet==5.2.0 08:03:03 charset-normalizer==3.3.2 08:03:03 click==8.1.7 08:03:03 cliff==4.7.0 08:03:03 cmd2==2.4.3 08:03:03 cryptography==3.3.2 08:03:03 debtcollector==3.0.0 08:03:03 decorator==5.1.1 08:03:03 defusedxml==0.7.1 08:03:03 Deprecated==1.2.14 08:03:03 distlib==0.3.8 08:03:03 dnspython==2.6.1 08:03:03 docker==4.2.2 08:03:03 dogpile.cache==1.3.3 08:03:03 durationpy==0.7 08:03:03 email_validator==2.2.0 08:03:03 filelock==3.16.1 08:03:03 future==1.0.0 08:03:03 gitdb==4.0.11 08:03:03 GitPython==3.1.43 08:03:03 google-auth==2.35.0 08:03:03 httplib2==0.22.0 08:03:03 identify==2.6.1 08:03:03 idna==3.10 08:03:03 importlib-resources==1.5.0 08:03:03 iso8601==2.1.0 08:03:03 Jinja2==3.1.4 08:03:03 jmespath==1.0.1 08:03:03 jsonpatch==1.33 08:03:03 jsonpointer==3.0.0 08:03:03 jsonschema==4.23.0 08:03:03 jsonschema-specifications==2023.12.1 08:03:03 keystoneauth1==5.8.0 08:03:03 kubernetes==31.0.0 08:03:03 lftools==0.37.10 08:03:03 lxml==5.3.0 08:03:03 MarkupSafe==2.1.5 08:03:03 msgpack==1.1.0 08:03:03 multi_key_dict==2.0.3 08:03:03 munch==4.0.0 08:03:03 netaddr==1.3.0 08:03:03 netifaces==0.11.0 08:03:03 niet==1.4.2 08:03:03 nodeenv==1.9.1 08:03:03 oauth2client==4.1.3 08:03:03 oauthlib==3.2.2 08:03:03 openstacksdk==4.0.0 08:03:03 os-client-config==2.1.0 08:03:03 os-service-types==1.7.0 08:03:03 osc-lib==3.1.0 08:03:03 oslo.config==9.6.0 08:03:03 oslo.context==5.6.0 08:03:03 oslo.i18n==6.4.0 08:03:03 oslo.log==6.1.2 08:03:03 oslo.serialization==5.5.0 08:03:03 oslo.utils==7.3.0 08:03:03 packaging==24.1 08:03:03 pbr==6.1.0 08:03:03 platformdirs==4.3.6 08:03:03 prettytable==3.11.0 08:03:03 pyasn1==0.6.1 08:03:03 pyasn1_modules==0.4.1 08:03:03 pycparser==2.22 08:03:03 pygerrit2==2.0.15 08:03:03 PyGithub==2.4.0 08:03:03 PyJWT==2.9.0 08:03:03 PyNaCl==1.5.0 08:03:03 pyparsing==2.4.7 08:03:03 pyperclip==1.9.0 08:03:03 pyrsistent==0.20.0 08:03:03 python-cinderclient==9.6.0 08:03:03 python-dateutil==2.9.0.post0 08:03:03 python-heatclient==4.0.0 08:03:03 python-jenkins==1.8.2 08:03:03 python-keystoneclient==5.5.0 08:03:03 python-magnumclient==4.7.0 08:03:03 python-openstackclient==7.1.2 08:03:03 python-swiftclient==4.6.0 08:03:03 PyYAML==6.0.2 08:03:03 referencing==0.35.1 08:03:03 requests==2.32.3 08:03:03 requests-oauthlib==2.0.0 08:03:03 requestsexceptions==1.4.0 08:03:03 rfc3986==2.0.0 08:03:03 rpds-py==0.20.0 08:03:03 rsa==4.9 08:03:03 ruamel.yaml==0.18.6 08:03:03 ruamel.yaml.clib==0.2.8 08:03:03 s3transfer==0.10.2 08:03:03 simplejson==3.19.3 08:03:03 six==1.16.0 08:03:03 smmap==5.0.1 08:03:03 soupsieve==2.6 08:03:03 stevedore==5.3.0 08:03:03 tabulate==0.9.0 08:03:03 toml==0.10.2 08:03:03 tomlkit==0.13.2 08:03:03 tqdm==4.66.5 08:03:03 typing_extensions==4.12.2 08:03:03 tzdata==2024.2 08:03:03 urllib3==1.26.20 08:03:03 virtualenv==20.26.5 08:03:03 wcwidth==0.2.13 08:03:03 websocket-client==1.8.0 08:03:03 wrapt==1.16.0 08:03:03 xdg==6.0.0 08:03:03 xmltodict==0.13.0 08:03:03 yq==3.4.3 08:03:03 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins12102825589899796632.sh 08:03:03 ---> sudo-logs.sh 08:03:03 Archiving 'sudo' log.. 08:03:03 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins5751909072444976166.sh 08:03:03 ---> job-cost.sh 08:03:03 Setup pyenv: 08:03:03 system 08:03:03 3.8.13 08:03:03 3.9.13 08:03:03 3.10.13 08:03:03 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 08:03:04 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oVGH from file:/tmp/.os_lf_venv 08:03:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:03:10 lf-activate-venv(): INFO: Adding /tmp/venv-oVGH/bin to PATH 08:03:10 INFO: No Stack... 08:03:10 INFO: Retrieving Pricing Info for: v3-standard-4 08:03:10 INFO: Archiving Costs 08:03:10 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash -l /tmp/jenkins11484058236106174033.sh 08:03:11 ---> logs-deploy.sh 08:03:11 Setup pyenv: 08:03:11 system 08:03:11 3.8.13 08:03:11 3.9.13 08:03:11 3.10.13 08:03:11 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 08:03:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oVGH from file:/tmp/.os_lf_venv 08:03:12 lf-activate-venv(): INFO: Installing: lftools 08:03:26 lf-activate-venv(): INFO: Adding /tmp/venv-oVGH/bin to PATH 08:03:26 WARNING: Nexus logging server not set 08:03:26 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-titanium/10/ 08:03:26 INFO: archiving logs to S3 08:03:27 ---> uname -a: 08:03:27 Linux prd-centos8-builder-4c-4g-26942.novalocal 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 08:03:27 08:03:27 08:03:27 ---> lscpu: 08:03:27 Architecture: x86_64 08:03:27 CPU op-mode(s): 32-bit, 64-bit 08:03:27 Byte Order: Little Endian 08:03:27 CPU(s): 4 08:03:27 On-line CPU(s) list: 0-3 08:03:27 Thread(s) per core: 1 08:03:27 Core(s) per socket: 1 08:03:27 Socket(s): 4 08:03:27 NUMA node(s): 1 08:03:27 Vendor ID: AuthenticAMD 08:03:27 CPU family: 23 08:03:27 Model: 49 08:03:27 Model name: AMD EPYC-Rome Processor 08:03:27 Stepping: 0 08:03:27 CPU MHz: 2799.998 08:03:27 BogoMIPS: 5599.99 08:03:27 Virtualization: AMD-V 08:03:27 Hypervisor vendor: KVM 08:03:27 Virtualization type: full 08:03:27 L1d cache: 32K 08:03:27 L1i cache: 32K 08:03:27 L2 cache: 512K 08:03:27 L3 cache: 16384K 08:03:27 NUMA node0 CPU(s): 0-3 08:03:27 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 08:03:27 08:03:27 08:03:27 ---> nproc: 08:03:27 4 08:03:27 08:03:27 08:03:27 ---> df -h: 08:03:27 Filesystem Size Used Avail Use% Mounted on 08:03:27 devtmpfs 7.7G 0 7.7G 0% /dev 08:03:27 tmpfs 7.7G 0 7.7G 0% /dev/shm 08:03:27 tmpfs 7.7G 17M 7.7G 1% /run 08:03:27 tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup 08:03:27 /dev/vda1 80G 8.7G 72G 11% / 08:03:27 tmpfs 1.6G 0 1.6G 0% /run/user/1001 08:03:27 08:03:27 08:03:27 ---> free -m: 08:03:27 total used free shared buff/cache available 08:03:27 Mem: 15761 725 12811 19 2223 14709 08:03:27 Swap: 1023 0 1023 08:03:27 08:03:27 08:03:27 ---> ip addr: 08:03:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:03:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:03:27 inet 127.0.0.1/8 scope host lo 08:03:27 valid_lft forever preferred_lft forever 08:03:27 inet6 ::1/128 scope host 08:03:27 valid_lft forever preferred_lft forever 08:03:27 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 08:03:27 link/ether fa:16:3e:cd:8c:bb brd ff:ff:ff:ff:ff:ff 08:03:27 altname enp0s3 08:03:27 altname ens3 08:03:27 inet 10.30.170.217/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 08:03:27 valid_lft 86238sec preferred_lft 86238sec 08:03:27 inet6 fe80::f816:3eff:fecd:8cbb/64 scope link 08:03:27 valid_lft forever preferred_lft forever 08:03:27 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 08:03:27 link/ether 02:42:d8:3b:aa:e1 brd ff:ff:ff:ff:ff:ff 08:03:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:03:27 valid_lft forever preferred_lft forever 08:03:27 08:03:27 08:03:27 ---> sar -b -r -n DEV: 08:03:27 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 09/24/2024 _x86_64_ (4 CPU) 08:03:27 08:03:27 08:00:42 LINUX RESTART (4 CPU) 08:03:27 08:03:27 08:01:01 AM tps rtps wtps bread/s bwrtn/s 08:03:27 08:02:02 AM 213.75 36.55 177.20 8260.60 40754.16 08:03:27 08:03:01 AM 119.62 8.05 111.57 1358.28 8920.95 08:03:27 Average: 167.11 22.43 144.68 4840.45 24980.56 08:03:27 08:03:27 08:01:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:03:27 08:02:02 AM 13483916 15145564 2655524 16.45 2688 1886184 1135636 6.61 351672 1983460 65204 08:03:27 08:03:01 AM 13113384 15059244 3026056 18.75 2688 2156400 1179504 6.86 386372 2263124 124368 08:03:27 Average: 13298650 15102404 2840790 17.60 2688 2021292 1157570 6.73 369022 2123292 94786 08:03:27 08:03:27 08:01:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:03:27 08:02:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:27 08:02:02 AM eth0 261.47 172.77 1338.16 63.20 0.00 0.00 0.00 0.00 08:03:27 08:02:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:27 08:03:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:27 08:03:01 AM eth0 65.77 53.92 632.86 9.00 0.00 0.00 0.00 0.00 08:03:27 08:03:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:27 Average: eth0 164.50 113.88 988.68 36.35 0.00 0.00 0.00 0.00 08:03:27 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:27 08:03:27 08:03:27 ---> sar -P ALL: 08:03:27 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 09/24/2024 _x86_64_ (4 CPU) 08:03:27 08:03:27 08:00:42 LINUX RESTART (4 CPU) 08:03:27 08:03:27 08:01:01 AM CPU %user %nice %system %iowait %steal %idle 08:03:27 08:02:02 AM all 19.79 0.00 5.80 5.15 0.08 69.18 08:03:27 08:02:02 AM 0 19.55 0.00 5.24 2.44 0.07 72.71 08:03:27 08:02:02 AM 1 14.76 0.00 5.82 8.40 0.12 70.90 08:03:27 08:02:02 AM 2 22.61 0.00 5.01 2.47 0.08 69.82 08:03:27 08:02:02 AM 3 22.25 0.00 7.14 7.27 0.07 63.27 08:03:27 08:03:01 AM all 16.61 0.00 2.53 1.93 0.08 78.85 08:03:27 08:03:01 AM 0 15.82 0.00 2.10 2.02 0.08 79.97 08:03:27 08:03:01 AM 1 20.05 0.00 3.62 3.60 0.07 72.66 08:03:27 08:03:01 AM 2 10.33 0.00 1.74 0.66 0.07 87.20 08:03:27 08:03:01 AM 3 20.26 0.00 2.66 1.42 0.09 75.57 08:03:27 Average: all 18.21 0.00 4.18 3.55 0.08 73.99 08:03:27 Average: 0 17.69 0.00 3.68 2.23 0.08 76.32 08:03:27 Average: 1 17.39 0.00 4.73 6.02 0.09 71.78 08:03:27 Average: 2 16.51 0.00 3.39 1.57 0.08 78.46 08:03:27 Average: 3 21.26 0.00 4.91 4.36 0.08 69.38 08:03:27 08:03:27 08:03:27