Usage
The utility is exposed over the CLI interface like:
cli::tests::tape::readwrite drivename datasize [blocksize]
The commands read/write data from/to the given PresSTORE drivename with the given datasize using the optional blocksize. (default = 32 kB).
Both sizes also accept the following optional modifiers:
k|K = kilo (= size * 1024)
m|M = mega (= size * 1024 * 1024)
g|G = giga (= size * 1024 * 1024 * 1024)
The command reports the write speed and the read speed, both in KBytes/sec.
For details calling commands via the CLI please consult the CLI guide.
Example:
# cd /usr/local/aw