Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdufault/pydrivehealth
Hard drive health monitor in Python
https://github.com/pdufault/pydrivehealth
disks health python
Last synced: 9 days ago
JSON representation
Hard drive health monitor in Python
- Host: GitHub
- URL: https://github.com/pdufault/pydrivehealth
- Owner: pdufault
- Created: 2017-04-05T02:12:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T19:47:36.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T13:37:10.113Z (3 months ago)
- Topics: disks, health, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pydrivehealth
pydrivehealthThis script shows show these attributes on all disks attached to your Linux system:
* SMART health
* capacity
* temperature
* age
* how many sectors in the disk have been reallocated
* model and serial numbers## Show me
```
$ sudo ./pydrivehealth.py
9 devices detected
=== ====== ======== ========== ============= ========== =====================
# Name Health Capacity Temperature Age (on) Reallocated Sectors
=== ====== ======== ========== ============= ========== =====================
0 sda PASS 4.00 TB 32.0C 0.22 years 0
1 sdb PASS 4.00 TB 35.0C 4.34 years 2
2 sde PASS 4.00 TB 1.52 years 10
3 sdf PASS 4.00 TB 31.0C 0.22 years 0
4 sdg PASS 4.00 TB 36.0C 1.05 years 0
5 sdh PASS 4.00 TB 38.0C 1.84 years 0
6 sdi PASS 4.00 TB 34.0C 5.71 years 0
7 sdj PASS 4.00 TB 31.0C 0.22 years 0
8 sdk PASS 4.00 TB 30.0C 2.46 years 0
=== ====== ======== ========== ============= ========== =====================
```## Why
Personal yak shave project## TODO
Keep track of disks, so disk failure is easy to track