09:51:45 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/controller/+/114212 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-1509 (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-c7ewfZckh91K/agent.28906 09:51:46 SSH_AGENT_PID=28908 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_14306048329016151240.key (/w/workspace/controller-maven-verify-master-mvn39-openjdk21@tmp/private_key_14306048329016151240.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/12/114212/4 # 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/12/114212/4" returned status code 128: 09:51:56 stdout: 09:51:56 stderr: fatal: couldn't find remote ref refs/changes/12/114212/4 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-1509 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 28908 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/jenkins9390227830111017400.sh 09:51:56 ---> sysstat.sh 09:51:57 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins15727584427029380890.sh 09:51:57 ---> package-listing.sh 09:51:57 ++ tr '[:upper:]' '[:lower:]' 09:51:57 ++ facter osfamily 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/jenkins9963702931525626573.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-4iCx 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:33 lf-activate-venv(): INFO: Adding /tmp/venv-4iCx/bin to PATH 09:52:33 INFO: Running in OpenStack, capturing instance metadata 09:52:33 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins12280045588464322090.sh 09:52:33 provisioning config files... 09:52:33 Could not find credentials [logs] for controller-maven-verify-master-mvn39-openjdk21 #287 09:52:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/controller-maven-verify-master-mvn39-openjdk21@tmp/config656962866977926815tmp 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:34 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 09:52:34 [EnvInject] - Injecting environment variables from a build step. 09:52:34 [EnvInject] - Injecting as environment variables the properties content 09:52:34 SERVER_ID=logs 09:52:34 09:52:34 [EnvInject] - Variables injected successfully. 09:52:34 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins8656296107323699520.sh 09:52:34 ---> create-netrc.sh 09:52:34 WARN: Log server credential not found. 09:52:34 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins4671082328507263267.sh 09:52:34 ---> python-tools-install.sh 09:52:34 Setup pyenv: 09:52:34 system 09:52:34 3.8.13 09:52:34 3.9.13 09:52:34 3.10.13 09:52:34 * 3.11.7 (set by /w/workspace/controller-maven-verify-master-mvn39-openjdk21/.python-version) 09:52:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4iCx from file:/tmp/.os_lf_venv 09:52:35 lf-activate-venv(): INFO: Installing: lftools 09:52:41 lf-activate-venv(): INFO: Adding /tmp/venv-4iCx/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-4iCx/lib/python3.11/site-packages/pip (python 3.11) 09:53:00 appdirs==1.4.4 09:53:00 argcomplete==3.5.1 09:53:00 aspy.yaml==1.3.0 09:53:00 attrs==24.2.0 09:53:00 autopage==0.5.2 09:53:00 beautifulsoup4==4.12.3 09:53:00 boto3==1.35.49 09:53:00 botocore==1.35.49 09:53:00 bs4==0.0.2 09:53:00 cachetools==5.5.0 09:53:00 certifi==2024.8.30 09:53:00 cffi==1.17.1 09:53:00 cfgv==3.4.0 09:53:00 chardet==5.2.0 09:53:00 charset-normalizer==3.4.0 09:53:00 click==8.1.7 09:53:00 cliff==4.7.0 09:53:00 cmd2==2.5.0 09:53:00 cryptography==3.3.2 09:53:00 debtcollector==3.0.0 09:53:00 decorator==5.1.1 09:53:00 defusedxml==0.7.1 09:53:00 Deprecated==1.2.14 09:53:00 distlib==0.3.9 09:53:00 dnspython==2.7.0 09:53:00 docker==4.2.2 09:53:00 dogpile.cache==1.3.3 09:53:00 durationpy==0.9 09:53:00 email_validator==2.2.0 09:53:00 filelock==3.16.1 09:53:00 future==1.0.0 09:53:00 gitdb==4.0.11 09:53:00 GitPython==3.1.43 09:53:00 google-auth==2.35.0 09:53:00 httplib2==0.22.0 09:53:00 identify==2.6.1 09:53:00 idna==3.10 09:53:00 importlib-resources==1.5.0 09:53:00 iso8601==2.1.0 09:53:00 Jinja2==3.1.4 09:53:00 jmespath==1.0.1 09:53:00 jsonpatch==1.33 09:53:00 jsonpointer==3.0.0 09:53:00 jsonschema==4.23.0 09:53:00 jsonschema-specifications==2024.10.1 09:53:00 keystoneauth1==5.8.0 09:53:00 kubernetes==31.0.0 09:53:00 lftools==0.37.10 09:53:00 lxml==5.3.0 09:53:00 MarkupSafe==3.0.2 09:53:00 msgpack==1.1.0 09:53:00 multi_key_dict==2.0.3 09:53:00 munch==4.0.0 09:53:00 netaddr==1.3.0 09:53:00 netifaces==0.11.0 09:53:00 niet==1.4.2 09:53:00 nodeenv==1.9.1 09:53:00 oauth2client==4.1.3 09:53:00 oauthlib==3.2.2 09:53:00 openstacksdk==4.1.0 09:53:00 os-client-config==2.1.0 09:53:00 os-service-types==1.7.0 09:53:00 osc-lib==3.1.0 09:53:00 oslo.config==9.6.0 09:53:00 oslo.context==5.6.0 09:53:00 oslo.i18n==6.4.0 09:53:00 oslo.log==6.1.2 09:53:00 oslo.serialization==5.5.0 09:53:00 oslo.utils==7.3.0 09:53:00 packaging==24.1 09:53:00 pbr==6.1.0 09:53:00 platformdirs==4.3.6 09:53:00 prettytable==3.11.0 09:53:00 pyasn1==0.6.1 09:53:00 pyasn1_modules==0.4.1 09:53:00 pycparser==2.22 09:53:00 pygerrit2==2.0.15 09:53:00 PyGithub==2.4.0 09:53:00 PyJWT==2.9.0 09:53:00 PyNaCl==1.5.0 09:53:00 pyparsing==2.4.7 09:53:00 pyperclip==1.9.0 09:53:00 pyrsistent==0.20.0 09:53:00 python-cinderclient==9.6.0 09:53:00 python-dateutil==2.9.0.post0 09:53:00 python-heatclient==4.0.0 09:53:00 python-jenkins==1.8.2 09:53:00 python-keystoneclient==5.5.0 09:53:00 python-magnumclient==4.7.0 09:53:00 python-openstackclient==7.2.0 09:53:00 python-swiftclient==4.6.0 09:53:00 PyYAML==6.0.2 09:53:00 referencing==0.35.1 09:53:00 requests==2.32.3 09:53:00 requests-oauthlib==2.0.0 09:53:00 requestsexceptions==1.4.0 09:53:00 rfc3986==2.0.0 09:53:00 rpds-py==0.20.0 09:53:00 rsa==4.9 09:53:00 ruamel.yaml==0.18.6 09:53:00 ruamel.yaml.clib==0.2.12 09:53:00 s3transfer==0.10.3 09:53:00 simplejson==3.19.3 09:53:00 six==1.16.0 09:53:00 smmap==5.0.1 09:53:00 soupsieve==2.6 09:53:00 stevedore==5.3.0 09:53:00 tabulate==0.9.0 09:53:00 toml==0.10.2 09:53:00 tomlkit==0.13.2 09:53:00 tqdm==4.66.5 09:53:00 typing_extensions==4.12.2 09:53:00 tzdata==2024.2 09:53:00 urllib3==1.26.20 09:53:00 virtualenv==20.27.0 09:53:00 wcwidth==0.2.13 09:53:00 websocket-client==1.8.0 09:53:00 wrapt==1.16.0 09:53:00 xdg==6.0.0 09:53:00 xmltodict==0.14.2 09:53:00 yq==3.4.3 09:53:00 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins7200110454923149997.sh 09:53:00 ---> sudo-logs.sh 09:53:00 Archiving 'sudo' log.. 09:53:00 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins8476406214163020983.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-4iCx 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:06 lf-activate-venv(): INFO: Adding /tmp/venv-4iCx/bin to PATH 09:53:06 INFO: No Stack... 09:53:06 INFO: Retrieving Pricing Info for: v3-standard-4 09:53:06 INFO: Archiving Costs 09:53:06 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash -l /tmp/jenkins828229108462398385.sh 09:53:06 ---> logs-deploy.sh 09:53:06 Setup pyenv: 09:53:06 system 09:53:06 3.8.13 09:53:06 3.9.13 09:53:06 3.10.13 09:53:06 * 3.11.7 (set by /w/workspace/controller-maven-verify-master-mvn39-openjdk21/.python-version) 09:53:06 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4iCx from file:/tmp/.os_lf_venv 09:53:07 lf-activate-venv(): INFO: Installing: lftools 09:53:14 lf-activate-venv(): INFO: Adding /tmp/venv-4iCx/bin to PATH 09:53:14 WARNING: Nexus logging server not set 09:53:14 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/controller-maven-verify-master-mvn39-openjdk21/287/ 09:53:14 INFO: archiving logs to S3 09:53:15 ---> uname -a: 09:53:15 Linux prd-ubuntu2004-docker-4c-4g-1509 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:15 09:53:15 09:53:15 ---> lscpu: 09:53:15 Architecture: x86_64 09:53:15 CPU op-mode(s): 32-bit, 64-bit 09:53:15 Byte Order: Little Endian 09:53:15 Address sizes: 40 bits physical, 48 bits virtual 09:53:15 CPU(s): 4 09:53:15 On-line CPU(s) list: 0-3 09:53:15 Thread(s) per core: 1 09:53:15 Core(s) per socket: 1 09:53:15 Socket(s): 4 09:53:15 NUMA node(s): 1 09:53:15 Vendor ID: AuthenticAMD 09:53:15 CPU family: 23 09:53:15 Model: 49 09:53:15 Model name: AMD EPYC-Rome Processor 09:53:15 Stepping: 0 09:53:15 CPU MHz: 2799.998 09:53:15 BogoMIPS: 5599.99 09:53:15 Virtualization: AMD-V 09:53:15 Hypervisor vendor: KVM 09:53:15 Virtualization type: full 09:53:15 L1d cache: 128 KiB 09:53:15 L1i cache: 128 KiB 09:53:15 L2 cache: 2 MiB 09:53:15 L3 cache: 64 MiB 09:53:15 NUMA node0 CPU(s): 0-3 09:53:15 Vulnerability Gather data sampling: Not affected 09:53:15 Vulnerability Itlb multihit: Not affected 09:53:15 Vulnerability L1tf: Not affected 09:53:15 Vulnerability Mds: Not affected 09:53:15 Vulnerability Meltdown: Not affected 09:53:15 Vulnerability Mmio stale data: Not affected 09:53:15 Vulnerability Retbleed: Vulnerable 09:53:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:53:15 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:53:15 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 09:53:15 Vulnerability Srbds: Not affected 09:53:15 Vulnerability Tsx async abort: Not affected 09:53:15 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:15 09:53:15 09:53:15 ---> nproc: 09:53:15 4 09:53:15 09:53:15 09:53:15 ---> df -h: 09:53:15 Filesystem Size Used Avail Use% Mounted on 09:53:15 udev 7.8G 0 7.8G 0% /dev 09:53:15 tmpfs 1.6G 1.1M 1.6G 1% /run 09:53:15 /dev/vda1 78G 9.1G 69G 12% / 09:53:15 tmpfs 7.9G 0 7.9G 0% /dev/shm 09:53:15 tmpfs 5.0M 0 5.0M 0% /run/lock 09:53:15 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 09:53:15 /dev/loop0 62M 62M 0 100% /snap/core20/1405 09:53:15 /dev/vda15 105M 6.1M 99M 6% /boot/efi 09:53:15 /dev/loop1 44M 44M 0 100% /snap/snapd/15177 09:53:15 /dev/loop2 68M 68M 0 100% /snap/lxd/22753 09:53:15 tmpfs 1.6G 0 1.6G 0% /run/user/1001 09:53:15 /dev/loop3 64M 64M 0 100% /snap/core20/2434 09:53:15 /dev/loop4 92M 92M 0 100% /snap/lxd/29619 09:53:15 09:53:15 09:53:15 ---> free -m: 09:53:15 total used free shared buff/cache available 09:53:15 Mem: 15997 660 12563 1 2773 15005 09:53:15 Swap: 1023 0 1023 09:53:15 09:53:15 09:53:15 ---> ip addr: 09:53:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:53:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:53:15 inet 127.0.0.1/8 scope host lo 09:53:15 valid_lft forever preferred_lft forever 09:53:15 inet6 ::1/128 scope host 09:53:15 valid_lft forever preferred_lft forever 09:53:15 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:53:15 link/ether fa:16:3e:a1:0b:d5 brd ff:ff:ff:ff:ff:ff 09:53:15 inet 10.30.170.42/23 brd 10.30.171.255 scope global dynamic ens3 09:53:15 valid_lft 84171sec preferred_lft 84171sec 09:53:15 inet6 fe80::f816:3eff:fea1:bd5/64 scope link 09:53:15 valid_lft forever preferred_lft forever 09:53:15 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 09:53:15 link/ether 02:42:9a:3d:b5:e8 brd ff:ff:ff:ff:ff:ff 09:53:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:53:15 valid_lft forever preferred_lft forever 09:53:15 09:53:15 09:53:15 ---> sar -b -r -n DEV: 09:53:15 Linux 5.4.0-190-generic (prd-ubuntu2004-docker-4c-4g-1509) 10/26/24 _x86_64_ (4 CPU) 09:53:15 09:53:15 09:16:09 LINUX RESTART (4 CPU) 09:53:15 09:53:15 09:17:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:53:15 09:18:01 61.68 44.30 17.39 0.00 477.61 850.86 0.00 09:53:15 09:19:01 1.43 0.03 1.40 0.00 3.87 15.86 0.00 09:53:15 09:20:01 0.80 0.00 0.80 0.00 0.00 9.20 0.00 09:53:15 09:21:01 1.12 0.00 1.12 0.00 0.00 15.20 0.00 09:53:15 09:22:01 33.56 5.73 27.83 0.00 4564.31 6355.21 0.00 09:53:15 09:23:01 2.22 0.00 2.22 0.00 0.00 25.20 0.00 09:53:15 09:24:01 0.85 0.00 0.85 0.00 0.00 9.73 0.00 09:53:15 09:25:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 09:53:15 09:26:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 09:53:15 09:27:01 2.02 0.00 2.02 0.00 0.00 35.86 0.00 09:53:15 09:28:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 09:53:15 09:29:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 09:53:15 09:30:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 09:53:15 09:31:01 1.58 0.00 1.58 0.00 0.00 18.40 0.00 09:53:15 09:32:01 1.60 0.02 1.58 0.00 0.13 18.93 0.00 09:53:15 09:33:01 1.65 0.00 1.65 0.00 0.00 20.66 0.00 09:53:15 09:34:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 09:53:15 09:35:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 09:53:15 09:36:01 0.83 0.00 0.83 0.00 0.00 9.47 0.00 09:53:15 09:37:01 1.57 0.00 1.57 0.00 0.00 19.06 0.00 09:53:15 09:38:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 09:53:15 09:39:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 09:53:15 09:40:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 09:53:15 09:41:01 1.67 0.00 1.67 0.00 0.00 19.86 0.00 09:53:15 09:42:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 09:53:15 09:43:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 09:53:15 09:44:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 09:53:15 09:45:01 1.50 0.00 1.50 0.00 0.00 19.06 0.00 09:53:15 09:46:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 09:53:15 09:47:01 1.43 0.00 1.43 0.00 0.00 17.73 0.00 09:53:15 09:48:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 09:53:15 09:49:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 09:53:15 09:50:01 0.87 0.00 0.87 0.00 0.00 10.53 0.00 09:53:15 09:51:01 1.57 0.02 1.55 0.00 0.40 18.66 0.00 09:53:15 09:52:01 15.53 12.60 2.93 0.00 954.24 2404.40 0.00 09:53:15 09:53:01 88.00 12.80 75.21 0.00 1158.15 7133.76 0.00 09:53:15 Average: 6.60 2.08 4.53 0.00 198.72 478.45 0.00 09:53:15 09:53:15 09:17:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:53:15 09:18:01 13878236 15558640 442564 2.70 42316 1853304 1199748 6.88 607956 1660520 8 09:53:15 09:19:01 13878912 15559496 441448 2.69 42340 1853424 1199748 6.88 607248 1660636 8 09:53:15 09:20:01 13879212 15559828 441108 2.69 42364 1853424 1199748 6.88 607456 1660636 20 09:53:15 09:21:01 13879276 15559916 440776 2.69 42388 1853428 1199748 6.88 607272 1660640 8 09:53:15 09:22:01 13541828 15538312 449456 2.74 49924 2157684 1255324 7.20 810712 1774352 120 09:53:15 09:23:01 13542344 15538912 448916 2.74 50004 2157692 1255324 7.20 810720 1774360 8 09:53:15 09:24:01 13542344 15538936 448868 2.74 50028 2157692 1255324 7.20 810748 1774360 8 09:53:15 09:25:01 13544004 15540620 447096 2.73 50084 2157696 1255324 7.20 808536 1774364 8 09:53:15 09:26:01 13543972 15540764 446940 2.73 50108 2157824 1255324 7.20 808712 1774492 8 09:53:15 09:27:01 13544532 15541440 446128 2.72 50220 2157804 1255324 7.20 808800 1774472 188 09:53:15 09:28:01 13544696 15541632 446040 2.72 50244 2157804 1255324 7.20 808788 1774472 180 09:53:15 09:29:01 13544760 15541724 445860 2.72 50284 2157808 1255324 7.20 808784 1774476 4 09:53:15 09:30:01 13544516 15541528 446008 2.72 50308 2157808 1255324 7.20 809220 1774476 172 09:53:15 09:31:01 13544524 15541552 445912 2.72 50340 2157812 1255324 7.20 808888 1774480 180 09:53:15 09:32:01 13544096 15541228 446204 2.72 50400 2157816 1240556 7.12 808208 1774480 220 09:53:15 09:33:01 13544712 15541904 445568 2.72 50440 2157824 1240556 7.12 808224 1774492 180 09:53:15 09:34:01 13544792 15541988 445432 2.72 50464 2157824 1240556 7.12 808176 1774492 8 09:53:15 09:35:01 13544620 15541876 445636 2.72 50496 2157828 1240556 7.12 808316 1774496 144 09:53:15 09:36:01 13544880 15542152 445308 2.72 50512 2157828 1240556 7.12 808304 1774496 172 09:53:15 09:37:01 13544716 15542032 445464 2.72 50560 2157824 1240556 7.12 808372 1774500 12 09:53:15 09:38:01 13544708 15542060 445416 2.72 50584 2157832 1240556 7.12 808436 1774500 184 09:53:15 09:39:01 13544620 15542004 445420 2.72 50608 2157836 1240556 7.12 808308 1774504 176 09:53:15 09:40:01 13544748 15542172 445204 2.72 50648 2157836 1240556 7.12 808748 1774504 180 09:53:15 09:41:01 13544624 15542096 445228 2.72 50688 2157844 1240556 7.12 808600 1774512 176 09:53:15 09:42:01 13544860 15542352 444940 2.72 50728 2157836 1240556 7.12 808792 1774512 16 09:53:15 09:43:01 13544964 15542500 444748 2.71 50768 2157848 1240556 7.12 808504 1774516 16 09:53:15 09:44:01 13544972 15542568 444764 2.72 50804 2157848 1240556 7.12 808636 1774516 176 09:53:15 09:45:01 13544540 15542180 445136 2.72 50844 2157852 1240556 7.12 808760 1774520 12 09:53:15 09:46:01 13544524 15542188 445088 2.72 50860 2157852 1240556 7.12 808852 1774520 172 09:53:15 09:47:01 13544872 15542600 444652 2.71 50928 2157852 1240556 7.12 808872 1774524 24 09:53:15 09:48:01 13544588 15542352 444884 2.72 50952 2157856 1240556 7.12 808908 1774524 184 09:53:15 09:49:01 13544620 15542396 444816 2.72 50984 2157860 1240556 7.12 808724 1774528 8 09:53:15 09:50:01 13544408 15542232 445044 2.72 51008 2157864 1240556 7.12 809020 1774528 176 09:53:15 09:51:01 13544376 15542244 445000 2.72 51040 2157884 1240556 7.12 808960 1774540 168 09:53:15 09:52:01 13288884 15414276 568912 3.47 54704 2278712 1307776 7.50 999164 1832432 25440 09:53:15 09:53:01 12927444 15421448 539528 3.29 84848 2595964 1270664 7.29 1040548 2107556 227276 09:53:15 Average: 13557298 15536726 451375 2.76 50689 2139520 1242828 7.13 798202 1772692 7112 09:53:15 09:53:15 09:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:53:15 09:18:01 ens3 0.56 0.15 0.27 0.19 0.00 0.00 0.00 0.00 09:53:15 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:19:01 ens3 0.33 0.13 0.02 0.01 0.00 0.00 0.00 0.00 09:53:15 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:20:01 ens3 1.35 0.28 0.87 0.02 0.00 0.00 0.00 0.00 09:53:15 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:21:01 ens3 0.83 0.48 0.71 0.22 0.00 0.00 0.00 0.00 09:53:15 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:22:01 ens3 108.07 38.09 2099.08 2.95 0.00 0.00 0.00 0.00 09:53:15 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:22:01 lo 0.33 0.33 0.04 0.04 0.00 0.00 0.00 0.00 09:53:15 09:23:01 ens3 0.42 0.20 0.08 0.01 0.00 0.00 0.00 0.00 09:53:15 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:24:01 ens3 0.25 0.00 0.02 0.00 0.00 0.00 0.00 0.00 09:53:15 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:25:01 ens3 0.68 0.13 0.06 0.01 0.00 0.00 0.00 0.00 09:53:15 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:26:01 ens3 0.55 0.27 0.26 0.22 0.00 0.00 0.00 0.00 09:53:15 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:27:01 ens3 0.43 0.20 0.09 0.07 0.00 0.00 0.00 0.00 09:53:15 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:28:01 ens3 0.40 0.05 0.08 0.00 0.00 0.00 0.00 0.00 09:53:15 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:29:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:30:01 ens3 0.50 0.30 0.26 0.21 0.00 0.00 0.00 0.00 09:53:15 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:31:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:32:01 ens3 1.03 0.13 0.16 0.07 0.00 0.00 0.00 0.00 09:53:15 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:33:01 ens3 0.68 0.53 0.28 0.23 0.00 0.00 0.00 0.00 09:53:15 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:34:01 ens3 0.37 0.15 0.07 0.01 0.00 0.00 0.00 0.00 09:53:15 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:35:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:36:01 ens3 0.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:37:01 ens3 0.43 0.20 0.09 0.07 0.00 0.00 0.00 0.00 09:53:15 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:38:01 ens3 0.22 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:53:15 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:39:01 ens3 0.53 0.10 0.05 0.01 0.00 0.00 0.00 0.00 09:53:15 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:40:01 ens3 0.62 0.33 0.31 0.24 0.00 0.00 0.00 0.00 09:53:15 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:41:01 ens3 0.67 0.10 0.07 0.01 0.00 0.00 0.00 0.00 09:53:15 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:42:01 ens3 0.77 0.48 0.44 0.31 0.00 0.00 0.00 0.00 09:53:15 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:43:01 ens3 0.85 0.08 0.10 0.01 0.00 0.00 0.00 0.00 09:53:15 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:44:01 ens3 0.18 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:53:15 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:45:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:53:15 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:46:01 ens3 0.28 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:53:15 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:47:01 ens3 0.38 0.20 0.09 0.07 0.00 0.00 0.00 0.00 09:53:15 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:48:01 ens3 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:53:15 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:49:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:53:15 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:50:01 ens3 0.25 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:53:15 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:51:01 ens3 0.40 0.18 0.08 0.01 0.00 0.00 0.00 0.00 09:53:15 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:52:01 ens3 207.13 151.32 1174.69 39.24 0.00 0.00 0.00 0.00 09:53:15 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:52:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:53:01 ens3 67.51 51.35 967.24 11.23 0.00 0.00 0.00 0.00 09:53:15 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 09:53:01 lo 2.00 2.00 0.21 0.21 0.00 0.00 0.00 0.00 09:53:15 Average: ens3 11.07 6.84 117.99 1.54 0.00 0.00 0.00 0.00 09:53:15 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:15 Average: lo 0.16 0.16 0.01 0.01 0.00 0.00 0.00 0.00 09:53:15 09:53:15 09:53:15 ---> sar -P ALL: 09:53:15 Linux 5.4.0-190-generic (prd-ubuntu2004-docker-4c-4g-1509) 10/26/24 _x86_64_ (4 CPU) 09:53:15 09:53:15 09:16:09 LINUX RESTART (4 CPU) 09:53:15 09:53:15 09:17:02 CPU %user %nice %system %iowait %steal %idle 09:53:15 09:18:01 all 0.03 9.49 6.55 0.56 0.06 83.30 09:53:15 09:18:01 0 0.03 9.82 6.27 0.74 0.07 83.07 09:53:15 09:18:01 1 0.03 9.08 6.72 0.68 0.07 83.42 09:53:15 09:18:01 2 0.02 9.85 6.43 0.50 0.05 83.16 09:53:15 09:18:01 3 0.05 9.24 6.78 0.31 0.07 83.55 09:53:15 09:19:01 all 0.03 0.00 0.02 0.00 0.02 99.93 09:53:15 09:19:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:53:15 09:19:01 1 0.00 0.00 0.02 0.02 0.00 99.97 09:53:15 09:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 09:53:15 09:19:01 3 0.07 0.00 0.05 0.00 0.03 99.85 09:53:15 09:20:01 all 0.02 0.00 0.01 0.02 0.01 99.95 09:53:15 09:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:53:15 09:20:01 1 0.00 0.00 0.00 0.02 0.02 99.97 09:53:15 09:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:53:15 09:20:01 3 0.07 0.00 0.02 0.05 0.02 99.85 09:53:15 09:21:01 all 0.04 0.00 0.02 0.00 0.00 99.94 09:53:15 09:21:01 0 0.07 0.00 0.00 0.00 0.00 99.93 09:53:15 09:21:01 1 0.02 0.00 0.03 0.02 0.00 99.93 09:53:15 09:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:15 09:21:01 3 0.05 0.00 0.03 0.00 0.02 99.90 09:53:15 09:22:01 all 2.68 0.00 1.04 1.20 0.03 95.04 09:53:15 09:22:01 0 2.84 0.00 1.45 1.55 0.02 94.14 09:53:15 09:22:01 1 3.52 0.00 1.17 0.13 0.02 95.16 09:53:15 09:22:01 2 1.22 0.00 0.74 2.87 0.03 95.14 09:53:15 09:22:01 3 3.15 0.00 0.82 0.25 0.03 95.74 09:53:15 09:23:01 all 0.02 0.00 0.01 0.02 0.00 99.95 09:53:15 09:23:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:53:15 09:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:53:15 09:23:01 2 0.03 0.00 0.02 0.02 0.00 99.93 09:53:15 09:23:01 3 0.00 0.00 0.00 0.05 0.00 99.95 09:53:15 09:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:53:15 09:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:53:15 09:24:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:53:15 09:24:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:53:15 09:25:01 all 0.01 0.00 0.03 0.01 0.01 99.93 09:53:15 09:25:01 0 0.03 0.00 0.07 0.00 0.02 99.88 09:53:15 09:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:53:15 09:25:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:53:15 09:25:01 3 0.00 0.00 0.03 0.03 0.02 99.92 09:53:15 09:26:01 all 0.02 0.00 0.02 0.00 0.00 99.96 09:53:15 09:26:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:53:15 09:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:53:15 09:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:15 09:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:53:15 09:27:01 all 0.03 0.00 0.02 0.02 0.01 99.93 09:53:15 09:27:01 0 0.05 0.00 0.05 0.00 0.00 99.90 09:53:15 09:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:53:15 09:27:01 2 0.03 0.00 0.00 0.02 0.00 99.95 09:53:15 09:27:01 3 0.00 0.00 0.02 0.07 0.02 99.90 09:53:15 09:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:53:15 09:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:53:15 09:28:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:53:15 09:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:28:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:53:15 09:53:15 09:28:01 CPU %user %nice %system %iowait %steal %idle 09:53:15 09:29:01 all 0.01 0.00 0.01 0.01 0.00 99.97 09:53:15 09:29:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:53:15 09:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:53:15 09:29:01 2 0.02 0.00 0.00 0.02 0.00 99.97 09:53:15 09:29:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:53:15 09:30:01 all 0.02 0.00 0.02 0.00 0.01 99.95 09:53:15 09:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:53:15 09:30:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:53:15 09:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:15 09:30:01 3 0.00 0.00 0.03 0.02 0.02 99.93 09:53:15 09:31:01 all 0.02 0.00 0.01 0.01 0.01 99.95 09:53:15 09:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:53:15 09:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:31:01 2 0.02 0.00 0.00 0.02 0.02 99.95 09:53:15 09:31:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:53:15 09:32:01 all 0.04 0.00 0.05 0.01 0.01 99.89 09:53:15 09:32:01 0 0.05 0.00 0.05 0.02 0.00 99.88 09:53:15 09:32:01 1 0.03 0.00 0.08 0.00 0.02 99.87 09:53:15 09:32:01 2 0.05 0.00 0.03 0.00 0.00 99.92 09:53:15 09:32:01 3 0.02 0.00 0.03 0.03 0.02 99.90 09:53:15 09:33:01 all 0.01 0.00 0.01 0.01 0.01 99.96 09:53:15 09:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:33:01 2 0.02 0.00 0.02 0.02 0.00 99.95 09:53:15 09:33:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:53:15 09:34:01 all 0.02 0.00 0.02 0.01 0.01 99.95 09:53:15 09:34:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:53:15 09:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:53:15 09:34:01 2 0.03 0.00 0.02 0.02 0.02 99.92 09:53:15 09:34:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:53:15 09:35:01 all 0.03 0.00 0.01 0.00 0.00 99.95 09:53:15 09:35:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:53:15 09:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:53:15 09:35:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:53:15 09:35:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:53:15 09:36:01 all 0.01 0.00 0.02 0.00 0.01 99.95 09:53:15 09:36:01 0 0.00 0.00 0.03 0.00 0.00 99.97 09:53:15 09:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:36:01 2 0.00 0.00 0.03 0.02 0.00 99.95 09:53:15 09:36:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:53:15 09:37:01 all 0.05 0.00 0.00 0.00 0.01 99.94 09:53:15 09:37:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:53:15 09:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:53:15 09:37:01 2 0.13 0.00 0.02 0.00 0.02 99.83 09:53:15 09:37:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:53:15 09:38:01 all 0.02 0.00 0.02 0.02 0.01 99.94 09:53:15 09:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:38:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:53:15 09:38:01 2 0.03 0.00 0.00 0.05 0.00 99.92 09:53:15 09:38:01 3 0.00 0.00 0.02 0.03 0.02 99.93 09:53:15 09:39:01 all 0.01 0.00 0.02 0.01 0.01 99.95 09:53:15 09:39:01 0 0.02 0.00 0.05 0.00 0.00 99.93 09:53:15 09:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:15 09:39:01 3 0.00 0.00 0.00 0.03 0.02 99.95 09:53:15 09:53:15 09:39:01 CPU %user %nice %system %iowait %steal %idle 09:53:15 09:40:01 all 0.39 0.00 0.02 0.00 0.02 99.57 09:53:15 09:40:01 0 0.05 0.00 0.05 0.00 0.02 99.88 09:53:15 09:40:01 1 1.43 0.00 0.00 0.00 0.02 98.55 09:53:15 09:40:01 2 0.05 0.00 0.00 0.00 0.02 99.93 09:53:15 09:40:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:53:15 09:41:01 all 0.27 0.00 0.00 0.01 0.00 99.71 09:53:15 09:41:01 0 0.05 0.00 0.00 0.00 0.02 99.93 09:53:15 09:41:01 1 1.04 0.00 0.00 0.00 0.00 98.96 09:53:15 09:41:01 2 0.00 0.00 0.00 0.02 0.00 99.98 09:53:15 09:41:01 3 0.00 0.00 0.00 0.03 0.00 99.97 09:53:15 09:42:01 all 0.38 0.00 0.02 0.00 0.00 99.60 09:53:15 09:42:01 0 0.08 0.00 0.05 0.00 0.02 99.85 09:53:15 09:42:01 1 1.34 0.00 0.00 0.00 0.00 98.66 09:53:15 09:42:01 2 0.08 0.00 0.02 0.00 0.00 99.90 09:53:15 09:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:53:15 09:43:01 all 0.51 0.00 0.01 0.01 0.01 99.46 09:53:15 09:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:53:15 09:43:01 1 1.99 0.00 0.00 0.00 0.02 98.00 09:53:15 09:43:01 2 0.00 0.00 0.02 0.02 0.02 99.95 09:53:15 09:43:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:53:15 09:44:01 all 0.24 0.00 0.02 0.01 0.00 99.73 09:53:15 09:44:01 0 0.05 0.00 0.03 0.00 0.02 99.90 09:53:15 09:44:01 1 0.88 0.00 0.02 0.00 0.00 99.10 09:53:15 09:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:53:15 09:44:01 3 0.00 0.00 0.00 0.03 0.00 99.97 09:53:15 09:45:01 all 0.02 0.00 0.01 0.01 0.01 99.95 09:53:15 09:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:53:15 09:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:53:15 09:45:01 2 0.03 0.00 0.02 0.02 0.02 99.92 09:53:15 09:45:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:53:15 09:46:01 all 0.30 0.00 0.01 0.00 0.01 99.68 09:53:15 09:46:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:53:15 09:46:01 1 1.16 0.00 0.02 0.00 0.02 98.81 09:53:15 09:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:53:15 09:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:53:15 09:47:01 all 0.41 0.00 0.02 0.01 0.00 99.56 09:53:15 09:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 09:53:15 09:47:01 1 1.55 0.00 0.02 0.00 0.00 98.44 09:53:15 09:47:01 2 0.03 0.00 0.02 0.02 0.00 99.93 09:53:15 09:47:01 3 0.00 0.00 0.00 0.03 0.00 99.97 09:53:15 09:48:01 all 0.26 0.00 0.04 0.00 0.01 99.68 09:53:15 09:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:53:15 09:48:01 1 0.98 0.00 0.12 0.00 0.00 98.91 09:53:15 09:48:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:53:15 09:48:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:53:15 09:49:01 all 0.02 0.00 0.00 0.00 0.00 99.97 09:53:15 09:49:01 0 0.05 0.00 0.02 0.00 0.00 99.93 09:53:15 09:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:53:15 09:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:53:15 09:49:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:53:15 09:50:01 all 0.29 0.00 0.02 0.01 0.01 99.68 09:53:15 09:50:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:53:15 09:50:01 1 1.11 0.00 0.02 0.00 0.02 98.86 09:53:15 09:50:01 2 0.00 0.00 0.03 0.02 0.00 99.95 09:53:15 09:50:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:53:15 09:53:15 09:50:01 CPU %user %nice %system %iowait %steal %idle 09:53:15 09:51:01 all 0.23 0.00 0.00 0.00 0.01 99.75 09:53:15 09:51:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:53:15 09:51:01 1 0.85 0.00 0.00 0.00 0.00 99.15 09:53:15 09:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:53:15 09:51:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:53:15 09:52:01 all 6.18 0.00 0.62 0.25 0.02 92.92 09:53:15 09:52:01 0 5.88 0.00 0.70 0.15 0.03 93.24 09:53:15 09:52:01 1 5.07 0.00 0.87 0.47 0.02 93.57 09:53:15 09:52:01 2 9.26 0.00 0.53 0.27 0.02 89.92 09:53:15 09:52:01 3 4.51 0.00 0.38 0.12 0.02 94.97 09:53:15 09:53:01 all 19.81 0.00 1.83 1.90 0.05 76.40 09:53:15 09:53:01 0 1.56 0.00 1.86 2.84 0.07 93.67 09:53:15 09:53:01 1 28.24 0.00 1.88 0.42 0.05 69.41 09:53:15 09:53:01 2 6.76 0.00 0.80 0.50 0.02 91.92 09:53:15 09:53:01 3 42.77 0.00 2.77 3.86 0.08 50.51 09:53:15 Average: all 0.90 0.26 0.29 0.12 0.01 98.42 09:53:15 Average: 0 0.31 0.26 0.30 0.15 0.01 98.96 09:53:15 Average: 1 1.38 0.25 0.31 0.05 0.01 98.01 09:53:15 Average: 2 0.50 0.27 0.24 0.12 0.01 98.86 09:53:15 Average: 3 1.41 0.25 0.30 0.14 0.01 97.87 09:53:15 09:53:15 09:53:15