Normal
I used the Intel SSD Data Center Tool to get the drive temps.Assuming the ISDCT is installed to the default location (C: \isdct\) the following command (need to run from elevated prompt) will write the temp stats to a CSV file on the root of the drive: [CODE]C:\isdct\isdct.exe dump -destination c:\temp.csv -intelssd 0 datatype=nvmelog logid=197[/CODE]Note: If you have more than one Intel Data Center drive (750, P3700, etc.) installed you'll need to figure out the drive's index number (the zero in the above command) with the following command:[CODE]C:\isdct\isdct.exe show -intelssd[/CODE]
I used the Intel SSD Data Center Tool to get the drive temps.
Assuming the ISDCT is installed to the default location (C: \isdct\) the following command (need to run from elevated prompt) will write the temp stats to a CSV file on the root of the drive: [CODE]C:\isdct\isdct.exe dump -destination c:\temp.csv -intelssd 0 datatype=nvmelog logid=197[/CODE]
Note: If you have more than one Intel Data Center drive (750, P3700, etc.) installed you'll need to figure out the drive's index number (the zero in the above command) with the following command:
[CODE]C:\isdct\isdct.exe show -intelssd[/CODE]