Now it is possible of get basic SMART information about your Apple SSD like data units written on Linux. In order to get this information :-
- Install the smartmontools package. Eg on Ubuntu run
sudo apt-get install smartmontools
- Run
sudo smartctl /dev/nvme0 -x
The information shall be displayed on the terminal.