08:02:51 Started by timer 08:02:51 Running as SYSTEM 08:02:51 [EnvInject] - Loading node environment variables. 08:02:51 Building remotely on prd-centos8-builder-2c-2g-371 (centos8-builder-2c-2g) in workspace /w/workspace/ci-management-jenkins-sandbox-cleanup 08:02:51 [ssh-agent] Looking for ssh-agent implementation... 08:02:51 $ ssh-agent 08:02:51 SSH_AUTH_SOCK=/tmp/ssh-MxiH6OBOIjEw/agent.5424 08:02:51 SSH_AGENT_PID=5426 08:02:51 [ssh-agent] Started. 08:02:51 Running ssh-add (command line suppressed) 08:02:51 Identity added: /w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/private_key_16451734200423628857.key (/w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/private_key_16451734200423628857.key) 08:02:51 [ssh-agent] Using credentials rotterdam-jobbuilder (Rotterdam JJB) 08:02:57 provisioning config files... 08:02:57 copy managed file [npmrc] to file:/home/jenkins/.npmrc 08:02:57 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 08:02:57 provisioning config files... 08:02:57 copy managed file [jjbini] to file:/home/jenkins/.config/jenkins_jobs/jenkins_jobs.ini 08:02:57 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins5822116650116447966.sh 08:02:57 ---> jenkins-sandbox-cleanup.sh 08:02:57 Setup pyenv: 08:02:57 system 08:02:57 * 3.8.13 (set by /opt/pyenv/version) 08:02:57 * 3.9.13 (set by /opt/pyenv/version) 08:02:57 * 3.10.6 (set by /opt/pyenv/version) 08:03:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Iy3R 08:03:02 lf-activate-venv(): INFO: Save venv in file: /tmp/.jjb_venv 08:03:19 lf-activate-venv(): INFO: Installing: jenkins-job-builder==6.0.0 08:03:45 lf-activate-venv(): INFO: Adding /tmp/venv-Iy3R/bin to PATH 08:03:45 ERROR:stevedore.extension:Could not load 'delete': No module named 'pkg_resources.extern' 08:03:45 ERROR:stevedore.extension:Could not load 'delete-all': No module named 'pkg_resources.extern' 08:03:45 ERROR:stevedore.extension:Could not load 'get-plugins-info': No module named 'pkg_resources.extern' 08:03:45 ERROR:stevedore.extension:Could not load 'list': No module named 'pkg_resources.extern' 08:03:45 ERROR:stevedore.extension:Could not load 'test': No module named 'pkg_resources.extern' 08:03:45 ERROR:stevedore.extension:Could not load 'update': No module named 'pkg_resources.extern' 08:03:45 Traceback (most recent call last): 08:03:45 File "/tmp/venv-Iy3R/bin/jenkins-jobs", line 8, in 08:03:45 sys.exit(main()) 08:03:45 File "/tmp/venv-Iy3R/lib/python3.10/site-packages/jenkins_jobs/cli/entry.py", line 177, in main 08:03:45 jjb = JenkinsJobs(argv) 08:03:45 File "/tmp/venv-Iy3R/lib/python3.10/site-packages/jenkins_jobs/cli/entry.py", line 60, in __init__ 08:03:45 self.parser = create_parser() 08:03:45 File "/tmp/venv-Iy3R/lib/python3.10/site-packages/jenkins_jobs/cli/parser.py", line 112, in create_parser 08:03:45 extension_manager.map(parse_subcommand_args, subparser) 08:03:45 File "/tmp/venv-Iy3R/lib/python3.10/site-packages/stevedore/extension.py", line 276, in map 08:03:45 raise NoMatches('No %s extensions found' % self.namespace) 08:03:45 stevedore.exception.NoMatches: No jjb.cli.subcommands extensions found 08:03:45 Build step 'Execute shell' marked build as failure 08:03:45 $ ssh-agent -k 08:03:45 unset SSH_AUTH_SOCK; 08:03:45 unset SSH_AGENT_PID; 08:03:45 echo Agent pid 5426 killed; 08:03:45 [ssh-agent] Stopped. 08:03:45 [PostBuildScript] - [INFO] Executing post build scripts. 08:03:45 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins13293950127880508192.sh 08:03:45 ---> sysstat.sh 08:03:46 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins11598647706624758123.sh 08:03:46 ---> package-listing.sh 08:03:46 ++ facter osfamily 08:03:46 ++ tr '[:upper:]' '[:lower:]' 08:03:46 + OS_FAMILY=redhat 08:03:46 + workspace=/w/workspace/ci-management-jenkins-sandbox-cleanup 08:03:46 + START_PACKAGES=/tmp/packages_start.txt 08:03:46 + END_PACKAGES=/tmp/packages_end.txt 08:03:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:03:46 + PACKAGES=/tmp/packages_start.txt 08:03:46 + '[' /w/workspace/ci-management-jenkins-sandbox-cleanup ']' 08:03:46 + PACKAGES=/tmp/packages_end.txt 08:03:46 + case "${OS_FAMILY}" in 08:03:46 + rpm -qa 08:03:46 + sort 08:03:46 + '[' -f /tmp/packages_start.txt ']' 08:03:46 + '[' -f /tmp/packages_end.txt ']' 08:03:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:03:47 + '[' /w/workspace/ci-management-jenkins-sandbox-cleanup ']' 08:03:47 + mkdir -p /w/workspace/ci-management-jenkins-sandbox-cleanup/archives/ 08:03:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-jenkins-sandbox-cleanup/archives/ 08:03:47 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins8098956808978874819.sh 08:03:47 ---> capture-instance-metadata.sh 08:03:47 Setup pyenv: 08:03:47 system 08:03:47 3.8.13 08:03:47 3.9.13 08:03:47 * 3.10.6 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:03:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HMU5 08:03:50 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:04:03 lf-activate-venv(): INFO: Installing: lftools 08:04:55 lf-activate-venv(): INFO: Adding /tmp/venv-HMU5/bin to PATH 08:04:55 INFO: Running in OpenStack, capturing instance metadata 08:04:55 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins14822990598759586647.sh 08:04:55 provisioning config files... 08:04:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/config3945503292836378917tmp 08:04:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[fdio-logs-s3-cloudfront-index] 08:04:55 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 08:04:55 provisioning config files... 08:04:55 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 08:04:55 [EnvInject] - Injecting environment variables from a build step. 08:04:55 [EnvInject] - Injecting as environment variables the properties content 08:04:55 SERVER_ID=logs 08:04:55 08:04:55 [EnvInject] - Variables injected successfully. 08:04:55 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins10461779451979379082.sh 08:04:55 ---> create-netrc.sh 08:04:56 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins15847561870410608148.sh 08:04:56 ---> python-tools-install.sh 08:04:56 Setup pyenv: 08:04:56 system 08:04:56 3.8.13 08:04:56 3.9.13 08:04:56 * 3.10.6 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:04:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-HMU5 from file:/tmp/.os_lf_venv 08:05:03 lf-activate-venv(): INFO: Installing: lftools 08:05:58 lf-activate-venv(): INFO: Adding /tmp/venv-HMU5/bin to PATH 08:05:58 Generating Requirements File 08:06:58 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. 08:06:58 lftools 0.37.12 requires requests<2.32.0, but you have requests 2.32.3 which is incompatible. 08:06:58 Python 3.10.6 08:06:58 pip 25.0.1 from /tmp/venv-HMU5/lib/python3.10/site-packages/pip (python 3.10) 08:06:58 appdirs==1.4.4 08:06:58 argcomplete==3.6.2 08:06:58 aspy.yaml==1.3.0 08:06:58 attrs==25.3.0 08:06:58 autopage==0.5.2 08:06:58 beautifulsoup4==4.13.3 08:06:58 boto3==1.37.28 08:06:58 botocore==1.37.28 08:06:58 bs4==0.0.2 08:06:58 cachetools==5.5.2 08:06:58 certifi==2025.1.31 08:06:58 cffi==1.17.1 08:06:58 cfgv==3.4.0 08:06:58 chardet==5.2.0 08:06:58 charset-normalizer==3.4.1 08:06:58 click==8.1.8 08:06:58 cliff==4.9.1 08:06:58 cmd2==2.5.11 08:06:58 cryptography==3.3.2 08:06:58 debtcollector==3.0.0 08:06:58 decorator==5.2.1 08:06:58 defusedxml==0.7.1 08:06:58 Deprecated==1.2.18 08:06:58 distlib==0.3.9 08:06:58 dnspython==2.7.0 08:06:58 docker==4.2.2 08:06:58 dogpile.cache==1.3.4 08:06:58 durationpy==0.9 08:06:58 email_validator==2.2.0 08:06:58 filelock==3.18.0 08:06:58 future==1.0.0 08:06:58 gitdb==4.0.12 08:06:58 GitPython==3.1.44 08:06:58 google-auth==2.38.0 08:06:58 httplib2==0.22.0 08:06:58 identify==2.6.9 08:06:58 idna==3.10 08:06:58 importlib-resources==1.5.0 08:06:58 iso8601==2.1.0 08:06:58 Jinja2==3.1.6 08:06:58 jmespath==1.0.1 08:06:58 jsonpatch==1.33 08:06:58 jsonpointer==3.0.0 08:06:58 jsonschema==4.23.0 08:06:58 jsonschema-specifications==2024.10.1 08:06:58 keystoneauth1==5.10.0 08:06:58 kubernetes==32.0.1 08:06:58 lftools==0.37.12 08:06:58 lxml==5.3.1 08:06:58 MarkupSafe==3.0.2 08:06:58 msgpack==1.1.0 08:06:58 multi_key_dict==2.0.3 08:06:58 munch==4.0.0 08:06:58 netaddr==1.3.0 08:06:58 niet==1.4.2 08:06:58 nodeenv==1.9.1 08:06:58 oauth2client==4.1.3 08:06:58 oauthlib==3.2.2 08:06:58 openstacksdk==4.4.0 08:06:58 os-client-config==2.1.0 08:06:58 os-service-types==1.7.0 08:06:58 osc-lib==3.2.0 08:06:58 oslo.config==9.7.1 08:06:58 oslo.context==5.7.1 08:06:58 oslo.i18n==6.5.1 08:06:58 oslo.log==7.1.0 08:06:58 oslo.serialization==5.7.0 08:06:58 oslo.utils==8.2.0 08:06:58 packaging==24.2 08:06:58 pbr==6.1.1 08:06:58 platformdirs==4.3.7 08:06:58 prettytable==3.16.0 08:06:58 psutil==7.0.0 08:06:58 pyasn1==0.6.1 08:06:58 pyasn1_modules==0.4.2 08:06:58 pycparser==2.22 08:06:58 pygerrit2==2.0.15 08:06:58 PyGithub==2.6.1 08:06:58 PyJWT==2.10.1 08:06:58 PyNaCl==1.5.0 08:06:58 pyparsing==2.4.7 08:06:58 pyperclip==1.9.0 08:06:58 pyrsistent==0.20.0 08:06:58 python-cinderclient==9.7.0 08:06:58 python-dateutil==2.9.0.post0 08:06:58 python-heatclient==4.1.0 08:06:58 python-jenkins==1.8.2 08:06:58 python-keystoneclient==5.6.0 08:06:58 python-magnumclient==4.8.1 08:06:58 python-openstackclient==7.4.0 08:06:58 python-swiftclient==4.7.0 08:06:58 PyYAML==6.0.2 08:06:58 referencing==0.36.2 08:06:58 requests==2.32.3 08:06:58 requests-oauthlib==2.0.0 08:06:58 requestsexceptions==1.4.0 08:06:58 rfc3986==2.0.0 08:06:58 rpds-py==0.24.0 08:06:58 rsa==4.9 08:06:58 ruamel.yaml==0.18.10 08:06:58 ruamel.yaml.clib==0.2.12 08:06:58 s3transfer==0.11.4 08:06:58 simplejson==3.20.1 08:06:58 six==1.17.0 08:06:58 smmap==5.0.2 08:06:58 soupsieve==2.6 08:06:58 stevedore==5.4.1 08:06:58 tabulate==0.9.0 08:06:58 toml==0.10.2 08:06:58 tomlkit==0.13.2 08:06:58 tqdm==4.67.1 08:06:58 typing_extensions==4.13.1 08:06:58 tzdata==2025.2 08:06:58 urllib3==1.26.20 08:06:58 virtualenv==20.30.0 08:06:58 wcwidth==0.2.13 08:06:58 websocket-client==1.8.0 08:06:58 wrapt==1.17.2 08:06:58 xdg==6.0.0 08:06:58 xmltodict==0.14.2 08:06:58 yq==3.4.3 08:06:58 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins10934420976178573699.sh 08:06:58 ---> sudo-logs.sh 08:06:58 Archiving 'sudo' log.. 08:06:59 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins10362870825914084460.sh 08:06:59 ---> job-cost.sh 08:06:59 Setup pyenv: 08:06:59 system 08:06:59 3.8.13 08:06:59 3.9.13 08:06:59 * 3.10.6 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:06:59 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-HMU5 from file:/tmp/.os_lf_venv 08:07:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:07:19 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. 08:07:19 lftools 0.37.12 requires requests<2.32.0, but you have requests 2.32.3 which is incompatible. 08:07:19 lf-activate-venv(): INFO: Adding /tmp/venv-HMU5/bin to PATH 08:07:19 INFO: No Stack... 08:07:20 INFO: Retrieving Pricing Info for: v3-standard-2 08:07:25 INFO: Archiving Costs 08:07:25 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash -l /tmp/jenkins9819300921520475631.sh 08:07:25 ---> logs-deploy.sh 08:07:25 Setup pyenv: 08:07:25 system 08:07:25 3.8.13 08:07:25 3.9.13 08:07:25 * 3.10.6 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:07:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-HMU5 from file:/tmp/.os_lf_venv 08:07:32 lf-activate-venv(): INFO: Installing: lftools 08:07:43 lf-activate-venv(): INFO: Adding /tmp/venv-HMU5/bin to PATH 08:07:43 WARNING: Nexus logging server not set 08:07:43 INFO: S3 path logs/production/vex-yul-rot-jenkins-1/ci-management-jenkins-sandbox-cleanup/349/ 08:07:43 INFO: archiving logs to S3 08:07:45 ---> uname -a: 08:07:45 Linux prd-centos8-builder-2c-2g-371.novalocal 4.18.0-489.el8.x86_64 #1 SMP Thu Apr 27 17:02:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 08:07:45 08:07:45 08:07:45 ---> lscpu: 08:07:45 Architecture: x86_64 08:07:45 CPU op-mode(s): 32-bit, 64-bit 08:07:45 Byte Order: Little Endian 08:07:45 CPU(s): 2 08:07:45 On-line CPU(s) list: 0,1 08:07:45 Thread(s) per core: 1 08:07:45 Core(s) per socket: 1 08:07:45 Socket(s): 2 08:07:45 NUMA node(s): 1 08:07:45 Vendor ID: AuthenticAMD 08:07:45 CPU family: 23 08:07:45 Model: 49 08:07:45 Model name: AMD EPYC-Rome Processor 08:07:45 Stepping: 0 08:07:45 CPU MHz: 2800.000 08:07:45 BogoMIPS: 5600.00 08:07:45 Virtualization: AMD-V 08:07:45 Hypervisor vendor: KVM 08:07:45 Virtualization type: full 08:07:45 L1d cache: 32K 08:07:45 L1i cache: 32K 08:07:45 L2 cache: 512K 08:07:45 L3 cache: 16384K 08:07:45 NUMA node0 CPU(s): 0,1 08:07:45 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:07:45 08:07:45 08:07:45 ---> nproc: 08:07:45 2 08:07:45 08:07:45 08:07:45 ---> df -h: 08:07:45 Filesystem Size Used Avail Use% Mounted on 08:07:45 devtmpfs 3.8G 0 3.8G 0% /dev 08:07:45 tmpfs 3.8G 0 3.8G 0% /dev/shm 08:07:45 tmpfs 3.8G 17M 3.8G 1% /run 08:07:45 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 08:07:45 /dev/vda1 40G 9.0G 32G 23% / 08:07:45 tmpfs 770M 0 770M 0% /run/user/1001 08:07:45 08:07:45 08:07:45 ---> free -m: 08:07:45 total used free shared buff/cache available 08:07:45 Mem: 7697 603 4978 19 2115 6800 08:07:45 Swap: 1023 0 1023 08:07:45 08:07:45 08:07:45 ---> ip addr: 08:07:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:07:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:07:45 inet 127.0.0.1/8 scope host lo 08:07:45 valid_lft forever preferred_lft forever 08:07:45 inet6 ::1/128 scope host 08:07:45 valid_lft forever preferred_lft forever 08:07:45 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 08:07:45 link/ether fa:16:3e:7d:f8:a2 brd ff:ff:ff:ff:ff:ff 08:07:45 altname enp0s3 08:07:45 altname ens3 08:07:45 inet 10.30.86.173/23 brd 10.30.87.255 scope global dynamic noprefixroute eth0 08:07:45 valid_lft 86045sec preferred_lft 86045sec 08:07:45 inet6 fe80::f816:3eff:fe7d:f8a2/64 scope link 08:07:45 valid_lft forever preferred_lft forever 08:07:45 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 08:07:45 link/ether 02:42:57:7e:1c:7f brd ff:ff:ff:ff:ff:ff 08:07:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:07:45 valid_lft forever preferred_lft forever 08:07:45 08:07:45 08:07:45 ---> sar -b -r -n DEV: 08:07:45 Linux 4.18.0-489.el8.x86_64 (centos-stream-8-builder-644fe243-c7e5-cbd2-69d3-83c8767e993e.nov) 04/05/2025 _x86_64_ (2 CPU) 08:07:45 08:07:45 08:01:07 LINUX RESTART (2 CPU) 08:07:45 08:07:45 08:02:01 AM tps rtps wtps bread/s bwrtn/s 08:07:45 08:03:01 AM 171.28 127.00 44.28 13555.67 37388.21 08:07:45 08:04:01 AM 29.95 1.02 28.93 47.33 2737.78 08:07:45 08:05:01 AM 53.97 0.38 53.59 54.12 3959.21 08:07:45 08:06:01 AM 45.13 0.05 45.08 1.07 4785.07 08:07:45 08:07:01 AM 32.21 0.20 32.01 23.33 1723.80 08:07:45 Average: 66.51 25.74 40.78 2737.02 10120.63 08:07:45 08:07:45 08:02:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:07:45 08:03:01 AM 5546712 7071216 2335612 29.63 2688 1724196 957356 10.72 122976 1953012 47884 08:07:45 08:04:01 AM 5473512 7066120 2408812 30.56 2688 1787704 960236 10.75 312716 1819612 53208 08:07:45 08:05:01 AM 5285756 7042948 2596568 32.94 2688 1941288 923784 10.34 313244 1964608 127152 08:07:45 08:06:01 AM 5284472 7040648 2597852 32.96 2688 1941412 928564 10.40 314560 1963428 12 08:07:45 08:07:01 AM 5163048 7023636 2719276 34.50 2688 2039516 926692 10.38 317600 2065192 104500 08:07:45 Average: 5350700 7048914 2531624 32.12 2688 1886823 939326 10.52 276219 1953170 66551 08:07:45 08:07:45 08:02:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:07:45 08:03:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:03:01 AM eth0 121.82 71.00 556.26 26.67 0.00 0.00 0.00 0.00 08:07:45 08:03:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:04:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:04:01 AM eth0 19.65 14.18 185.78 3.36 0.00 0.00 0.00 0.00 08:07:45 08:04:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:05:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:05:01 AM eth0 37.51 24.18 602.11 5.35 0.00 0.00 0.00 0.00 08:07:45 08:05:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:06:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:06:01 AM eth0 3.08 3.52 3.39 1.20 0.00 0.00 0.00 0.00 08:07:45 08:06:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:07:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:07:01 AM eth0 20.10 15.93 247.27 9.23 0.00 0.00 0.00 0.00 08:07:45 08:07:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 Average: eth0 40.44 25.76 318.98 9.16 0.00 0.00 0.00 0.00 08:07:45 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:45 08:07:45 08:07:45 ---> sar -P ALL: 08:07:45 Linux 4.18.0-489.el8.x86_64 (centos-stream-8-builder-644fe243-c7e5-cbd2-69d3-83c8767e993e.nov) 04/05/2025 _x86_64_ (2 CPU) 08:07:45 08:07:45 08:01:07 LINUX RESTART (2 CPU) 08:07:45 08:07:45 08:02:01 AM CPU %user %nice %system %iowait %steal %idle 08:07:45 08:03:01 AM all 21.60 0.00 4.96 44.60 0.08 28.76 08:07:45 08:03:01 AM 0 23.70 0.00 5.64 44.25 0.08 26.31 08:07:45 08:03:01 AM 1 19.49 0.00 4.28 44.94 0.08 31.20 08:07:45 08:04:01 AM all 12.36 0.00 1.52 0.73 0.05 85.35 08:07:45 08:04:01 AM 0 15.08 0.00 1.67 0.97 0.05 82.24 08:07:45 08:04:01 AM 1 9.63 0.00 1.37 0.48 0.05 88.46 08:07:45 08:05:01 AM all 14.61 0.00 1.55 1.62 0.06 82.16 08:07:45 08:05:01 AM 0 18.58 0.00 2.02 2.27 0.07 77.07 08:07:45 08:05:01 AM 1 10.65 0.00 1.08 0.97 0.05 87.25 08:07:45 08:06:01 AM all 5.30 0.00 0.42 35.73 0.06 58.50 08:07:45 08:06:01 AM 0 8.73 0.00 0.42 27.99 0.07 62.79 08:07:45 08:06:01 AM 1 1.86 0.00 0.42 43.48 0.05 54.20 08:07:45 08:07:01 AM all 13.94 0.00 1.52 1.11 0.05 83.39 08:07:45 08:07:01 AM 0 22.69 0.00 2.08 1.42 0.05 73.75 08:07:45 08:07:01 AM 1 5.18 0.00 0.95 0.80 0.05 93.02 08:07:45 Average: all 13.56 0.00 1.99 16.72 0.06 67.68 08:07:45 Average: 0 17.75 0.00 2.36 15.35 0.06 64.47 08:07:45 Average: 1 9.35 0.00 1.62 18.09 0.06 70.88 08:07:45 08:07:45 08:07:45