Skip to content
GoLinuxHub
  • Home
  • Linux Basics
  • Security
  • VMware
  • DevOps
  • Programming
  • Contact Me

cpu

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

3 Comments

How to assign a service to a specific core using systemd in RHEL 7 / CentOS 7

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

Leave a comment

How to limit CPU count or disable CPUs in a multi core server in RHEL 7 / CentOS 7

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:

Leave a comment

How to check if Hyper Threading (HT) is enabled or disabled on my Linux server

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                

Leave a comment

How to find out on which core a process is running on in Linux

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

2 Comments

Understanding Load Average in Linux and when to be worried about it?

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

11 Comments

Recent Posts

  • How To Keep Your Business Data Secure In The Cloud 
  • 9 Tips For Safe And Secure Browsing
  • Some of the Most Helpful Tools Every Business Needs
  • How Long Does it Take to Create an Efficient Application?
  • Smart Home Devices Every Individual Must Have
  • What is a VPN and Why You May Need One
  • Mobile Casinos: Then and Now
  • The best screen recorders in 2021. What will be popular in 2022?
  • Benefits of Choosing an Unlimited data Plan
  • Top Most Used and Popular Mobile Apps in 2021
Copyright © 2023 | Hosted On Rocket.net