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.

Disk setting "Enable NVME power monitoring"?

Featured Replies

What does "Enable NVME power monitoring" do? Found in global disk settings. Toggling Help doesn't provide any context. Google fu fails me.

Solved by SimonF

  • Community Expert
  • Solution

Power shows on dash board and main pave for nvmes

On 7/2/2024 at 5:15 PM, interwebtech said:

What does "Enable NVME power monitoring" do? Found in global disk settings. Toggling Help doesn't provide any context. Google fu fails me.

Where is this option? I don't see it.

I'm using 6.12.10.

  • Community Expert
19 minutes ago, PetabyteLDA said:

Where is this option? I don't see it.

I'm using 6.12.10.

Its a 7.0.0 feature enable is in global disk settings. nvme command was added to 6.12.10 if you what to run manually or script.

  • Community Expert

Command options used in 7 wc and cc are warning critical temps,

 

case 'temp':
    exec("nvme id-ctrl /dev/$device 2>/dev/null | grep -Pom2 '^[wc]ctemp +: \K\d+'",$temp);
    return [$temp[0]-273, $temp[1]-273];
  case 'cctemp':
    return exec("nvme id-ctrl /dev/$device 2>/dev/null | grep -Pom1 '^cctemp +: \K\d+'")-273;
  case 'wctemp':
    return exec("nvme id-ctrl /dev/$device 2>/dev/null | grep -Pom1 '^wctemp +: \K\d+'")-273;
  case 'state':
    $state = exec("nvme get-feature /dev/$device -f2 2>/dev/null | grep -Pom1 'value:.+\K.$'");
    return exec("nvme id-ctrl /dev/$device 2>/dev/null | grep -Pom1 '^ps +$state : mp:\K\S+ \S+'");
  case 'power':
    $state = exec("nvme get-feature /dev/$device -f2 2>/dev/null | grep -Pom1 'value:.+\K.$'");
    return exec("smartctl -c /dev/$device 2>/dev/null | grep -Pom1 '^ *$state [+-] +\K[^W]+'");
  }

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.