mirror of
https://github.com/007revad/Synology_SMART_info.git
synced 2026-04-25 08:05:48 +03:00
[GH-ISSUE #22] Add calculation helper for data_units_read and data_units_written for NVMe drives? #62
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_SMART_info#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jerryhze on GitHub (Aug 5, 2025).
Original GitHub issue: https://github.com/007revad/Synology_SMART_info/issues/22
Currently the output shows the raw number and not human readable. Is it possible to add a conversion to GB or TB read and written?
@007revad commented on GitHub (Aug 31, 2025):
It seems like all NVMe brands use 512 byte data for units read and written.
I don't want to change the existing data_units_read and data_units_written because it's "data units"... but I could append "(### TB)" to end of the data_units_read and data_units_written lines like:
@007revad commented on GitHub (Sep 6, 2025):
Added in https://github.com/007revad/Synology_SMART_info/releases/tag/v1.3.16