How to disable or enable hyper threading on my Linux server
In my last article I had shared steps to limit CPU count on your multi core Linux system and to assign a service to a specific CPU core in CentOS / RHEL 7 Hyper threading
In my last article I had shared steps to limit CPU count on your multi core Linux system and to assign a service to a specific CPU core in CentOS / RHEL 7 Hyper threading
In my last article I have given an overview of systemd with examples. If your service is a multithread service then it may run on multiple cores based on the availability of the threads and
There are three different methods using which the number of CPU can be limited in Red Hat Enterprise Linux 7. Method 1: maxcpus Using maxcpus parameter : Add kernel parameter maxcpus=N in /boot/grub2/grub.cfg. IMPORTANT NOTE:
In some online articles I have observed, tells that you can use below commands to validate the status of Hyper Threading # dmidecode | grep -i HTT
There are many processes in Linux which run on single core while many will switch between different core depending upon the availability. With below two methods you can find if a process is continuously running
The one of the most important task of any Linux Admin includes performance monitoring which includes a parameter "Load Average" or "CPU Load". Load Average is the value which represents the load on your system