This commit is contained in:
pdiogoantunes 2017-03-16 10:37:53 +01:00
parent aff1442598
commit a785ad649c

View file

@ -130,4 +130,12 @@ $ iwatch <target>
~~~{.bash}
$ stat -c %U /tmp/* | sort | uniq -c | sort -n
~~~
## Tester l'écriture disque
Simplement, en écriture (fichier de 5.1GB) :
~~~{.bash}
$ dd if=/dev/zero of=test count=10000000
~~~