22
0
Fork 0

Correction dd tailles de fichiers dummy

This commit is contained in:
jdubois 2020-04-03 14:45:20 +02:00
parent 775d53997f
commit 53900dfcb5
1 changed files with 2 additions and 2 deletions

View File

@ -545,13 +545,13 @@ Pour tester les performances d'un FTP ou autre on a besoin d'envoyer un fichier
Pour un fichier de 10Mio : Pour un fichier de 10Mio :
~~~ ~~~
dd if=/dev/zero of=10M.bin bs=1024 count=0 seek=$[1024*100] dd if=/dev/zero of=10M.bin bs=1024 count=0 seek=$[1024*10]
~~~ ~~~
Pour 100Mio : Pour 100Mio :
~~~ ~~~
dd if=/dev/zero of=100M.bin bs=1024 count=0 seek=$[1024*1000] dd if=/dev/zero of=100M.bin bs=1024 count=0 seek=$[1024*100]
~~~ ~~~
Pour 1Gio : Pour 1Gio :