Created
June 15, 2021 08:11
-
-
Save analogic/2e1d6746d3bfec3c7f5eadfb9570c990 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starej stroj | |
====================================================================== | |
/dev/sda: | |
Timing cached reads: 7700 MB in 1.98 seconds = 3892.51 MB/sec | |
Timing buffered disk reads: 136 MB in 3.10 seconds = 43.82 MB/sec | |
root@app:/home/sh# sudo hdparm -tT /dev/sdb | |
/dev/sdb: | |
Timing cached reads: 11158 MB in 1.99 seconds = 5621.13 MB/sec | |
Timing buffered disk reads: 194 MB in 3.01 seconds = 64.54 MB/sec | |
Novej stroj | |
====================================================================== | |
/dev/sda: | |
Timing cached reads: 16452 MB in 1.99 seconds = 8280.19 MB/sec | |
Timing buffered disk reads: 1042 MB in 3.00 seconds = 347.30 MB/sec | |
sh@app ~ % sudo hdparm -tT /dev/sdb | |
/dev/sdb: | |
Timing cached reads: 15806 MB in 1.99 seconds = 7954.23 MB/sec | |
Timing buffered disk reads: 706 MB in 3.00 seconds = 235.13 MB/sec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment