I have a new NVMe "drive" on my desk, and I will switch in the near-future, but in the meantime, here's some interesting data. I don't think it shows anything (other than it doesn't match). I have run smartctl twice, at 24-hour interval. iotop has been running (in accumulation mode) for that same period. md127 is a RAID1 array of spinning rust - so not the NVMe. Chrome, running under user "black" should be writing to the home folder, which is not on the NVMe (it's on md127 - the spinning rust). Syncthing's folders are also on md127.
/var/portable/tmp has been in tmpfs for a month now and doesn't appear to make a difference. I have included the relevant fstab line, in case I made a newbie mistake there.
Code: Select all
Every 2.0s: smartctl -A /dev/nvme0 blackphoenix: Wed Jun 7 08:08:57 2023
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.12-gentoo] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF SMART DATA SECTION ===
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x04
Temperature: 30 Celsius
Available Spare: 100%
Available Spare Threshold: 10%
Percentage Used: 100%
Data Units Read: 311,084 [159 GB]
Data Units Written: 2,127,156,742 [1.08 PB]
Host Read Commands: 11,576,860
Host Write Commands: 8,419,516,333
Controller Busy Time: 95,656
Power Cycles: 47
Power On Hours: 17,402
Unsafe Shutdowns: 17
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
Warning Comp. Temperature Time: 0
Critical Comp. Temperature Time: 0
Every 2.0s: smartctl -A /dev/nvme0 blackphoenix: Thu Jun 8 07:52:55 2023
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.12-gentoo] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF SMART DATA SECTION ===
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x04
Temperature: 30 Celsius
Available Spare: 100%
Available Spare Threshold: 10%
Percentage Used: 100%
Data Units Read: 311,797 [159 GB]
Data Units Written: 2,131,061,845 [1.09 PB]
Host Read Commands: 11,581,631
Host Write Commands: 8,434,917,922
Controller Busy Time: 95,837
Power Cycles: 47
Power On Hours: 17,426
Unsafe Shutdowns: 17
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
Warning Comp. Temperature Time: 0
Critical Comp. Temperature Time: 0
Code: Select all
Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
Current DISK READ: 0.00 B/s | Current DISK WRITE: 0.00 B/s
PID PRIO USER DISK READ DISK WRITE> SWAPIN IO COMMAND
1161 be/3 root 0.00 B 1629.28 M 0.00 % 0.00 % [jbd2/md127-8]
168 be/3 root 0.00 B 697.21 M 0.00 % 0.00 % [jbd2/nvme0n1p3-8]
22754 be/4 black 692.00 K 105.75 M 0.00 % 0.13 % chrome --profile-directory=Default --disable-async-dns
22799 be/4 black 52.00 K 56.47 M 0.00 % 0.07 % chrome --type=utility --uti~,13347491690870620486,262144
31748 ?dif syncthin 6.39 M 53.09 M 0.00 % 0.02 % syncthing -no-browser -home~ddress=http://127.0.0.1:8384
3120 be/4 black 136.00 K 44.25 M 0.00 % 0.00 % liferea
1567 be/4 root 0.00 B 28.40 M 0.00 % 0.20 % syslogd -F -m 0 -s -s
22811 be/4 black 4.00 K 23.26 M 0.00 % 0.05 % chrome --type=utility --uti~,13347491690870620486,262144
3136 be/4 black 928.00 K 3.07 M 0.00 % 0.00 % WebKitNetworkProcess 7 18
22939 be/4 black 0.00 B 2.49 M 0.00 % 0.00 % chrome --type=renderer --cr~,13347491690870620486,262144
32232 be/4 black 0.00 B 1916.00 K 0.00 % 0.00 % chrome --type=renderer --cr~,13347491690870620486,262144
22882 be/4 black 0.00 B 1244.00 K 0.00 % 0.00 % chrome --type=renderer --cr~,13347491690870620486,262144
1465 be/4 black 0.00 B 972.00 K 0.00 % 0.00 % chrome --type=renderer --cr~,13347491690870620486,262144
19559 be/4 root 0.00 B 624.00 K 0.00 % 0.00 % nmbd -D
23088 be/4 black 0.00 B 604.00 K 0.00 % 0.00 % chrome --type=renderer --cr~,13347491690870620486,262144
25183 be/4 black 0.00 B 276.00 K 0.00 % 0.00 % chrome --type=renderer --cr~,13347491690870620486,26214
Relevant line of /etc/fstab:
Code: Select all
PARTUUID=8ca208e8-2e44-454a-b4ec-51e76d3acdab / ext4 noatime 0 1