In CrystalDiskInfo, I can see how many GB have been written to an SSD. This is helpful to monitor its usage over time:
If possible, I would like to run a script automatically that pulls this information and keeps a log of it over time in a csv file. I could do this easily with Python if I had some way to pull that information from the command line.
Any thoughts on how I can get the total number of host writes on an SSD programmatically? I'm not sure how to access that number from the command line.
