10:06:55 Started by user Robert Varga 10:06:55 Running as SYSTEM 10:06:55 [EnvInject] - Loading node environment variables. 10:06:55 Building remotely on prd-centos8-builder-4c-4g-1566 (centos8-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-calcium 10:06:56 [ssh-agent] Looking for ssh-agent implementation... 10:06:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:06:56 $ ssh-agent 10:06:56 SSH_AUTH_SOCK=/tmp/ssh-WKQnRUcUhVTd/agent.5518 10:06:56 SSH_AGENT_PID=5520 10:06:56 [ssh-agent] Started. 10:06:56 Running ssh-add (command line suppressed) 10:06:56 Identity added: /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_17803136596385194723.key (/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_17803136596385194723.key) 10:06:56 [ssh-agent] Using credentials jenkins (jenkins-ssh) 10:06:56 The recommended git tool is: NONE 10:06:58 using credential jenkins-ssh 10:06:58 Wiping out workspace first. 10:06:58 Cloning the remote Git repository 10:06:58 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 10:06:58 > git init /w/workspace/autorelease-gerrit-branch-lock-calcium # timeout=10 10:06:58 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 10:06:58 > git --version # timeout=10 10:06:58 > git --version # 'git version 2.43.0' 10:06:58 using GIT_SSH to set credentials jenkins-ssh 10:06:58 [INFO] Currently running in a labeled security context 10:06:58 [INFO] Currently SELinux is 'enforcing' on the host 10:06:58 > /usr/bin/chcon --type=ssh_home_t /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/jenkins-gitclient-ssh11646903219576784723.key 10:06:58 Verifying host key using known hosts file 10:06:58 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:06:58 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 10:07:15 ERROR: Error cloning remote repo 'origin' 10:07:15 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/*" returned status code 128: 10:07:15 stdout: 10:07:15 stderr: fatal: unable to look up devvexx.opendaylight.org (port 9418) (Name or service not known) 10:07:15 10:07:15 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842) 10:07:15 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 10:07:15 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 10:07:15 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 10:07:15 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 10:07:15 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 10:07:15 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 10:07:15 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 10:07:15 at hudson.remoting.Request$2.run(Request.java:377) 10:07:15 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 10:07:15 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 10:07:15 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 10:07:15 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 10:07:15 at java.base/java.lang.Thread.run(Thread.java:829) 10:07:15 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-builder-4c-4g-1566 10:07:15 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 10:07:15 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 10:07:15 at hudson.remoting.Channel.call(Channel.java:1003) 10:07:15 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 10:07:15 at jdk.internal.reflect.GeneratedMethodAccessor800.invoke(Unknown Source) 10:07:15 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:07:15 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:07:15 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 10:07:15 at com.sun.proxy.$Proxy210.execute(Unknown Source) 10:07:15 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 10:07:15 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 10:07:15 at hudson.scm.SCM.checkout(SCM.java:540) 10:07:15 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 10:07:15 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 10:07:15 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 10:07:15 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 10:07:15 at hudson.model.Run.execute(Run.java:1895) 10:07:15 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 10:07:15 at hudson.model.ResourceController.execute(ResourceController.java:101) 10:07:15 at hudson.model.Executor.run(Executor.java:442) 10:07:15 ERROR: Error cloning remote repo 'origin' 10:07:15 $ ssh-agent -k 10:07:15 unset SSH_AUTH_SOCK; 10:07:15 unset SSH_AGENT_PID; 10:07:15 echo Agent pid 5520 killed; 10:07:15 [ssh-agent] Stopped. 10:07:15 [PostBuildScript] - [INFO] Executing post build scripts. 10:07:15 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins14545133957242883014.sh 10:07:15 ---> sysstat.sh 10:07:15 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins3173746402614009082.sh 10:07:15 ---> package-listing.sh 10:07:15 ++ facter osfamily 10:07:15 ++ tr '[:upper:]' '[:lower:]' 10:07:15 + OS_FAMILY=redhat 10:07:15 + workspace=/w/workspace/autorelease-gerrit-branch-lock-calcium 10:07:15 + START_PACKAGES=/tmp/packages_start.txt 10:07:15 + END_PACKAGES=/tmp/packages_end.txt 10:07:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:07:15 + PACKAGES=/tmp/packages_start.txt 10:07:15 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 10:07:15 + PACKAGES=/tmp/packages_end.txt 10:07:15 + case "${OS_FAMILY}" in 10:07:15 + rpm -qa 10:07:15 + sort 10:07:16 + '[' -f /tmp/packages_start.txt ']' 10:07:16 + '[' -f /tmp/packages_end.txt ']' 10:07:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:07:16 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 10:07:16 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 10:07:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 10:07:16 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins2417483556783274973.sh 10:07:16 ---> capture-instance-metadata.sh 10:07:16 Setup pyenv: 10:07:16 system 10:07:16 * 3.8.13 (set by /opt/pyenv/version) 10:07:16 * 3.9.13 (set by /opt/pyenv/version) 10:07:16 * 3.10.13 (set by /opt/pyenv/version) 10:07:16 * 3.11.7 (set by /opt/pyenv/version) 10:07:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sU2Z 10:07:21 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:07:24 lf-activate-venv(): INFO: Installing: lftools 10:07:56 lf-activate-venv(): INFO: Adding /tmp/venv-sU2Z/bin to PATH 10:07:56 INFO: Running in OpenStack, capturing instance metadata 10:07:57 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins11902389944112304447.sh 10:07:57 provisioning config files... 10:07:57 Could not find credentials [logs] for autorelease-gerrit-branch-lock-calcium #29 10:07:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/config1042242357794741754tmp 10:07:57 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 10:07:57 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 10:07:57 provisioning config files... 10:07:57 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 10:07:57 [EnvInject] - Injecting environment variables from a build step. 10:07:57 [EnvInject] - Injecting as environment variables the properties content 10:07:57 SERVER_ID=logs 10:07:57 10:07:57 [EnvInject] - Variables injected successfully. 10:07:57 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins17381921441835357301.sh 10:07:57 ---> create-netrc.sh 10:07:57 WARN: Log server credential not found. 10:07:57 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins10310375276655869806.sh 10:07:57 ---> python-tools-install.sh 10:07:57 Setup pyenv: 10:07:58 system 10:07:58 3.8.13 10:07:58 3.9.13 10:07:58 3.10.13 10:07:58 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 10:07:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-sU2Z from file:/tmp/.os_lf_venv 10:07:59 lf-activate-venv(): INFO: Installing: lftools 10:08:07 lf-activate-venv(): INFO: Adding /tmp/venv-sU2Z/bin to PATH 10:08:07 Generating Requirements File 10:08:39 Python 3.11.7 10:08:39 pip 24.0 from /tmp/venv-sU2Z/lib/python3.11/site-packages/pip (python 3.11) 10:08:40 appdirs==1.4.4 10:08:40 argcomplete==3.2.3 10:08:40 aspy.yaml==1.3.0 10:08:40 attrs==23.2.0 10:08:40 autopage==0.5.2 10:08:40 beautifulsoup4==4.12.3 10:08:40 boto3==1.34.64 10:08:40 botocore==1.34.64 10:08:40 bs4==0.0.2 10:08:40 cachetools==5.3.3 10:08:40 certifi==2024.2.2 10:08:40 cffi==1.16.0 10:08:40 cfgv==3.4.0 10:08:40 chardet==5.2.0 10:08:40 charset-normalizer==3.3.2 10:08:40 click==8.1.7 10:08:40 cliff==4.6.0 10:08:40 cmd2==2.4.3 10:08:40 cryptography==3.3.2 10:08:40 debtcollector==3.0.0 10:08:40 decorator==5.1.1 10:08:40 defusedxml==0.7.1 10:08:40 Deprecated==1.2.14 10:08:40 distlib==0.3.8 10:08:40 dnspython==2.6.1 10:08:40 docker==4.2.2 10:08:40 dogpile.cache==1.3.2 10:08:40 email_validator==2.1.1 10:08:40 filelock==3.13.1 10:08:40 future==1.0.0 10:08:40 gitdb==4.0.11 10:08:40 GitPython==3.1.42 10:08:40 google-auth==2.28.2 10:08:40 httplib2==0.22.0 10:08:40 identify==2.5.35 10:08:40 idna==3.6 10:08:40 importlib-resources==1.5.0 10:08:40 iso8601==2.1.0 10:08:40 Jinja2==3.1.3 10:08:40 jmespath==1.0.1 10:08:40 jsonpatch==1.33 10:08:40 jsonpointer==2.4 10:08:40 jsonschema==4.21.1 10:08:40 jsonschema-specifications==2023.12.1 10:08:40 keystoneauth1==5.6.0 10:08:40 kubernetes==29.0.0 10:08:40 lftools==0.37.10 10:08:40 lxml==5.1.0 10:08:40 MarkupSafe==2.1.5 10:08:40 msgpack==1.0.8 10:08:40 multi_key_dict==2.0.3 10:08:40 munch==4.0.0 10:08:40 netaddr==1.2.1 10:08:40 netifaces==0.11.0 10:08:40 niet==1.4.2 10:08:40 nodeenv==1.8.0 10:08:40 oauth2client==4.1.3 10:08:40 oauthlib==3.2.2 10:08:40 openstacksdk==3.0.0 10:08:40 os-client-config==2.1.0 10:08:40 os-service-types==1.7.0 10:08:40 osc-lib==3.0.1 10:08:40 oslo.config==9.4.0 10:08:40 oslo.context==5.5.0 10:08:40 oslo.i18n==6.3.0 10:08:40 oslo.log==5.5.0 10:08:40 oslo.serialization==5.4.0 10:08:40 oslo.utils==7.1.0 10:08:40 packaging==24.0 10:08:40 pbr==6.0.0 10:08:40 platformdirs==4.2.0 10:08:40 prettytable==3.10.0 10:08:40 pyasn1==0.5.1 10:08:40 pyasn1-modules==0.3.0 10:08:40 pycparser==2.21 10:08:40 pygerrit2==2.0.15 10:08:40 PyGithub==2.2.0 10:08:40 pyinotify==0.9.6 10:08:40 PyJWT==2.8.0 10:08:40 PyNaCl==1.5.0 10:08:40 pyparsing==2.4.7 10:08:40 pyperclip==1.8.2 10:08:40 pyrsistent==0.20.0 10:08:40 python-cinderclient==9.5.0 10:08:40 python-dateutil==2.9.0.post0 10:08:40 python-heatclient==3.5.0 10:08:40 python-jenkins==1.8.2 10:08:40 python-keystoneclient==5.4.0 10:08:40 python-magnumclient==4.4.0 10:08:40 python-novaclient==18.6.0 10:08:40 python-openstackclient==6.5.0 10:08:40 python-swiftclient==4.5.0 10:08:40 PyYAML==6.0.1 10:08:40 referencing==0.34.0 10:08:40 requests==2.31.0 10:08:40 requests-oauthlib==1.4.0 10:08:40 requestsexceptions==1.4.0 10:08:40 rfc3986==2.0.0 10:08:40 rpds-py==0.18.0 10:08:40 rsa==4.9 10:08:40 ruamel.yaml==0.18.6 10:08:40 ruamel.yaml.clib==0.2.8 10:08:40 s3transfer==0.10.1 10:08:40 simplejson==3.19.2 10:08:40 six==1.16.0 10:08:40 smmap==5.0.1 10:08:40 soupsieve==2.5 10:08:40 stevedore==5.2.0 10:08:40 tabulate==0.9.0 10:08:40 toml==0.10.2 10:08:40 tomlkit==0.12.4 10:08:40 tqdm==4.66.2 10:08:40 typing_extensions==4.10.0 10:08:40 tzdata==2024.1 10:08:40 urllib3==1.26.18 10:08:40 virtualenv==20.25.1 10:08:40 wcwidth==0.2.13 10:08:40 websocket-client==1.7.0 10:08:40 wrapt==1.16.0 10:08:40 xdg==6.0.0 10:08:40 xmltodict==0.13.0 10:08:40 yq==3.2.3 10:08:40 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins10378270666248143234.sh 10:08:40 ---> sudo-logs.sh 10:08:40 Archiving 'sudo' log.. 10:08:40 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins9264379301297413712.sh 10:08:40 ---> job-cost.sh 10:08:40 Setup pyenv: 10:08:41 system 10:08:41 3.8.13 10:08:41 3.9.13 10:08:41 3.10.13 10:08:41 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 10:08:41 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-sU2Z from file:/tmp/.os_lf_venv 10:08:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:08:47 lf-activate-venv(): INFO: Adding /tmp/venv-sU2Z/bin to PATH 10:08:47 INFO: No Stack... 10:08:47 INFO: Retrieving Pricing Info for: v3-standard-4 10:08:48 INFO: Archiving Costs 10:08:48 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash -l /tmp/jenkins13782966336859868946.sh 10:08:48 ---> logs-deploy.sh 10:08:48 Setup pyenv: 10:08:48 system 10:08:48 3.8.13 10:08:48 3.9.13 10:08:48 3.10.13 10:08:48 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 10:08:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-sU2Z from file:/tmp/.os_lf_venv 10:08:50 lf-activate-venv(): INFO: Installing: lftools 10:08:59 lf-activate-venv(): INFO: Adding /tmp/venv-sU2Z/bin to PATH 10:08:59 WARNING: Nexus logging server not set 10:08:59 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-calcium/29/ 10:08:59 INFO: archiving logs to S3 10:09:01 ---> uname -a: 10:09:01 Linux prd-centos8-builder-4c-4g-1566.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 10:09:01 10:09:01 10:09:01 ---> lscpu: 10:09:01 Architecture: x86_64 10:09:01 CPU op-mode(s): 32-bit, 64-bit 10:09:01 Byte Order: Little Endian 10:09:01 CPU(s): 4 10:09:01 On-line CPU(s) list: 0-3 10:09:01 Thread(s) per core: 1 10:09:01 Core(s) per socket: 1 10:09:01 Socket(s): 4 10:09:01 NUMA node(s): 1 10:09:01 Vendor ID: AuthenticAMD 10:09:01 CPU family: 23 10:09:01 Model: 49 10:09:01 Model name: AMD EPYC-Rome Processor 10:09:01 Stepping: 0 10:09:01 CPU MHz: 2799.998 10:09:01 BogoMIPS: 5599.99 10:09:01 Virtualization: AMD-V 10:09:01 Hypervisor vendor: KVM 10:09:01 Virtualization type: full 10:09:01 L1d cache: 32K 10:09:01 L1i cache: 32K 10:09:01 L2 cache: 512K 10:09:01 L3 cache: 16384K 10:09:01 NUMA node0 CPU(s): 0-3 10:09:01 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:09:01 10:09:01 10:09:01 ---> nproc: 10:09:01 4 10:09:01 10:09:01 10:09:01 ---> df -h: 10:09:01 Filesystem Size Used Avail Use% Mounted on 10:09:01 devtmpfs 7.7G 0 7.7G 0% /dev 10:09:01 tmpfs 7.7G 0 7.7G 0% /dev/shm 10:09:01 tmpfs 7.7G 17M 7.7G 1% /run 10:09:01 tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup 10:09:01 /dev/vda1 80G 8.7G 72G 11% / 10:09:01 tmpfs 1.6G 0 1.6G 0% /run/user/1001 10:09:01 10:09:01 10:09:01 ---> free -m: 10:09:01 total used free shared buff/cache available 10:09:01 Mem: 15761 705 12851 19 2203 14729 10:09:01 Swap: 1023 0 1023 10:09:01 10:09:01 10:09:01 ---> ip addr: 10:09:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:09:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:09:01 inet 127.0.0.1/8 scope host lo 10:09:01 valid_lft forever preferred_lft forever 10:09:01 inet6 ::1/128 scope host 10:09:01 valid_lft forever preferred_lft forever 10:09:01 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 10:09:01 link/ether fa:16:3e:1f:b1:5c brd ff:ff:ff:ff:ff:ff 10:09:01 altname enp0s3 10:09:01 altname ens3 10:09:01 inet 10.30.170.255/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 10:09:01 valid_lft 86234sec preferred_lft 86234sec 10:09:01 inet6 fe80::f816:3eff:fe1f:b15c/64 scope link 10:09:01 valid_lft forever preferred_lft forever 10:09:01 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 10:09:01 link/ether 02:42:48:d3:0f:32 brd ff:ff:ff:ff:ff:ff 10:09:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:09:01 valid_lft forever preferred_lft forever 10:09:01 10:09:01 10:09:01 ---> sar -b -r -n DEV: 10:09:01 Linux 4.18.0-544.el8.x86_64 (centos-stream-8-builder-ae393510-0a03-4d70-9a0d-820400f2e72e.nov) 03/18/2024 _x86_64_ (4 CPU) 10:09:01 10:09:01 10:06:11 LINUX RESTART (4 CPU) 10:09:01 10:09:01 10:07:01 AM tps rtps wtps bread/s bwrtn/s 10:09:01 10:08:01 AM 77.46 14.30 63.16 2495.17 4780.49 10:09:01 Average: 77.46 14.30 63.16 2495.17 4780.49 10:09:01 10:09:01 10:07:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:09:01 10:08:01 AM 13322700 15127824 2816744 17.45 2688 2020480 1110740 6.46 364844 2097960 144360 10:09:01 Average: 13322700 15127824 2816744 17.45 2688 2020480 1110740 6.46 364844 2097960 144360 10:09:01 10:09:01 10:07:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:09:01 10:08:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:09:01 10:08:01 AM eth0 50.23 33.54 784.07 8.00 0.00 0.00 0.00 0.00 10:09:01 10:08:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:09:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:09:01 Average: eth0 50.23 33.54 784.07 8.00 0.00 0.00 0.00 0.00 10:09:01 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:09:01 10:09:01 10:09:01 ---> sar -P ALL: 10:09:01 Linux 4.18.0-544.el8.x86_64 (centos-stream-8-builder-ae393510-0a03-4d70-9a0d-820400f2e72e.nov) 03/18/2024 _x86_64_ (4 CPU) 10:09:01 10:09:01 10:06:11 LINUX RESTART (4 CPU) 10:09:01 10:09:01 10:07:01 AM CPU %user %nice %system %iowait %steal %idle 10:09:01 10:08:01 AM all 15.12 0.00 2.60 0.85 0.08 81.35 10:09:01 10:08:01 AM 0 14.89 0.00 2.86 1.69 0.07 80.50 10:09:01 10:08:01 AM 1 2.02 0.00 1.19 0.47 0.08 96.24 10:09:01 10:08:01 AM 2 20.70 0.00 3.16 0.45 0.07 75.63 10:09:01 10:08:01 AM 3 22.84 0.00 3.21 0.80 0.08 73.07 10:09:01 Average: all 15.12 0.00 2.60 0.85 0.08 81.35 10:09:01 Average: 0 14.89 0.00 2.86 1.69 0.07 80.50 10:09:01 Average: 1 2.02 0.00 1.19 0.47 0.08 96.24 10:09:01 Average: 2 20.70 0.00 3.16 0.45 0.07 75.63 10:09:01 Average: 3 22.84 0.00 3.21 0.80 0.08 73.07 10:09:01 10:09:01 10:09:01