Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2022 10:51:00 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        void <void@f-m.fm>
Cc:        freebsd-fs <freebsd-fs@freebsd.org>
Subject:   Re: zfs with operations like rm -rf takes a very long time recently
Message-ID:  <CANCZdfq5bUWvc649Xi0gNBSe3y95B5zeLOJ29DjP=FG3CzCcjQ@mail.gmail.com>
In-Reply-To: <64a0af42-630d-4f42-8b8c-921b68b03078@app.fastmail.com>
References:  <f25d069a-2ee7-491a-a5ef-a14b973c12e2@app.fastmail.com> <CAOtMX2jW1s8n_FGez4-sCMBnbd-GDUoj9Sx83gaTBTEuW58HQw@mail.gmail.com> <1625dc7b-81c4-4350-8f86-1b65f5a860d9@app.fastmail.com> <CAOtMX2hjGnpLgs2vD1pTELK-nF9nBORhCj57zyYmkEmHAGohnQ@mail.gmail.com> <64a0af42-630d-4f42-8b8c-921b68b03078@app.fastmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000009baec005eb29aabc
Content-Type: text/plain; charset="UTF-8"

On Sun, Oct 16, 2022 at 10:41 AM void <void@f-m.fm> wrote:

> On Sun, 16 Oct 2022, at 16:07, Alan Somers wrote:
> > Gstat is showing that your disk is fully busy.  It's also showing read
> > latency as high as 128 ms, which is extremely slow.
>
> I ran another gstat with -I 5s and have omitted -d as
> per your last email. How did you calculate latency?
>
> There's zfs-stats installed too. Would pasting some output here be useful?
>
> # gstat -opC -I 5s
>
> timestamp,name,q-depth,total_ops/s,read/s,read-KiB/s,ms/read,write/s,write-KiB/s,ms/write,other/s,ms/other,%busy
> 2022-10-16 17:23:47.080118413,da0,3,0,0,0,0.0,0,0,0.0,0,0.0,0.0
> 2022-10-16
> 17:23:52.088745392,da0,4,93,45,246,26.4,49,3974,12.7,0,154.4,97.8
> 2022-10-16
> 17:23:57.167503039,da0,3,82,41,164,25.5,40,3193,17.3,1,153.2,99.2
> 2022-10-16
> 17:24:02.176759152,da0,3,81,43,176,22.8,38,2704,13.3,0,252.6,98.6
> 2022-10-16
> 17:24:07.189364538,da0,2,90,35,140,27.9,55,3371,15.9,1,146.9,99.4
> 2022-10-16
> 17:24:12.190874083,da0,3,95,42,170,23.3,52,3486,13.2,0,167.0,96.6
> 2022-10-16
> 17:24:17.212769876,da0,4,85,33,134,30.6,52,3508,22.3,1,164.9,100.7
> 2022-10-16
> 17:24:22.286986167,da0,3,89,42,168,23.2,46,3149,12.7,1,127.3,97.2
> 2022-10-16
> 17:24:27.295992137,da0,3,88,40,160,25.4,48,3978,15.6,0,147.4,101.3
> 2022-10-16
> 17:24:32.406662934,da0,2,90,46,254,27.1,44,3554,12.9,0,159.3,97.9
> 2022-10-16
> 17:24:37.426033077,da0,3,87,42,177,23.3,45,2835,15.4,1,112.8,98.0
> 2022-10-16
> 17:24:42.455203661,da0,3,95,43,170,23.1,52,3770,11.9,0,153.5,98.8
> 2022-10-16
> 17:24:47.468741642,da0,3,71,36,144,27.9,35,2510,19.7,1,243.7,99.3
> 2022-10-16
> 17:24:52.471973107,da0,3,80,34,138,29.1,46,3630,17.6,0,266.6,99.2
> 2022-10-16
> 17:24:57.490425268,da0,3,79,35,141,28.1,43,3372,18.6,1,297.8,98.3
> 2022-10-16
> 17:25:02.589730547,da0,4,68,30,123,32.7,36,2318,22.4,3,105.2,97.9
> ^C
>

Your disk is doing ~90 IOPs. ~60 read ~30 write with an average queue depth
of
4, and a 95+% busy factor (which is kinda misleading, but in this case not
so much).

So a crapton of traffic to the disk is making the disk slow.  Why that's
happening, I'm unsure,
but your disk is slow because it's fairly loaded. I'm not sure what the
'other operations'
are that aren't read, write or trim. At a guess, I'd say that's BIO_FLUSH
slowing things
down a bit (but not a huge amount).


> > I suspect a
> > problem with your disk.  FYI, ZFS naturally has a 5-second rhythm
> > (unless you changed vfs.zfs.txg.timeout),
>
> # sysctl vfs.zfs.txg.timeout
> vfs.zfs.txg.timeout: 5
>
> > so gstat's output is
> > sometimes more consistent if you use "-I 5s".  You can also omit "-d"
> > for magnetic HDDs, since they don't have anything like TRIM.
>
> > I suggest checking dmesg to see if there are any messages about errors
> > from da0.  It would also be worth running "smartctl -a /dev/da0", from
> > sysutils/smartmontools.
>
> Unfortunately, no errors seen in either dmesg or smartctl. there's been a
> long smartctl test relatively recently, also came back clean.
>
> SMART Self-test log structure revision number 1
> Num  Test_Description    Status                  Remaining
> LifeTime(hours)  LBA_of_first_error
> # 1  Short offline       Completed without error       00%     39253
>    -
> # 2  Extended offline    Completed without error       00%     39176
>    -
> # 3  Short offline       Completed without error       00%     39172
>    -
>
> ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED
> WHEN_FAILED RAW_VALUE
>   1 Raw_Read_Error_Rate     0x000b   100   100   050    Pre-fail  Always
>      -       0
>   2 Throughput_Performance  0x0005   100   100   050    Pre-fail  Offline
>     -       0
>   3 Spin_Up_Time            0x0027   100   100   001    Pre-fail  Always
>      -       2595
>   4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always
>      -       1487
>   5 Reallocated_Sector_Ct   0x0033   100   100   050    Pre-fail  Always
>      -       0
>   7 Seek_Error_Rate         0x000b   100   100   050    Pre-fail  Always
>      -       0
>   8 Seek_Time_Performance   0x0005   100   100   050    Pre-fail  Offline
>     -       0
>   9 Power_On_Hours          0x0032   002   002   000    Old_age   Always
>      -       39254
>  10 Spin_Retry_Count        0x0033   128   100   030    Pre-fail  Always
>      -       0
>  12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always
>      -       1263
> 191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always
>      -       4
> 192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always
>      -       426
> 193 Load_Cycle_Count        0x0032   029   029   000    Old_age   Always
>      -       710616
> 194 Temperature_Celsius     0x0022   100   100   000    Old_age   Always
>      -       54 (Min/Max 16/65)
> 196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always
>      -       0
> 197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always
>      -       0
> 198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline
>     -       0
> 199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always
>      -       0
> 220 Disk_Shift              0x0002   100   100   000    Old_age   Always
>      -       0
> 222 Loaded_Hours            0x0032   075   075   000    Old_age   Always
>      -       10367
> 223 Load_Retry_Count        0x0032   100   100   000    Old_age   Always
>      -       0
> 224 Load_Friction           0x0022   100   100   000    Old_age   Always
>      -       0
> 226 Load-in_Time            0x0026   100   100   000    Old_age   Always
>      -       260
> 240 Head_Flying_Hours       0x0001   100   100   001    Pre-fail  Offline
>     -       0
>
> SMART Error Log Version: 1
> No Errors Logged
>

The only thing that looks high here is the load cycle count and maybe the
power off retract count. With
40k power on hours, that's a power off every 90 hours? That seems a little
weird. And the load cycle
is almost 20 times the power on hours, suggesting it's going on every few
minutes. That's higher than
I'd expect as well. The power cycle count is also high for the number of
hours. Your disk is pushing 4 years
old too, which may mean its past expected life. So this profile suggests
possible signs of fatigue.

Warner

--0000000000009baec005eb29aabc
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><br></div><br><div class=3D"gmail_quote">=
<div dir=3D"ltr" class=3D"gmail_attr">On Sun, Oct 16, 2022 at 10:41 AM void=
 &lt;<a href=3D"mailto:void@f-m.fm">void@f-m.fm</a>&gt; wrote:<br></div><bl=
ockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-lef=
t:1px solid rgb(204,204,204);padding-left:1ex">On Sun, 16 Oct 2022, at 16:0=
7, Alan Somers wrote:<br>
&gt; Gstat is showing that your disk is fully busy.=C2=A0 It&#39;s also sho=
wing read<br>
&gt; latency as high as 128 ms, which is extremely slow.=C2=A0 <br>
<br>
I ran another gstat with -I 5s and have omitted -d as <br>
per your last email. How did you calculate latency?<br>
<br>
There&#39;s zfs-stats installed too. Would pasting some output here be usef=
ul?<br>
<br>
# gstat -opC -I 5s<br>
timestamp,name,q-depth,total_ops/s,read/s,read-KiB/s,ms/read,write/s,write-=
KiB/s,ms/write,other/s,ms/other,%busy<br>
2022-10-16 17:23:47.080118413,da0,3,0,0,0,0.0,0,0,0.0,0,0.0,0.0<br>
2022-10-16 17:23:52.088745392,da0,4,93,45,246,26.4,49,3974,12.7,0,154.4,97.=
8<br>
2022-10-16 17:23:57.167503039,da0,3,82,41,164,25.5,40,3193,17.3,1,153.2,99.=
2<br>
2022-10-16 17:24:02.176759152,da0,3,81,43,176,22.8,38,2704,13.3,0,252.6,98.=
6<br>
2022-10-16 17:24:07.189364538,da0,2,90,35,140,27.9,55,3371,15.9,1,146.9,99.=
4<br>
2022-10-16 17:24:12.190874083,da0,3,95,42,170,23.3,52,3486,13.2,0,167.0,96.=
6<br>
2022-10-16 17:24:17.212769876,da0,4,85,33,134,30.6,52,3508,22.3,1,164.9,100=
.7<br>
2022-10-16 17:24:22.286986167,da0,3,89,42,168,23.2,46,3149,12.7,1,127.3,97.=
2<br>
2022-10-16 17:24:27.295992137,da0,3,88,40,160,25.4,48,3978,15.6,0,147.4,101=
.3<br>
2022-10-16 17:24:32.406662934,da0,2,90,46,254,27.1,44,3554,12.9,0,159.3,97.=
9<br>
2022-10-16 17:24:37.426033077,da0,3,87,42,177,23.3,45,2835,15.4,1,112.8,98.=
0<br>
2022-10-16 17:24:42.455203661,da0,3,95,43,170,23.1,52,3770,11.9,0,153.5,98.=
8<br>
2022-10-16 17:24:47.468741642,da0,3,71,36,144,27.9,35,2510,19.7,1,243.7,99.=
3<br>
2022-10-16 17:24:52.471973107,da0,3,80,34,138,29.1,46,3630,17.6,0,266.6,99.=
2<br>
2022-10-16 17:24:57.490425268,da0,3,79,35,141,28.1,43,3372,18.6,1,297.8,98.=
3<br>
2022-10-16 17:25:02.589730547,da0,4,68,30,123,32.7,36,2318,22.4,3,105.2,97.=
9<br>
^C<br></blockquote><div><br></div><div>Your disk is doing ~90 IOPs. ~60 rea=
d ~30 write with an average queue depth of</div><div>4, and a 95+% busy fac=
tor (which is kinda misleading, but in this case not so much).</div><div><b=
r></div><div>So a crapton of traffic to the disk is making the disk slow.=
=C2=A0 Why that&#39;s happening, I&#39;m unsure,</div><div>but your disk is=
 slow because it&#39;s fairly loaded. I&#39;m not sure what the &#39;other =
operations&#39;</div><div>are that aren&#39;t read, write or trim. At a gue=
ss, I&#39;d say that&#39;s BIO_FLUSH slowing things</div><div>down a bit (b=
ut not a huge amount).</div><div>=C2=A0</div><blockquote class=3D"gmail_quo=
te" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204=
);padding-left:1ex">
&gt; I suspect a<br>
&gt; problem with your disk.=C2=A0 FYI, ZFS naturally has a 5-second rhythm=
<br>
&gt; (unless you changed vfs.zfs.txg.timeout), <br>
<br>
# sysctl vfs.zfs.txg.timeout<br>
vfs.zfs.txg.timeout: 5<br>
<br>
&gt; so gstat&#39;s output is<br>
&gt; sometimes more consistent if you use &quot;-I 5s&quot;.=C2=A0 You can =
also omit &quot;-d&quot;<br>
&gt; for magnetic HDDs, since they don&#39;t have anything like TRIM.<br>
<br>
&gt; I suggest checking dmesg to see if there are any messages about errors=
<br>
&gt; from da0.=C2=A0 It would also be worth running &quot;smartctl -a /dev/=
da0&quot;, from<br>
&gt; sysutils/smartmontools.<br>
<br>
Unfortunately, no errors seen in either dmesg or smartctl. there&#39;s been=
 a long smartctl test relatively recently, also came back clean.<br>
<br>
SMART Self-test log structure revision number 1<br>
Num=C2=A0 Test_Description=C2=A0 =C2=A0 Status=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Remaining=C2=A0 LifeTime(hours)=C2=A0 LB=
A_of_first_error<br>
# 1=C2=A0 Short offline=C2=A0 =C2=A0 =C2=A0 =C2=A0Completed without error=
=C2=A0 =C2=A0 =C2=A0 =C2=A000%=C2=A0 =C2=A0 =C2=A039253=C2=A0 =C2=A0 =C2=A0=
 =C2=A0 =C2=A0-<br>
# 2=C2=A0 Extended offline=C2=A0 =C2=A0 Completed without error=C2=A0 =C2=
=A0 =C2=A0 =C2=A000%=C2=A0 =C2=A0 =C2=A039176=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0-<br>
# 3=C2=A0 Short offline=C2=A0 =C2=A0 =C2=A0 =C2=A0Completed without error=
=C2=A0 =C2=A0 =C2=A0 =C2=A000%=C2=A0 =C2=A0 =C2=A039172=C2=A0 =C2=A0 =C2=A0=
 =C2=A0 =C2=A0-<br>
<br>
ID# ATTRIBUTE_NAME=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 FLAG=C2=A0 =C2=A0 =C2=
=A0VALUE WORST THRESH TYPE=C2=A0 =C2=A0 =C2=A0 UPDATED=C2=A0 WHEN_FAILED RA=
W_VALUE<br>
=C2=A0 1 Raw_Read_Error_Rate=C2=A0 =C2=A0 =C2=A00x000b=C2=A0 =C2=A0100=C2=
=A0 =C2=A0100=C2=A0 =C2=A0050=C2=A0 =C2=A0 Pre-fail=C2=A0 Always=C2=A0 =C2=
=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
=C2=A0 2 Throughput_Performance=C2=A0 0x0005=C2=A0 =C2=A0100=C2=A0 =C2=A010=
0=C2=A0 =C2=A0050=C2=A0 =C2=A0 Pre-fail=C2=A0 Offline=C2=A0 =C2=A0 =C2=A0 -=
=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
=C2=A0 3 Spin_Up_Time=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0027=C2=A0=
 =C2=A0100=C2=A0 =C2=A0100=C2=A0 =C2=A0001=C2=A0 =C2=A0 Pre-fail=C2=A0 Alwa=
ys=C2=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A02595<br>
=C2=A0 4 Start_Stop_Count=C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0032=C2=A0 =C2=A0100=
=C2=A0 =C2=A0100=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=
=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A01487<br>
=C2=A0 5 Reallocated_Sector_Ct=C2=A0 =C2=A00x0033=C2=A0 =C2=A0100=C2=A0 =C2=
=A0100=C2=A0 =C2=A0050=C2=A0 =C2=A0 Pre-fail=C2=A0 Always=C2=A0 =C2=A0 =C2=
=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
=C2=A0 7 Seek_Error_Rate=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A00x000b=C2=A0 =C2=
=A0100=C2=A0 =C2=A0100=C2=A0 =C2=A0050=C2=A0 =C2=A0 Pre-fail=C2=A0 Always=
=C2=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
=C2=A0 8 Seek_Time_Performance=C2=A0 =C2=A00x0005=C2=A0 =C2=A0100=C2=A0 =C2=
=A0100=C2=A0 =C2=A0050=C2=A0 =C2=A0 Pre-fail=C2=A0 Offline=C2=A0 =C2=A0 =C2=
=A0 -=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
=C2=A0 9 Power_On_Hours=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0032=C2=A0 =C2=
=A0002=C2=A0 =C2=A0002=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Alw=
ays=C2=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A039254<br>
=C2=A010 Spin_Retry_Count=C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0033=C2=A0 =C2=A0128=
=C2=A0 =C2=A0100=C2=A0 =C2=A0030=C2=A0 =C2=A0 Pre-fail=C2=A0 Always=C2=A0 =
=C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
=C2=A012 Power_Cycle_Count=C2=A0 =C2=A0 =C2=A0 =C2=A00x0032=C2=A0 =C2=A0100=
=C2=A0 =C2=A0100=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=
=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A01263<br>
191 G-Sense_Error_Rate=C2=A0 =C2=A0 =C2=A0 0x0032=C2=A0 =C2=A0100=C2=A0 =C2=
=A0100=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=A0 =C2=A0=
 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A04<br>
192 Power-Off_Retract_Count 0x0032=C2=A0 =C2=A0100=C2=A0 =C2=A0100=C2=A0 =
=C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=A0 =C2=A0 =C2=A0 =C2=
=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A0426<br>
193 Load_Cycle_Count=C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0032=C2=A0 =C2=A0029=C2=
=A0 =C2=A0029=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=A0=
 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A0710616<br>
194 Temperature_Celsius=C2=A0 =C2=A0 =C2=A00x0022=C2=A0 =C2=A0100=C2=A0 =C2=
=A0100=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=A0 =C2=A0=
 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A054 (Min/Max 16/65)<br>
196 Reallocated_Event_Count 0x0032=C2=A0 =C2=A0100=C2=A0 =C2=A0100=C2=A0 =
=C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=A0 =C2=A0 =C2=A0 =C2=
=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
197 Current_Pending_Sector=C2=A0 0x0032=C2=A0 =C2=A0100=C2=A0 =C2=A0100=C2=
=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=A0 =C2=A0 =C2=A0 =
=C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
198 Offline_Uncorrectable=C2=A0 =C2=A00x0030=C2=A0 =C2=A0100=C2=A0 =C2=A010=
0=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Offline=C2=A0 =C2=A0 =C2=
=A0 -=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
199 UDMA_CRC_Error_Count=C2=A0 =C2=A0 0x0032=C2=A0 =C2=A0200=C2=A0 =C2=A020=
0=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=A0 =C2=A0 =C2=
=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
220 Disk_Shift=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0002=C2=A0=
 =C2=A0100=C2=A0 =C2=A0100=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=
=A0Always=C2=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
222 Loaded_Hours=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0032=C2=A0 =C2=
=A0075=C2=A0 =C2=A0075=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Alw=
ays=C2=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A010367<br>
223 Load_Retry_Count=C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0032=C2=A0 =C2=A0100=C2=
=A0 =C2=A0100=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Always=C2=A0=
 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
224 Load_Friction=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A00x0022=C2=A0 =C2=
=A0100=C2=A0 =C2=A0100=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Alw=
ays=C2=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
226 Load-in_Time=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 0x0026=C2=A0 =C2=
=A0100=C2=A0 =C2=A0100=C2=A0 =C2=A0000=C2=A0 =C2=A0 Old_age=C2=A0 =C2=A0Alw=
ays=C2=A0 =C2=A0 =C2=A0 =C2=A0-=C2=A0 =C2=A0 =C2=A0 =C2=A0260<br>
240 Head_Flying_Hours=C2=A0 =C2=A0 =C2=A0 =C2=A00x0001=C2=A0 =C2=A0100=C2=
=A0 =C2=A0100=C2=A0 =C2=A0001=C2=A0 =C2=A0 Pre-fail=C2=A0 Offline=C2=A0 =C2=
=A0 =C2=A0 -=C2=A0 =C2=A0 =C2=A0 =C2=A00<br>
<br>
SMART Error Log Version: 1<br>
No Errors Logged<br></blockquote><div><br></div><div>The only thing that lo=
oks high here is the load cycle count and maybe the power off retract count=
. With</div><div>40k power on hours, that&#39;s a power off every 90 hours?=
 That seems a little weird. And the load cycle</div><div>is almost 20 times=
 the power on hours, suggesting it&#39;s going on every few minutes. That&#=
39;s higher than</div><div>I&#39;d expect as well. The power cycle count is=
 also high for the number of hours. Your disk is pushing 4 years</div><div>=
old too, which may mean its past expected life. So this profile suggests po=
ssible signs of fatigue.</div><div><br></div><div>Warner</div></div></div>

--0000000000009baec005eb29aabc--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfq5bUWvc649Xi0gNBSe3y95B5zeLOJ29DjP=FG3CzCcjQ>