Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

SSD - Specs for Storage Devices | A simple and lightweight program to monitor your storage devices using S.M.A.R.T. data

License

NotificationsYou must be signed in to change notification settings

NDXCode/SSD

Repository files navigation

SSD is a simple and lightweight tool to obtain some information about the storage devices found inside of your computer

How it works

SSD parses the output ofsmartctl.exe, gathering the required data to supply the infromation of the drives to the program.

  • First it determines the storage devices in your computer using thesmartctl.exe --scan command
  • Then it runs the commandsmartctl.exe -x /dev/{num_of_storage_device} for each drive found in your system
  • After that it parses the output of the commands using regular expressions
  • If the S.M.A.R.T. data does not provide the condition of the device (which it usually never does for HDD-s) it uses an algorithm based on some factors to calculate it

Compatibility

SSD is made in .NET 4.0 so it should theoradically run on systems as low as Windows XP SP3 but its functionality is yet to be tested on older systems

How to build

  • Download the project as a .ZIP from this GitHub page
  • Open the .sln is Visual Studio
  • Click 'Build' --> 'Build Solution'
  • When it is done building make sure to placesmartctl.exe in the same directory asSSD.exe (It is already included in the release version, you only need to do it if you build it yourself)

Features

SSD lists the following informations about your drives:

  • Model
  • Health
  • Temperature
  • Power-On Hours
  • Start / Stop Count (In case of HDD)
  • HWID
  • Health
  • GigaBytes Written (In case of SSD)
  • Bas Sectors (In case of HDD)

Why SSD?

While this program might not be as advanced as other storage device info tools likeCrystalDisk Info orHD Sentinel it is still a good choice if you desperately need something to check the status of your drives

Credits

Credits tosmartmontools for smartctl.exe

About

SSD - Specs for Storage Devices | A simple and lightweight program to monitor your storage devices using S.M.A.R.T. data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp