18:56:47 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/netconf/+/113984 18:56:47 Running as SYSTEM 18:56:47 [EnvInject] - Loading node environment variables. 18:56:47 Building remotely on prd-centos8-builder-2c-2g-42801 (centos8-builder-2c-2g) in workspace /w/workspace/netconf-tox-verify-master 18:56:48 [ssh-agent] Looking for ssh-agent implementation... 18:56:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:48 $ ssh-agent 18:56:48 SSH_AUTH_SOCK=/tmp/ssh-W641IQPlZ4Qo/agent.5484 18:56:48 SSH_AGENT_PID=5486 18:56:48 [ssh-agent] Started. 18:56:48 Running ssh-add (command line suppressed) 18:56:48 Identity added: /w/workspace/netconf-tox-verify-master@tmp/private_key_13328041925586071832.key (/w/workspace/netconf-tox-verify-master@tmp/private_key_13328041925586071832.key) 18:56:48 [ssh-agent] Using credentials jenkins (jenkins-ssh) 18:56:48 The recommended git tool is: NONE 18:56:50 using credential jenkins-ssh 18:56:50 Wiping out workspace first. 18:56:50 Cloning the remote Git repository 18:56:50 Cloning repository git://devvexx.opendaylight.org/mirror/netconf 18:56:50 > git init /w/workspace/netconf-tox-verify-master # timeout=10 18:56:50 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/netconf 18:56:50 > git --version # timeout=10 18:56:50 > git --version # 'git version 2.43.0' 18:56:50 using GIT_SSH to set credentials jenkins-ssh 18:56:50 [INFO] Currently running in a labeled security context 18:56:50 [INFO] Currently SELinux is 'enforcing' on the host 18:56:50 > /usr/bin/chcon --type=ssh_home_t /w/workspace/netconf-tox-verify-master@tmp/jenkins-gitclient-ssh3020302124552384873.key 18:56:50 Verifying host key using known hosts file 18:56:50 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. 18:56:50 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/netconf +refs/heads/*:refs/remotes/origin/* # timeout=10 18:57:01 ERROR: Error cloning remote repo 'origin' 18:57:01 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/netconf +refs/heads/*:refs/remotes/origin/*" returned status code 128: 18:57:01 stdout: 18:57:01 stderr: fatal: unable to look up devvexx.opendaylight.org (port 9418) (Name or service not known) 18:57:01 18:57:01 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 18:57:01 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 18:57:01 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 18:57:01 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 18:57:01 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 18:57:01 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 18:57:01 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 18:57:01 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 18:57:01 at hudson.remoting.Request$2.run(Request.java:377) 18:57:01 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 18:57:01 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 18:57:01 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 18:57:01 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 18:57:01 at java.base/java.lang.Thread.run(Thread.java:829) 18:57:01 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-builder-2c-2g-42801 18:57:01 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 18:57:01 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 18:57:01 at hudson.remoting.Channel.call(Channel.java:1003) 18:57:01 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 18:57:01 at jdk.internal.reflect.GeneratedMethodAccessor616.invoke(Unknown Source) 18:57:01 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 18:57:01 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 18:57:01 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 18:57:01 at com.sun.proxy.$Proxy202.execute(Unknown Source) 18:57:01 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 18:57:01 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 18:57:01 at hudson.scm.SCM.checkout(SCM.java:540) 18:57:01 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 18:57:01 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 18:57:01 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 18:57:01 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 18:57:01 at hudson.model.Run.execute(Run.java:1895) 18:57:01 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 18:57:01 at hudson.model.ResourceController.execute(ResourceController.java:101) 18:57:01 at hudson.model.Executor.run(Executor.java:442) 18:57:01 ERROR: Error cloning remote repo 'origin' 18:57:01 $ ssh-agent -k 18:57:01 unset SSH_AUTH_SOCK; 18:57:01 unset SSH_AGENT_PID; 18:57:01 echo Agent pid 5486 killed; 18:57:01 [ssh-agent] Stopped. 18:57:01 [PostBuildScript] - [INFO] Executing post build scripts. 18:57:01 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins3721602728324572596.sh 18:57:01 ---> sysstat.sh 18:57:01 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins1603609079736828042.sh 18:57:01 ---> package-listing.sh 18:57:01 ++ facter osfamily 18:57:01 ++ tr '[:upper:]' '[:lower:]' 18:57:01 + OS_FAMILY=redhat 18:57:01 + workspace=/w/workspace/netconf-tox-verify-master 18:57:01 + START_PACKAGES=/tmp/packages_start.txt 18:57:01 + END_PACKAGES=/tmp/packages_end.txt 18:57:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:57:01 + PACKAGES=/tmp/packages_start.txt 18:57:01 + '[' /w/workspace/netconf-tox-verify-master ']' 18:57:01 + PACKAGES=/tmp/packages_end.txt 18:57:01 + case "${OS_FAMILY}" in 18:57:01 + rpm -qa 18:57:01 + sort 18:57:02 + '[' -f /tmp/packages_start.txt ']' 18:57:02 + '[' -f /tmp/packages_end.txt ']' 18:57:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:57:02 + '[' /w/workspace/netconf-tox-verify-master ']' 18:57:02 + mkdir -p /w/workspace/netconf-tox-verify-master/archives/ 18:57:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/netconf-tox-verify-master/archives/ 18:57:02 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins8458207430710557509.sh 18:57:02 ---> capture-instance-metadata.sh 18:57:02 Setup pyenv: 18:57:02 system 18:57:02 * 3.8.13 (set by /opt/pyenv/version) 18:57:02 * 3.9.13 (set by /opt/pyenv/version) 18:57:02 * 3.10.13 (set by /opt/pyenv/version) 18:57:02 * 3.11.7 (set by /opt/pyenv/version) 18:57:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qVjr 18:57:07 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:57:14 lf-activate-venv(): INFO: Installing: lftools 18:57:41 lf-activate-venv(): INFO: Adding /tmp/venv-qVjr/bin to PATH 18:57:41 INFO: Running in OpenStack, capturing instance metadata 18:57:42 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins7712561186111162572.sh 18:57:42 provisioning config files... 18:57:42 Could not find credentials [logs] for netconf-tox-verify-master #10436 18:57:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/netconf-tox-verify-master@tmp/config4179822569368125238tmp 18:57:42 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 18:57:42 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 18:57:42 provisioning config files... 18:57:42 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 18:57:42 [EnvInject] - Injecting environment variables from a build step. 18:57:42 [EnvInject] - Injecting as environment variables the properties content 18:57:42 SERVER_ID=logs 18:57:42 18:57:42 [EnvInject] - Variables injected successfully. 18:57:42 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins5638998563281847548.sh 18:57:42 ---> create-netrc.sh 18:57:42 WARN: Log server credential not found. 18:57:42 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins1461683108914218004.sh 18:57:42 ---> python-tools-install.sh 18:57:42 Setup pyenv: 18:57:42 system 18:57:42 3.8.13 18:57:42 3.9.13 18:57:42 3.10.13 18:57:42 * 3.11.7 (set by /w/workspace/netconf-tox-verify-master/.python-version) 18:57:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qVjr from file:/tmp/.os_lf_venv 18:57:44 lf-activate-venv(): INFO: Installing: lftools 18:57:50 lf-activate-venv(): INFO: Adding /tmp/venv-qVjr/bin to PATH 18:57:50 Generating Requirements File 18:58:10 Python 3.11.7 18:58:10 pip 24.2 from /tmp/venv-qVjr/lib/python3.11/site-packages/pip (python 3.11) 18:58:10 appdirs==1.4.4 18:58:10 argcomplete==3.5.1 18:58:10 aspy.yaml==1.3.0 18:58:10 attrs==24.2.0 18:58:10 autopage==0.5.2 18:58:10 beautifulsoup4==4.12.3 18:58:10 boto3==1.35.40 18:58:10 botocore==1.35.40 18:58:10 bs4==0.0.2 18:58:10 cachetools==5.5.0 18:58:10 certifi==2024.8.30 18:58:10 cffi==1.17.1 18:58:10 cfgv==3.4.0 18:58:10 chardet==5.2.0 18:58:10 charset-normalizer==3.4.0 18:58:10 click==8.1.7 18:58:10 cliff==4.7.0 18:58:10 cmd2==2.4.3 18:58:10 cryptography==3.3.2 18:58:10 debtcollector==3.0.0 18:58:10 decorator==5.1.1 18:58:10 defusedxml==0.7.1 18:58:10 Deprecated==1.2.14 18:58:10 distlib==0.3.9 18:58:10 dnspython==2.7.0 18:58:10 docker==4.2.2 18:58:10 dogpile.cache==1.3.3 18:58:10 durationpy==0.9 18:58:10 email_validator==2.2.0 18:58:10 filelock==3.16.1 18:58:10 future==1.0.0 18:58:10 gitdb==4.0.11 18:58:10 GitPython==3.1.43 18:58:10 google-auth==2.35.0 18:58:10 httplib2==0.22.0 18:58:10 identify==2.6.1 18:58:10 idna==3.10 18:58:10 importlib-resources==1.5.0 18:58:10 iso8601==2.1.0 18:58:10 Jinja2==3.1.4 18:58:10 jmespath==1.0.1 18:58:10 jsonpatch==1.33 18:58:10 jsonpointer==3.0.0 18:58:10 jsonschema==4.23.0 18:58:10 jsonschema-specifications==2024.10.1 18:58:10 keystoneauth1==5.8.0 18:58:10 kubernetes==31.0.0 18:58:10 lftools==0.37.10 18:58:10 lxml==5.3.0 18:58:10 MarkupSafe==3.0.1 18:58:10 msgpack==1.1.0 18:58:10 multi_key_dict==2.0.3 18:58:10 munch==4.0.0 18:58:10 netaddr==1.3.0 18:58:10 netifaces==0.11.0 18:58:10 niet==1.4.2 18:58:10 nodeenv==1.9.1 18:58:10 oauth2client==4.1.3 18:58:10 oauthlib==3.2.2 18:58:10 openstacksdk==4.0.0 18:58:10 os-client-config==2.1.0 18:58:10 os-service-types==1.7.0 18:58:10 osc-lib==3.1.0 18:58:10 oslo.config==9.6.0 18:58:10 oslo.context==5.6.0 18:58:10 oslo.i18n==6.4.0 18:58:10 oslo.log==6.1.2 18:58:10 oslo.serialization==5.5.0 18:58:10 oslo.utils==7.3.0 18:58:10 packaging==24.1 18:58:10 pbr==6.1.0 18:58:10 platformdirs==4.3.6 18:58:10 prettytable==3.11.0 18:58:10 pyasn1==0.6.1 18:58:10 pyasn1_modules==0.4.1 18:58:10 pycparser==2.22 18:58:10 pygerrit2==2.0.15 18:58:10 PyGithub==2.4.0 18:58:10 PyJWT==2.9.0 18:58:10 PyNaCl==1.5.0 18:58:10 pyparsing==2.4.7 18:58:10 pyperclip==1.9.0 18:58:10 pyrsistent==0.20.0 18:58:10 python-cinderclient==9.6.0 18:58:10 python-dateutil==2.9.0.post0 18:58:10 python-heatclient==4.0.0 18:58:10 python-jenkins==1.8.2 18:58:10 python-keystoneclient==5.5.0 18:58:10 python-magnumclient==4.7.0 18:58:10 python-openstackclient==7.1.3 18:58:10 python-swiftclient==4.6.0 18:58:10 PyYAML==6.0.2 18:58:10 referencing==0.35.1 18:58:10 requests==2.32.3 18:58:10 requests-oauthlib==2.0.0 18:58:10 requestsexceptions==1.4.0 18:58:10 rfc3986==2.0.0 18:58:10 rpds-py==0.20.0 18:58:10 rsa==4.9 18:58:10 ruamel.yaml==0.18.6 18:58:10 ruamel.yaml.clib==0.2.8 18:58:10 s3transfer==0.10.3 18:58:10 simplejson==3.19.3 18:58:10 six==1.16.0 18:58:10 smmap==5.0.1 18:58:10 soupsieve==2.6 18:58:10 stevedore==5.3.0 18:58:10 tabulate==0.9.0 18:58:10 toml==0.10.2 18:58:10 tomlkit==0.13.2 18:58:10 tqdm==4.66.5 18:58:10 typing_extensions==4.12.2 18:58:10 tzdata==2024.2 18:58:10 urllib3==1.26.20 18:58:10 virtualenv==20.26.6 18:58:10 wcwidth==0.2.13 18:58:10 websocket-client==1.8.0 18:58:10 wrapt==1.16.0 18:58:10 xdg==6.0.0 18:58:10 xmltodict==0.14.1 18:58:10 yq==3.4.3 18:58:11 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins4330965629472401713.sh 18:58:11 ---> sudo-logs.sh 18:58:11 Archiving 'sudo' log.. 18:58:11 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins502760074130246593.sh 18:58:11 ---> job-cost.sh 18:58:11 Setup pyenv: 18:58:11 system 18:58:11 3.8.13 18:58:11 3.9.13 18:58:11 3.10.13 18:58:11 * 3.11.7 (set by /w/workspace/netconf-tox-verify-master/.python-version) 18:58:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qVjr from file:/tmp/.os_lf_venv 18:58:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:58:16 lf-activate-venv(): INFO: Adding /tmp/venv-qVjr/bin to PATH 18:58:16 INFO: No Stack... 18:58:16 INFO: Retrieving Pricing Info for: v3-standard-2 18:58:17 INFO: Archiving Costs 18:58:17 [netconf-tox-verify-master] $ /bin/bash -l /tmp/jenkins17569953708347637706.sh 18:58:17 ---> logs-deploy.sh 18:58:17 Setup pyenv: 18:58:17 system 18:58:17 3.8.13 18:58:17 3.9.13 18:58:17 3.10.13 18:58:17 * 3.11.7 (set by /w/workspace/netconf-tox-verify-master/.python-version) 18:58:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qVjr from file:/tmp/.os_lf_venv 18:58:18 lf-activate-venv(): INFO: Installing: lftools 18:58:25 lf-activate-venv(): INFO: Adding /tmp/venv-qVjr/bin to PATH 18:58:25 WARNING: Nexus logging server not set 18:58:25 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/netconf-tox-verify-master/10436/ 18:58:25 INFO: archiving logs to S3 18:58:26 ---> uname -a: 18:58:26 Linux prd-centos8-builder-2c-2g-42801.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 18:58:26 18:58:26 18:58:26 ---> lscpu: 18:58:26 Architecture: x86_64 18:58:26 CPU op-mode(s): 32-bit, 64-bit 18:58:26 Byte Order: Little Endian 18:58:26 CPU(s): 2 18:58:26 On-line CPU(s) list: 0,1 18:58:26 Thread(s) per core: 1 18:58:26 Core(s) per socket: 1 18:58:26 Socket(s): 2 18:58:26 NUMA node(s): 1 18:58:26 Vendor ID: AuthenticAMD 18:58:26 CPU family: 23 18:58:26 Model: 49 18:58:26 Model name: AMD EPYC-Rome Processor 18:58:26 Stepping: 0 18:58:26 CPU MHz: 2800.000 18:58:26 BogoMIPS: 5600.00 18:58:26 Virtualization: AMD-V 18:58:26 Hypervisor vendor: KVM 18:58:26 Virtualization type: full 18:58:26 L1d cache: 32K 18:58:26 L1i cache: 32K 18:58:26 L2 cache: 512K 18:58:26 L3 cache: 16384K 18:58:26 NUMA node0 CPU(s): 0,1 18:58:26 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 18:58:26 18:58:26 18:58:26 ---> nproc: 18:58:26 2 18:58:26 18:58:26 18:58:26 ---> df -h: 18:58:26 Filesystem Size Used Avail Use% Mounted on 18:58:26 devtmpfs 3.8G 0 3.8G 0% /dev 18:58:26 tmpfs 3.8G 0 3.8G 0% /dev/shm 18:58:26 tmpfs 3.8G 17M 3.8G 1% /run 18:58:26 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 18:58:26 /dev/vda1 40G 8.4G 32G 21% / 18:58:26 tmpfs 770M 0 770M 0% /run/user/1001 18:58:26 18:58:26 18:58:26 ---> free -m: 18:58:26 total used free shared buff/cache available 18:58:26 Mem: 7697 593 4908 19 2194 6810 18:58:26 Swap: 1023 0 1023 18:58:26 18:58:26 18:58:26 ---> ip addr: 18:58:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:58:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:58:26 inet 127.0.0.1/8 scope host lo 18:58:26 valid_lft forever preferred_lft forever 18:58:26 inet6 ::1/128 scope host 18:58:26 valid_lft forever preferred_lft forever 18:58:26 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 18:58:26 link/ether fa:16:3e:87:3c:78 brd ff:ff:ff:ff:ff:ff 18:58:26 altname enp0s3 18:58:26 altname ens3 18:58:26 inet 10.30.171.31/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 18:58:26 valid_lft 85742sec preferred_lft 85742sec 18:58:26 inet6 fe80::f816:3eff:fe87:3c78/64 scope link 18:58:26 valid_lft forever preferred_lft forever 18:58:26 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 18:58:26 link/ether 02:42:2c:36:85:20 brd ff:ff:ff:ff:ff:ff 18:58:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:58:26 valid_lft forever preferred_lft forever 18:58:26 18:58:26 18:58:26 ---> sar -b -r -n DEV: 18:58:26 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 10/15/2024 _x86_64_ (2 CPU) 18:58:26 18:58:26 18:47:23 LINUX RESTART (2 CPU) 18:58:26 18:58:26 06:48:01 PM tps rtps wtps bread/s bwrtn/s 18:58:26 06:49:01 PM 20.02 10.14 9.88 3998.80 1771.71 18:58:26 06:50:01 PM 1.07 0.00 1.07 0.00 17.34 18:58:26 06:51:01 PM 0.60 0.03 0.57 0.53 7.78 18:58:26 06:52:01 PM 0.50 0.00 0.50 0.00 6.43 18:58:26 06:53:01 PM 0.35 0.00 0.35 0.00 3.48 18:58:26 06:54:01 PM 0.32 0.00 0.32 0.00 5.60 18:58:26 06:55:01 PM 0.20 0.00 0.20 0.00 2.70 18:58:26 06:56:01 PM 0.18 0.00 0.18 0.00 1.73 18:58:26 06:57:01 PM 2.28 2.17 0.12 367.81 3.05 18:58:26 06:58:01 PM 89.75 14.05 75.70 2432.26 5084.90 18:58:26 Average: 11.53 2.64 8.89 679.99 690.45 18:58:26 18:58:26 06:48:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:58:26 06:49:01 PM 5622924 7142240 2259500 28.67 2688 1717636 874644 9.79 159592 1833608 8 18:58:26 06:50:01 PM 5622664 7141980 2259760 28.67 2688 1717636 876728 9.82 159588 1833716 4 18:58:26 06:51:01 PM 5622688 7142064 2259736 28.67 2688 1717656 876728 9.82 159636 1833820 4 18:58:26 06:52:01 PM 5620992 7140372 2261432 28.69 2688 1717660 876728 9.82 159636 1835600 4 18:58:26 06:53:01 PM 5621096 7140476 2261328 28.69 2688 1717660 876728 9.82 159636 1835716 4 18:58:26 06:54:01 PM 5621144 7140524 2261280 28.69 2688 1717660 876728 9.82 159636 1835812 4 18:58:26 06:55:01 PM 5621428 7140812 2260996 28.68 2688 1717664 876728 9.82 159636 1835636 4 18:58:26 06:56:01 PM 5620796 7140180 2261628 28.69 2688 1717664 876728 9.82 159636 1835908 16 18:58:26 06:57:01 PM 5564688 7104868 2317736 29.40 2688 1738432 957012 10.72 163708 1886940 9748 18:58:26 06:58:01 PM 5174056 7030456 2708368 34.36 2688 2039432 934252 10.46 364696 2021448 152616 18:58:26 Average: 5571248 7126397 2311176 29.32 2688 1751910 890300 9.97 180540 1858820 16241 18:58:26 18:58:26 06:48:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:58:26 06:49:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:49:01 PM eth0 86.67 51.19 351.29 15.85 0.00 0.00 0.00 0.00 18:58:26 06:49:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:50:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:50:01 PM eth0 1.98 0.23 0.45 0.20 0.00 0.00 0.00 0.00 18:58:26 06:50:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:51:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:51:01 PM eth0 1.53 0.55 0.82 0.57 0.00 0.00 0.00 0.00 18:58:26 06:51:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:52:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:52:01 PM eth0 0.35 0.12 0.03 0.01 0.00 0.00 0.00 0.00 18:58:26 06:52:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:53:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:53:01 PM eth0 0.23 0.05 0.02 0.00 0.00 0.00 0.00 0.00 18:58:26 06:53:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:54:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:54:01 PM eth0 0.53 0.15 0.16 0.07 0.00 0.00 0.00 0.00 18:58:26 06:54:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:55:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:55:01 PM eth0 0.47 0.10 0.02 0.01 0.00 0.00 0.00 0.00 18:58:26 06:55:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:56:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:56:01 PM eth0 1.30 0.37 0.36 0.21 0.00 0.00 0.00 0.00 18:58:26 06:56:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:57:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:57:01 PM eth0 88.97 38.43 203.35 28.40 0.00 0.00 0.00 0.00 18:58:26 06:57:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:58:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 06:58:01 PM eth0 65.21 42.79 866.45 9.51 0.00 0.00 0.00 0.00 18:58:26 06:58:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 Average: eth0 24.72 13.40 142.29 5.48 0.00 0.00 0.00 0.00 18:58:26 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:58:26 18:58:26 18:58:26 ---> sar -P ALL: 18:58:26 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 10/15/2024 _x86_64_ (2 CPU) 18:58:26 18:58:26 18:47:23 LINUX RESTART (2 CPU) 18:58:26 18:58:26 06:48:01 PM CPU %user %nice %system %iowait %steal %idle 18:58:26 06:49:01 PM all 7.09 0.00 1.84 0.84 0.04 90.19 18:58:26 06:49:01 PM 0 6.92 0.00 1.70 0.71 0.05 90.63 18:58:26 06:49:01 PM 1 7.26 0.00 1.99 0.97 0.03 89.75 18:58:26 06:50:01 PM all 0.36 0.00 0.09 0.01 0.02 99.52 18:58:26 06:50:01 PM 0 0.27 0.00 0.10 0.02 0.02 99.60 18:58:26 06:50:01 PM 1 0.45 0.00 0.08 0.00 0.02 99.45 18:58:26 06:51:01 PM all 0.32 0.00 0.10 0.12 0.03 99.44 18:58:26 06:51:01 PM 0 0.13 0.00 0.10 0.00 0.03 99.73 18:58:26 06:51:01 PM 1 0.50 0.00 0.10 0.23 0.02 99.15 18:58:26 06:52:01 PM all 0.36 0.00 0.10 0.00 0.03 99.52 18:58:26 06:52:01 PM 0 0.12 0.00 0.12 0.00 0.02 99.75 18:58:26 06:52:01 PM 1 0.60 0.00 0.08 0.00 0.03 99.28 18:58:26 06:53:01 PM all 0.32 0.00 0.08 0.00 0.02 99.59 18:58:26 06:53:01 PM 0 0.10 0.00 0.07 0.00 0.02 99.82 18:58:26 06:53:01 PM 1 0.53 0.00 0.08 0.00 0.02 99.37 18:58:26 06:54:01 PM all 0.33 0.00 0.08 0.00 0.01 99.57 18:58:26 06:54:01 PM 0 0.10 0.00 0.08 0.00 0.02 99.80 18:58:26 06:54:01 PM 1 0.57 0.00 0.08 0.00 0.00 99.35 18:58:26 06:55:01 PM all 0.36 0.00 0.07 0.00 0.03 99.55 18:58:26 06:55:01 PM 0 0.12 0.00 0.08 0.00 0.02 99.78 18:58:26 06:55:01 PM 1 0.60 0.00 0.05 0.00 0.03 99.32 18:58:26 06:56:01 PM all 0.34 0.00 0.08 0.00 0.02 99.56 18:58:26 06:56:01 PM 0 0.42 0.00 0.08 0.00 0.02 99.48 18:58:26 06:56:01 PM 1 0.27 0.00 0.08 0.00 0.02 99.63 18:58:26 06:57:01 PM all 4.54 0.00 0.62 0.03 0.03 94.78 18:58:26 06:57:01 PM 0 4.35 0.00 0.59 0.00 0.03 95.04 18:58:26 06:57:01 PM 1 4.73 0.00 0.65 0.07 0.03 94.52 18:58:26 06:58:01 PM all 36.54 0.00 5.92 2.30 0.13 55.11 18:58:26 06:58:01 PM 0 21.49 0.00 4.56 1.94 0.12 71.89 18:58:26 06:58:01 PM 1 51.59 0.00 7.28 2.67 0.13 38.33 18:58:26 Average: all 5.06 0.00 0.90 0.33 0.03 93.68 18:58:26 Average: 0 3.40 0.00 0.75 0.27 0.03 95.55 18:58:26 Average: 1 6.71 0.00 1.05 0.39 0.03 91.82 18:58:26 18:58:26 18:58:26