Chapter 4

A deeper look into the system

Abstract

The chapter teaches about the system internals and kernel tunables, and how they may relate to problem solving. The chapter will expose the reader to a number of critical system parameters that can be used to determine and isolate the manifestation of a problem.

Keywords

kernel
tunable
/proc
filesystem
By now, you have seen the /proc string mentioned in the text several times, and if you have worked with Linux to some extent in the past, you are familiar with what it means. Proc is a special filesystem in UNIX-like operating systems (/proc, n.d.) that presents the information about processes in a human-readable hierarchal tree-like structure. Mounted under /proc, this filesystem acts as an interface ...

Get Problem-solving in High Performance Computing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.