The following guide describes how to quickly check the speed of our disk using the dd command.
Komenda zadziała dla systemów zarówno Debian, Ubuntu jak i CentOS

Całość sprowadza się do wydania jednej komendy w konsoli.

Logujemy się do terminala naszego serwera, komputera bądź gdziekolwiek gdzie chcemy sprawdzić szybkość i wydajemy polecenie:
dd if=/dev/zero of=/tmp/test bs=64k count=16k conv=fdatasync

Otrzymujemy wynik:

To jest wynik dla dysku SSDNvme:
16384+0 przeczytanych recordów
16384+0 zapisanych recordów
skopiowane 1073741824 bajty (1,1 GB), 1,1295 s, 951 MB/s

Teraz dla porównania wynik ze zwykłego dysku SSD:
16384+0 przeczytanych rekordów
16384+0 zapisanych rekordów
skopiowane 1073741824 bajtów (1,1 GB, 1,0 GiB), 2,631 s, 408 MB/s

No i jako ciekawostka całkiem nowy zwykły dysk HDD:
16384+0 przeczytanych recordów
16384+0 zapisanych recordów
skopiowane 1073741824 bajty (1,1 GB), 7,47575 s, 144 MB/s

Jest ogromna różnica w rodzaju dysku prawda? 🙂

About WordPress

Najnowsze wpisy

Installing Laravel on servers with DirectAdmin panel

Installing Laravel on servers with DirectAdmin panel: poniżej bardzo prosty sposób na instalację na naszych

7 months temu

Deletes all .listing files in a given folder and subfolders

Below is a very simple trick to delete all .listing files from directories and their subdirectories. użyjemy

7 months temu

Checking the temperature of raspberry pi

The guide below shows how to check the temperature in the Raspberry Pi in just a few seconds. Polecenie

7 months temu

Full Debian Installation 12 For beginners

Today we will introduce you to the first tutorial on how to install Debian. We will show you throughout the series, w jaki sposób

12 months temu

Checking the operating frequency of the Raspberry PI CPU

The following method describes a very simple way to check the operation of the CPU frequency of our Raspberry PI. Całość

1 year temu

Recursive change of file permissions on Debian

Recursive change of file permissions Go to the directory for which we want to change permissions (np public_html)…

1 year temu