---> uname -a:
Linux prd-centos7-builder-2c-1g-37079.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:               2799.998
BogoMIPS:              5599.99
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         520        5428          16        1872        7018
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:5d:bc:83 brd ff:ff:ff:ff:ff:ff
    inet 10.30.122.112/23 brd 10.30.123.255 scope global dynamic eth0
       valid_lft 86159sec preferred_lft 86159sec
    inet6 fe80::f816:3eff:fe5d:bc83/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/18/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    216.63      6.37    210.26    457.32   8297.44
02:06:01 PM    204.50      0.65    203.85     53.16   5641.42
02:07:01 PM     28.01      1.82     26.20    188.81    730.40
Average:       149.34      2.93    146.42    231.84   4870.73

02:04:01 PM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
02:05:01 PM   5577476   2431432     30.36      2620   1807168    629696      6.95    561044   1575992    133288
02:06:01 PM   5532480   2476428     30.92      2620   1805368    665908      7.35    610360   1561124       220
02:07:01 PM   5595144   2413764     30.14      2620   1810484    594160      6.56    662788   1445016     17796
Average:      5568367   2440541     30.47      2620   1807673    629921      6.95    611397   1527377     50435

02:04:01 PM     IFACE   rxpck/s   txpck/s    rxkB/s    txkB/s   rxcmp/s   txcmp/s  rxmcst/s
02:05:01 PM      eth0     67.48     52.13   1076.44     10.20      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     27.60     24.78     41.69      9.17      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     35.79     27.81     36.50     10.19      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     43.49     34.81    381.02      9.85      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/18/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     37.99      0.00      3.46      2.62      0.11     55.82
02:05:01 PM       0     27.12      0.00      2.87      1.37      0.11     68.52
02:05:01 PM       1     49.09      0.00      4.06      3.92      0.13     42.81
02:06:01 PM     all     38.45      0.00      2.42      0.98      0.08     58.07
02:06:01 PM       0     29.87      0.00      2.19      1.17      0.07     66.70
02:06:01 PM       1     47.15      0.00      2.66      0.77      0.09     49.33
02:07:01 PM     all     36.14      0.00      1.89      0.53      0.11     61.34
02:07:01 PM       0      5.02      0.00      0.99      0.15      0.10     93.74
02:07:01 PM       1     69.95      0.00      2.85      0.93      0.11     26.15
Average:        all     37.52      0.00      2.58      1.37      0.10     58.43
Average:          0     20.50      0.00      2.00      0.89      0.09     76.52
Average:          1     55.25      0.00      3.19      1.87      0.11     39.58