09:51:45 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/controller/+/114207 09:51:45 Running as SYSTEM 09:51:45 [EnvInject] - Loading node environment variables. 09:51:45 Building remotely on prd-ubuntu2004-docker-4c-4g-1510 (ubuntu2004-docker-4c-4g) in workspace /w/workspace/controller-maven-verify-master-mvn39-openjdk21 09:51:46 [ssh-agent] Looking for ssh-agent implementation... 09:51:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:51:46 $ ssh-agent 09:51:46 SSH_AUTH_SOCK=/tmp/ssh-QXCAb6ac1JpP/agent.28939 09:51:46 SSH_AGENT_PID=28941 09:51:46 [ssh-agent] Started. 09:51:46 Running ssh-add (command line suppressed) 09:51:46 Identity added: /w/workspace/controller-maven-verify-master-mvn39-openjdk21@tmp/private_key_4552143836050402724.key (/w/workspace/controller-maven-verify-master-mvn39-openjdk21@tmp/private_key_4552143836050402724.key) 09:51:46 [ssh-agent] Using credentials jenkins (jenkins-ssh) 09:51:46 The recommended git tool is: NONE 09:51:48 using credential jenkins-ssh 09:51:48 Wiping out workspace first. 09:51:48 Cloning the remote Git repository 09:51:48 Cloning repository git://devvexx.opendaylight.org/mirror/controller 09:51:48 > git init /w/workspace/controller-maven-verify-master-mvn39-openjdk21 # timeout=10 09:51:48 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/controller 09:51:48 > git --version # timeout=10 09:51:48 > git --version # 'git version 2.25.1' 09:51:48 using GIT_SSH to set credentials jenkins-ssh 09:51:48 Verifying host key using known hosts file 09:51:48 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. 09:51:48 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/controller +refs/heads/*:refs/remotes/origin/* # timeout=10 09:51:56 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/controller # timeout=10 09:51:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:51:56 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/controller # timeout=10 09:51:56 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/controller 09:51:56 using GIT_SSH to set credentials jenkins-ssh 09:51:56 Verifying host key using known hosts file 09:51:56 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. 09:51:56 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/controller refs/changes/07/114207/10 # timeout=10 09:51:56 ERROR: Error fetching remote repo 'origin' 09:51:56 hudson.plugins.git.GitException: Failed to fetch from git://devvexx.opendaylight.org/mirror/controller 09:51:56 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999) 09:51:56 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) 09:51:56 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 09:51:56 at hudson.scm.SCM.checkout(SCM.java:540) 09:51:56 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 09:51:56 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 09:51:56 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 09:51:56 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 09:51:56 at hudson.model.Run.execute(Run.java:1895) 09:51:56 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 09:51:56 at hudson.model.ResourceController.execute(ResourceController.java:101) 09:51:56 at hudson.model.Executor.run(Executor.java:442) 09:51:56 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/controller refs/changes/07/114207/10" returned status code 128: 09:51:56 stdout: 09:51:56 stderr: fatal: couldn't find remote ref refs/changes/07/114207/10 09:51:56 09:51:56 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 09:51:56 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 09:51:56 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 09:51:56 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 09:51:56 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 09:51:56 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 09:51:56 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 09:51:56 at hudson.remoting.Request$2.run(Request.java:377) 09:51:56 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 09:51:56 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 09:51:56 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 09:51:56 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 09:51:56 at java.base/java.lang.Thread.run(Thread.java:829) 09:51:56 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu2004-docker-4c-4g-1510 09:51:56 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 09:51:56 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 09:51:56 at hudson.remoting.Channel.call(Channel.java:1003) 09:51:56 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 09:51:56 at jdk.internal.reflect.GeneratedMethodAccessor754.invoke(Unknown Source) 09:51:56 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 09:51:56 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 09:51:56 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 09:51:56 at com.sun.proxy.$Proxy212.execute(Unknown Source) 09:51:56 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) 09:51:56 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) 09:51:56 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 09:51:56 at hudson.scm.SCM.checkout(SCM.java:540) 09:51:56 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 09:51:56 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 09:51:56 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 09:51:56 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 09:51:56 at hudson.model.Run.execute(Run.java:1895) 09:51:56 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 09:51:56 at hudson.model.ResourceController.execute(ResourceController.java:101) 09:51:56 at hudson.model.Executor.run(Executor.java:442) 09:51:56 ERROR: Error fetching remote repo 'origin' 09:51:56 $ ssh-agent -k 09:51:56 unset SSH_AUTH_SOCK; 09:51:56 unset SSH_AGENT_PID; 09:51:56 echo Agent pid 28941 killed; 09:51:56 [ssh-agent] Stopped. 09:51:56 [PostBuildScript] - [INFO] Executing post build scripts. 09:51:56 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins18072244267843471399.sh 09:51:56 ---> sysstat.sh 09:51:57 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins17303259096246383528.sh 09:51:57 ---> package-listing.sh 09:51:57 ++ facter osfamily 09:51:57 ++ tr '[:upper:]' '[:lower:]' 09:51:57 + OS_FAMILY=debian 09:51:57 + workspace=/w/workspace/controller-maven-verify-master-mvn39-openjdk21 09:51:57 + START_PACKAGES=/tmp/packages_start.txt 09:51:57 + END_PACKAGES=/tmp/packages_end.txt 09:51:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:51:57 + PACKAGES=/tmp/packages_start.txt 09:51:57 + '[' /w/workspace/controller-maven-verify-master-mvn39-openjdk21 ']' 09:51:57 + PACKAGES=/tmp/packages_end.txt 09:51:57 + case "${OS_FAMILY}" in 09:51:57 + dpkg -l 09:51:57 + grep '^ii' 09:51:57 + '[' -f /tmp/packages_start.txt ']' 09:51:57 + '[' -f /tmp/packages_end.txt ']' 09:51:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:51:57 + '[' /w/workspace/controller-maven-verify-master-mvn39-openjdk21 ']' 09:51:57 + mkdir -p /w/workspace/controller-maven-verify-master-mvn39-openjdk21/archives/ 09:51:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/controller-maven-verify-master-mvn39-openjdk21/archives/ 09:51:57 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins11107081248469995184.sh 09:51:57 ---> capture-instance-metadata.sh 09:51:57 Setup pyenv: 09:51:57 * system (set by /opt/pyenv/version) 09:51:57 * 3.8.13 (set by /opt/pyenv/version) 09:51:57 * 3.9.13 (set by /opt/pyenv/version) 09:51:57 * 3.10.13 (set by /opt/pyenv/version) 09:51:57 * 3.11.7 (set by /opt/pyenv/version) 09:52:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9YY0 09:52:02 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:52:05 lf-activate-venv(): INFO: Installing: lftools 09:52:32 lf-activate-venv(): INFO: Adding /tmp/venv-9YY0/bin to PATH 09:52:32 INFO: Running in OpenStack, capturing instance metadata 09:52:32 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins16697644364504618279.sh 09:52:32 provisioning config files... 09:52:33 Could not find credentials [logs] for controller-maven-verify-master-mvn39-openjdk21 #288 09:52:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/controller-maven-verify-master-mvn39-openjdk21@tmp/config8306557267807083062tmp 09:52:33 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 09:52:33 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 09:52:33 provisioning config files... 09:52:33 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 09:52:33 [EnvInject] - Injecting environment variables from a build step. 09:52:33 [EnvInject] - Injecting as environment variables the properties content 09:52:33 SERVER_ID=logs 09:52:33 09:52:33 [EnvInject] - Variables injected successfully. 09:52:33 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins16375551767927876884.sh 09:52:33 ---> create-netrc.sh 09:52:33 WARN: Log server credential not found. 09:52:33 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins8119209265804222074.sh 09:52:33 ---> python-tools-install.sh 09:52:33 Setup pyenv: 09:52:33 system 09:52:33 3.8.13 09:52:33 3.9.13 09:52:33 3.10.13 09:52:33 * 3.11.7 (set by /w/workspace/controller-maven-verify-master-mvn39-openjdk21/.python-version) 09:52:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-9YY0 from file:/tmp/.os_lf_venv 09:52:34 lf-activate-venv(): INFO: Installing: lftools 09:52:41 lf-activate-venv(): INFO: Adding /tmp/venv-9YY0/bin to PATH 09:52:41 Generating Requirements File 09:52:59 Python 3.11.7 09:52:59 pip 24.2 from /tmp/venv-9YY0/lib/python3.11/site-packages/pip (python 3.11) 09:52:59 appdirs==1.4.4 09:52:59 argcomplete==3.5.1 09:52:59 aspy.yaml==1.3.0 09:52:59 attrs==24.2.0 09:52:59 autopage==0.5.2 09:52:59 beautifulsoup4==4.12.3 09:52:59 boto3==1.35.49 09:52:59 botocore==1.35.49 09:52:59 bs4==0.0.2 09:52:59 cachetools==5.5.0 09:52:59 certifi==2024.8.30 09:52:59 cffi==1.17.1 09:52:59 cfgv==3.4.0 09:52:59 chardet==5.2.0 09:52:59 charset-normalizer==3.4.0 09:52:59 click==8.1.7 09:52:59 cliff==4.7.0 09:52:59 cmd2==2.5.0 09:52:59 cryptography==3.3.2 09:52:59 debtcollector==3.0.0 09:52:59 decorator==5.1.1 09:52:59 defusedxml==0.7.1 09:52:59 Deprecated==1.2.14 09:52:59 distlib==0.3.9 09:52:59 dnspython==2.7.0 09:52:59 docker==4.2.2 09:52:59 dogpile.cache==1.3.3 09:52:59 durationpy==0.9 09:52:59 email_validator==2.2.0 09:52:59 filelock==3.16.1 09:52:59 future==1.0.0 09:52:59 gitdb==4.0.11 09:52:59 GitPython==3.1.43 09:52:59 google-auth==2.35.0 09:52:59 httplib2==0.22.0 09:52:59 identify==2.6.1 09:52:59 idna==3.10 09:52:59 importlib-resources==1.5.0 09:52:59 iso8601==2.1.0 09:52:59 Jinja2==3.1.4 09:52:59 jmespath==1.0.1 09:52:59 jsonpatch==1.33 09:52:59 jsonpointer==3.0.0 09:52:59 jsonschema==4.23.0 09:52:59 jsonschema-specifications==2024.10.1 09:52:59 keystoneauth1==5.8.0 09:52:59 kubernetes==31.0.0 09:52:59 lftools==0.37.10 09:52:59 lxml==5.3.0 09:52:59 MarkupSafe==3.0.2 09:52:59 msgpack==1.1.0 09:52:59 multi_key_dict==2.0.3 09:52:59 munch==4.0.0 09:52:59 netaddr==1.3.0 09:52:59 netifaces==0.11.0 09:52:59 niet==1.4.2 09:52:59 nodeenv==1.9.1 09:52:59 oauth2client==4.1.3 09:52:59 oauthlib==3.2.2 09:52:59 openstacksdk==4.1.0 09:52:59 os-client-config==2.1.0 09:52:59 os-service-types==1.7.0 09:52:59 osc-lib==3.1.0 09:52:59 oslo.config==9.6.0 09:52:59 oslo.context==5.6.0 09:52:59 oslo.i18n==6.4.0 09:52:59 oslo.log==6.1.2 09:52:59 oslo.serialization==5.5.0 09:52:59 oslo.utils==7.3.0 09:52:59 packaging==24.1 09:52:59 pbr==6.1.0 09:52:59 platformdirs==4.3.6 09:52:59 prettytable==3.11.0 09:52:59 pyasn1==0.6.1 09:52:59 pyasn1_modules==0.4.1 09:52:59 pycparser==2.22 09:52:59 pygerrit2==2.0.15 09:52:59 PyGithub==2.4.0 09:52:59 PyJWT==2.9.0 09:52:59 PyNaCl==1.5.0 09:52:59 pyparsing==2.4.7 09:52:59 pyperclip==1.9.0 09:52:59 pyrsistent==0.20.0 09:52:59 python-cinderclient==9.6.0 09:52:59 python-dateutil==2.9.0.post0 09:52:59 python-heatclient==4.0.0 09:52:59 python-jenkins==1.8.2 09:52:59 python-keystoneclient==5.5.0 09:52:59 python-magnumclient==4.7.0 09:52:59 python-openstackclient==7.2.0 09:52:59 python-swiftclient==4.6.0 09:52:59 PyYAML==6.0.2 09:52:59 referencing==0.35.1 09:52:59 requests==2.32.3 09:52:59 requests-oauthlib==2.0.0 09:52:59 requestsexceptions==1.4.0 09:52:59 rfc3986==2.0.0 09:52:59 rpds-py==0.20.0 09:52:59 rsa==4.9 09:52:59 ruamel.yaml==0.18.6 09:52:59 ruamel.yaml.clib==0.2.12 09:52:59 s3transfer==0.10.3 09:52:59 simplejson==3.19.3 09:52:59 six==1.16.0 09:52:59 smmap==5.0.1 09:52:59 soupsieve==2.6 09:52:59 stevedore==5.3.0 09:52:59 tabulate==0.9.0 09:52:59 toml==0.10.2 09:52:59 tomlkit==0.13.2 09:52:59 tqdm==4.66.5 09:52:59 typing_extensions==4.12.2 09:52:59 tzdata==2024.2 09:52:59 urllib3==1.26.20 09:52:59 virtualenv==20.27.0 09:52:59 wcwidth==0.2.13 09:52:59 websocket-client==1.8.0 09:52:59 wrapt==1.16.0 09:52:59 xdg==6.0.0 09:52:59 xmltodict==0.14.2 09:52:59 yq==3.4.3 09:52:59 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins11974469429153758463.sh 09:52:59 ---> sudo-logs.sh 09:52:59 Archiving 'sudo' log.. 09:53:00 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins17526976264015498432.sh 09:53:00 ---> job-cost.sh 09:53:00 Setup pyenv: 09:53:00 system 09:53:00 3.8.13 09:53:00 3.9.13 09:53:00 3.10.13 09:53:00 * 3.11.7 (set by /w/workspace/controller-maven-verify-master-mvn39-openjdk21/.python-version) 09:53:00 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-9YY0 from file:/tmp/.os_lf_venv 09:53:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:53:05 lf-activate-venv(): INFO: Adding /tmp/venv-9YY0/bin to PATH 09:53:05 INFO: No Stack... 09:53:05 INFO: Retrieving Pricing Info for: v3-standard-4 09:53:05 INFO: Archiving Costs 09:53:05 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash -l /tmp/jenkins9304623322628348352.sh 09:53:05 ---> logs-deploy.sh 09:53:05 Setup pyenv: 09:53:05 system 09:53:05 3.8.13 09:53:05 3.9.13 09:53:05 3.10.13 09:53:05 * 3.11.7 (set by /w/workspace/controller-maven-verify-master-mvn39-openjdk21/.python-version) 09:53:05 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-9YY0 from file:/tmp/.os_lf_venv 09:53:06 lf-activate-venv(): INFO: Installing: lftools 09:53:13 lf-activate-venv(): INFO: Adding /tmp/venv-9YY0/bin to PATH 09:53:13 WARNING: Nexus logging server not set 09:53:13 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/controller-maven-verify-master-mvn39-openjdk21/288/ 09:53:13 INFO: archiving logs to S3 09:53:14 ---> uname -a: 09:53:14 Linux prd-ubuntu2004-docker-4c-4g-1510 5.4.0-190-generic #210-Ubuntu SMP Fri Jul 5 17:03:38 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 09:53:14 09:53:14 09:53:14 ---> lscpu: 09:53:14 Architecture: x86_64 09:53:14 CPU op-mode(s): 32-bit, 64-bit 09:53:14 Byte Order: Little Endian 09:53:14 Address sizes: 40 bits physical, 48 bits virtual 09:53:14 CPU(s): 4 09:53:14 On-line CPU(s) list: 0-3 09:53:14 Thread(s) per core: 1 09:53:14 Core(s) per socket: 1 09:53:14 Socket(s): 4 09:53:14 NUMA node(s): 1 09:53:14 Vendor ID: AuthenticAMD 09:53:14 CPU family: 23 09:53:14 Model: 49 09:53:14 Model name: AMD EPYC-Rome Processor 09:53:14 Stepping: 0 09:53:14 CPU MHz: 2799.998 09:53:14 BogoMIPS: 5599.99 09:53:14 Virtualization: AMD-V 09:53:14 Hypervisor vendor: KVM 09:53:14 Virtualization type: full 09:53:14 L1d cache: 128 KiB 09:53:14 L1i cache: 128 KiB 09:53:14 L2 cache: 2 MiB 09:53:14 L3 cache: 64 MiB 09:53:14 NUMA node0 CPU(s): 0-3 09:53:14 Vulnerability Gather data sampling: Not affected 09:53:14 Vulnerability Itlb multihit: Not affected 09:53:14 Vulnerability L1tf: Not affected 09:53:14 Vulnerability Mds: Not affected 09:53:14 Vulnerability Meltdown: Not affected 09:53:14 Vulnerability Mmio stale data: Not affected 09:53:14 Vulnerability Retbleed: Vulnerable 09:53:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:53:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:53:14 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 09:53:14 Vulnerability Srbds: Not affected 09:53:14 Vulnerability Tsx async abort: Not affected 09:53:14 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 09:53:14 09:53:14 09:53:14 ---> nproc: 09:53:14 4 09:53:14 09:53:14 09:53:14 ---> df -h: 09:53:14 Filesystem Size Used Avail Use% Mounted on 09:53:14 udev 7.8G 0 7.8G 0% /dev 09:53:14 tmpfs 1.6G 1.1M 1.6G 1% /run 09:53:14 /dev/vda1 78G 9.1G 69G 12% / 09:53:14 tmpfs 7.9G 0 7.9G 0% /dev/shm 09:53:14 tmpfs 5.0M 0 5.0M 0% /run/lock 09:53:14 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 09:53:14 /dev/loop0 68M 68M 0 100% /snap/lxd/22753 09:53:14 /dev/loop2 44M 44M 0 100% /snap/snapd/15177 09:53:14 /dev/loop1 62M 62M 0 100% /snap/core20/1405 09:53:14 /dev/vda15 105M 6.1M 99M 6% /boot/efi 09:53:14 tmpfs 1.6G 0 1.6G 0% /run/user/1001 09:53:14 /dev/loop3 64M 64M 0 100% /snap/core20/2434 09:53:14 /dev/loop4 92M 92M 0 100% /snap/lxd/29619 09:53:14 09:53:14 09:53:14 ---> free -m: 09:53:14 total used free shared buff/cache available 09:53:14 Mem: 15997 701 12502 1 2793 14963 09:53:14 Swap: 1023 0 1023 09:53:14 09:53:14 09:53:14 ---> ip addr: 09:53:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:53:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:53:14 inet 127.0.0.1/8 scope host lo 09:53:14 valid_lft forever preferred_lft forever 09:53:14 inet6 ::1/128 scope host 09:53:14 valid_lft forever preferred_lft forever 09:53:14 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:53:14 link/ether fa:16:3e:7a:3d:6b brd ff:ff:ff:ff:ff:ff 09:53:14 inet 10.30.170.175/23 brd 10.30.171.255 scope global dynamic ens3 09:53:14 valid_lft 84198sec preferred_lft 84198sec 09:53:14 inet6 fe80::f816:3eff:fe7a:3d6b/64 scope link 09:53:14 valid_lft forever preferred_lft forever 09:53:14 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 09:53:14 link/ether 02:42:5a:16:fc:48 brd ff:ff:ff:ff:ff:ff 09:53:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:53:14 valid_lft forever preferred_lft forever 09:53:14 09:53:14 09:53:14 ---> sar -b -r -n DEV: 09:53:14 Linux 5.4.0-190-generic (prd-ubuntu2004-docker-4c-4g-1510) 10/26/24 _x86_64_ (4 CPU) 09:53:14 09:53:14 09:16:34 LINUX RESTART (4 CPU) 09:53:14 09:53:14 09:17:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:53:14 09:18:01 162.09 129.06 33.03 0.00 9800.10 14305.81 0.00 09:53:14 09:19:01 5.97 2.77 3.20 0.00 27.60 59.47 0.00 09:53:14 09:20:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 09:53:14 09:21:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 09:53:14 09:22:01 39.47 11.83 27.63 0.00 4925.33 6620.53 0.00 09:53:14 09:23:01 3.70 0.00 3.70 0.00 0.00 49.19 0.00 09:53:14 09:24:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 09:53:14 09:25:02 0.87 0.00 0.87 0.00 0.00 10.93 0.00 09:53:14 09:26:01 1.10 0.00 1.10 0.00 0.00 13.01 0.00 09:53:14 09:27:01 1.55 0.00 1.55 0.00 0.00 31.19 0.00 09:53:14 09:28:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 09:53:14 09:29:01 0.78 0.00 0.78 0.00 0.00 10.66 0.00 09:53:14 09:30:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 09:53:14 09:31:01 0.90 0.00 0.90 0.00 0.00 11.46 0.00 09:53:14 09:32:01 1.90 0.02 1.88 0.00 0.13 21.73 0.00 09:53:14 09:33:01 1.72 0.00 1.72 0.00 0.00 19.86 0.00 09:53:14 09:34:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 09:53:14 09:35:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 09:53:14 09:36:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 09:53:14 09:37:01 1.37 0.00 1.37 0.00 0.00 17.46 0.00 09:53:14 09:38:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 09:53:14 09:39:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 09:53:14 09:40:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 09:53:14 09:41:01 0.90 0.00 0.90 0.00 0.00 11.60 0.00 09:53:14 09:42:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 09:53:14 09:43:01 0.93 0.00 0.93 0.00 0.00 11.73 0.00 09:53:14 09:44:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 09:53:14 09:45:01 0.87 0.00 0.87 0.00 0.00 11.33 0.00 09:53:14 09:46:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 09:53:14 09:47:01 1.48 0.00 1.48 0.00 0.00 18.40 0.00 09:53:14 09:48:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 09:53:14 09:49:01 1.58 0.00 1.58 0.00 0.00 18.26 0.00 09:53:14 09:50:01 0.88 0.00 0.88 0.00 0.00 10.80 0.00 09:53:14 09:51:01 1.55 0.00 1.55 0.00 0.00 18.26 0.00 09:53:14 09:52:01 15.86 12.60 3.27 0.00 954.24 2426.53 0.00 09:53:14 09:53:01 97.85 12.80 85.05 0.00 1158.34 10631.83 0.00 09:53:14 Average: 9.85 4.58 5.27 0.00 460.03 946.92 0.00 09:53:14 09:53:14 09:17:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:53:14 09:18:01 13904104 15585080 411316 2.51 42292 1853468 1228752 7.05 575192 1662484 736 09:53:14 09:19:01 13910908 15592912 405360 2.47 42360 1854456 1222812 7.02 569216 1662416 8 09:53:14 09:20:01 13924320 15606376 391760 2.39 42392 1854456 1222812 7.02 556244 1662416 20 09:53:14 09:21:01 13920468 15602596 395464 2.41 42448 1854460 1222812 7.02 561412 1662420 8 09:53:14 09:22:01 13497844 15514364 467216 2.85 50456 2176040 1332828 7.65 829504 1790728 980 09:53:14 09:23:01 13498656 15515228 466256 2.85 50512 2176040 1365240 7.83 828916 1790692 56 09:53:14 09:24:01 13498972 15515588 465888 2.84 50536 2176040 1365240 7.83 828812 1790692 8 09:53:14 09:25:02 13498464 15515108 466340 2.85 50560 2176048 1365240 7.83 828840 1790696 192 09:53:14 09:26:01 13500836 15517512 463924 2.83 50584 2176048 1365240 7.83 826856 1790700 8 09:53:14 09:27:01 13502544 15519308 462060 2.82 50692 2176028 1365240 7.83 826200 1790680 172 09:53:14 09:28:01 13502112 15518904 462584 2.82 50716 2176028 1365240 7.83 826276 1790680 4 09:53:14 09:29:01 13502444 15519272 462196 2.82 50740 2176032 1365240 7.83 826288 1790684 200 09:53:14 09:30:01 13502476 15519332 462136 2.82 50768 2176032 1365240 7.83 826564 1790684 4 09:53:14 09:31:01 13502572 15519468 461952 2.82 50808 2176036 1365240 7.83 826384 1790688 192 09:53:14 09:32:01 13502192 15519160 462404 2.82 50868 2176028 1332908 7.65 825356 1790688 12 09:53:14 09:33:01 13501892 15518924 462608 2.82 50916 2176044 1332908 7.65 825592 1790696 8 09:53:14 09:34:01 13502476 15519532 461936 2.82 50956 2176044 1332908 7.65 825676 1790696 16 09:53:14 09:35:01 13502328 15519452 461980 2.82 50996 2176052 1332908 7.65 825772 1790704 160 09:53:14 09:36:01 13502312 15519452 461924 2.82 51020 2176052 1332908 7.65 825596 1790704 8 09:53:14 09:37:01 13502580 15519760 461588 2.82 51060 2176040 1332908 7.65 825768 1790708 192 09:53:14 09:38:01 13502700 15519912 461428 2.82 51084 2176056 1332908 7.65 825656 1790708 8 09:53:14 09:39:01 13502700 15519956 461492 2.82 51116 2176060 1332908 7.65 825680 1790712 172 09:53:14 09:40:01 13502732 15520016 461400 2.82 51148 2176060 1332908 7.65 826124 1790712 4 09:53:14 09:41:01 13502640 15519984 461500 2.82 51188 2176064 1332908 7.65 825824 1790716 196 09:53:14 09:42:01 13491648 15509012 472420 2.88 51240 2176048 1332908 7.65 837992 1790716 8 09:53:14 09:43:01 13491836 15509256 472224 2.88 51272 2176072 1332908 7.65 837892 1790720 196 09:53:14 09:44:01 13491608 15509052 472388 2.88 51300 2176072 1332908 7.65 837900 1790724 4 09:53:14 09:45:01 13491616 15509092 472292 2.88 51332 2176076 1332908 7.65 837952 1790728 200 09:53:14 09:46:01 13491388 15508896 472440 2.88 51360 2176076 1332908 7.65 838184 1790728 8 09:53:14 09:47:01 13491656 15509220 472296 2.88 51400 2176072 1332908 7.65 838024 1790732 140 09:53:14 09:48:01 13500020 15517608 463872 2.83 51424 2176080 1332908 7.65 829204 1790732 8 09:53:14 09:49:01 13499996 15517632 463832 2.83 51456 2176084 1332908 7.65 829196 1790736 4 09:53:14 09:50:01 13499728 15517504 463880 2.83 51488 2176216 1332908 7.65 829440 1790868 16 09:53:14 09:51:01 13499784 15517596 463748 2.83 51520 2176220 1332908 7.65 829468 1790872 8 09:53:14 09:52:01 13243580 15388196 589296 3.60 55144 2296424 1397308 8.02 1022392 1848228 24664 09:53:14 09:53:01 12865976 15380000 574668 3.51 85240 2614304 1393156 7.99 1077028 2124752 124900 09:53:14 Average: 13520836 15518063 464335 2.83 51122 2155818 1332383 7.64 812178 1787340 4264 09:53:14 09:53:14 09:17:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:53:14 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:18:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:18:01 ens3 153.77 95.85 370.84 21.02 0.00 0.00 0.00 0.00 09:53:14 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:19:01 ens3 0.35 0.13 0.02 0.01 0.00 0.00 0.00 0.00 09:53:14 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:20:01 ens3 1.07 0.12 0.35 0.01 0.00 0.00 0.00 0.00 09:53:14 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:21:01 ens3 0.80 0.35 1.16 0.20 0.00 0.00 0.00 0.00 09:53:14 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:22:01 lo 0.53 0.53 0.06 0.06 0.00 0.00 0.00 0.00 09:53:14 09:22:01 ens3 152.52 78.48 2119.93 5.50 0.00 0.00 0.00 0.00 09:53:14 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:23:01 ens3 0.58 0.35 0.16 0.08 0.00 0.00 0.00 0.00 09:53:14 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:24:01 ens3 0.23 0.00 0.02 0.00 0.00 0.00 0.00 0.00 09:53:14 09:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:25:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:25:02 ens3 0.70 0.12 0.06 0.01 0.00 0.00 0.00 0.00 09:53:14 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:26:01 ens3 0.59 0.39 0.27 0.23 0.00 0.00 0.00 0.00 09:53:14 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:27:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:28:01 ens3 0.42 0.12 0.09 0.07 0.00 0.00 0.00 0.00 09:53:14 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:29:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:30:01 ens3 0.48 0.40 0.26 0.21 0.00 0.00 0.00 0.00 09:53:14 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:31:01 ens3 0.33 0.20 0.07 0.01 0.00 0.00 0.00 0.00 09:53:14 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:32:01 ens3 0.88 0.00 0.08 0.00 0.00 0.00 0.00 0.00 09:53:14 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:33:01 ens3 0.82 0.55 0.35 0.28 0.00 0.00 0.00 0.00 09:53:14 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:34:01 ens3 0.35 0.07 0.07 0.00 0.00 0.00 0.00 0.00 09:53:14 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:35:01 ens3 0.22 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:36:01 ens3 0.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:37:01 ens3 0.30 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:53:14 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:38:01 ens3 0.35 0.13 0.14 0.07 0.00 0.00 0.00 0.00 09:53:14 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:39:01 ens3 0.53 0.10 0.05 0.01 0.00 0.00 0.00 0.00 09:53:14 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:40:01 ens3 0.60 0.33 0.31 0.24 0.00 0.00 0.00 0.00 09:53:14 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:41:01 ens3 0.70 0.10 0.07 0.01 0.00 0.00 0.00 0.00 09:53:14 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:42:01 ens3 0.55 0.30 0.31 0.24 0.00 0.00 0.00 0.00 09:53:14 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:43:01 ens3 1.05 0.20 0.23 0.07 0.00 0.00 0.00 0.00 09:53:14 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:44:01 ens3 0.18 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:53:14 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:45:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:53:14 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:46:01 ens3 0.27 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:53:14 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:47:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:48:01 ens3 0.35 0.08 0.08 0.06 0.00 0.00 0.00 0.00 09:53:14 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:49:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:53:14 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:50:01 ens3 0.25 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:53:14 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:51:01 ens3 0.50 0.18 0.08 0.01 0.00 0.00 0.00 0.00 09:53:14 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:52:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 09:52:01 ens3 211.95 141.69 1175.10 32.47 0.00 0.00 0.00 0.00 09:53:14 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 09:53:01 lo 2.00 2.00 0.21 0.21 0.00 0.00 0.00 0.00 09:53:14 09:53:01 ens3 72.27 55.16 968.33 23.08 0.00 0.00 0.00 0.00 09:53:14 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:14 Average: lo 0.17 0.17 0.01 0.01 0.00 0.00 0.00 0.00 09:53:14 Average: ens3 16.70 10.37 128.67 2.32 0.00 0.00 0.00 0.00 09:53:14 09:53:14 09:53:14 ---> sar -P ALL: 09:53:14 Linux 5.4.0-190-generic (prd-ubuntu2004-docker-4c-4g-1510) 10/26/24 _x86_64_ (4 CPU) 09:53:14 09:53:14 09:16:34 LINUX RESTART (4 CPU) 09:53:14 09:53:14 09:17:03 CPU %user %nice %system %iowait %steal %idle 09:53:14 09:18:01 all 4.49 17.93 12.82 3.60 0.15 61.01 09:53:14 09:18:01 0 4.47 17.01 13.20 3.78 0.14 61.40 09:53:14 09:18:01 1 4.15 18.65 12.74 3.44 0.14 60.87 09:53:14 09:18:01 2 4.36 18.17 12.07 3.48 0.16 61.75 09:53:14 09:18:01 3 4.97 17.88 13.28 3.69 0.16 60.02 09:53:14 09:19:01 all 0.08 0.62 0.44 0.20 0.02 98.64 09:53:14 09:19:01 0 0.25 0.59 0.47 0.37 0.02 98.31 09:53:14 09:19:01 1 0.02 0.68 0.42 0.12 0.02 98.75 09:53:14 09:19:01 2 0.03 0.57 0.38 0.15 0.02 98.85 09:53:14 09:19:01 3 0.03 0.63 0.50 0.18 0.02 98.63 09:53:14 09:20:01 all 0.54 0.00 0.01 0.00 0.01 99.43 09:53:14 09:20:01 0 2.00 0.00 0.02 0.02 0.02 97.95 09:53:14 09:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:53:14 09:20:01 2 0.12 0.00 0.02 0.00 0.02 99.85 09:53:14 09:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:21:01 all 0.59 0.00 0.04 0.07 0.01 99.29 09:53:14 09:21:01 0 0.02 0.00 0.05 0.27 0.02 99.65 09:53:14 09:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:53:14 09:21:01 2 0.17 0.00 0.03 0.00 0.00 99.80 09:53:14 09:21:01 3 2.09 0.00 0.05 0.02 0.02 97.83 09:53:14 09:22:01 all 3.32 0.00 1.08 1.53 0.03 94.04 09:53:14 09:22:01 0 4.39 0.00 1.02 2.61 0.05 91.93 09:53:14 09:22:01 1 2.21 0.00 1.26 3.06 0.03 93.44 09:53:14 09:22:01 2 2.12 0.00 0.62 0.05 0.02 97.19 09:53:14 09:22:01 3 4.56 0.00 1.42 0.42 0.03 93.57 09:53:14 09:23:01 all 0.04 0.00 0.03 0.02 0.01 99.90 09:53:14 09:23:01 0 0.05 0.00 0.05 0.05 0.02 99.83 09:53:14 09:23:01 1 0.07 0.00 0.02 0.02 0.02 99.88 09:53:14 09:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:53:14 09:23:01 3 0.00 0.00 0.05 0.00 0.00 99.95 09:53:14 09:24:01 all 0.02 0.00 0.00 0.01 0.01 99.96 09:53:14 09:24:01 0 0.03 0.00 0.02 0.03 0.02 99.90 09:53:14 09:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:53:14 09:25:02 all 0.02 0.00 0.02 0.00 0.01 99.95 09:53:14 09:25:02 0 0.02 0.00 0.03 0.02 0.02 99.92 09:53:14 09:25:02 1 0.03 0.00 0.02 0.00 0.02 99.93 09:53:14 09:25:02 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:14 09:25:02 3 0.02 0.00 0.02 0.00 0.00 99.97 09:53:14 09:26:01 all 0.32 0.00 0.02 0.00 0.01 99.65 09:53:14 09:26:01 0 0.03 0.00 0.03 0.02 0.03 99.88 09:53:14 09:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:53:14 09:26:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:53:14 09:26:01 3 1.14 0.00 0.00 0.00 0.02 98.84 09:53:14 09:27:01 all 0.46 0.00 0.03 0.06 0.01 99.45 09:53:14 09:27:01 0 0.00 0.00 0.03 0.13 0.02 99.82 09:53:14 09:27:01 1 0.07 0.00 0.02 0.08 0.02 99.82 09:53:14 09:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:27:01 3 1.73 0.00 0.07 0.02 0.00 98.19 09:53:14 09:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:53:14 09:28:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:53:14 09:28:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:53:14 09:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:53:14 09:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:53:14 09:53:14 09:28:01 CPU %user %nice %system %iowait %steal %idle 09:53:14 09:29:01 all 0.51 0.00 0.02 0.00 0.01 99.46 09:53:14 09:29:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:53:14 09:29:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:53:14 09:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:14 09:29:01 3 1.94 0.00 0.00 0.00 0.00 98.06 09:53:14 09:30:01 all 0.30 0.00 0.02 0.01 0.00 99.66 09:53:14 09:30:01 0 0.02 0.00 0.02 0.05 0.00 99.92 09:53:14 09:30:01 1 0.00 0.00 0.03 0.00 0.02 99.95 09:53:14 09:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:53:14 09:30:01 3 1.17 0.00 0.03 0.00 0.00 98.79 09:53:14 09:31:01 all 0.01 0.00 0.01 0.12 0.01 99.85 09:53:14 09:31:01 0 0.00 0.00 0.02 0.48 0.02 99.48 09:53:14 09:31:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:53:14 09:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:53:14 09:31:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:53:14 09:32:01 all 0.05 0.00 0.03 0.01 0.01 99.90 09:53:14 09:32:01 0 0.05 0.00 0.02 0.03 0.00 99.90 09:53:14 09:32:01 1 0.05 0.00 0.05 0.00 0.03 99.87 09:53:14 09:32:01 2 0.05 0.00 0.02 0.00 0.02 99.92 09:53:14 09:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:53:14 09:33:01 all 0.17 0.00 0.03 0.01 0.02 99.78 09:53:14 09:33:01 0 0.02 0.00 0.03 0.03 0.03 99.88 09:53:14 09:33:01 1 0.03 0.00 0.05 0.00 0.02 99.90 09:53:14 09:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:53:14 09:33:01 3 0.62 0.00 0.00 0.00 0.02 99.37 09:53:14 09:34:01 all 0.14 0.00 0.02 0.01 0.00 99.83 09:53:14 09:34:01 0 0.02 0.00 0.03 0.03 0.00 99.92 09:53:14 09:34:01 1 0.02 0.00 0.02 0.02 0.02 99.93 09:53:14 09:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:14 09:34:01 3 0.52 0.00 0.00 0.00 0.00 99.48 09:53:14 09:35:01 all 0.03 0.00 0.01 0.00 0.00 99.96 09:53:14 09:35:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:53:14 09:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:53:14 09:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:35:01 3 0.05 0.00 0.00 0.00 0.00 99.95 09:53:14 09:36:01 all 0.00 0.00 0.01 0.01 0.01 99.97 09:53:14 09:36:01 0 0.02 0.00 0.00 0.03 0.02 99.93 09:53:14 09:36:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:53:14 09:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:53:14 09:36:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:53:14 09:37:01 all 0.03 0.00 0.02 0.14 0.00 99.80 09:53:14 09:37:01 0 0.03 0.00 0.02 0.55 0.00 99.40 09:53:14 09:37:01 1 0.07 0.00 0.03 0.02 0.02 99.87 09:53:14 09:37:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:53:14 09:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:38:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:53:14 09:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:53:14 09:38:01 1 0.00 0.00 0.03 0.00 0.03 99.93 09:53:14 09:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:53:14 09:39:01 all 0.02 0.00 0.01 0.01 0.01 99.95 09:53:14 09:39:01 0 0.03 0.00 0.03 0.03 0.00 99.90 09:53:14 09:39:01 1 0.02 0.00 0.02 0.02 0.02 99.93 09:53:14 09:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:53:14 09:53:14 09:39:01 CPU %user %nice %system %iowait %steal %idle 09:53:14 09:40:01 all 0.03 0.00 0.01 0.01 0.01 99.94 09:53:14 09:40:01 0 0.03 0.00 0.00 0.05 0.02 99.90 09:53:14 09:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:53:14 09:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:53:14 09:40:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:53:14 09:41:01 all 0.13 0.00 0.02 0.02 0.07 99.75 09:53:14 09:41:01 0 0.00 0.00 0.03 0.10 0.15 99.72 09:53:14 09:41:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:53:14 09:41:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:53:14 09:41:01 3 0.45 0.00 0.00 0.00 0.10 99.45 09:53:14 09:42:01 all 0.20 0.00 0.03 0.03 0.01 99.73 09:53:14 09:42:01 0 0.03 0.00 0.05 0.10 0.00 99.82 09:53:14 09:42:01 1 0.03 0.00 0.05 0.02 0.03 99.87 09:53:14 09:42:01 2 0.67 0.00 0.02 0.00 0.02 99.30 09:53:14 09:42:01 3 0.05 0.00 0.02 0.00 0.00 99.93 09:53:14 09:43:01 all 0.02 0.00 0.01 0.02 0.01 99.94 09:53:14 09:43:01 0 0.03 0.00 0.00 0.07 0.02 99.88 09:53:14 09:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:53:14 09:43:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:53:14 09:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:53:14 09:44:01 all 0.21 0.00 0.02 0.01 0.00 99.75 09:53:14 09:44:01 0 0.03 0.00 0.05 0.02 0.02 99.88 09:53:14 09:44:01 1 0.00 0.00 0.00 0.02 0.00 99.98 09:53:14 09:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:14 09:44:01 3 0.80 0.00 0.02 0.00 0.00 99.19 09:53:14 09:45:01 all 0.01 0.00 0.03 0.00 0.01 99.95 09:53:14 09:45:01 0 0.03 0.00 0.03 0.02 0.02 99.90 09:53:14 09:45:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:53:14 09:45:01 2 0.00 0.00 0.05 0.00 0.00 99.95 09:53:14 09:45:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:53:14 09:46:01 all 0.03 0.00 0.01 0.01 0.00 99.95 09:53:14 09:46:01 0 0.07 0.00 0.02 0.02 0.02 99.88 09:53:14 09:46:01 1 0.00 0.00 0.02 0.02 0.00 99.97 09:53:14 09:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:53:14 09:47:01 all 0.37 0.00 0.02 0.01 0.01 99.60 09:53:14 09:47:01 0 0.03 0.00 0.03 0.03 0.02 99.88 09:53:14 09:47:01 1 0.05 0.00 0.00 0.00 0.02 99.93 09:53:14 09:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:53:14 09:47:01 3 1.37 0.00 0.00 0.00 0.00 98.63 09:53:14 09:48:01 all 0.51 0.00 0.01 0.02 0.01 99.44 09:53:14 09:48:01 0 0.03 0.00 0.03 0.08 0.02 99.83 09:53:14 09:48:01 1 0.02 0.00 0.00 0.02 0.00 99.97 09:53:14 09:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:14 09:48:01 3 1.97 0.00 0.00 0.00 0.02 98.01 09:53:14 09:49:01 all 0.15 0.00 0.01 0.01 0.01 99.82 09:53:14 09:49:01 0 0.02 0.00 0.00 0.03 0.02 99.93 09:53:14 09:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:53:14 09:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:53:14 09:49:01 3 0.57 0.00 0.02 0.00 0.00 99.42 09:53:14 09:50:01 all 0.01 0.00 0.01 0.01 0.00 99.97 09:53:14 09:50:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:53:14 09:50:01 1 0.02 0.00 0.00 0.02 0.02 99.95 09:53:14 09:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:53:14 09:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:53:14 09:53:14 09:50:01 CPU %user %nice %system %iowait %steal %idle 09:53:14 09:51:01 all 0.01 0.00 0.02 0.01 0.01 99.95 09:53:14 09:51:01 0 0.00 0.00 0.03 0.02 0.02 99.93 09:53:14 09:51:01 1 0.02 0.00 0.02 0.02 0.02 99.93 09:53:14 09:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:53:14 09:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:53:14 09:52:01 all 5.86 0.00 0.60 0.33 0.03 93.18 09:53:14 09:52:01 0 4.89 0.00 0.67 0.83 0.02 93.59 09:53:14 09:52:01 1 9.48 0.00 0.64 0.32 0.03 89.54 09:53:14 09:52:01 2 4.27 0.00 0.43 0.02 0.02 95.26 09:53:14 09:52:01 3 4.82 0.00 0.65 0.17 0.03 94.33 09:53:14 09:53:01 all 20.16 0.00 1.62 3.09 0.05 75.07 09:53:14 09:53:01 0 7.36 0.00 1.49 9.40 0.03 81.72 09:53:14 09:53:01 1 43.28 0.00 2.28 0.83 0.08 53.52 09:53:14 09:53:01 2 15.34 0.00 1.70 0.58 0.05 82.32 09:53:14 09:53:01 3 14.61 0.00 1.02 1.55 0.05 82.77 09:53:14 Average: all 1.07 0.49 0.46 0.26 0.02 97.70 09:53:14 Average: 0 0.67 0.47 0.48 0.53 0.02 97.83 09:53:14 Average: 1 1.66 0.51 0.48 0.22 0.02 97.11 09:53:14 Average: 2 0.76 0.49 0.42 0.11 0.01 98.20 09:53:14 Average: 3 1.21 0.49 0.46 0.16 0.02 97.66 09:53:14 09:53:14 09:53:14