How many hours has the disk on the server been used?
How many TBs of data have been written or read?
How many hours has the disk run in total?
On Linux servers, it can be queried with the command below.
sudo nvme smart-log /dev/nvme0
In the command, nvme0, nvme1, nvme2 specify which disk to query. To query which NVMe disks are on the server, you can examine this topic.