You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
78
+
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
79
+
```
80
+
81
+
## Checking Drive Temps and Throttling
82
+
83
+
If you want to see the SMART log to check for throttling and temps you can run (updated with your drive path)
84
+
85
+
```console
86
+
nvme smart-log /dev/ng0n1
87
+
```
88
+
89
+
You should see something like this
90
+
91
+
```bash
92
+
Smart Log for NVME device:ng0n1 namespace-id:ffffffff
93
+
critical_warning : 0
94
+
temperature : 32°C (305 Kelvin)
95
+
available_spare : 100%
96
+
available_spare_threshold : 10%
97
+
percentage_used : 8%
98
+
endurance group critical warning summary: 0
99
+
Data Units Read : 127385723 (65.22 TB)
100
+
Data Units Written : 186302952 (95.39 TB)
101
+
host_read_commands : 1823391462
102
+
host_write_commands : 3042922234
103
+
controller_busy_time : 8341
104
+
power_cycles : 4402
105
+
power_on_hours : 11430
106
+
unsafe_shutdowns : 348
107
+
media_errors : 0
108
+
num_err_log_entries : 13652
109
+
Warning Temperature Time : 0
110
+
Critical Composite Temperature Time : 0
111
+
Temperature Sensor 1 : 32°C (305 Kelvin)
112
+
Temperature Sensor 2 : 37°C (310 Kelvin)
113
+
Thermal Management T1 Trans Count : 0
114
+
Thermal Management T2 Trans Count : 0
115
+
Thermal Management T1 Total Time : 0
116
+
Thermal Management T2 Total Time : 0
117
+
```
118
+
25
119
### Sequential Performance
26
120
27
121
Here is the command I ran to test sequential read and writes. Keep in mind that although the drives and adapter support PCIe gen 4, my board only supports gen 3.
0 commit comments