Changes

Jump to: navigation, search

Winter 2009 SYA810 Block Device Benchmark Scripts

13 bytes added, 23:39, 16 July 2012
no edit summary
echo " ^ time to process randomly $BLOCKS blocks of 1KB on /dev/$BLOCKDEVICE."
= Gregory Katherine Masseau =
[http://matrix.senecac.on.ca/~gjmasseau/DiskTest.py Disk Test Script]
== Milton Paiva Neto ==
#!/bin/bash # # Script first written by Nestor Chan - Bossanesta and modified by Milton Paiva Neto <milton.paiva@gmail.com> # Create 10 files with one with 10 GBs fully of zeros time -p (for ((x=1; x<=10; x++)) do dd if=/dev/zero of=fakefile$x bs=1G count=10; done sync )
= LINKS =
[http://linux-raid.osdl.org/index.php/Performance Linux Raid Performance]

Navigation menu