Posts

Showing posts with the label CPU

LINUX - CPU Usage

Checking CPU and RAM is one of the important Task. Though we have monitoring enable to check CPU and RAM stats we ran into a situation where we need to check the CPU and RAM utilization live during debugging session. CPU: To list No of  CPU run  lscpu same can be checked using cat /proc/cpuinfo $ lscpu Architecture:          x86_64 CPU op-mode(s):        32-bit, 64-bit Byte Order:            Little Endian CPU(s):                12 On-line CPU(s) list:   0-11 Thread(s) per core:    2 Core(s) per socket:    6 Socket(s):             1 NUMA node(s):          1 Vendor ID:             GenuineIntel CPU family:            6 Model:                 158 Model name:   ...