mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
7303304d07
has changed, so anyone who wants to use this port should be prepared to do a little work on the update. Source: distfile survey
15 lines
822 B
Plaintext
15 lines
822 B
Plaintext
dt is a generic data test program used to verify proper operation of
|
|
peripherals, file systems, device drivers, or any data stream supported
|
|
by the operating system. In its' simplest mode of operation, dt writes
|
|
and then verifys its' default data pattern, then displays performance
|
|
statisics and other test parameters before exiting. Since verification
|
|
of data is performed, dt can be thought of as a generic diagnostic tool.
|
|
|
|
dt has been used to successfully test disks, tapes, serial lines,
|
|
parallel lines, pipes, and memory mapped files. In fact, dt can be used
|
|
for any device that allows the standard open, read, write, and close
|
|
system calls. Special support is necessary for some devices, such as
|
|
serial lines, for setting up the speed, parity, data bits, etc.
|
|
|
|
WWW: http://www.scsifaq.org/RMiller_Tools/index.html
|