Downloadliste

Projektbeschreibung

sdb is a really simple program to benchmark disks. It only writes/reads data sequentially to/from a file and calculates the performance of this action. A memory buffer is used for input/output to get values close to the real performance of the disk or RAID system. You can use flags like O_DIRECT and O_SYNC to avoid buffering by the operating system. It is similar to dd, but there are some differences, since dd was not created for benchmarking a disk. It is possible to initialize the buffer with random values before writing them to the disk or a file on the disk. It is a simple but effective program to get the maximum speed of a disk. Due to the simplicity, you will get the results much faster than with a more complex benchmark.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-13 06:45 Zurück zur Release-Liste
0.7

IOPS-Berechnung ist nun möglich. Threadsynchronisierung umgeschrieben wurde: Es ist wichtiger, um IOPS mit mehreren Threads zu berechnen, das Limit für die Anzahl der parallelen Threads wird entfernt und die Ausgabe im ausführlichen Modus gibt weitere Informationen. CPU-Auslastung wird berechnet.
IOPS calculation is now possible. Thread synchronization was rewritten: it is more critical in order to calculate IOPS with several threads, the limit on the number of parallel threads is removed, and the output in verbose mode gives more information. CPU usage is calculated.

Project Resources