Technical requirements
For this chapter, you'll need the GCC compiler, the Make tool, and the generic Makefile. If you haven't installed these tools yet, please refer to Chapter 1, Getting the Necessary Tools and Writing Our First Linux Programs, for installation instructions.
You'll also need a program called htop
to view the CPU load. You install it with your distribution's package manager. The program is called htop
on all distributions.
All of the code samples for this chapter can be downloaded from GitHub at the following URL: https://github.com/PacktPublishing/Linux-System-Programming-Techniques/tree/master/ch11.
Check out the following link to see the Code in Action video: https://bit.ly/3gkAP9O