Electronic Review of Computer Books

[ ERCB Home | New | Feature | Brief | DDJ | Letters | Links ]

[an error occurred while processing this directive]

Vital Statistics

Title System Performance Tuning
Author Mike Loukides
Publisher O'Reilly & Associates
http://www.ora.com/
Copyright 1991
ISBN 0937175609
Pages 336
Price $29.95


System Performance Tuning

I admit that I have a fondness for O'Reilly books. They have a consistently directly work-related style and relevance, and are tutorial in nature. In its day System Performance Tuning, by Mike Loukides, would have been extremely useful for advancing to the level of master system administrator or as a reference for some people who are just efficiency freaks.

However, by today's standards, System Performance Tuning is dated: There is very system-specific discussion of BSD and System V variants, such as SunOS and XENIX. This is mostly about options to vmstat, iostat, sar, ps, perfmeter, and the like. It is interesting to see that ps under BSD could be used to look at kernel core files after a panic. Some times older or less popular technologies have ideas worth revisiting.

In a book this old, it is interesting to read outdated predictions (flawed or otherwise), such as the widespread adoption of Mach and upcoming "new" technologies such as threads, which are now taken for granted. In spite of this, some of this information can still be applied today, as some concepts remain constant. One such concept is building small and efficient kernels. Another is the iterative process of collecting statistics, analyzing them and tuning the system. Neither of these is really adequately covered in any currently available Linux or FreeBSD book. In the modern organization, other factors (such as clustering for scalability and the lack of terminals in most modern workplaces) bypasses some of the motivations of this book. This book would be particularly useful for large critical servers in a non-distributed environment.

System Performance Tuning covers introductory motivations and an outline of terms, monitoring, memory performance, disk performance, network performance, terminal performance, and kernel configuration with two appendixes: real time and strategies. Like most "nutshell" books, the glossary is clear. There are good summaries at the end of chapters with tips based on hard-won experience, things like being critical of performance specs, or upgrading a controller before looking to add extra faster drives. Some theoretical knowledge is imparted through these pages as well; for example, the topic of extent maps (now a common feature) within file systems.

The book suggests: turning on accounting; tuning kernel parameters; making choices between RAM usage and disk usage; educating users; shutting down unnecessary processes, "nice-ing" processes or running them off peak; and writing benchmark programs. The book includes a simple C program and some Awk and Bourne shell scripts, but mostly it shows how to analyze the output of system commands. There is even something for programmers -- the old data alignment and memory allocation chestnut is dragged out.

If you are trying to nurse along an aging 386 running XENIX or an old 68030 running SunOS, System Performance Tuning is for you. Otherwise, it is an interesting historical read on making the most of what you have, and while some of the details of systems change, the goals and underlying concepts remain the same.

-- Regan Russell


Quick Rating

Readability Star Star
Originality Star Star
Organization Star Star
Accuracy Star Star Star
Consistency Star Star
Depth Star Star
Timeliness Star
Editing Star Star Star
Design Star Star Star
Overall Value Star Star

Explanation of ERCB rating scale:
No stars = unacceptable
1 Star = marginal
2 Stars = average
3 Stars = above average
4 Stars = exceptional


Copyright © 2000 Electronic Review of Computer Books
Created 12/31/2000 / Last modified 12/31/2000 / webmaster@ercb.com