AnalogJ / scrutiny

Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds
MIT License
4.72k stars 154 forks source link

[FEAT] show human readable values #570

Open uhthomas opened 5 months ago

uhthomas commented 5 months ago

Is your feature request related to a problem? Please describe.

Values like 2984964136 and 923248607 are pretty meaningless and hard to parse as a human.

image

Describe the solution you'd like

It would be nice if the UI could this this in a more human-like form. Such 2.98PB and 9.23PB.

Additional context

Some disks have huge numbers of data written and read. It's very difficult (if not impossible) to understand whether a number is gigabytes, terabytes or petabytes at a glance.

uhthomas commented 5 months ago

I'd like to extend this request to also include values like 'power on hours'.

image

Ideally, this would be represented as 35,050, or 1460 days and 10 hours, or 4 years.

It may be best to have both values? Such 35,050 hours (4 years).

In the case of units read/written: 2,984,964,136 bytes (2.98PB).