Performance Tuning WebWizard

Expanation of Disks

The disk are the simplest part of a computer but are unfortunely machanical. In modern computer systems the disks are inexpensive and so is often the first thing to be upgraded.

The disks are used for:

Disks are connected to the machine via adapters:

Both disks and adapter can become a bottleneck although if sensable numbers of disks are attached to each adpater they rarely become the problem.

Disks have three performance figures:

Disk Bottleneck ???

Criteria:

In a multi-user environment disk usage is always likely to be very peaky - meaning that users demands of the disks are in lots of small unpredictable bursts. To cater for this we need to keep the disks less than 45% busy (some say 35% busy), so that 2 out of 3 times the disk is not busy and so can immediate action the next I/O request.

Disk nmon Statistics

The basic Disk usage is on the Main Screen of nmon but its much better to use the Disk Screen.

The nmon statisics comprises every thing you need in a simple format:

read kB/s Means the amount of data read from the disk in k bytes per second.
write kB/s Means the amount of data written to the disk in k bytes per second.
%busy Means the percentage of the time that the disk was active.
reads/s Means the number of read transfers per second.
writes/s Means the number of write transfers per second.

Notes:

What can you do to disks?

If you find the disks are 100% busy: