Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FEATURE REQUEST: Additional SMART data for SAS SSDs

Featured Replies

 

Hello,

 

I have a bunch of SAS SSDs that currently only display drive temperature information in the SMART Attributes tab.

The SSDs in question are: Toshiba PX04SVB096 and PX04SRB096, but I assume this applies to other SAS SSDs as well.

 

It would be really nice if we could also see the 'Percentage used endurance indicator'.

 

This value is available as `Percentage used endurance indicator: xx%` through either of these commands: 

smartctl -a /dev/xxx
smartctl -l ssd /dev/xxx

Or, as `"scsi_percentage_used_endurance_indicator"= xx` though the JSON command:

smartctl -a -j /dev/xxx

 

Examples:

> smartctl -a /dev/xxx

...
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK

Percentage used endurance indicator: 10%
...

> smartctl -l ssd /dev/xxx

...
=== START OF READ SMART DATA SECTION ===
Percentage used endurance indicator: 10%

> smartctl -a -j /dev/xxx

...
  "smart_status": {
    "passed": true
  },
  "scsi_percentage_used_endurance_indicator": 10,
  "temperature": {
    "current": 25,
    "drive_trip": 64
  },
...

 

  • Author

I also noticed that SAS SSDs or HDDs that show 'Accumulated power on time, hours' incorrectly show 'minutes xxxxxx' instead of 'hours xxxxxx' or just 'xxxxxx'.

 

Example: 

image.png.16314ba1b43456b74ee912244387856a.png

 

Raw data:

> smartctrl -a /dev/xxx

...
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK

Percentage used endurance indicator: 22%
Current Drive Temperature:     31 C
Drive Trip Temperature:        64 C

Accumulated power on time, hours:minutes 27404:25
...

 

27404 is the number of hours, not minutes.  Not sure if it is scrapping the value wrong, or just displaying it weirdly.

 

Edited by sjerisman

  • 1 month later...
  • Author
On 10/26/2023 at 1:42 PM, sjerisman said:

I also noticed that SAS SSDs or HDDs that show 'Accumulated power on time, hours' incorrectly show 'minutes xxxxxx' instead of 'hours xxxxxx' or just 'xxxxxx'.

 

I've submitted a PR to fix this issue: https://github.com/unraid/webgui/pull/1550

 

I'll try and work on another one for my original enhancement suggestion.

  • Author
On 10/26/2023 at 1:35 PM, sjerisman said:

It would be really nice if we could also see the 'Percentage used endurance indicator'.

 

Ok, I've submitted a PR for this 'enhancement' as well: https://github.com/unraid/webgui/pull/1551

 

  • 3 weeks later...
  • Author

My PRs got merged, so it looks like these bug fixes / enhancements will be part of the next release (whenever that is).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.