https://github.com/aulanchik/ssd-info
Bash script for Solid State Drive (SSD) vitality stats check
https://github.com/aulanchik/ssd-info
bash linux smartctl ssd
Last synced: about 2 months ago
JSON representation
Bash script for Solid State Drive (SSD) vitality stats check
- Host: GitHub
- URL: https://github.com/aulanchik/ssd-info
- Owner: aulanchik
- Created: 2021-10-17T01:54:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T02:23:44.000Z (over 4 years ago)
- Last Synced: 2023-06-19T18:06:30.886Z (about 3 years ago)
- Topics: bash, linux, smartctl, ssd
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSD utility check #
# Overview #
This utility provides extensible "Quality of Life" information about the Solid State Drive (SSD):
* TBW (Terra Bytes Written)
* Average write rate (MB/day and GB/day)
* Drive health in %
* Online time
Which currently aren't shown by `smartctl` unix utility at this moment.
### Prerequisites ###
Before using launching this utility, make sure these tools are installed on your machine:
* `smartctl` (can be installed via running following command: `sudo apt install smartctl`)
### How to ###
* Clone repository `git clone https://github.com/aulanchik/ssd-info.git`
* Using a terminal access the folder: `cd /ssd-info`
* Give execution permissions to the utility: `sudo chmod +x ./ssdinfo.sh`
* Execute the utility: `./ssdinfo`
Note: Upon launching utility it will prompt for admin password. This happens due to `smartctl`
attempting to consult drive for specific information which isn't available for regular users.
### Testing ###
* Tested on Samsung SSD 860 (QVO/EVO/PRO) series. For other SSD series output might differ.