03:32:11 Started by timer 03:32:11 Running as SYSTEM 03:32:11 [EnvInject] - Loading node environment variables. 03:32:11 Building remotely on prd-centos8-builder-2c-2g-50359 (centos8-builder-2c-2g) in workspace /w/workspace/builder-openstack-cron 03:32:11 [ssh-agent] Looking for ssh-agent implementation... 03:32:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:32:11 $ ssh-agent 03:32:11 SSH_AUTH_SOCK=/tmp/ssh-e3HdYYNMYNr4/agent.5441 03:32:11 SSH_AGENT_PID=5442 03:32:11 [ssh-agent] Started. 03:32:11 Running ssh-add (command line suppressed) 03:32:11 Identity added: /w/workspace/builder-openstack-cron@tmp/private_key_4083820600490775232.key (/w/workspace/builder-openstack-cron@tmp/private_key_4083820600490775232.key) 03:32:11 [ssh-agent] Using credentials jenkins (jenkins-ssh) 03:32:11 The recommended git tool is: NONE 03:32:15 using credential jenkins-ssh 03:32:15 Wiping out workspace first. 03:32:15 Cloning the remote Git repository 03:32:15 Cloning repository git://devvexx.opendaylight.org/mirror/releng/builder 03:32:15 > git init /w/workspace/builder-openstack-cron # timeout=10 03:32:15 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/builder 03:32:15 > git --version # timeout=10 03:32:15 > git --version # 'git version 2.43.0' 03:32:15 using GIT_SSH to set credentials jenkins-ssh 03:32:15 [INFO] Currently running in a labeled security context 03:32:15 [INFO] Currently SELinux is 'enforcing' on the host 03:32:15 > /usr/bin/chcon --type=ssh_home_t /w/workspace/builder-openstack-cron@tmp/jenkins-gitclient-ssh11835484699576237568.key 03:32:15 Verifying host key using known hosts file 03:32:15 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. 03:32:15 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/builder +refs/heads/*:refs/remotes/origin/* # timeout=10 03:32:26 ERROR: Error cloning remote repo 'origin' 03:32:26 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/builder +refs/heads/*:refs/remotes/origin/*" returned status code 128: 03:32:26 stdout: 03:32:26 stderr: fatal: unable to look up devvexx.opendaylight.org (port 9418) (Name or service not known) 03:32:26 03:32:26 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 03:32:26 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 03:32:26 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 03:32:26 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 03:32:26 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 03:32:26 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 03:32:26 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 03:32:26 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 03:32:26 at hudson.remoting.Request$2.run(Request.java:377) 03:32:26 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 03:32:26 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 03:32:26 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 03:32:26 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 03:32:26 at java.base/java.lang.Thread.run(Thread.java:829) 03:32:26 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-builder-2c-2g-50359 03:32:26 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 03:32:26 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 03:32:26 at hudson.remoting.Channel.call(Channel.java:1003) 03:32:26 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 03:32:26 at jdk.internal.reflect.GeneratedMethodAccessor1692.invoke(Unknown Source) 03:32:26 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 03:32:26 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 03:32:26 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 03:32:26 at com.sun.proxy.$Proxy317.execute(Unknown Source) 03:32:26 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 03:32:26 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 03:32:26 at hudson.scm.SCM.checkout(SCM.java:540) 03:32:26 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 03:32:26 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 03:32:26 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 03:32:26 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 03:32:26 at hudson.model.Run.execute(Run.java:1895) 03:32:26 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 03:32:26 at hudson.model.ResourceController.execute(ResourceController.java:101) 03:32:26 at hudson.model.Executor.run(Executor.java:442) 03:32:26 ERROR: Error cloning remote repo 'origin' 03:32:26 $ ssh-agent -k 03:32:26 unset SSH_AUTH_SOCK; 03:32:26 unset SSH_AGENT_PID; 03:32:26 echo Agent pid 5442 killed; 03:32:26 [ssh-agent] Stopped. 03:32:26 [PostBuildScript] - [INFO] Executing post build scripts. 03:32:26 [builder-openstack-cron] $ /bin/bash /tmp/jenkins1995880109535051493.sh 03:32:26 ---> sysstat.sh 03:32:26 [builder-openstack-cron] $ /bin/bash /tmp/jenkins1876224712917204960.sh 03:32:26 ---> package-listing.sh 03:32:26 ++ facter osfamily 03:32:26 ++ tr '[:upper:]' '[:lower:]' 03:32:26 + OS_FAMILY=redhat 03:32:26 + workspace=/w/workspace/builder-openstack-cron 03:32:26 + START_PACKAGES=/tmp/packages_start.txt 03:32:26 + END_PACKAGES=/tmp/packages_end.txt 03:32:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:32:26 + PACKAGES=/tmp/packages_start.txt 03:32:26 + '[' /w/workspace/builder-openstack-cron ']' 03:32:26 + PACKAGES=/tmp/packages_end.txt 03:32:26 + case "${OS_FAMILY}" in 03:32:26 + rpm -qa 03:32:26 + sort 03:32:27 + '[' -f /tmp/packages_start.txt ']' 03:32:27 + '[' -f /tmp/packages_end.txt ']' 03:32:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:32:27 + '[' /w/workspace/builder-openstack-cron ']' 03:32:27 + mkdir -p /w/workspace/builder-openstack-cron/archives/ 03:32:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/builder-openstack-cron/archives/ 03:32:27 [builder-openstack-cron] $ /bin/bash /tmp/jenkins7018686558299663111.sh 03:32:27 ---> capture-instance-metadata.sh 03:32:27 Setup pyenv: 03:32:27 system 03:32:27 * 3.8.13 (set by /opt/pyenv/version) 03:32:27 * 3.9.13 (set by /opt/pyenv/version) 03:32:27 * 3.10.13 (set by /opt/pyenv/version) 03:32:27 * 3.11.7 (set by /opt/pyenv/version) 03:32:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Wz8m 03:32:32 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 03:32:37 lf-activate-venv(): INFO: Installing: lftools 03:33:00 lf-activate-venv(): INFO: Adding /tmp/venv-Wz8m/bin to PATH 03:33:00 INFO: Running in OpenStack, capturing instance metadata 03:33:00 [builder-openstack-cron] $ /bin/bash /tmp/jenkins4568239438839504609.sh 03:33:00 provisioning config files... 03:33:00 Could not find credentials [logs] for builder-openstack-cron #73543 03:33:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/builder-openstack-cron@tmp/config7744314228121302328tmp 03:33:00 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 03:33:00 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 03:33:00 provisioning config files... 03:33:01 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 03:33:01 [EnvInject] - Injecting environment variables from a build step. 03:33:01 [EnvInject] - Injecting as environment variables the properties content 03:33:01 SERVER_ID=logs 03:33:01 03:33:01 [EnvInject] - Variables injected successfully. 03:33:01 [builder-openstack-cron] $ /bin/bash /tmp/jenkins2009705034971026695.sh 03:33:01 ---> create-netrc.sh 03:33:01 WARN: Log server credential not found. 03:33:01 [builder-openstack-cron] $ /bin/bash /tmp/jenkins13999020244326444259.sh 03:33:01 ---> python-tools-install.sh 03:33:01 Setup pyenv: 03:33:01 system 03:33:01 3.8.13 03:33:01 3.9.13 03:33:01 3.10.13 03:33:01 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 03:33:01 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Wz8m from file:/tmp/.os_lf_venv 03:33:03 lf-activate-venv(): INFO: Installing: lftools 03:33:10 lf-activate-venv(): INFO: Adding /tmp/venv-Wz8m/bin to PATH 03:33:10 Generating Requirements File 03:33:31 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. 03:33:31 httplib2 0.30.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 03:33:32 Python 3.11.7 03:33:32 pip 25.2 from /tmp/venv-Wz8m/lib/python3.11/site-packages/pip (python 3.11) 03:33:32 appdirs==1.4.4 03:33:32 argcomplete==3.6.2 03:33:32 aspy.yaml==1.3.0 03:33:32 attrs==25.3.0 03:33:32 autopage==0.5.2 03:33:32 beautifulsoup4==4.13.5 03:33:32 boto3==1.40.25 03:33:32 botocore==1.40.25 03:33:32 bs4==0.0.2 03:33:32 cachetools==5.5.2 03:33:32 certifi==2025.8.3 03:33:32 cffi==1.17.1 03:33:32 cfgv==3.4.0 03:33:32 chardet==5.2.0 03:33:32 charset-normalizer==3.4.3 03:33:32 click==8.2.1 03:33:32 cliff==4.11.0 03:33:32 cmd2==2.7.0 03:33:32 cryptography==3.3.2 03:33:32 debtcollector==3.0.0 03:33:32 decorator==5.2.1 03:33:32 defusedxml==0.7.1 03:33:32 Deprecated==1.2.18 03:33:32 distlib==0.4.0 03:33:32 dnspython==2.7.0 03:33:32 docker==7.1.0 03:33:32 dogpile.cache==1.4.0 03:33:32 durationpy==0.10 03:33:32 email-validator==2.3.0 03:33:32 filelock==3.19.1 03:33:32 future==1.0.0 03:33:32 gitdb==4.0.12 03:33:32 GitPython==3.1.45 03:33:32 google-auth==2.40.3 03:33:32 httplib2==0.30.0 03:33:32 identify==2.6.14 03:33:32 idna==3.10 03:33:32 importlib-resources==1.5.0 03:33:32 iso8601==2.1.0 03:33:32 Jinja2==3.1.6 03:33:32 jmespath==1.0.1 03:33:32 jsonpatch==1.33 03:33:32 jsonpointer==3.0.0 03:33:32 jsonschema==4.25.1 03:33:32 jsonschema-specifications==2025.4.1 03:33:32 keystoneauth1==5.12.0 03:33:32 kubernetes==33.1.0 03:33:32 lftools==0.37.13 03:33:32 lxml==6.0.1 03:33:32 markdown-it-py==4.0.0 03:33:32 MarkupSafe==3.0.2 03:33:32 mdurl==0.1.2 03:33:32 msgpack==1.1.1 03:33:32 multi_key_dict==2.0.3 03:33:32 munch==4.0.0 03:33:32 netaddr==1.3.0 03:33:32 niet==1.4.2 03:33:32 nodeenv==1.9.1 03:33:32 oauth2client==4.1.3 03:33:32 oauthlib==3.3.1 03:33:32 openstacksdk==4.7.0 03:33:32 os-service-types==1.8.0 03:33:32 osc-lib==4.2.0 03:33:32 oslo.config==10.0.0 03:33:32 oslo.context==6.1.0 03:33:32 oslo.i18n==6.6.0 03:33:32 oslo.log==7.2.1 03:33:32 oslo.serialization==5.8.0 03:33:32 oslo.utils==9.1.0 03:33:32 packaging==25.0 03:33:32 pbr==7.0.1 03:33:32 platformdirs==4.4.0 03:33:32 prettytable==3.16.0 03:33:32 psutil==7.0.0 03:33:32 pyasn1==0.6.1 03:33:32 pyasn1_modules==0.4.2 03:33:32 pycparser==2.22 03:33:32 pygerrit2==2.0.15 03:33:32 PyGithub==2.8.1 03:33:32 Pygments==2.19.2 03:33:32 PyJWT==2.10.1 03:33:32 PyNaCl==1.5.0 03:33:32 pyparsing==2.4.7 03:33:32 pyperclip==1.9.0 03:33:32 pyrsistent==0.20.0 03:33:32 python-cinderclient==9.8.0 03:33:32 python-dateutil==2.9.0.post0 03:33:32 python-heatclient==4.3.0 03:33:32 python-jenkins==1.8.3 03:33:32 python-keystoneclient==5.7.0 03:33:32 python-magnumclient==4.9.0 03:33:32 python-openstackclient==8.2.0 03:33:32 python-swiftclient==4.8.0 03:33:32 PyYAML==6.0.2 03:33:32 referencing==0.36.2 03:33:32 requests==2.32.5 03:33:32 requests-oauthlib==2.0.0 03:33:32 requestsexceptions==1.4.0 03:33:32 rfc3986==2.0.0 03:33:32 rich==14.1.0 03:33:32 rich-argparse==1.7.1 03:33:32 rpds-py==0.27.1 03:33:32 rsa==4.9.1 03:33:32 ruamel.yaml==0.18.15 03:33:32 ruamel.yaml.clib==0.2.12 03:33:32 s3transfer==0.13.1 03:33:32 simplejson==3.20.1 03:33:32 six==1.17.0 03:33:32 smmap==5.0.2 03:33:32 soupsieve==2.8 03:33:32 stevedore==5.5.0 03:33:32 tabulate==0.9.0 03:33:32 toml==0.10.2 03:33:32 tomlkit==0.13.3 03:33:32 tqdm==4.67.1 03:33:32 typing_extensions==4.15.0 03:33:32 tzdata==2025.2 03:33:32 urllib3==1.26.20 03:33:32 virtualenv==20.34.0 03:33:32 wcwidth==0.2.13 03:33:32 websocket-client==1.8.0 03:33:32 wrapt==1.17.3 03:33:32 xdg==6.0.0 03:33:32 xmltodict==0.15.0 03:33:32 yq==3.4.3 03:33:32 [builder-openstack-cron] $ /bin/bash /tmp/jenkins526610970436145458.sh 03:33:32 ---> sudo-logs.sh 03:33:32 Archiving 'sudo' log.. 03:33:33 [builder-openstack-cron] $ /bin/bash /tmp/jenkins11156794094413756955.sh 03:33:33 ---> job-cost.sh 03:33:33 Setup pyenv: 03:33:33 system 03:33:33 3.8.13 03:33:33 3.9.13 03:33:33 3.10.13 03:33:33 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 03:33:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Wz8m from file:/tmp/.os_lf_venv 03:33:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 03:33:40 lf-activate-venv(): INFO: Adding /tmp/venv-Wz8m/bin to PATH 03:33:40 INFO: No Stack... 03:33:40 INFO: Retrieving Pricing Info for: v3-standard-2 03:33:40 INFO: Archiving Costs 03:33:40 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins14287471544255219036.sh 03:33:40 ---> logs-deploy.sh 03:33:40 Setup pyenv: 03:33:40 system 03:33:40 3.8.13 03:33:40 3.9.13 03:33:40 3.10.13 03:33:40 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 03:33:41 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Wz8m from file:/tmp/.os_lf_venv 03:33:42 lf-activate-venv(): INFO: Installing: lftools 03:33:50 lf-activate-venv(): INFO: Adding /tmp/venv-Wz8m/bin to PATH 03:33:50 WARNING: Nexus logging server not set 03:33:50 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/builder-openstack-cron/73543/ 03:33:50 INFO: archiving logs to S3 03:33:51 ---> uname -a: 03:33:51 Linux prd-centos8-builder-2c-2g-50359.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 03:33:51 03:33:51 03:33:51 ---> lscpu: 03:33:51 Architecture: x86_64 03:33:51 CPU op-mode(s): 32-bit, 64-bit 03:33:51 Byte Order: Little Endian 03:33:51 CPU(s): 2 03:33:51 On-line CPU(s) list: 0,1 03:33:51 Thread(s) per core: 1 03:33:51 Core(s) per socket: 1 03:33:51 Socket(s): 2 03:33:51 NUMA node(s): 1 03:33:51 Vendor ID: AuthenticAMD 03:33:51 CPU family: 23 03:33:51 Model: 49 03:33:51 Model name: AMD EPYC-Rome Processor 03:33:51 Stepping: 0 03:33:51 CPU MHz: 2799.998 03:33:51 BogoMIPS: 5599.99 03:33:51 Virtualization: AMD-V 03:33:51 Hypervisor vendor: KVM 03:33:51 Virtualization type: full 03:33:51 L1d cache: 32K 03:33:51 L1i cache: 32K 03:33:51 L2 cache: 512K 03:33:51 L3 cache: 16384K 03:33:51 NUMA node0 CPU(s): 0,1 03:33:51 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 03:33:51 03:33:51 03:33:51 ---> nproc: 03:33:51 2 03:33:51 03:33:51 03:33:51 ---> df -h: 03:33:51 Filesystem Size Used Avail Use% Mounted on 03:33:51 devtmpfs 3.8G 0 3.8G 0% /dev 03:33:51 tmpfs 3.8G 0 3.8G 0% /dev/shm 03:33:51 tmpfs 3.8G 17M 3.8G 1% /run 03:33:51 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 03:33:51 /dev/vda1 40G 8.5G 32G 22% / 03:33:51 tmpfs 770M 0 770M 0% /run/user/1001 03:33:51 03:33:51 03:33:51 ---> free -m: 03:33:51 total used free shared buff/cache available 03:33:51 Mem: 7697 621 4882 19 2193 6780 03:33:51 Swap: 1023 0 1023 03:33:51 03:33:51 03:33:51 ---> ip addr: 03:33:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 03:33:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:33:51 inet 127.0.0.1/8 scope host lo 03:33:51 valid_lft forever preferred_lft forever 03:33:51 inet6 ::1/128 scope host 03:33:51 valid_lft forever preferred_lft forever 03:33:51 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 03:33:51 link/ether fa:16:3e:d7:ee:6b brd ff:ff:ff:ff:ff:ff 03:33:51 altname enp0s3 03:33:51 altname ens3 03:33:51 inet 10.30.171.53/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 03:33:51 valid_lft 86264sec preferred_lft 86264sec 03:33:51 inet6 fe80::f816:3eff:fed7:ee6b/64 scope link 03:33:51 valid_lft forever preferred_lft forever 03:33:51 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 03:33:51 link/ether 02:42:1b:53:74:cf brd ff:ff:ff:ff:ff:ff 03:33:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:33:51 valid_lft forever preferred_lft forever 03:33:51 03:33:51 03:33:51 ---> sar -b -r -n DEV: 03:33:51 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 09/07/2025 _x86_64_ (2 CPU) 03:33:51 03:33:51 03:31:32 LINUX RESTART (2 CPU) 03:33:51 03:33:51 03:32:01 AM tps rtps wtps bread/s bwrtn/s 03:33:51 03:33:01 AM 77.41 23.03 54.38 5774.88 5303.78 03:33:51 Average: 77.41 23.03 54.38 5774.88 5303.78 03:33:51 03:33:51 03:32:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:33:51 03:33:01 AM 5243256 7050224 2639176 33.48 2688 1990796 930336 10.42 338116 1981184 164480 03:33:51 Average: 5243256 7050224 2639176 33.48 2688 1990796 930336 10.42 338116 1981184 164480 03:33:51 03:33:51 03:32:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:33:51 03:33:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:33:51 03:33:01 AM eth0 207.20 122.76 1396.93 48.74 0.00 0.00 0.00 0.00 03:33:51 03:33:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:33:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:33:51 Average: eth0 207.20 122.76 1396.93 48.74 0.00 0.00 0.00 0.00 03:33:51 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:33:51 03:33:51 03:33:51 ---> sar -P ALL: 03:33:51 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 09/07/2025 _x86_64_ (2 CPU) 03:33:51 03:33:51 03:31:32 LINUX RESTART (2 CPU) 03:33:51 03:33:51 03:32:01 AM CPU %user %nice %system %iowait %steal %idle 03:33:51 03:33:01 AM all 35.74 0.00 6.86 2.32 0.09 55.00 03:33:51 03:33:01 AM 0 30.13 0.00 6.57 2.71 0.08 60.51 03:33:51 03:33:01 AM 1 41.35 0.00 7.14 1.92 0.10 49.49 03:33:51 Average: all 35.74 0.00 6.86 2.32 0.09 55.00 03:33:51 Average: 0 30.13 0.00 6.57 2.71 0.08 60.51 03:33:51 Average: 1 41.35 0.00 7.14 1.92 0.10 49.49 03:33:51 03:33:51 03:33:51