January 22, 20215 yr Hi Folks. I haven't been able to find an answer to this question. I am trying to work out how frequently the drive temperatures are updated in the Dashboard & Main webgui pages. Anyone know? Once every 10 minutes? Or is it a more-or-less live reading from the disks? I am aware they don't show temps when spun down. Reason I'm asking is because I installed a shucked 10TB Western Digital air cooled drive (WDC_WD101EMAZ) that always ran hotter than the heliums in the system. It was typically sitting at 37C, but hit 60C during a parity check. This also bumped the other drive temps into the 40s during parity (they typically run 32-34C during normal use). I've rearranged the drives now so the air cooled 'hotter' drive is on top, and have now added an extra fan blowing across it. Have been running a stress test for the last 2 hours, pulling 5 streams from both my data disks (parity is spun down). Now the HGST helium drive is happily sitting at 32C (more or less same as before), and the 'hot' WD highest temp since adding the fan has been 29C. It has just settled at 28C. I'm just interested to know how often the temp stats update in the gui, and if there is a way to force a live reading (if that is necessary). Cheers! Edited January 23, 20215 yr by MediaMaan Marking as solved
January 22, 20215 yr Community Expert I believe tHe frequency is determined by Settings -> Disk settings -> Tunable (poll_attributes): which has a default of 1800 seconds (30 minutes). I normally change it something shorter like 300 seconds.
January 22, 20215 yr Author 1 hour ago, itimpi said: I believe tHe frequency is determined by Settings -> Disk settings -> Tunable (poll_attributes): which has a default of 1800 seconds (30 minutes). I normally change it something shorter like 300 seconds. Thanks itimpi, I had no idea what that setting was for. 300 seconds seems perfectly acceptable to me, so I have now modified it 🙂
May 12, 20251 yr Default setting was "30" and is not labelled as Seconds vs Milliseconds in the Settings UI (UNRAID 7.1).
May 12, 20251 yr Community Expert I belvie default its 30 seconds... I remvoer seeing that value some where before... On 1/21/2021 at 9:40 PM, itimpi said: I believe tHe frequency is determined by Settings -> Disk settings -> Tunable (poll_attributes): which has a default of 1800 seconds (30 minutes). I normally change it something shorter like 300 seconds. Disk settings is the interval to read smart data. I think itimpi is corect that the same setting also affects the read... per chrome inspect this is being php pulled from the disk log. not smart. <table class="unraid disk_status"> <thead><tr style="cursor: help;"><td>Device</td><td>Identification</td><td>Temp</td><td>Reads</td><td>Writes</td><td>Errors</td><td>FS</td><td>Size</td><td>Used</td><td>Free</td></tr></thead> <tbody id="pool_device0"><tr><td><a class="view" href="/Main/Browse?dir=/mnt/cache"> <i class="icon-u-tab" title="Browse /mnt/cache"></i></a><a class="info"><i id="dev-cache" class="fa fa-circle orb green-orb" style="cursor:pointer" onclick="toggle_state('Device','cache','down')"></i> <span>Normal operation, device is active<br>Click to spin down device</span></a><a href="/Main/Device?name=cache">Cache</a> </td><td class="desc"><a class="info hand" onclick="openTerminal('disklog','sdf','')"> <i class="icon-nvme icon"></i><span>Disk Log Information</span></a><span style="font-family:bitstream">QEMU_HARDDISK_QM00013</span> - 215 GB (sdf)</td> <td>88 °F</td><td><span class="diskio" style="display: none;">0.0 B/s</span><span class="number">26,232</span> </td><td><span class="diskio" style="display: none;">0.0 B/s</span> <span class="number">32,804</span></td><td>0</td><td>btrfs</td><td>215 GB</td><td><div class="usage-disk"><span style="width:59%" class=""></span> <span>125 GB</span></div></td><td><div class="usage-disk"><span style="width:41%" class=""></span><span>87.6 GB</span></div></td></tr></tbody> <thead><tr><td class="divider" colspan="10"></td></tr></thead> ... </table>
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.