08:00:58 Started by timer 08:00:58 Running as SYSTEM 08:00:58 [EnvInject] - Loading node environment variables. 08:00:58 Building remotely on prd-ubuntu20.04-docker-2c-8g-2484 (ubuntu20.04-docker-2c-8g) in workspace /w/workspace/ci-management-jenkins-sandbox-cleanup 08:00:58 [ssh-agent] Looking for ssh-agent implementation... 08:00:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:00:59 $ ssh-agent 08:00:59 SSH_AUTH_SOCK=/tmp/ssh-bk0jwy1hWThT/agent.1554 08:00:59 SSH_AGENT_PID=1556 08:00:59 [ssh-agent] Started. 08:00:59 Running ssh-add (command line suppressed) 08:00:59 Identity added: /w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/private_key_6812964464844870790.key (/w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/private_key_6812964464844870790.key) 08:00:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:00:59 provisioning config files... 08:00:59 copy managed file [npmrc] to file:/home/jenkins/.npmrc 08:00:59 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 08:00:59 provisioning config files... 08:00:59 copy managed file [JJB Config] to file:/home/jenkins/.config/jenkins_jobs/jenkins_jobs.ini 08:00:59 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins16005669759341853396.sh 08:00:59 ---> jenkins-sandbox-cleanup.sh 08:00:59 Setup pyenv: 08:00:59 * system (set by /opt/pyenv/version) 08:00:59 * 3.8.20 (set by /opt/pyenv/version) 08:00:59 * 3.9.20 (set by /opt/pyenv/version) 08:00:59 3.10.15 08:00:59 3.11.10 08:01:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CnBM 08:01:03 lf-activate-venv(): INFO: Save venv in file: /tmp/.jjb_venv 08:01:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:01:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:01:08 lf-activate-venv(): INFO: Base packages installed successfully 08:01:08 lf-activate-venv(): INFO: Installing additional packages: jenkins-job-builder==6.3.0 08:01:13 lf-activate-venv(): INFO: Adding /tmp/venv-CnBM/bin to PATH 08:01:13 ERROR:stevedore.extension:Could not load 'delete': No module named 'pkg_resources' 08:01:13 ERROR:stevedore.extension:Could not load 'delete-all': No module named 'pkg_resources' 08:01:13 ERROR:stevedore.extension:Could not load 'get-plugins-info': No module named 'pkg_resources' 08:01:13 ERROR:stevedore.extension:Could not load 'list': No module named 'pkg_resources' 08:01:13 ERROR:stevedore.extension:Could not load 'test': No module named 'pkg_resources' 08:01:13 ERROR:stevedore.extension:Could not load 'update': No module named 'pkg_resources' 08:01:13 Traceback (most recent call last): 08:01:13 File "/tmp/venv-CnBM/bin/jenkins-jobs", line 6, in 08:01:13 sys.exit(main()) 08:01:13 ^^^^^^ 08:01:13 File "/tmp/venv-CnBM/lib/python3.11/site-packages/jenkins_jobs/cli/entry.py", line 177, in main 08:01:13 jjb = JenkinsJobs(argv) 08:01:13 ^^^^^^^^^^^^^^^^^ 08:01:13 File "/tmp/venv-CnBM/lib/python3.11/site-packages/jenkins_jobs/cli/entry.py", line 60, in __init__ 08:01:13 self.parser = create_parser() 08:01:13 ^^^^^^^^^^^^^^^ 08:01:13 File "/tmp/venv-CnBM/lib/python3.11/site-packages/jenkins_jobs/cli/parser.py", line 112, in create_parser 08:01:13 extension_manager.map(parse_subcommand_args, subparser) 08:01:13 File "/tmp/venv-CnBM/lib/python3.11/site-packages/stevedore/extension.py", line 379, in map 08:01:13 raise NoMatches(f'No {self.namespace} extensions found') 08:01:13 stevedore.exception.NoMatches: No jjb.cli.subcommands extensions found 08:01:13 Build step 'Execute shell' marked build as failure 08:01:13 $ ssh-agent -k 08:01:13 unset SSH_AUTH_SOCK; 08:01:13 unset SSH_AGENT_PID; 08:01:13 echo Agent pid 1556 killed; 08:01:13 [ssh-agent] Stopped. 08:01:13 [PostBuildScript] - [INFO] Executing post build scripts. 08:01:13 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins9276337486964164509.sh 08:01:13 ---> sysstat.sh 08:01:14 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins5754382307387268601.sh 08:01:14 ---> package-listing.sh 08:01:14 ++ tr '[:upper:]' '[:lower:]' 08:01:14 ++ facter osfamily 08:01:14 + OS_FAMILY=debian 08:01:14 + workspace=/w/workspace/ci-management-jenkins-sandbox-cleanup 08:01:14 + START_PACKAGES=/tmp/packages_start.txt 08:01:14 + END_PACKAGES=/tmp/packages_end.txt 08:01:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:01:14 + PACKAGES=/tmp/packages_start.txt 08:01:14 + '[' /w/workspace/ci-management-jenkins-sandbox-cleanup ']' 08:01:14 + PACKAGES=/tmp/packages_end.txt 08:01:14 + case "${OS_FAMILY}" in 08:01:14 + dpkg -l 08:01:14 + grep '^ii' 08:01:14 + '[' -f /tmp/packages_start.txt ']' 08:01:14 + '[' -f /tmp/packages_end.txt ']' 08:01:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:01:14 + '[' /w/workspace/ci-management-jenkins-sandbox-cleanup ']' 08:01:14 + mkdir -p /w/workspace/ci-management-jenkins-sandbox-cleanup/archives/ 08:01:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-jenkins-sandbox-cleanup/archives/ 08:01:14 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins15956858426818766496.sh 08:01:14 ---> capture-instance-metadata.sh 08:01:14 Setup pyenv: 08:01:14 system 08:01:14 3.8.20 08:01:14 3.9.20 08:01:14 3.10.15 08:01:14 * 3.11.10 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:01:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yryk 08:01:30 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:01:30 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:01:30 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:01:35 lf-activate-venv(): INFO: Base packages installed successfully 08:01:35 lf-activate-venv(): INFO: Installing additional packages: lftools 08:01:55 lf-activate-venv(): INFO: Adding /tmp/venv-yryk/bin to PATH 08:01:55 INFO: Running in OpenStack, capturing instance metadata 08:01:55 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins9553741130238496517.sh 08:01:55 provisioning config files... 08:01:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/config2074292552808905903tmp 08:01:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 08:01:55 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 08:01:55 [EnvInject] - Injecting environment variables from a build step. 08:01:55 [EnvInject] - Injecting as environment variables the properties content 08:01:55 SERVER_ID=logs 08:01:55 08:01:55 [EnvInject] - Variables injected successfully. 08:01:55 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins17398369252274398460.sh 08:01:55 ---> create-netrc.sh 08:01:55 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins2121744499646874072.sh 08:01:55 ---> python-tools-install.sh 08:01:55 Setup pyenv: 08:01:55 system 08:01:55 3.8.20 08:01:55 3.9.20 08:01:55 3.10.15 08:01:55 * 3.11.10 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:01:55 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yryk from file:/tmp/.os_lf_venv 08:01:55 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:01:55 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:01:57 lf-activate-venv(): INFO: Base packages installed successfully 08:01:57 lf-activate-venv(): INFO: Installing additional packages: lftools 08:02:03 lf-activate-venv(): INFO: Adding /tmp/venv-yryk/bin to PATH 08:02:03 Generating Requirements File 08:02:18 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 08:02:18 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 08:02:19 Python 3.11.10 08:02:19 pip 26.0.1 from /tmp/venv-yryk/lib/python3.11/site-packages/pip (python 3.11) 08:02:19 appdirs==1.4.4 08:02:19 argcomplete==3.6.3 08:02:19 aspy.yaml==1.3.0 08:02:19 attrs==25.4.0 08:02:19 autopage==0.6.0 08:02:19 beautifulsoup4==4.14.3 08:02:19 boto3==1.42.54 08:02:19 botocore==1.42.54 08:02:19 bs4==0.0.2 08:02:19 certifi==2026.1.4 08:02:19 cffi==2.0.0 08:02:19 cfgv==3.5.0 08:02:19 chardet==5.2.0 08:02:19 charset-normalizer==3.4.4 08:02:19 click==8.3.1 08:02:19 cliff==4.13.2 08:02:19 cmd2==3.2.0 08:02:19 cryptography==3.3.2 08:02:19 debtcollector==3.0.0 08:02:19 decorator==5.2.1 08:02:19 defusedxml==0.7.1 08:02:19 Deprecated==1.3.1 08:02:19 distlib==0.4.0 08:02:19 dnspython==2.8.0 08:02:19 docker==7.1.0 08:02:19 dogpile.cache==1.5.0 08:02:19 durationpy==0.10 08:02:19 email-validator==2.3.0 08:02:19 filelock==3.24.3 08:02:19 future==1.0.0 08:02:19 gitdb==4.0.12 08:02:19 GitPython==3.1.46 08:02:19 httplib2==0.30.2 08:02:19 identify==2.6.16 08:02:19 idna==3.11 08:02:19 importlib-resources==1.5.0 08:02:19 iso8601==2.1.0 08:02:19 Jinja2==3.1.6 08:02:19 jmespath==1.1.0 08:02:19 jsonpatch==1.33 08:02:19 jsonpointer==3.0.0 08:02:19 jsonschema==4.26.0 08:02:19 jsonschema-specifications==2025.9.1 08:02:19 keystoneauth1==5.13.1 08:02:19 kubernetes==35.0.0 08:02:19 lftools==0.37.21 08:02:19 lxml==6.0.2 08:02:19 markdown-it-py==4.0.0 08:02:19 MarkupSafe==3.0.3 08:02:19 mdurl==0.1.2 08:02:19 msgpack==1.1.2 08:02:19 multi_key_dict==2.0.3 08:02:19 munch==4.0.0 08:02:19 netaddr==1.3.0 08:02:19 niet==1.4.2 08:02:19 nodeenv==1.10.0 08:02:19 oauth2client==4.1.3 08:02:19 oauthlib==3.3.1 08:02:19 openstacksdk==4.10.0 08:02:19 os-service-types==1.8.2 08:02:19 osc-lib==4.4.0 08:02:19 oslo.config==10.3.0 08:02:19 oslo.context==6.3.0 08:02:19 oslo.i18n==6.7.2 08:02:19 oslo.log==8.1.0 08:02:19 oslo.serialization==5.9.1 08:02:19 oslo.utils==10.0.0 08:02:19 packaging==26.0 08:02:19 pbr==7.0.3 08:02:19 platformdirs==4.9.2 08:02:19 prettytable==3.17.0 08:02:19 psutil==7.2.2 08:02:19 pyasn1==0.6.2 08:02:19 pyasn1_modules==0.4.2 08:02:19 pycparser==3.0 08:02:19 pygerrit2==2.0.15 08:02:19 PyGithub==2.8.1 08:02:19 Pygments==2.19.2 08:02:19 PyJWT==2.11.0 08:02:19 PyNaCl==1.6.2 08:02:19 pyparsing==2.4.7 08:02:19 pyperclip==1.11.0 08:02:19 pyrsistent==0.20.0 08:02:19 python-cinderclient==9.8.0 08:02:19 python-dateutil==2.9.0.post0 08:02:19 python-heatclient==5.0.0 08:02:19 python-jenkins==1.8.3 08:02:19 python-keystoneclient==5.7.0 08:02:19 python-magnumclient==4.9.0 08:02:19 python-openstackclient==9.0.0 08:02:19 python-swiftclient==4.9.0 08:02:19 PyYAML==6.0.3 08:02:19 referencing==0.37.0 08:02:19 requests==2.32.5 08:02:19 requests-oauthlib==2.0.0 08:02:19 requestsexceptions==1.4.0 08:02:19 rfc3986==2.0.0 08:02:19 rich==14.3.3 08:02:19 rich-argparse==1.7.2 08:02:19 rpds-py==0.30.0 08:02:19 rsa==4.9.1 08:02:19 ruamel.yaml==0.19.1 08:02:19 ruamel.yaml.clib==0.2.15 08:02:19 s3transfer==0.16.0 08:02:19 simplejson==3.20.2 08:02:19 six==1.17.0 08:02:19 smmap==5.0.2 08:02:19 soupsieve==2.8.3 08:02:19 stevedore==5.7.0 08:02:19 tabulate==0.9.0 08:02:19 toml==0.10.2 08:02:19 tomlkit==0.14.0 08:02:19 tqdm==4.67.3 08:02:19 typing_extensions==4.15.0 08:02:19 urllib3==1.26.20 08:02:19 virtualenv==20.38.0 08:02:19 wcwidth==0.6.0 08:02:19 websocket-client==1.9.0 08:02:19 wrapt==2.1.1 08:02:19 xdg==6.0.0 08:02:19 xmltodict==1.0.3 08:02:19 yq==3.4.3 08:02:19 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins10760356066869342960.sh 08:02:19 ---> sudo-logs.sh 08:02:19 Archiving 'sudo' log.. 08:02:19 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins15717403740276111985.sh 08:02:19 ---> job-cost.sh 08:02:20 Setup pyenv: 08:02:20 system 08:02:20 3.8.20 08:02:20 3.9.20 08:02:20 3.10.15 08:02:20 * 3.11.10 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:02:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yryk from file:/tmp/.os_lf_venv 08:02:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:02:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:02:21 lf-activate-venv(): INFO: Base packages installed successfully 08:02:21 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:02:26 lf-activate-venv(): INFO: Adding /tmp/venv-yryk/bin to PATH 08:02:26 INFO: No Stack... 08:02:26 INFO: Retrieving Pricing Info for: v3-standard-2 08:02:26 INFO: Archiving Costs 08:02:26 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash -l /tmp/jenkins5946286855553569442.sh 08:02:26 ---> logs-deploy.sh 08:02:26 Setup pyenv: 08:02:26 system 08:02:26 3.8.20 08:02:26 3.9.20 08:02:26 3.10.15 08:02:26 * 3.11.10 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:02:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yryk from file:/tmp/.os_lf_venv 08:02:26 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:02:26 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:02:28 lf-activate-venv(): INFO: Base packages installed successfully 08:02:28 lf-activate-venv(): INFO: Installing additional packages: lftools 08:02:34 lf-activate-venv(): INFO: Adding /tmp/venv-yryk/bin to PATH 08:02:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/ci-management-jenkins-sandbox-cleanup/376 08:02:34 INFO: archiving workspace using pattern(s): 08:02:35 Archives upload complete. 08:02:35 INFO: archiving logs to Nexus 08:02:36 ---> uname -a: 08:02:36 Linux prd-ubuntu20-04-docker-2c-8g-2484 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 08:02:36 08:02:36 08:02:36 ---> lscpu: 08:02:36 Architecture: x86_64 08:02:36 CPU op-mode(s): 32-bit, 64-bit 08:02:36 Byte Order: Little Endian 08:02:36 Address sizes: 40 bits physical, 48 bits virtual 08:02:36 CPU(s): 2 08:02:36 On-line CPU(s) list: 0,1 08:02:36 Thread(s) per core: 1 08:02:36 Core(s) per socket: 1 08:02:36 Socket(s): 2 08:02:36 NUMA node(s): 1 08:02:36 Vendor ID: AuthenticAMD 08:02:36 CPU family: 23 08:02:36 Model: 49 08:02:36 Model name: AMD EPYC-Rome Processor 08:02:36 Stepping: 0 08:02:36 CPU MHz: 2799.998 08:02:36 BogoMIPS: 5599.99 08:02:36 Virtualization: AMD-V 08:02:36 Hypervisor vendor: KVM 08:02:36 Virtualization type: full 08:02:36 L1d cache: 64 KiB 08:02:36 L1i cache: 64 KiB 08:02:36 L2 cache: 1 MiB 08:02:36 L3 cache: 32 MiB 08:02:36 NUMA node0 CPU(s): 0,1 08:02:36 Vulnerability Gather data sampling: Not affected 08:02:36 Vulnerability Itlb multihit: Not affected 08:02:36 Vulnerability L1tf: Not affected 08:02:36 Vulnerability Mds: Not affected 08:02:36 Vulnerability Meltdown: Not affected 08:02:36 Vulnerability Mmio stale data: Not affected 08:02:36 Vulnerability Retbleed: Vulnerable 08:02:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:02:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:02:36 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 08:02:36 Vulnerability Srbds: Not affected 08:02:36 Vulnerability Tsx async abort: Not affected 08:02:36 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 08:02:36 08:02:36 08:02:36 ---> nproc: 08:02:36 2 08:02:36 08:02:36 08:02:36 ---> df -h: 08:02:36 Filesystem Size Used Avail Use% Mounted on 08:02:36 udev 3.9G 0 3.9G 0% /dev 08:02:36 tmpfs 795M 1.1M 794M 1% /run 08:02:36 /dev/vda1 39G 9.8G 29G 26% / 08:02:36 tmpfs 3.9G 0 3.9G 0% /dev/shm 08:02:36 tmpfs 5.0M 0 5.0M 0% /run/lock 08:02:36 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 08:02:36 /dev/loop0 68M 68M 0 100% /snap/lxd/22753 08:02:36 /dev/loop1 62M 62M 0 100% /snap/core20/1405 08:02:36 /dev/loop2 44M 44M 0 100% /snap/snapd/15177 08:02:36 /dev/vda15 105M 6.1M 99M 6% /boot/efi 08:02:36 tmpfs 795M 0 795M 0% /run/user/1001 08:02:36 08:02:36 08:02:36 ---> free -m: 08:02:36 total used free shared buff/cache available 08:02:36 Mem: 7945 463 5053 1 2428 7185 08:02:36 Swap: 1023 0 1023 08:02:36 08:02:36 08:02:36 ---> ip addr: 08:02:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:02:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:02:36 inet 127.0.0.1/8 scope host lo 08:02:36 valid_lft forever preferred_lft forever 08:02:36 inet6 ::1/128 scope host 08:02:36 valid_lft forever preferred_lft forever 08:02:36 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:02:36 link/ether fa:16:3e:97:5c:ef brd ff:ff:ff:ff:ff:ff 08:02:36 inet 10.30.122.206/23 metric 100 brd 10.30.123.255 scope global dynamic ens3 08:02:36 valid_lft 86264sec preferred_lft 86264sec 08:02:36 inet6 fe80::f816:3eff:fe97:5cef/64 scope link 08:02:36 valid_lft forever preferred_lft forever 08:02:36 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 08:02:36 link/ether ba:f7:95:a1:27:78 brd ff:ff:ff:ff:ff:ff 08:02:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:02:36 valid_lft forever preferred_lft forever 08:02:36 08:02:36 08:02:36 ---> sar -b -r -n DEV: 08:02:36 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-2c-8g-2484) 02/21/26 _x86_64_ (2 CPU) 08:02:36 08:02:36 08:00:23 LINUX RESTART (2 CPU) 08:02:36 08:02:36 08:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:02:36 08:02:01 66.37 2.50 63.87 0.00 215.83 6734.76 0.00 08:02:36 Average: 66.37 2.50 63.87 0.00 215.83 6734.76 0.00 08:02:36 08:02:36 08:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:02:36 08:02:01 5297048 7336828 450204 5.53 82804 2123188 1151960 12.54 651620 1947668 171332 08:02:36 Average: 5297048 7336828 450204 5.53 82804 2123188 1151960 12.54 651620 1947668 171332 08:02:36 08:02:36 08:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:02:36 08:02:01 lo 1.07 1.07 0.13 0.13 0.00 0.00 0.00 0.00 08:02:36 08:02:01 ens3 54.04 40.71 869.42 10.01 0.00 0.00 0.00 0.00 08:02:36 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:02:36 Average: lo 1.07 1.07 0.13 0.13 0.00 0.00 0.00 0.00 08:02:36 Average: ens3 54.04 40.71 869.42 10.01 0.00 0.00 0.00 0.00 08:02:36 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:02:36 08:02:36 08:02:36 ---> sar -P ALL: 08:02:36 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-2c-8g-2484) 02/21/26 _x86_64_ (2 CPU) 08:02:36 08:02:36 08:00:23 LINUX RESTART (2 CPU) 08:02:36 08:02:36 08:01:01 CPU %user %nice %system %iowait %steal %idle 08:02:36 08:02:01 all 31.30 0.00 2.56 19.13 0.07 46.93 08:02:36 08:02:01 0 28.70 0.00 2.42 8.42 0.08 60.38 08:02:36 08:02:01 1 33.89 0.00 2.71 29.82 0.07 33.51 08:02:36 Average: all 31.30 0.00 2.56 19.13 0.07 46.93 08:02:36 Average: 0 28.70 0.00 2.42 8.42 0.08 60.38 08:02:36 Average: 1 33.89 0.00 2.71 29.82 0.07 33.51 08:02:36 08:02:36 08:02:36