diff options
author | Aaron Ball <nullspoon@iohq.net> | 2015-07-04 14:14:41 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2015-07-17 08:58:46 -0600 |
commit | 1885394214392349a92eaa959e5f6acdffcd2ca2 (patch) | |
tree | 77772c8eba7ba2b30805c81827eef36d47157974 /src/Benchmarks:Toshiba_Canvio_Slim.ascii | |
parent | 555db1fb0a22d9e0af9944504feb0ba5d759e926 (diff) | |
download | oper.io-1885394214392349a92eaa959e5f6acdffcd2ca2.tar.gz oper.io-1885394214392349a92eaa959e5f6acdffcd2ca2.tar.xz |
Restructured all posts
Diffstat (limited to 'src/Benchmarks:Toshiba_Canvio_Slim.ascii')
-rw-r--r-- | src/Benchmarks:Toshiba_Canvio_Slim.ascii | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/src/Benchmarks:Toshiba_Canvio_Slim.ascii b/src/Benchmarks:Toshiba_Canvio_Slim.ascii deleted file mode 100644 index 0e4f877..0000000 --- a/src/Benchmarks:Toshiba_Canvio_Slim.ascii +++ /dev/null @@ -1,60 +0,0 @@ -Benchmarks:Toshiba Canvio Slim -============================== -:author: Aaron Ball -:email: nullspoon@iohq.net - - -== {doctitle} - -If you're considering purchasing an external hard drive, :Category:Benchmarks[ -these benchmarks] should hopefully help clear up some questions you might have. -In this post, I benchmark my http://www.toshiba.com/us/canvio-slim[Toshiba -Canvio Slim] hard drive. I've been using this drive for about a year now and -it has performed well for me. It has even taken a drop while it was plugged in -(it disconnected from the cable even). Here are the IO metrics from the great -https://www.gnu.org/[GNU] utility, dd - -image:Toshiba_Canvio_Slim.png[height=300] - -* *Manufacturer*: http://www.toshiba.com/us/[Toshiba] -* *Name*: http://www.toshiba.com/us/canvio-slim[Canvio Slim] -* *Made in*: Philippines -* *Size*: 500GB -* *Interface*: USB 3.0/2.0 -* *Average Write Speed*: 99.0 MB/s -* *Average Read Speed*: 93.5 MB/s - -[[benchmarks]] -=== Benchmarks - -[[usb3-devzero-write]] -==== USB3 /dev/zero Write - -Writing 16 gigabytes of zeros. - ----- -dd if=/dev/zero of=/dev/sdc bs=1M count=16384 -16384+0 records in -16384+0 records out -17179869184 bytes (17 GB) copied, 173.495 s, 99.0 MB/s ----- - - -[[usb3-read-to-devnull]] -==== USB3 Read to /dev/null - -Reading 16 gigabytes to /dev/null. - ----- -dd if=/dev/sdc of=/dev/null bs=1M count=16384 -16384+0 records in -16384+0 records out -17179869184 bytes (17 GB) copied, 183.838 s, 93.5 MB/s ----- - -Category:Hard_Drives -Category:Benchmarks -Category:Toshiba - - -// vim: set syntax=asciidoc: |