I meant that the tools use Apple’s IOKit APIs. I thought that was obvious but I guess not.SMART is not specific to Apple. It's a drive monitoring standard supported by hard drives and SSDs of all manufacturers and is present in most drives since the mid 90s.
It also has absolutely nothing to do with IOKit. On an SSD SMART stats are maintained by the drives controller that is managing the NAND memory. All those tools are just reading that information from the SSD controller. You can even read the SMART stats out while running Linux on the M1 and it gives the exact same values.
Since updating to Big Sur 11.2.2 this morning my swap hasn't been above 64 MB (M1 Mac Mini 16GB/512). So they must have included something in the update.
View attachment 1735635
Do you have Chrome installed? Do you use Safari at all?No difference for my 8GB MBA, it still writes more than 3 TB a day, even with spotlight turned off.
Yes, I have to use Chrome for my work, so it is running almost all day long.Do you have Chrome installed? Do you use Safari at all?
That would confirm what others have said. It could be an underlying issue with Big Sur that causes certain apps like Chrome to produce excessive writes.Yes, I have to use Chrome for my work, so it is running almost all day long.
@flopticalcube @featherlessbird Chrome is unlikely to be the cause. I am using Chrome as well for a couple of weeks now and haven't observed any change in TBW. Everything is like before (I am not affected by the high TBW issue) when I was using Safari.
Could be an extension of Chrome. Still early days and everything here is anecdotal though.@flopticalcube @featherlessbird Chrome is unlikely to be the cause. I am using Chrome as well for a couple of weeks now and haven't observed any change in TBW. Everything is like before (I am not affected by the high TBW issue) when I was using Safari.
I'm also suspicious about some kind of cloud services that constantly doing something in the background.I have a 16/256 M1 Mini I got in early January, and it's already at 3% SSD used. In Activity Monitor, I can see that bird (the iCloud Drive daemon process) is writing to disk constantly, up to 50GB / hour, which I think explains the problem. I suspect it's tied to having some stuck files that refuse to upload even after weeks and multiple reboots, so maybe bird is doing something like continuously spamming an error log to the SSD. Does anyone else with high usage see anything similar?
Which tool is this? Want also check my M1 Pro after the update.Since updating to Big Sur 11.2.2 this morning my swap hasn't been above 64 MB (M1 Mac Mini 16GB/512). So they must have included something in the update.
View attachment 1735635
I am junior developper and use it for my studies so I would say I lean more toward the heavier user side than not.@Jinbei Not particularly low TBW on yours but nothing disturbing either. I would probably have the same values by now if I wouldn't edit my videos on an external SSD.
Almost identical to my M1 MBA which I've been using since Nov 17, 2020 (about 100 days).Here is my result after a little bit more than two month of ownership. Don't know if this is good or bad. 512GB and 16GB of ram.
=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 35 Celsius
Available Spare: 100%
Available Spare Threshold: 99%
Percentage Used: 0%
Data Units Read: 13,091,259 [6,70 TB]
Data Units Written: 13,242,501 [6,78 TB]
Host Read Commands: 147,169,167
Host Write Commands: 166,950,920
Controller Busy Time: 0
Power Cycles: 173
Power On Hours: 91
Unsafe Shutdowns: 4
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 28 Celsius
Available Spare: 100%
Available Spare Threshold: 99%
Percentage Used: 0%
Data Units Read: 16,982,922 [8.69 TB]
Data Units Written: 13,516,879 [6.92 TB]
Host Read Commands: 249,487,005
Host Write Commands: 158,473,367
Controller Busy Time: 0
Power Cycles: 366
Power On Hours: 131
Unsafe Shutdowns: 41
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
Data Units Written and Percentage Used. DriveDX gets the same information but displays it slightly differently. Since DriveDX isn't open source I can't review the code like I can smartmontools but everything I've seen shows that both display exactly the same info. I'm very convinced that smartmontools is working correctly after looking at the NVMe spec and reviewing the code.What metric are you guys looking at exactly? Is it the "Data Units Read" and "Data Units Written"?
Also, can i just use Drive Dx to get this info? Dont really want to use all that command line stuff.