10:01:57 Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/rapp/ransliceassurance/+/14830 10:01:57 Running as SYSTEM 10:01:57 [EnvInject] - Loading node environment variables. 10:01:57 Building remotely on prd-ubuntu1804-docker-4c-4g-1582 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master 10:01:57 [ssh-agent] Looking for ssh-agent implementation... 10:01:57 $ ssh-agent 10:01:57 SSH_AUTH_SOCK=/tmp/ssh-YVJDWFrFqH5a/agent.2072 10:01:57 SSH_AGENT_PID=2074 10:01:57 [ssh-agent] Started. 10:01:57 Running ssh-add (command line suppressed) 10:01:57 Identity added: /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master@tmp/private_key_2763183350413363325.key (jenkins-ssh) 10:01:57 [ssh-agent] Using credentials jenkins (jenkins) 10:01:57 The recommended git tool is: NONE 10:02:00 using credential jenkins 10:02:00 Wiping out workspace first. 10:02:00 Cloning the remote Git repository 10:02:00 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 10:02:00 > git init /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master # timeout=10 10:02:00 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 10:02:00 > git --version # timeout=10 10:02:00 > git --version # 'git version 2.17.1' 10:02:00 using GIT_SSH to set credentials jenkins 10:02:00 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:01 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance # timeout=10 10:02:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:01 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance # timeout=10 10:02:01 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 10:02:01 using GIT_SSH to set credentials jenkins 10:02:01 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance refs/changes/30/14830/2 # timeout=10 10:02:02 > git rev-parse a4b6bcc27da994ff56c186bc45608d83334d40fc^{commit} # timeout=10 10:02:02 Checking out Revision a4b6bcc27da994ff56c186bc45608d83334d40fc (refs/changes/30/14830/2) 10:02:02 > git config core.sparsecheckout # timeout=10 10:02:02 > git checkout -f a4b6bcc27da994ff56c186bc45608d83334d40fc # timeout=10 10:02:05 Commit message: "Deprecation notice added" 10:02:05 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:02:05 > git rev-list --no-walk 4487b8de3ad6df015c48e67b1356fd0a67347aaf # timeout=10 10:02:06 provisioning config files... 10:02:06 copy managed file [npmrc] to file:/home/jenkins/.npmrc 10:02:06 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 10:02:06 [EnvInject] - Injecting environment variables from a build step. 10:02:06 [EnvInject] - Injecting as environment variables the properties content 10:02:06 GO_ROOT=icsversion 10:02:06 10:02:06 [EnvInject] - Variables injected successfully. 10:02:06 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins3995343308709045078.sh 10:02:06 + echo '--> go-test.sh' 10:02:06 --> go-test.sh 10:02:06 + go version 10:02:06 go version go1.19 linux/amd64 10:02:06 + cd icsversion 10:02:06 + go mod tidy 10:02:06 go: downloading github.com/sirupsen/logrus v1.8.1 10:02:06 go: downloading github.com/stretchr/testify v1.5.1 10:02:06 go: downloading github.com/gorilla/mux v1.8.0 10:02:08 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 10:02:09 go: downloading github.com/davecgh/go-spew v1.1.1 10:02:09 go: downloading github.com/pmezard/go-difflib v1.0.0 10:02:09 go: downloading gopkg.in/yaml.v2 v2.3.0 10:02:11 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 10:02:11 go: downloading github.com/kr/pretty v0.2.0 10:02:12 go: downloading github.com/kr/text v0.1.0 10:02:12 + go test ./... 10:02:18 ? oransc.org/usecase/oduclosedloop/icsversion [no test files] 10:02:19 ok oransc.org/usecase/oduclosedloop/icsversion/internal/config 0.025s 10:02:19 ok oransc.org/usecase/oduclosedloop/icsversion/internal/odusliceassurance 0.006s 10:02:19 ok oransc.org/usecase/oduclosedloop/icsversion/internal/restclient 0.030s 10:02:19 ok oransc.org/usecase/oduclosedloop/icsversion/internal/structures 0.010s 10:02:20 ok oransc.org/usecase/oduclosedloop/icsversion/messages 0.006s 10:02:20 ? oransc.org/usecase/oduclosedloop/icsversion/stub/ics [no test files] 10:02:20 ? oransc.org/usecase/oduclosedloop/icsversion/stub/prodSdnc [no test files] 10:02:20 + echo '--> go-test.sh ends' 10:02:20 --> go-test.sh ends 10:02:20 $ ssh-agent -k 10:02:20 unset SSH_AUTH_SOCK; 10:02:20 unset SSH_AGENT_PID; 10:02:20 echo Agent pid 2074 killed; 10:02:20 [ssh-agent] Stopped. 10:02:20 [PostBuildScript] - [INFO] Executing post build scripts. 10:02:20 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins16290268258410658256.sh 10:02:20 ---> sysstat.sh 10:02:20 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins17571898560844405917.sh 10:02:20 ---> package-listing.sh 10:02:20 ++ facter osfamily 10:02:20 ++ tr '[:upper:]' '[:lower:]' 10:02:21 + OS_FAMILY=debian 10:02:21 + workspace=/w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master 10:02:21 + START_PACKAGES=/tmp/packages_start.txt 10:02:21 + END_PACKAGES=/tmp/packages_end.txt 10:02:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:02:21 + PACKAGES=/tmp/packages_start.txt 10:02:21 + '[' /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master ']' 10:02:21 + PACKAGES=/tmp/packages_end.txt 10:02:21 + case "${OS_FAMILY}" in 10:02:21 + dpkg -l 10:02:21 + grep '^ii' 10:02:21 + '[' -f /tmp/packages_start.txt ']' 10:02:21 + '[' -f /tmp/packages_end.txt ']' 10:02:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:02:21 + '[' /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master ']' 10:02:21 + mkdir -p /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/archives/ 10:02:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/archives/ 10:02:21 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins17305038815156852233.sh 10:02:21 ---> capture-instance-metadata.sh 10:02:21 Setup pyenv: 10:02:21 * system (set by /opt/pyenv/version) 10:02:21 * 3.8.13 (set by /opt/pyenv/version) 10:02:21 * 3.9.13 (set by /opt/pyenv/version) 10:02:21 * 3.10.6 (set by /opt/pyenv/version) 10:02:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3SKC 10:02:28 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:02:36 lf-activate-venv(): INFO: Installing: lftools 10:03:17 lf-activate-venv(): INFO: Adding /tmp/venv-3SKC/bin to PATH 10:03:17 INFO: Running in OpenStack, capturing instance metadata 10:03:17 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins18418949535838334925.sh 10:03:17 provisioning config files... 10:03:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master@tmp/config16554393402658378373tmp 10:03:17 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:03:17 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:03:17 [EnvInject] - Injecting environment variables from a build step. 10:03:17 [EnvInject] - Injecting as environment variables the properties content 10:03:17 SERVER_ID=logs 10:03:17 10:03:17 [EnvInject] - Variables injected successfully. 10:03:17 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins8976674793978324936.sh 10:03:17 ---> create-netrc.sh 10:03:17 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins1235552207209181901.sh 10:03:17 ---> python-tools-install.sh 10:03:17 Setup pyenv: 10:03:17 system 10:03:17 3.8.13 10:03:17 3.9.13 10:03:17 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/.python-version) 10:03:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3SKC from file:/tmp/.os_lf_venv 10:03:21 lf-activate-venv(): INFO: Installing: lftools 10:03:38 lf-activate-venv(): INFO: Adding /tmp/venv-3SKC/bin to PATH 10:03:38 Generating Requirements File 10:04:15 Python 3.10.6 10:04:16 pip 25.2 from /tmp/venv-3SKC/lib/python3.10/site-packages/pip (python 3.10) 10:04:16 appdirs==1.4.4 10:04:16 argcomplete==3.6.2 10:04:16 aspy.yaml==1.3.0 10:04:16 attrs==25.3.0 10:04:16 autopage==0.5.2 10:04:16 beautifulsoup4==4.13.4 10:04:16 boto3==1.40.14 10:04:16 botocore==1.40.14 10:04:16 bs4==0.0.2 10:04:16 cachetools==5.5.2 10:04:16 certifi==2025.8.3 10:04:16 cffi==1.17.1 10:04:16 cfgv==3.4.0 10:04:16 chardet==5.2.0 10:04:16 charset-normalizer==3.4.3 10:04:16 click==8.2.1 10:04:16 cliff==4.10.0 10:04:16 cmd2==2.7.0 10:04:16 cryptography==3.3.2 10:04:16 debtcollector==3.0.0 10:04:16 decorator==5.2.1 10:04:16 defusedxml==0.7.1 10:04:16 Deprecated==1.2.18 10:04:16 distlib==0.4.0 10:04:16 dnspython==2.7.0 10:04:16 docker==7.1.0 10:04:16 dogpile.cache==1.4.0 10:04:16 durationpy==0.10 10:04:16 email_validator==2.2.0 10:04:16 filelock==3.19.1 10:04:16 future==1.0.0 10:04:16 gitdb==4.0.12 10:04:16 GitPython==3.1.45 10:04:16 google-auth==2.40.3 10:04:16 httplib2==0.22.0 10:04:16 identify==2.6.13 10:04:16 idna==3.10 10:04:16 importlib-resources==1.5.0 10:04:16 iso8601==2.1.0 10:04:16 Jinja2==3.1.6 10:04:16 jmespath==1.0.1 10:04:16 jsonpatch==1.33 10:04:16 jsonpointer==3.0.0 10:04:16 jsonschema==4.25.1 10:04:16 jsonschema-specifications==2025.4.1 10:04:16 keystoneauth1==5.11.1 10:04:16 kubernetes==33.1.0 10:04:16 lftools==0.37.13 10:04:16 lxml==6.0.0 10:04:16 markdown-it-py==4.0.0 10:04:16 MarkupSafe==3.0.2 10:04:16 mdurl==0.1.2 10:04:16 msgpack==1.1.1 10:04:16 multi_key_dict==2.0.3 10:04:16 munch==4.0.0 10:04:16 netaddr==1.3.0 10:04:16 niet==1.4.2 10:04:16 nodeenv==1.9.1 10:04:16 oauth2client==4.1.3 10:04:16 oauthlib==3.3.1 10:04:16 openstacksdk==4.7.0 10:04:16 os-client-config==2.3.0 10:04:16 os-service-types==1.8.0 10:04:16 osc-lib==4.1.0 10:04:16 oslo.config==10.0.0 10:04:16 oslo.context==6.0.0 10:04:16 oslo.i18n==6.5.1 10:04:16 oslo.log==7.2.0 10:04:16 oslo.serialization==5.7.0 10:04:16 oslo.utils==9.0.0 10:04:16 packaging==25.0 10:04:16 pbr==7.0.0 10:04:16 platformdirs==4.3.8 10:04:16 prettytable==3.16.0 10:04:16 psutil==7.0.0 10:04:16 pyasn1==0.6.1 10:04:16 pyasn1_modules==0.4.2 10:04:16 pycparser==2.22 10:04:16 pygerrit2==2.0.15 10:04:16 PyGithub==2.7.0 10:04:16 Pygments==2.19.2 10:04:16 PyJWT==2.10.1 10:04:16 PyNaCl==1.5.0 10:04:16 pyparsing==2.4.7 10:04:16 pyperclip==1.9.0 10:04:16 pyrsistent==0.20.0 10:04:16 python-cinderclient==9.7.0 10:04:16 python-dateutil==2.9.0.post0 10:04:16 python-heatclient==4.3.0 10:04:16 python-jenkins==1.8.3 10:04:16 python-keystoneclient==5.6.0 10:04:16 python-magnumclient==4.8.1 10:04:16 python-openstackclient==8.1.0 10:04:16 python-swiftclient==4.8.0 10:04:16 PyYAML==6.0.2 10:04:16 referencing==0.36.2 10:04:16 requests==2.32.5 10:04:16 requests-oauthlib==2.0.0 10:04:16 requestsexceptions==1.4.0 10:04:16 rfc3986==2.0.0 10:04:16 rich==14.1.0 10:04:16 rich-argparse==1.7.1 10:04:16 rpds-py==0.27.0 10:04:16 rsa==4.9.1 10:04:16 ruamel.yaml==0.18.15 10:04:16 ruamel.yaml.clib==0.2.12 10:04:16 s3transfer==0.13.1 10:04:16 simplejson==3.20.1 10:04:16 six==1.17.0 10:04:16 smmap==5.0.2 10:04:16 soupsieve==2.7 10:04:16 stevedore==5.4.1 10:04:16 tabulate==0.9.0 10:04:16 toml==0.10.2 10:04:16 tomlkit==0.13.3 10:04:16 tqdm==4.67.1 10:04:16 typing_extensions==4.14.1 10:04:16 tzdata==2025.2 10:04:16 urllib3==1.26.20 10:04:16 virtualenv==20.34.0 10:04:16 wcwidth==0.2.13 10:04:16 websocket-client==1.8.0 10:04:16 wrapt==1.17.3 10:04:16 xdg==6.0.0 10:04:16 xmltodict==0.14.2 10:04:16 yq==3.4.3 10:04:16 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins8989238525952485819.sh 10:04:16 ---> sudo-logs.sh 10:04:16 Archiving 'sudo' log.. 10:04:17 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash /tmp/jenkins6746452296729049075.sh 10:04:17 ---> job-cost.sh 10:04:17 Setup pyenv: 10:04:17 system 10:04:17 3.8.13 10:04:17 3.9.13 10:04:17 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/.python-version) 10:04:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3SKC from file:/tmp/.os_lf_venv 10:04:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:04:36 lf-activate-venv(): INFO: Adding /tmp/venv-3SKC/bin to PATH 10:04:36 INFO: No Stack... 10:04:37 INFO: Retrieving Pricing Info for: v3-starter-4 10:04:37 INFO: Archiving Costs 10:04:37 [nonrtric-rapp-ransliceassurance-icsversion-go-verify-master] $ /bin/bash -l /tmp/jenkins10873807511204431305.sh 10:04:37 ---> logs-deploy.sh 10:04:37 Setup pyenv: 10:04:37 system 10:04:37 3.8.13 10:04:37 3.9.13 10:04:37 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/.python-version) 10:04:37 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3SKC from file:/tmp/.os_lf_venv 10:04:41 lf-activate-venv(): INFO: Installing: lftools 10:04:59 lf-activate-venv(): INFO: Adding /tmp/venv-3SKC/bin to PATH 10:04:59 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-rapp-ransliceassurance-icsversion-go-verify-master/66 10:04:59 INFO: archiving workspace using pattern(s): 10:05:01 Archives upload complete. 10:05:01 INFO: archiving logs to Nexus 10:05:03 ---> uname -a: 10:05:03 Linux prd-ubuntu1804-docker-4c-4g-1582 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 10:05:03 10:05:03 10:05:03 ---> lscpu: 10:05:03 Architecture: x86_64 10:05:03 CPU op-mode(s): 32-bit, 64-bit 10:05:03 Byte Order: Little Endian 10:05:03 CPU(s): 4 10:05:03 On-line CPU(s) list: 0-3 10:05:03 Thread(s) per core: 1 10:05:03 Core(s) per socket: 1 10:05:03 Socket(s): 4 10:05:03 NUMA node(s): 1 10:05:03 Vendor ID: AuthenticAMD 10:05:03 CPU family: 23 10:05:03 Model: 49 10:05:03 Model name: AMD EPYC-Rome Processor 10:05:03 Stepping: 0 10:05:03 CPU MHz: 2800.000 10:05:03 BogoMIPS: 5600.00 10:05:03 Virtualization: AMD-V 10:05:03 Hypervisor vendor: KVM 10:05:03 Virtualization type: full 10:05:03 L1d cache: 32K 10:05:03 L1i cache: 32K 10:05:03 L2 cache: 512K 10:05:03 L3 cache: 16384K 10:05:03 NUMA node0 CPU(s): 0-3 10:05:03 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 10:05:03 10:05:03 10:05:03 ---> nproc: 10:05:03 4 10:05:03 10:05:03 10:05:03 ---> df -h: 10:05:03 Filesystem Size Used Avail Use% Mounted on 10:05:03 udev 3.9G 0 3.9G 0% /dev 10:05:03 tmpfs 798M 696K 797M 1% /run 10:05:03 /dev/vda1 20G 9.0G 11G 47% / 10:05:03 tmpfs 3.9G 0 3.9G 0% /dev/shm 10:05:03 tmpfs 5.0M 0 5.0M 0% /run/lock 10:05:03 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:05:03 /dev/vda15 105M 5.3M 100M 5% /boot/efi 10:05:03 tmpfs 798M 0 798M 0% /run/user/1001 10:05:03 10:05:03 10:05:03 ---> free -m: 10:05:03 total used free shared buff/cache available 10:05:03 Mem: 7976 487 5255 0 2232 7209 10:05:03 Swap: 1023 0 1023 10:05:03 10:05:03 10:05:03 ---> ip addr: 10:05:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:05:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:05:03 inet 127.0.0.1/8 scope host lo 10:05:03 valid_lft forever preferred_lft forever 10:05:03 inet6 ::1/128 scope host 10:05:03 valid_lft forever preferred_lft forever 10:05:03 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 10:05:03 link/ether fa:16:3e:da:98:7c brd ff:ff:ff:ff:ff:ff 10:05:03 inet 10.32.6.247/23 brd 10.32.7.255 scope global dynamic ens3 10:05:03 valid_lft 86171sec preferred_lft 86171sec 10:05:03 inet6 fe80::f816:3eff:feda:987c/64 scope link 10:05:03 valid_lft forever preferred_lft forever 10:05:03 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 10:05:03 link/ether 02:42:45:f9:f2:7e brd ff:ff:ff:ff:ff:ff 10:05:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:05:03 valid_lft forever preferred_lft forever 10:05:03 10:05:03 10:05:03 ---> sar -b -r -n DEV: 10:05:03 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-1582) 08/21/25 _x86_64_ (4 CPU) 10:05:03 10:05:03 10:01:17 LINUX RESTART (4 CPU) 10:05:03 10:05:03 10:02:01 tps rtps wtps bread/s bwrtn/s 10:05:03 10:03:01 204.18 144.18 60.01 6214.43 4785.87 10:05:03 10:04:01 49.64 0.73 48.91 101.05 7498.62 10:05:03 10:05:01 37.89 1.07 36.82 44.92 4668.84 10:05:03 Average: 97.23 48.66 48.58 2120.02 5651.06 10:05:03 10:05:03 10:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:05:03 10:03:01 5573032 7347680 2594396 31.77 46084 1901616 1038000 11.26 790300 1617220 80424 10:05:03 10:04:01 5465548 7392360 2701880 33.08 61000 2029248 987888 10.72 752768 1743124 54036 10:05:03 10:05:01 5431336 7431424 2736092 33.50 67320 2090560 942152 10.22 720484 1797712 27432 10:05:03 Average: 5489972 7390488 2677456 32.78 58135 2007141 989347 10.74 754517 1719352 53964 10:05:03 10:05:03 10:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:05:03 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:03 10:03:01 lo 2.07 2.07 0.17 0.17 0.00 0.00 0.00 0.00 10:05:03 10:03:01 ens3 103.08 68.17 852.39 18.20 0.00 0.00 0.00 0.00 10:05:03 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:03 10:04:01 lo 0.67 0.67 0.05 0.05 0.00 0.00 0.00 0.00 10:05:03 10:04:01 ens3 28.33 22.58 273.07 5.37 0.00 0.00 0.00 0.00 10:05:03 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:03 10:05:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 10:05:03 10:05:01 ens3 12.75 11.06 23.26 5.91 0.00 0.00 0.00 0.00 10:05:03 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:03 Average: lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 10:05:03 Average: ens3 48.05 33.94 382.89 9.83 0.00 0.00 0.00 0.00 10:05:03 10:05:03 10:05:03 ---> sar -P ALL: 10:05:03 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-1582) 08/21/25 _x86_64_ (4 CPU) 10:05:03 10:05:03 10:01:17 LINUX RESTART (4 CPU) 10:05:03 10:05:03 10:02:01 CPU %user %nice %system %iowait %steal %idle 10:05:03 10:03:01 all 21.26 0.00 2.89 9.71 2.47 63.66 10:05:03 10:03:01 0 9.61 0.00 2.54 9.90 1.84 76.10 10:05:03 10:03:01 1 22.73 0.00 3.02 9.16 2.46 62.64 10:05:03 10:03:01 2 27.76 0.00 2.79 12.55 3.40 53.49 10:05:03 10:03:01 3 24.94 0.00 3.26 7.21 2.18 62.42 10:05:03 10:04:01 all 20.38 0.00 1.23 1.64 1.16 75.59 10:05:03 10:04:01 0 16.40 0.00 1.08 0.10 0.72 81.70 10:05:03 10:04:01 1 9.06 0.00 0.73 0.88 1.03 88.29 10:05:03 10:04:01 2 28.99 0.00 1.21 5.19 1.72 62.89 10:05:03 10:04:01 3 27.03 0.00 1.89 0.38 1.18 69.51 10:05:03 10:05:01 all 18.99 0.00 1.07 1.08 1.02 77.84 10:05:03 10:05:01 0 2.37 0.00 0.53 1.40 0.28 95.41 10:05:03 10:05:01 1 21.13 0.00 1.35 0.22 1.21 76.10 10:05:03 10:05:01 2 27.05 0.00 1.48 2.51 1.46 67.50 10:05:03 10:05:01 3 25.37 0.00 0.93 0.17 1.12 72.42 10:05:03 Average: all 20.21 0.00 1.73 4.14 1.55 72.36 10:05:03 Average: 0 9.46 0.00 1.39 3.81 0.95 84.39 10:05:03 Average: 1 17.64 0.00 1.70 3.42 1.57 75.67 10:05:03 Average: 2 27.94 0.00 1.83 6.75 2.20 61.29 10:05:03 Average: 3 25.78 0.00 2.03 2.59 1.49 68.12 10:05:03 10:05:03 10:05:03