How could I get ssd life information(whole life and remaining life)in my system?
I tried "smartctl" and "isdct", but they do not work:
#smartctl -i /dev/nvme0n1 :
(smartctl can not recognize intel pcie ssd)
isdct:
#isdct show -a -intelssd
DeviceStatus:Healthy
EnduranceAnalyzer:XXXXXXXXXXXXXX
....
I want specific remainning life but a flag that show the ssd is healthy or not.
#isdct show -a -smart -intelssd
- AD -
AverageEraseCycles:65
Description: Wear Leveling Count
ID:AD
MaximumEraseCycles : 83
MinimumEraseCycles : 48
Normalized : 100
Raw : 279178313776
- E2 -
Description: Timed Workload - Media Wear
ID : E2
Normalized: 100
Raw:65536
- E4 -
Description: Timed Workload Timer
ID : E4
Normalized : 100
Raw:65535
- F4 -
Description: NAND Bytes Written
ID : F4
Normalized : 100
Raw : 4208175
- F5 -
Description : Host Bytes Writen
ID : F5
Normalized : 100
Raw : 2865299
(and several attributes)
Is there a mathematical formula describing the remainning life of the dc p3600 using these attributes ?
================================================================================
Or other way to get specific whole life and remainning life?