Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Dashboard view in table format with extra details #621

Open
davispuh opened this issue Apr 3, 2024 · 0 comments
Open

[FEAT] Dashboard view in table format with extra details #621

davispuh opened this issue Apr 3, 2024 · 0 comments

Comments

@davispuh
Copy link

davispuh commented Apr 3, 2024

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

Currently Dashboard shows very little information for each drive but I would want to see more stats for all drives rather than having to open each individually.

Describe the solution you'd like

In Dashboard to have setting to switch to "detailed view" that would show values for all drives in a table format.

I'm most interested in these:

  • Reallocation Event Count
  • Reallocated Sectors Count
  • (Offline) Uncorrectable Sector Count
  • Current Pending Sector Count

Normally these all should be 0 but I have a lot of disks with these increased hence it's useful to have overview.

Additional context

Currently I've been looking at them manually every once in a while like this

# ls /dev/disk/by-id/ata* | xargs -L 1 smartctl -a | grep -E 'Reallocated_Event_Count|Reallocated_Sector_Ct|Offline_Uncorrectable|Current_Pending_Sector'
  5 Reallocated_Sector_Ct   0x0033   054   051   036    Pre-fail  Always       -       61400
197 Current_Pending_Sector  0x0012   080   080   000    Old_age   Always       -       3336
198 Offline_Uncorrectable   0x0010   080   080   000    Old_age   Offline      -       3336
  5 Reallocated_Sector_Ct   0x0033   084   084   005    Pre-fail  Always       -       461
196 Reallocated_Event_Count 0x0032   078   078   000    Old_age   Always       -       558
197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       8
198 Offline_Uncorrectable   0x0008   100   100   000    Old_age   Offline      -       0
  5 Reallocated_Sector_Ct   0x0033   001   001   005    Pre-fail  Always   FAILING_NOW 1341
196 Reallocated_Event_Count 0x0032   001   001   000    Old_age   Always       -       3010
197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       184
198 Offline_Uncorrectable   0x0008   100   100   000    Old_age   Offline      -       0
  5 Reallocated_Sector_Ct   0x0033   086   086   005    Pre-fail  Always       -       417
196 Reallocated_Event_Count 0x0032   085   085   000    Old_age   Always       -       442
197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0008   100   100   000    Old_age   Offline      -       0
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant