Program: IOTEST Purpose: Tests the speed of disk io. Category: DEMO File: iotest.c Author: K.G. Begeman Description: The programme has three options: 1 = read data, 2 is read data and write it back to disk and 3 read data, write back to disk and read again to check whether the data was corrupted. At the end the programme will list the number of bytes transferred and the cpu and real time it took. Keywords: INSET= Enter set (and subsets) to read/write. The data should NOT be damaged by this programme if the disk is o.k. BOX= Enter BOX [whole subset]. OPTION= Which option? (1=read,2=read/write,3=check) BUFFERSIZE= Enter size of read/write buffer [4096]. Updates: Dec 10, 1991: KGB Document created.