I noticed that my 2015 rMBP 15" running Mojave has an average of 33 power cycles a day being reported by the tools `DriveDx` and `smartmontools.`
This doesn't seem right at all, as I have not been closing the lid 33 times a day! And yet, when I test it, I see that the count only goes up once each time I close the lid and open it.
Perhaps each time the drive goes to idle increases the count by 1?
But I don't leave the machine idle much. Does MacOS frequently wake up the SSD while in standby to do background tasks?
You could use the software DriveDx or from the Terminal, run:
Could you please share what these S.M.A.R.T values are on your MBPs ssd?
Thanks!
This doesn't seem right at all, as I have not been closing the lid 33 times a day! And yet, when I test it, I see that the count only goes up once each time I close the lid and open it.
Perhaps each time the drive goes to idle increases the count by 1?
But I don't leave the machine idle much. Does MacOS frequently wake up the SSD while in standby to do background tasks?
You could use the software DriveDx or from the Terminal, run:
brew install smartmontool
smartctl -s on -a disk0
Could you please share what these S.M.A.R.T values are on your MBPs ssd?
9 Power_On_Hours
12 Power_Cycle_Count
Thanks!