12:34:05 Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/rapp/ransliceassurance/+/14830 12:34:05 Running as SYSTEM 12:34:05 [EnvInject] - Loading node environment variables. 12:34:05 Building remotely on prd-ubuntu1804-docker-4c-4g-1489 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master 12:34:05 [ssh-agent] Looking for ssh-agent implementation... 12:34:06 $ ssh-agent 12:34:06 SSH_AUTH_SOCK=/tmp/ssh-5gGX75weyilB/agent.2071 12:34:06 SSH_AGENT_PID=2073 12:34:06 [ssh-agent] Started. 12:34:06 Running ssh-add (command line suppressed) 12:34:06 Identity added: /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master@tmp/private_key_6664394089904574914.key (jenkins-ssh) 12:34:06 [ssh-agent] Using credentials jenkins (jenkins) 12:34:06 The recommended git tool is: NONE 12:34:10 using credential jenkins 12:34:10 Wiping out workspace first. 12:34:10 Cloning the remote Git repository 12:34:10 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 12:34:10 > git init /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master # timeout=10 12:34:10 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 12:34:10 > git --version # timeout=10 12:34:10 > git --version # 'git version 2.17.1' 12:34:10 using GIT_SSH to set credentials jenkins 12:34:10 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance +refs/heads/*:refs/remotes/origin/* # timeout=10 12:34:11 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance # timeout=10 12:34:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:34:12 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance # timeout=10 12:34:12 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 12:34:12 using GIT_SSH to set credentials jenkins 12:34:12 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance refs/changes/30/14830/1 # timeout=10 12:34:12 > git rev-parse a0ebc6c1b704a318f4eb3baa73872ad728832874^{commit} # timeout=10 12:34:12 Checking out Revision a0ebc6c1b704a318f4eb3baa73872ad728832874 (refs/changes/30/14830/1) 12:34:12 > git config core.sparsecheckout # timeout=10 12:34:12 > git checkout -f a0ebc6c1b704a318f4eb3baa73872ad728832874 # timeout=10 12:34:16 Commit message: "Deprecation notice added" 12:34:16 > git rev-parse FETCH_HEAD^{commit} # timeout=10 12:34:16 > git rev-list --no-walk 4487b8de3ad6df015c48e67b1356fd0a67347aaf # timeout=10 12:34:17 provisioning config files... 12:34:17 copy managed file [npmrc] to file:/home/jenkins/.npmrc 12:34:17 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 12:34:17 [EnvInject] - Injecting environment variables from a build step. 12:34:17 [EnvInject] - Injecting as environment variables the properties content 12:34:17 GO_ROOT=icsversion 12:34:17 12:34:17 [EnvInject] - Variables injected successfully. 12:34:17 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins3867291343917318843.sh 12:34:17 + echo '--> go-test.sh' 12:34:17 --> go-test.sh 12:34:17 + go version 12:34:17 go version go1.19 linux/amd64 12:34:17 + cd icsversion 12:34:17 + go mod tidy 12:34:17 go: downloading github.com/sirupsen/logrus v1.8.1 12:34:17 go: downloading github.com/stretchr/testify v1.5.1 12:34:17 go: downloading github.com/gorilla/mux v1.8.0 12:34:19 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 12:34:20 go: downloading github.com/davecgh/go-spew v1.1.1 12:34:20 go: downloading github.com/pmezard/go-difflib v1.0.0 12:34:20 go: downloading gopkg.in/yaml.v2 v2.3.0 12:34:22 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 12:34:22 go: downloading github.com/kr/pretty v0.2.0 12:34:23 go: downloading github.com/kr/text v0.1.0 12:34:23 + go test ./... 12:34:30 ? oransc.org/usecase/oduclosedloop/icsversion [no test files] 12:34:31 ok oransc.org/usecase/oduclosedloop/icsversion/internal/config 0.009s 12:34:31 ok oransc.org/usecase/oduclosedloop/icsversion/internal/odusliceassurance 0.012s 12:34:32 ok oransc.org/usecase/oduclosedloop/icsversion/internal/restclient 0.041s 12:34:32 ok oransc.org/usecase/oduclosedloop/icsversion/internal/structures 0.008s 12:34:32 ok oransc.org/usecase/oduclosedloop/icsversion/messages 0.006s 12:34:32 ? oransc.org/usecase/oduclosedloop/icsversion/stub/ics [no test files] 12:34:32 ? oransc.org/usecase/oduclosedloop/icsversion/stub/prodSdnc [no test files] 12:34:32 + echo '--> go-test.sh ends' 12:34:32 --> go-test.sh ends 12:34:32 $ ssh-agent -k 12:34:32 unset SSH_AUTH_SOCK; 12:34:32 unset SSH_AGENT_PID; 12:34:32 echo Agent pid 2073 killed; 12:34:32 [ssh-agent] Stopped. 12:34:32 [PostBuildScript] - [INFO] Executing post build scripts. 12:34:32 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins1086751285571396320.sh 12:34:32 ---> sysstat.sh 12:34:33 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins17459796481290145704.sh 12:34:33 ---> package-listing.sh 12:34:33 ++ facter osfamily 12:34:33 ++ tr '[:upper:]' '[:lower:]' 12:34:33 + OS_FAMILY=debian 12:34:33 + workspace=/w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master 12:34:33 + START_PACKAGES=/tmp/packages_start.txt 12:34:33 + END_PACKAGES=/tmp/packages_end.txt 12:34:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:34:33 + PACKAGES=/tmp/packages_start.txt 12:34:33 + '[' /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master ']' 12:34:33 + PACKAGES=/tmp/packages_end.txt 12:34:33 + case "${OS_FAMILY}" in 12:34:33 + dpkg -l 12:34:33 + grep '^ii' 12:34:33 + '[' -f /tmp/packages_start.txt ']' 12:34:33 + '[' -f /tmp/packages_end.txt ']' 12:34:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:34:33 + '[' /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master ']' 12:34:33 + mkdir -p /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/archives/ 12:34:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/archives/ 12:34:33 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins3219660858238867619.sh 12:34:33 ---> capture-instance-metadata.sh 12:34:33 Setup pyenv: 12:34:33 * system (set by /opt/pyenv/version) 12:34:33 * 3.8.13 (set by /opt/pyenv/version) 12:34:33 * 3.9.13 (set by /opt/pyenv/version) 12:34:33 * 3.10.6 (set by /opt/pyenv/version) 12:34:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bgfS 12:34:42 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 12:34:49 lf-activate-venv(): INFO: Installing: lftools 12:35:34 lf-activate-venv(): INFO: Adding /tmp/venv-bgfS/bin to PATH 12:35:34 INFO: Running in OpenStack, capturing instance metadata 12:35:35 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins15635053909253129020.sh 12:35:35 provisioning config files... 12:35:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master@tmp/config16210483133417240280tmp 12:35:35 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 12:35:35 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 12:35:35 [EnvInject] - Injecting environment variables from a build step. 12:35:35 [EnvInject] - Injecting as environment variables the properties content 12:35:35 SERVER_ID=logs 12:35:35 12:35:35 [EnvInject] - Variables injected successfully. 12:35:35 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins3654261219572449719.sh 12:35:35 ---> create-netrc.sh 12:35:35 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins1186930405136678692.sh 12:35:35 ---> python-tools-install.sh 12:35:35 Setup pyenv: 12:35:35 system 12:35:35 3.8.13 12:35:35 3.9.13 12:35:35 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/.python-version) 12:35:35 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bgfS from file:/tmp/.os_lf_venv 12:35:38 lf-activate-venv(): INFO: Installing: lftools 12:36:00 lf-activate-venv(): INFO: Adding /tmp/venv-bgfS/bin to PATH 12:36:00 Generating Requirements File 12:36:39 Python 3.10.6 12:36:39 pip 25.2 from /tmp/venv-bgfS/lib/python3.10/site-packages/pip (python 3.10) 12:36:40 appdirs==1.4.4 12:36:40 argcomplete==3.6.2 12:36:40 aspy.yaml==1.3.0 12:36:40 attrs==25.3.0 12:36:40 autopage==0.5.2 12:36:40 beautifulsoup4==4.13.4 12:36:40 boto3==1.40.13 12:36:40 botocore==1.40.13 12:36:40 bs4==0.0.2 12:36:40 cachetools==5.5.2 12:36:40 certifi==2025.8.3 12:36:40 cffi==1.17.1 12:36:40 cfgv==3.4.0 12:36:40 chardet==5.2.0 12:36:40 charset-normalizer==3.4.3 12:36:40 click==8.2.1 12:36:40 cliff==4.10.0 12:36:40 cmd2==2.7.0 12:36:40 cryptography==3.3.2 12:36:40 debtcollector==3.0.0 12:36:40 decorator==5.2.1 12:36:40 defusedxml==0.7.1 12:36:40 Deprecated==1.2.18 12:36:40 distlib==0.4.0 12:36:40 dnspython==2.7.0 12:36:40 docker==7.1.0 12:36:40 dogpile.cache==1.4.0 12:36:40 durationpy==0.10 12:36:40 email_validator==2.2.0 12:36:40 filelock==3.19.1 12:36:40 future==1.0.0 12:36:40 gitdb==4.0.12 12:36:40 GitPython==3.1.45 12:36:40 google-auth==2.40.3 12:36:40 httplib2==0.22.0 12:36:40 identify==2.6.13 12:36:40 idna==3.10 12:36:40 importlib-resources==1.5.0 12:36:40 iso8601==2.1.0 12:36:40 Jinja2==3.1.6 12:36:40 jmespath==1.0.1 12:36:40 jsonpatch==1.33 12:36:40 jsonpointer==3.0.0 12:36:40 jsonschema==4.25.1 12:36:40 jsonschema-specifications==2025.4.1 12:36:40 keystoneauth1==5.11.1 12:36:40 kubernetes==33.1.0 12:36:40 lftools==0.37.13 12:36:40 lxml==6.0.0 12:36:40 markdown-it-py==4.0.0 12:36:40 MarkupSafe==3.0.2 12:36:40 mdurl==0.1.2 12:36:40 msgpack==1.1.1 12:36:40 multi_key_dict==2.0.3 12:36:40 munch==4.0.0 12:36:40 netaddr==1.3.0 12:36:40 niet==1.4.2 12:36:40 nodeenv==1.9.1 12:36:40 oauth2client==4.1.3 12:36:40 oauthlib==3.3.1 12:36:40 openstacksdk==4.7.0 12:36:40 os-client-config==2.3.0 12:36:40 os-service-types==1.8.0 12:36:40 osc-lib==4.1.0 12:36:40 oslo.config==10.0.0 12:36:40 oslo.context==6.0.0 12:36:40 oslo.i18n==6.5.1 12:36:40 oslo.log==7.2.0 12:36:40 oslo.serialization==5.7.0 12:36:40 oslo.utils==9.0.0 12:36:40 packaging==25.0 12:36:40 pbr==7.0.0 12:36:40 platformdirs==4.3.8 12:36:40 prettytable==3.16.0 12:36:40 psutil==7.0.0 12:36:40 pyasn1==0.6.1 12:36:40 pyasn1_modules==0.4.2 12:36:40 pycparser==2.22 12:36:40 pygerrit2==2.0.15 12:36:40 PyGithub==2.7.0 12:36:40 Pygments==2.19.2 12:36:40 PyJWT==2.10.1 12:36:40 PyNaCl==1.5.0 12:36:40 pyparsing==2.4.7 12:36:40 pyperclip==1.9.0 12:36:40 pyrsistent==0.20.0 12:36:40 python-cinderclient==9.7.0 12:36:40 python-dateutil==2.9.0.post0 12:36:40 python-heatclient==4.3.0 12:36:40 python-jenkins==1.8.3 12:36:40 python-keystoneclient==5.6.0 12:36:40 python-magnumclient==4.8.1 12:36:40 python-openstackclient==8.1.0 12:36:40 python-swiftclient==4.8.0 12:36:40 PyYAML==6.0.2 12:36:40 referencing==0.36.2 12:36:40 requests==2.32.5 12:36:40 requests-oauthlib==2.0.0 12:36:40 requestsexceptions==1.4.0 12:36:40 rfc3986==2.0.0 12:36:40 rich==14.1.0 12:36:40 rich-argparse==1.7.1 12:36:40 rpds-py==0.27.0 12:36:40 rsa==4.9.1 12:36:40 ruamel.yaml==0.18.15 12:36:40 ruamel.yaml.clib==0.2.12 12:36:40 s3transfer==0.13.1 12:36:40 simplejson==3.20.1 12:36:40 six==1.17.0 12:36:40 smmap==5.0.2 12:36:40 soupsieve==2.7 12:36:40 stevedore==5.4.1 12:36:40 tabulate==0.9.0 12:36:40 toml==0.10.2 12:36:40 tomlkit==0.13.3 12:36:40 tqdm==4.67.1 12:36:40 typing_extensions==4.14.1 12:36:40 tzdata==2025.2 12:36:40 urllib3==1.26.20 12:36:40 virtualenv==20.34.0 12:36:40 wcwidth==0.2.13 12:36:40 websocket-client==1.8.0 12:36:40 wrapt==1.17.3 12:36:40 xdg==6.0.0 12:36:40 xmltodict==0.14.2 12:36:40 yq==3.4.3 12:36:40 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins13434878887573337787.sh 12:36:40 ---> sudo-logs.sh 12:36:40 Archiving 'sudo' log.. 12:36:41 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins4516313948284214453.sh 12:36:41 ---> job-cost.sh 12:36:41 Setup pyenv: 12:36:41 system 12:36:41 3.8.13 12:36:41 3.9.13 12:36:41 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/.python-version) 12:36:41 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bgfS from file:/tmp/.os_lf_venv 12:36:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 12:36:56 lf-activate-venv(): INFO: Adding /tmp/venv-bgfS/bin to PATH 12:36:56 INFO: No Stack... 12:36:57 INFO: Retrieving Pricing Info for: v3-starter-4 12:36:57 INFO: Archiving Costs 12:36:57 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash -l /tmp/jenkins9228210300481257632.sh 12:36:57 ---> logs-deploy.sh 12:36:57 Setup pyenv: 12:36:57 system 12:36:57 3.8.13 12:36:57 3.9.13 12:36:57 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/.python-version) 12:36:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bgfS from file:/tmp/.os_lf_venv 12:37:01 lf-activate-venv(): INFO: Installing: lftools 12:37:23 lf-activate-venv(): INFO: Adding /tmp/venv-bgfS/bin to PATH 12:37:23 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/65 12:37:23 INFO: archiving workspace using pattern(s): 12:37:25 Archives upload complete. 12:37:25 INFO: archiving logs to Nexus 12:37:27 ---> uname -a: 12:37:27 Linux prd-ubuntu1804-docker-4c-4g-1489 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 12:37:27 12:37:27 12:37:27 ---> lscpu: 12:37:27 Architecture: x86_64 12:37:27 CPU op-mode(s): 32-bit, 64-bit 12:37:27 Byte Order: Little Endian 12:37:27 CPU(s): 4 12:37:27 On-line CPU(s) list: 0-3 12:37:27 Thread(s) per core: 1 12:37:27 Core(s) per socket: 1 12:37:27 Socket(s): 4 12:37:27 NUMA node(s): 1 12:37:27 Vendor ID: AuthenticAMD 12:37:27 CPU family: 23 12:37:27 Model: 49 12:37:27 Model name: AMD EPYC-Rome Processor 12:37:27 Stepping: 0 12:37:27 CPU MHz: 2799.998 12:37:27 BogoMIPS: 5599.99 12:37:27 Virtualization: AMD-V 12:37:27 Hypervisor vendor: KVM 12:37:27 Virtualization type: full 12:37:27 L1d cache: 32K 12:37:27 L1i cache: 32K 12:37:27 L2 cache: 512K 12:37:27 L3 cache: 16384K 12:37:27 NUMA node0 CPU(s): 0-3 12:37:27 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 xtopology 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 arat npt nrip_save umip rdpid arch_capabilities 12:37:27 12:37:27 12:37:27 ---> nproc: 12:37:27 4 12:37:27 12:37:27 12:37:27 ---> df -h: 12:37:27 Filesystem Size Used Avail Use% Mounted on 12:37:27 udev 3.9G 0 3.9G 0% /dev 12:37:27 tmpfs 798M 696K 797M 1% /run 12:37:27 /dev/vda1 20G 9.0G 11G 47% / 12:37:27 tmpfs 3.9G 0 3.9G 0% /dev/shm 12:37:27 tmpfs 5.0M 0 5.0M 0% /run/lock 12:37:27 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 12:37:27 /dev/vda15 105M 5.3M 100M 5% /boot/efi 12:37:27 tmpfs 798M 0 798M 0% /run/user/1001 12:37:27 12:37:27 12:37:27 ---> free -m: 12:37:27 total used free shared buff/cache available 12:37:27 Mem: 7976 495 5253 0 2227 7202 12:37:27 Swap: 1023 0 1023 12:37:27 12:37:27 12:37:27 ---> ip addr: 12:37:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:37:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:37:27 inet 127.0.0.1/8 scope host lo 12:37:27 valid_lft forever preferred_lft forever 12:37:27 inet6 ::1/128 scope host 12:37:27 valid_lft forever preferred_lft forever 12:37:27 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 12:37:27 link/ether fa:16:3e:ac:e2:78 brd ff:ff:ff:ff:ff:ff 12:37:27 inet 10.32.6.215/23 brd 10.32.7.255 scope global dynamic ens3 12:37:27 valid_lft 86153sec preferred_lft 86153sec 12:37:27 inet6 fe80::f816:3eff:feac:e278/64 scope link 12:37:27 valid_lft forever preferred_lft forever 12:37:27 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 12:37:27 link/ether 02:42:38:29:ec:2c brd ff:ff:ff:ff:ff:ff 12:37:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:37:27 valid_lft forever preferred_lft forever 12:37:27 12:37:27 12:37:27 ---> sar -b -r -n DEV: 12:37:27 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-1489) 08/20/25 _x86_64_ (4 CPU) 12:37:27 12:37:27 12:33:23 LINUX RESTART (4 CPU) 12:37:27 12:37:27 12:34:02 tps rtps wtps bread/s bwrtn/s 12:37:27 12:35:01 211.24 159.97 51.26 6723.34 4103.58 12:37:27 12:36:01 43.86 0.83 43.03 102.78 7890.95 12:37:27 12:37:01 40.60 0.62 39.99 27.86 4549.28 12:37:27 Average: 97.93 53.21 44.72 2259.74 5522.43 12:37:27 12:37:27 12:34:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:37:27 12:35:01 5677060 7386228 2490368 30.49 42372 1842380 1004048 10.89 748344 1561016 63824 12:37:27 12:36:01 5564988 7431080 2602440 31.86 58496 1973488 949848 10.31 713064 1689476 40024 12:37:27 12:37:01 5432332 7425340 2735096 33.49 66596 2084920 947260 10.28 724156 1796212 81976 12:37:27 Average: 5558127 7414216 2609301 31.95 55821 1966929 967052 10.49 728521 1682235 61941 12:37:27 12:37:27 12:34:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:37:27 12:35:01 lo 2.17 2.17 0.19 0.19 0.00 0.00 0.00 0.00 12:37:27 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:27 12:35:01 ens3 264.26 161.97 1020.63 62.54 0.00 0.00 0.00 0.00 12:37:27 12:36:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 12:37:27 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:27 12:36:01 ens3 39.59 30.08 455.54 5.28 0.00 0.00 0.00 0.00 12:37:27 12:37:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 12:37:27 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:27 12:37:01 ens3 25.96 21.13 241.90 5.09 0.00 0.00 0.00 0.00 12:37:27 Average: lo 1.16 1.16 0.10 0.10 0.00 0.00 0.00 0.00 12:37:27 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:27 Average: ens3 109.07 70.55 570.17 24.09 0.00 0.00 0.00 0.00 12:37:27 12:37:27 12:37:27 ---> sar -P ALL: 12:37:27 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-1489) 08/20/25 _x86_64_ (4 CPU) 12:37:27 12:37:27 12:33:23 LINUX RESTART (4 CPU) 12:37:27 12:37:27 12:34:02 CPU %user %nice %system %iowait %steal %idle 12:37:27 12:35:01 all 23.55 0.00 3.49 10.07 6.23 56.66 12:37:27 12:35:01 0 26.34 0.00 2.93 8.37 5.77 56.59 12:37:27 12:35:01 1 27.11 0.00 3.99 12.28 6.37 50.26 12:37:27 12:35:01 2 13.93 0.00 3.66 9.97 6.42 66.03 12:37:27 12:35:01 3 26.88 0.00 3.35 9.65 6.37 53.76 12:37:27 12:36:01 all 18.82 0.00 1.11 1.64 2.05 76.38 12:37:27 12:36:01 0 8.68 0.00 0.78 0.60 1.25 88.70 12:37:27 12:36:01 1 39.32 0.00 1.75 0.25 2.54 56.14 12:37:27 12:36:01 2 16.48 0.00 1.11 5.44 2.41 74.56 12:37:27 12:36:01 3 10.85 0.00 0.83 0.25 1.99 86.09 12:37:27 12:37:01 all 19.57 0.00 1.31 1.68 2.07 75.36 12:37:27 12:37:01 0 5.88 0.00 0.47 0.10 0.88 92.67 12:37:27 12:37:01 1 30.20 0.00 1.54 0.45 1.97 65.83 12:37:27 12:37:01 2 10.96 0.00 1.45 5.00 2.71 79.88 12:37:27 12:37:01 3 31.28 0.00 1.77 1.18 2.72 63.06 12:37:27 Average: all 20.64 0.00 1.97 4.46 3.45 69.49 12:37:27 Average: 0 13.60 0.00 1.39 3.01 2.63 79.37 12:37:27 Average: 1 32.21 0.00 2.42 4.32 3.63 57.42 12:37:27 Average: 2 13.78 0.00 2.07 6.80 3.84 73.51 12:37:27 Average: 3 22.99 0.00 1.98 3.68 3.68 67.67 12:37:27 12:37:27 12:37:27