Δημοσιεύτηκε: 26 Δεκ 2016, 16:19
από the_eye
kyknos123 έγραψε:βλεπεις τον file manager να το ολοκληρωνει σε χρονο dt μετα την ολοκληρωσει αν ανοιξεις εναν browser η μια καρτελα καθυστερει γιατι ο δισκος γραφει ακομα

Αυτό δεν πρέπει να έχει σχέση με τον file manager, γιατί και με τερματικό το κάνει. Πρέπει να έχει να κάνει με την cache του δίσκου.

Δεν έχω κάποιο ποιο μεγάλο αρχείο αυτή την στιγμή.

Δώσε την παρακάτω εντολή, για να δούμε πόσο γρήγορος είναι ο δίσκος ανεξαρτήτου διαμορφώσεως.
Κώδικας: Επιλογή όλων
sudo hdparm -t /dev/sda

/dev/sda:
Timing buffered disk reads: 290 MB in 3.02 seconds = 96.04 MB/sec


έγραψε:-t Perform timings of device reads for benchmark and comparison
purposes. For meaningful results, this operation should be repeated
2-3 times on an otherwise inactive system (no other active processes)
with at least a couple of megabytes of free memory. This displays
the speed of reading through the buffer cache to the disk without
any prior caching of data. This measurement is an indication of how
fast the drive can sustain sequential data reads under Linux, without
any filesystem overhead. To ensure accurate measurements, the
buffer cache is flushed during the processing of -t using the
BLKFLSBUF ioctl.