10:01:50 Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/rapp/ransliceassurance/+/14830 10:01:50 Running as SYSTEM 10:01:50 [EnvInject] - Loading node environment variables. 10:01:50 Building remotely on prd-ubuntu1804-docker-4c-4g-1581 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master 10:01:50 [ssh-agent] Looking for ssh-agent implementation... 10:01:50 $ ssh-agent 10:01:50 SSH_AUTH_SOCK=/tmp/ssh-2bHE3KKkYlu9/agent.2080 10:01:50 SSH_AGENT_PID=2082 10:01:50 [ssh-agent] Started. 10:01:50 Running ssh-add (command line suppressed) 10:01:50 Identity added: /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master@tmp/private_key_10461895197901707680.key (jenkins-ssh) 10:01:50 [ssh-agent] Using credentials jenkins (jenkins) 10:01:50 The recommended git tool is: NONE 10:01:53 using credential jenkins 10:01:53 Wiping out workspace first. 10:01:53 Cloning the remote Git repository 10:01:53 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 10:01:53 > git init /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master # timeout=10 10:01:53 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 10:01:53 > git --version # timeout=10 10:01:53 > git --version # 'git version 2.17.1' 10:01:53 using GIT_SSH to set credentials jenkins 10:01:53 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:54 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance # timeout=10 10:01:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:55 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance # timeout=10 10:01:55 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance 10:01:55 using GIT_SSH to set credentials jenkins 10:01:55 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/rapp/ransliceassurance refs/changes/30/14830/2 # timeout=10 10:01:55 > git rev-parse a4b6bcc27da994ff56c186bc45608d83334d40fc^{commit} # timeout=10 10:01:55 Checking out Revision a4b6bcc27da994ff56c186bc45608d83334d40fc (refs/changes/30/14830/2) 10:01:55 > git config core.sparsecheckout # timeout=10 10:01:55 > git checkout -f a4b6bcc27da994ff56c186bc45608d83334d40fc # timeout=10 10:01:59 Commit message: "Deprecation notice added" 10:01:59 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:01:59 > git rev-list --no-walk 4487b8de3ad6df015c48e67b1356fd0a67347aaf # timeout=10 10:01:59 provisioning config files... 10:01:59 copy managed file [npmrc] to file:/home/jenkins/.npmrc 10:01:59 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 10:01:59 [EnvInject] - Injecting environment variables from a build step. 10:01:59 [EnvInject] - Injecting as environment variables the properties content 10:01:59 GO_ROOT=smoversion 10:01:59 10:01:59 [EnvInject] - Variables injected successfully. 10:01:59 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins14294516716027488344.sh 10:01:59 + echo '--> go-test.sh' 10:01:59 --> go-test.sh 10:01:59 + go version 10:01:59 go version go1.19 linux/amd64 10:01:59 + cd smoversion 10:01:59 + go mod tidy 10:01:59 go: downloading github.com/sirupsen/logrus v1.8.1 10:02:00 go: downloading github.com/stretchr/testify v1.7.0 10:02:00 go: downloading github.com/gorilla/mux v1.8.0 10:02:00 go: downloading github.com/prometheus/client_golang v1.12.2 10:02:01 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 10:02:03 go: downloading github.com/davecgh/go-spew v1.1.1 10:02:03 go: downloading github.com/pmezard/go-difflib v1.0.0 10:02:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 10:02:03 go: downloading github.com/beorn7/perks v1.0.1 10:02:03 go: downloading github.com/cespare/xxhash/v2 v2.1.2 10:02:03 go: downloading github.com/golang/protobuf v1.5.2 10:02:03 go: downloading github.com/cespare/xxhash v1.1.0 10:02:03 go: downloading github.com/prometheus/client_model v0.2.0 10:02:03 go: downloading github.com/prometheus/common v0.32.1 10:02:03 go: downloading github.com/prometheus/procfs v0.7.3 10:02:03 go: downloading google.golang.org/protobuf v1.26.0 10:02:05 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 10:02:06 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 10:02:06 go: downloading github.com/google/go-cmp v0.5.5 10:02:06 go: downloading github.com/kr/pretty v0.2.0 10:02:06 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 10:02:06 go: downloading github.com/kr/text v0.1.0 10:02:07 + go test ./... 10:02:13 ? oransc.org/usecase/oduclosedloop [no test files] 10:02:16 ok oransc.org/usecase/oduclosedloop/internal/config 0.007s 10:02:16 ok oransc.org/usecase/oduclosedloop/internal/restclient 0.010s 10:02:16 ? oransc.org/usecase/oduclosedloop/internal/sliceassurance [no test files] 10:02:16 ok oransc.org/usecase/oduclosedloop/internal/structures 0.019s 10:02:16 ok oransc.org/usecase/oduclosedloop/messages 0.011s 10:02:21 ? oransc.org/usecase/oduclosedloop/stub [no test files] 10:02:21 + echo '--> go-test.sh ends' 10:02:21 --> go-test.sh ends 10:02:21 $ ssh-agent -k 10:02:21 unset SSH_AUTH_SOCK; 10:02:21 unset SSH_AGENT_PID; 10:02:21 echo Agent pid 2082 killed; 10:02:21 [ssh-agent] Stopped. 10:02:21 [PostBuildScript] - [INFO] Executing post build scripts. 10:02:21 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins11033054279912527578.sh 10:02:21 ---> sysstat.sh 10:02:22 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins5255941603507640783.sh 10:02:22 ---> package-listing.sh 10:02:22 ++ tr '[:upper:]' '[:lower:]' 10:02:22 ++ facter osfamily 10:02:22 + OS_FAMILY=debian 10:02:22 + workspace=/w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master 10:02:22 + START_PACKAGES=/tmp/packages_start.txt 10:02:22 + END_PACKAGES=/tmp/packages_end.txt 10:02:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:02:22 + PACKAGES=/tmp/packages_start.txt 10:02:22 + '[' /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master ']' 10:02:22 + PACKAGES=/tmp/packages_end.txt 10:02:22 + case "${OS_FAMILY}" in 10:02:22 + dpkg -l 10:02:22 + grep '^ii' 10:02:22 + '[' -f /tmp/packages_start.txt ']' 10:02:22 + '[' -f /tmp/packages_end.txt ']' 10:02:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:02:22 + '[' /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master ']' 10:02:22 + mkdir -p /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master/archives/ 10:02:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master/archives/ 10:02:22 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins8474735022177340617.sh 10:02:22 ---> capture-instance-metadata.sh 10:02:22 Setup pyenv: 10:02:22 * system (set by /opt/pyenv/version) 10:02:22 * 3.8.13 (set by /opt/pyenv/version) 10:02:22 * 3.9.13 (set by /opt/pyenv/version) 10:02:22 * 3.10.6 (set by /opt/pyenv/version) 10:02:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GIoB 10:02:30 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:02:37 lf-activate-venv(): INFO: Installing: lftools 10:03:17 lf-activate-venv(): INFO: Adding /tmp/venv-GIoB/bin to PATH 10:03:17 INFO: Running in OpenStack, capturing instance metadata 10:03:18 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins17619053934697737849.sh 10:03:18 provisioning config files... 10:03:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master@tmp/config10307889406734133721tmp 10:03:18 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:03:18 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:03:18 [EnvInject] - Injecting environment variables from a build step. 10:03:18 [EnvInject] - Injecting as environment variables the properties content 10:03:18 SERVER_ID=logs 10:03:18 10:03:18 [EnvInject] - Variables injected successfully. 10:03:18 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins10929899609750817179.sh 10:03:18 ---> create-netrc.sh 10:03:19 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins17027680774772420156.sh 10:03:19 ---> python-tools-install.sh 10:03:19 Setup pyenv: 10:03:19 system 10:03:19 3.8.13 10:03:19 3.9.13 10:03:19 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master/.python-version) 10:03:19 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GIoB from file:/tmp/.os_lf_venv 10:03:22 lf-activate-venv(): INFO: Installing: lftools 10:03:40 lf-activate-venv(): INFO: Adding /tmp/venv-GIoB/bin to PATH 10:03:40 Generating Requirements File 10:04:16 Python 3.10.6 10:04:17 pip 25.2 from /tmp/venv-GIoB/lib/python3.10/site-packages/pip (python 3.10) 10:04:17 appdirs==1.4.4 10:04:17 argcomplete==3.6.2 10:04:17 aspy.yaml==1.3.0 10:04:17 attrs==25.3.0 10:04:17 autopage==0.5.2 10:04:17 beautifulsoup4==4.13.4 10:04:17 boto3==1.40.14 10:04:17 botocore==1.40.14 10:04:17 bs4==0.0.2 10:04:17 cachetools==5.5.2 10:04:17 certifi==2025.8.3 10:04:17 cffi==1.17.1 10:04:17 cfgv==3.4.0 10:04:17 chardet==5.2.0 10:04:17 charset-normalizer==3.4.3 10:04:17 click==8.2.1 10:04:17 cliff==4.10.0 10:04:17 cmd2==2.7.0 10:04:17 cryptography==3.3.2 10:04:17 debtcollector==3.0.0 10:04:17 decorator==5.2.1 10:04:17 defusedxml==0.7.1 10:04:17 Deprecated==1.2.18 10:04:17 distlib==0.4.0 10:04:17 dnspython==2.7.0 10:04:17 docker==7.1.0 10:04:17 dogpile.cache==1.4.0 10:04:17 durationpy==0.10 10:04:17 email_validator==2.2.0 10:04:17 filelock==3.19.1 10:04:17 future==1.0.0 10:04:17 gitdb==4.0.12 10:04:17 GitPython==3.1.45 10:04:17 google-auth==2.40.3 10:04:17 httplib2==0.22.0 10:04:17 identify==2.6.13 10:04:17 idna==3.10 10:04:17 importlib-resources==1.5.0 10:04:17 iso8601==2.1.0 10:04:17 Jinja2==3.1.6 10:04:17 jmespath==1.0.1 10:04:17 jsonpatch==1.33 10:04:17 jsonpointer==3.0.0 10:04:17 jsonschema==4.25.1 10:04:17 jsonschema-specifications==2025.4.1 10:04:17 keystoneauth1==5.11.1 10:04:17 kubernetes==33.1.0 10:04:17 lftools==0.37.13 10:04:17 lxml==6.0.0 10:04:17 markdown-it-py==4.0.0 10:04:17 MarkupSafe==3.0.2 10:04:17 mdurl==0.1.2 10:04:17 msgpack==1.1.1 10:04:17 multi_key_dict==2.0.3 10:04:17 munch==4.0.0 10:04:17 netaddr==1.3.0 10:04:17 niet==1.4.2 10:04:17 nodeenv==1.9.1 10:04:17 oauth2client==4.1.3 10:04:17 oauthlib==3.3.1 10:04:17 openstacksdk==4.7.0 10:04:17 os-client-config==2.3.0 10:04:17 os-service-types==1.8.0 10:04:17 osc-lib==4.1.0 10:04:17 oslo.config==10.0.0 10:04:17 oslo.context==6.0.0 10:04:17 oslo.i18n==6.5.1 10:04:17 oslo.log==7.2.0 10:04:17 oslo.serialization==5.7.0 10:04:17 oslo.utils==9.0.0 10:04:17 packaging==25.0 10:04:17 pbr==7.0.0 10:04:17 platformdirs==4.3.8 10:04:17 prettytable==3.16.0 10:04:17 psutil==7.0.0 10:04:17 pyasn1==0.6.1 10:04:17 pyasn1_modules==0.4.2 10:04:17 pycparser==2.22 10:04:17 pygerrit2==2.0.15 10:04:17 PyGithub==2.7.0 10:04:17 Pygments==2.19.2 10:04:17 PyJWT==2.10.1 10:04:17 PyNaCl==1.5.0 10:04:17 pyparsing==2.4.7 10:04:17 pyperclip==1.9.0 10:04:17 pyrsistent==0.20.0 10:04:17 python-cinderclient==9.7.0 10:04:17 python-dateutil==2.9.0.post0 10:04:17 python-heatclient==4.3.0 10:04:17 python-jenkins==1.8.3 10:04:17 python-keystoneclient==5.6.0 10:04:17 python-magnumclient==4.8.1 10:04:17 python-openstackclient==8.1.0 10:04:17 python-swiftclient==4.8.0 10:04:17 PyYAML==6.0.2 10:04:17 referencing==0.36.2 10:04:17 requests==2.32.5 10:04:17 requests-oauthlib==2.0.0 10:04:17 requestsexceptions==1.4.0 10:04:17 rfc3986==2.0.0 10:04:17 rich==14.1.0 10:04:17 rich-argparse==1.7.1 10:04:17 rpds-py==0.27.0 10:04:17 rsa==4.9.1 10:04:17 ruamel.yaml==0.18.15 10:04:17 ruamel.yaml.clib==0.2.12 10:04:17 s3transfer==0.13.1 10:04:17 simplejson==3.20.1 10:04:17 six==1.17.0 10:04:17 smmap==5.0.2 10:04:17 soupsieve==2.7 10:04:17 stevedore==5.4.1 10:04:17 tabulate==0.9.0 10:04:17 toml==0.10.2 10:04:17 tomlkit==0.13.3 10:04:17 tqdm==4.67.1 10:04:17 typing_extensions==4.14.1 10:04:17 tzdata==2025.2 10:04:17 urllib3==1.26.20 10:04:17 virtualenv==20.34.0 10:04:17 wcwidth==0.2.13 10:04:17 websocket-client==1.8.0 10:04:17 wrapt==1.17.3 10:04:17 xdg==6.0.0 10:04:17 xmltodict==0.14.2 10:04:17 yq==3.4.3 10:04:17 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins17288128432804022880.sh 10:04:17 ---> sudo-logs.sh 10:04:17 Archiving 'sudo' log.. 10:04:18 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash /tmp/jenkins6993984411654892899.sh 10:04:18 ---> job-cost.sh 10:04:18 Setup pyenv: 10:04:18 system 10:04:18 3.8.13 10:04:18 3.9.13 10:04:18 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master/.python-version) 10:04:18 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GIoB from file:/tmp/.os_lf_venv 10:04:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:04:38 lf-activate-venv(): INFO: Adding /tmp/venv-GIoB/bin to PATH 10:04:38 INFO: No Stack... 10:04:39 INFO: Retrieving Pricing Info for: v3-starter-4 10:04:39 INFO: Archiving Costs 10:04:39 [nonrtric-rapp-ransliceassurance-go-verify-master] $ /bin/bash -l /tmp/jenkins6052898719761216365.sh 10:04:39 ---> logs-deploy.sh 10:04:39 Setup pyenv: 10:04:39 system 10:04:39 3.8.13 10:04:39 3.9.13 10:04:39 * 3.10.6 (set by /w/workspace/nonrtric-rapp-ransliceassurance-go-verify-master/.python-version) 10:04:39 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GIoB from file:/tmp/.os_lf_venv 10:04:43 lf-activate-venv(): INFO: Installing: lftools 10:05:01 lf-activate-venv(): INFO: Adding /tmp/venv-GIoB/bin to PATH 10:05:01 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-rapp-ransliceassurance-go-verify-master/78 10:05:01 INFO: archiving workspace using pattern(s): 10:05:03 Archives upload complete. 10:05:03 INFO: archiving logs to Nexus 10:05:04 ---> uname -a: 10:05:04 Linux prd-ubuntu1804-docker-4c-4g-1581 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:04 10:05:04 10:05:05 ---> lscpu: 10:05:05 Architecture: x86_64 10:05:05 CPU op-mode(s): 32-bit, 64-bit 10:05:05 Byte Order: Little Endian 10:05:05 CPU(s): 4 10:05:05 On-line CPU(s) list: 0-3 10:05:05 Thread(s) per core: 1 10:05:05 Core(s) per socket: 1 10:05:05 Socket(s): 4 10:05:05 NUMA node(s): 1 10:05:05 Vendor ID: AuthenticAMD 10:05:05 CPU family: 23 10:05:05 Model: 49 10:05:05 Model name: AMD EPYC-Rome Processor 10:05:05 Stepping: 0 10:05:05 CPU MHz: 2800.000 10:05:05 BogoMIPS: 5600.00 10:05:05 Virtualization: AMD-V 10:05:05 Hypervisor vendor: KVM 10:05:05 Virtualization type: full 10:05:05 L1d cache: 32K 10:05:05 L1i cache: 32K 10:05:05 L2 cache: 512K 10:05:05 L3 cache: 16384K 10:05:05 NUMA node0 CPU(s): 0-3 10:05:05 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:05 10:05:05 10:05:05 ---> nproc: 10:05:05 4 10:05:05 10:05:05 10:05:05 ---> df -h: 10:05:05 Filesystem Size Used Avail Use% Mounted on 10:05:05 udev 3.9G 0 3.9G 0% /dev 10:05:05 tmpfs 798M 696K 797M 1% /run 10:05:05 /dev/vda1 20G 9.0G 11G 47% / 10:05:05 tmpfs 3.9G 0 3.9G 0% /dev/shm 10:05:05 tmpfs 5.0M 0 5.0M 0% /run/lock 10:05:05 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:05:05 /dev/vda15 105M 5.3M 100M 5% /boot/efi 10:05:05 tmpfs 798M 0 798M 0% /run/user/1001 10:05:05 10:05:05 10:05:05 ---> free -m: 10:05:05 total used free shared buff/cache available 10:05:05 Mem: 7975 489 5204 0 2282 7204 10:05:05 Swap: 1023 0 1023 10:05:05 10:05:05 10:05:05 ---> ip addr: 10:05:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:05:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:05:05 inet 127.0.0.1/8 scope host lo 10:05:05 valid_lft forever preferred_lft forever 10:05:05 inet6 ::1/128 scope host 10:05:05 valid_lft forever preferred_lft forever 10:05:05 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 10:05:05 link/ether fa:16:3e:ad:b9:1e brd ff:ff:ff:ff:ff:ff 10:05:05 inet 10.32.6.212/23 brd 10.32.7.255 scope global dynamic ens3 10:05:05 valid_lft 86161sec preferred_lft 86161sec 10:05:05 inet6 fe80::f816:3eff:fead:b91e/64 scope link 10:05:05 valid_lft forever preferred_lft forever 10:05:05 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 10:05:05 link/ether 02:42:57:20:a4:3a brd ff:ff:ff:ff:ff:ff 10:05:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:05:05 valid_lft forever preferred_lft forever 10:05:05 10:05:05 10:05:05 ---> sar -b -r -n DEV: 10:05:05 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-1581) 08/21/25 _x86_64_ (4 CPU) 10:05:05 10:05:05 10:01:09 LINUX RESTART (4 CPU) 10:05:05 10:05:05 10:02:01 tps rtps wtps bread/s bwrtn/s 10:05:05 10:03:01 189.45 143.04 46.42 5608.93 6438.52 10:05:05 10:04:01 50.38 0.73 49.65 101.03 7688.24 10:05:05 10:05:01 39.59 0.62 38.98 27.86 4657.36 10:05:05 Average: 93.15 48.13 45.02 1912.71 6261.46 10:05:05 10:05:05 10:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:05:05 10:03:01 5528656 7351832 2638764 32.31 49272 1944348 1031888 11.20 791480 1655944 82168 10:05:05 10:04:01 5419804 7394756 2747616 33.64 64048 2071792 995136 10.80 753152 1781820 49336 10:05:05 10:05:01 5275012 7323436 2892408 35.41 70628 2133232 1050168 11.40 830168 1838356 25180 10:05:05 Average: 5407824 7356675 2759596 33.79 61316 2049791 1025731 11.13 791600 1758707 52228 10:05:05 10:05:05 10:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:05:05 10:03:01 ens3 113.50 81.72 849.78 9.86 0.00 0.00 0.00 0.00 10:05:05 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:05 10:03:01 lo 1.13 1.13 0.09 0.09 0.00 0.00 0.00 0.00 10:05:05 10:04:01 ens3 27.44 22.64 271.33 5.08 0.00 0.00 0.00 0.00 10:05:05 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:05 10:04:01 lo 0.67 0.67 0.05 0.05 0.00 0.00 0.00 0.00 10:05:05 10:05:01 ens3 11.41 10.90 24.15 4.99 0.00 0.00 0.00 0.00 10:05:05 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:05 10:05:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 10:05:05 Average: ens3 50.79 38.42 381.77 6.64 0.00 0.00 0.00 0.00 10:05:05 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:05 Average: lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 10:05:05 10:05:05 10:05:05 ---> sar -P ALL: 10:05:05 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-1581) 08/21/25 _x86_64_ (4 CPU) 10:05:05 10:05:05 10:01:09 LINUX RESTART (4 CPU) 10:05:05 10:05:05 10:02:01 CPU %user %nice %system %iowait %steal %idle 10:05:05 10:03:01 all 25.41 0.00 3.82 8.56 3.20 59.02 10:05:05 10:03:01 0 29.53 0.00 3.98 7.74 3.23 55.53 10:05:05 10:03:01 1 30.02 0.00 3.94 7.58 2.91 55.55 10:05:05 10:03:01 2 28.27 0.00 4.05 9.54 3.38 54.76 10:05:05 10:03:01 3 13.87 0.00 3.28 9.36 3.26 70.22 10:05:05 10:04:01 all 20.42 0.00 1.16 1.43 1.14 75.86 10:05:05 10:04:01 0 15.47 0.00 0.93 0.80 0.75 82.05 10:05:05 10:04:01 1 45.73 0.00 1.80 0.33 1.73 50.42 10:05:05 10:04:01 2 8.47 0.00 0.93 0.66 1.06 88.89 10:05:05 10:04:01 3 12.08 0.00 1.00 3.91 1.00 82.01 10:05:05 10:05:01 all 18.79 0.00 1.07 1.14 1.03 77.97 10:05:05 10:05:01 0 0.45 0.00 0.38 1.17 0.33 97.67 10:05:05 10:05:01 1 43.55 0.00 1.92 1.17 1.65 51.72 10:05:05 10:05:01 2 19.74 0.00 1.12 1.88 1.23 76.03 10:05:05 10:05:01 3 11.45 0.00 0.83 0.33 0.91 86.47 10:05:05 Average: all 21.54 0.00 2.02 3.71 1.79 70.94 10:05:05 Average: 0 15.15 0.00 1.76 3.23 1.44 78.41 10:05:05 Average: 1 39.76 0.00 2.55 3.03 2.10 52.56 10:05:05 Average: 2 18.81 0.00 2.03 4.03 1.89 73.24 10:05:05 Average: 3 12.47 0.00 1.71 4.54 1.73 79.56 10:05:05 10:05:05 10:05:05