Re: Timings on real SSD

from hdd to ssd

> > [root@maxa-pc ~]# time > cp /home/bmaxa/Downloads/manjaro-kde-0.8.12-x86_64.iso . > > real 0m8.244s > user 0m0.007s > sys 0m0.850s > [root@maxa-pc ~]# echo 1 > /proc/sys/vm/drop_caches > > from ssd to ssd > > [root@maxa-pc ~]# time cp manjaro-kde-0.8.12-x86_64.iso Downloads/ > > real 0m2.971s > user 0m0.000s > sys 0m0.783s > [root@maxa-pc ~]# > [root@maxa-pc ~]# ls -l manjaro-kde-0.8.12-x86_64.iso > -rw-r--r-- 1 root root 1555709952 24.04.2015 18:28 > manjaro-kde-0.8.12-x86_64.iso > [root@maxa-pc ~]#

All relatively correct.

There are still some deep issues with SSDs and how they cope with Linux thunder.

The typical flash memory + controller combination can handle several hundred file requests per second. The fastest is 2000 made by Samsung.

2000 is nowhere near the few hundreds of thousands of requests Linux can fire off however.

Probably one good way for the future is to put in a Linux computer inside the SSD and manage the file transfers using Linux thunder and wizardry to schedule the reading and writing to the flash memory. Probably require additional RAM, fast flash, new file formats and new flash hardware memory formats to get there.

Reply to
7
Loading thread data ...
< idiotic propaganda >

Imbecile.

--
Slimer 
Encrypt.
Reply to
Slimer

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.