---> uname -a:
Linux prd-centos7-builder-2c-1g-37850.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

---> lscpu:
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                2
On-line CPU(s) list:   0,1
Thread(s) per core:    1
Core(s) per socket:    1
Socket(s):             2
NUMA node(s):          1
Vendor ID:             AuthenticAMD
CPU family:            23
Model:                 49
Model name:            AMD EPYC-Rome Processor
Stepping:              0
CPU MHz:               2800.000
BogoMIPS:              5600.00
Virtualization:        AMD-V
Hypervisor vendor:     KVM
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              512K
L3 cache:              16384K
NUMA node0 CPU(s):     0,1
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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities

---> nproc:
2

---> df -h:
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        3.8G     0  3.8G   0% /dev
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           3.9G   17M  3.9G   1% /run
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/vda1        40G  5.6G   35G  14% /
tmpfs           783M     0  783M   0% /run/user/1001

---> free -m:
              total        used        free      shared  buff/cache   available
Mem:           7821         552        5396          16        1872        6986
Swap:          1023           0        1023

---> ip addr:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1458 qdisc mq state UP group default qlen 1000
    link/ether fa:16:3e:8f:95:0a brd ff:ff:ff:ff:ff:ff
    inet 10.30.123.136/23 brd 10.30.123.255 scope global dynamic eth0
       valid_lft 86173sec preferred_lft 86173sec
    inet6 fe80::f816:3eff:fe8f:950a/64 scope link 
       valid_lft forever preferred_lft forever

---> sar -b -r -n DEV:
Linux 3.10.0-1160.76.1.el7.x86_64 (centos-7-builder-632a22cb-d922-16a5-8334-39b2c44d85fc.novalocal) 	01/28/2025 	_x86_64_	(2 CPU)

02:03:20 PM       LINUX RESTART

02:04:01 PM       tps      rtps      wtps   bread/s   bwrtn/s
02:05:01 PM    147.01      2.16    144.85     68.88   7409.79
02:06:01 PM    275.67      0.70    274.98     54.38   7623.04
02:07:01 PM     34.31      1.95     32.36    210.53    835.98
Average:       152.32      1.60    150.71    111.27   5289.46

02:04:01 PM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
02:05:01 PM   5578124   2430784     30.35      2620   1794692    639496      7.06    562904   1575644    173500
02:06:01 PM   5610732   2398176     29.94      2620   1804640    585000      6.46    535328   1559064        28
02:07:01 PM   5536544   2472364     30.87      2620   1818936    642764      7.10    719592   1449256     27184
Average:      5575133   2433775     30.39      2620   1806089    622420      6.87    605941   1527988     66904

02:04:01 PM     IFACE   rxpck/s   txpck/s    rxkB/s    txkB/s   rxcmp/s   txcmp/s  rxmcst/s
02:05:01 PM      eth0     73.56     57.80   1041.46     10.40      0.00      0.00      0.00
02:05:01 PM        lo      0.00      0.00      0.00      0.00      0.00      0.00      0.00
02:06:01 PM      eth0     30.32     26.59     63.40      9.86      0.00      0.00      0.00
02:06:01 PM        lo      0.00      0.00      0.00      0.00      0.00      0.00      0.00
02:07:01 PM      eth0     34.86     28.35     34.11     11.93      0.00      0.00      0.00
02:07:01 PM        lo      0.00      0.00      0.00      0.00      0.00      0.00      0.00
Average:         eth0     46.25     37.58    379.73     10.73      0.00      0.00      0.00
Average:           lo      0.00      0.00      0.00      0.00      0.00      0.00      0.00

---> sar -P ALL:
Linux 3.10.0-1160.76.1.el7.x86_64 (centos-7-builder-632a22cb-d922-16a5-8334-39b2c44d85fc.novalocal) 	01/28/2025 	_x86_64_	(2 CPU)

02:03:20 PM       LINUX RESTART

02:04:01 PM     CPU     %user     %nice   %system   %iowait    %steal     %idle
02:05:01 PM     all     31.09      0.00      3.26      2.48      0.23     62.94
02:05:01 PM       0     16.77      0.00      2.16      2.02      0.27     78.79
02:05:01 PM       1     45.47      0.00      4.38      2.96      0.20     46.98
02:06:01 PM     all     33.43      0.00      2.34      1.98      0.10     62.15
02:06:01 PM       0      9.33      0.00      1.63      1.78      0.08     87.17
02:06:01 PM       1     58.76      0.00      3.08      2.19      0.12     35.84
02:07:01 PM     all     34.03      0.00      2.22      0.96      0.10     62.69
02:07:01 PM       0     14.03      0.00      1.68      0.31      0.07     83.91
02:07:01 PM       1     54.85      0.00      2.78      1.64      0.11     40.62
Average:        all     32.87      0.00      2.60      1.80      0.14     62.59
Average:          0     13.33      0.00      1.82      1.36      0.14     83.36
Average:          1     53.02      0.00      3.41      2.27      0.14     41.16