Happiness is inversely proportional to distraction. The more you’re distracted, the less happy you are.
Related: Purpose, happiness, and Buddhism
Related: Purpose, happiness, and Buddhism
hdparm
as described in an Ask Ubuntu answer to compare the speeds of 3 different storage devices I had.% sudo hdparm -Tt /dev/sda # Internal SSD
/dev/sda:
Timing cached reads: 8624 MB in 2.00 seconds = 4314.43 MB/sec
Timing buffered disk reads: 544 MB in 3.02 seconds = 179.89 MB/sec
% sudo hdparm -Tt /dev/sdb # USB 3.0 external HDD
/dev/sdb:
Timing cached reads: 8584 MB in 2.00 seconds = 4293.72 MB/sec
Timing buffered disk reads: 318 MB in 3.01 seconds = 105.54 MB/sec
% sudo hdparm -Tt /dev/sdb # USB 2.0 external HDD
/dev/sdb:
Timing cached reads: 8434 MB in 2.00 seconds = 4219.40 MB/sec
Timing buffered disk reads: 102 MB in 3.03 seconds = 33.69 MB/sec