Linux Tricks| Check your Disk's WritePerformance with dd Command

Publié le: 19 juin 2024
sur la chaîne: Bytes & Beyond
102
1

dd if=/dev/zero of=/tmp/testfile bs=1G count=1 oflag=direct

if=/dev/zero: This uses a special file that provides a stream of zeros.
of=/tmp/testfile: This is the output file where we'll write the data.
bs=1G: This sets the block size to 1 gigabyte.
count=1: This means we'll write just one block.
oflag=direct: This tells dd to use direct I/O, bypassing the cache."


Sur cette page du site, vous pouvez voir la vidéo en ligne Linux Tricks| Check your Disk's WritePerformance with dd Command durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Bytes & Beyond 19 juin 2024, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 102 fois et il a aimé 1 téléspectateurs. Bon visionnage!