Over the years I've written a dashboarding application for my NAS that lets me see critical information in one place. Data is in a mySQL db, with the front end provided by Grafana. Works really nicely. One thing that it's missing is SMART data, charted over time, so I can see any worrying trends.
Does anyone know of a way to capture SMART data via the command line in windows? Do any free apps offer a CLI interface? Most seem to be GUI only. I know about the WMIC diskdrive stats and it's not enough, I want raw SMART data. My monitoring app is written in Java, so another option would be some off the shelf Jar\API (unlikely), or alternatively an exe that I can make a dodgy JNI call to.
I'm running 10 drives with over 50TB so quite keen to automate this.
Does anyone know of a way to capture SMART data via the command line in windows? Do any free apps offer a CLI interface? Most seem to be GUI only. I know about the WMIC diskdrive stats and it's not enough, I want raw SMART data. My monitoring app is written in Java, so another option would be some off the shelf Jar\API (unlikely), or alternatively an exe that I can make a dodgy JNI call to.
I'm running 10 drives with over 50TB so quite keen to automate this.
Last edited: