High load (when system idle) after replacing HDDs

Specially for mark_j one more time from post #1:
After replacement the system load is about 0.95+ when idle.
The mysterious load is in kernel (~12% by top). 5 top processes by top:
242.5H 730.32% [idle]
47.6H 93.21% [kernel]
36:56 0.00% [geom]
34:46 0.00% [intr]
9:00 0.00% [zfskern]
Powerd calculated load (on highest frequency) is about 94-106% so powerd cannot lower frequency.
As you can see i wrote about load not pure cpu usage and this was emphasized since post #1.
Load is a computed load available for example in top, first line for 3 different time period.
If you need equivalent in CPU usage it is ~12% available in 3rd line of top.
In addition to this you have information that powerd is calculating load about 94-106% and this is similar to calculated load value in top.
Because you did not read, or read but not understand, the problem is that calculated load prevent powerd to lower cpu frequency.
System is responsive (but could be better if we solve the problem of mysterious load).
Is this enough explanation from post 1? :)

PMc: Do you think about top -HSaIs1 ? The suspect is kernel{acpi_task_*} (see post #15 - there was the information about most suspected process).
Code:
 from top (idle threads removed)
    0 root         8    0     0K 12544K -       7 102.2H  34.96% [kernel{acpi_task_0}]
    0 root         8    0     0K 12544K -       2 103.1H  32.86% [kernel{acpi_task_2}]
    0 root         8    0     0K 12544K CPU4    4 103.7H  30.08% [kernel{acpi_task_1}]

from ps
    0  -  DLs   6135:37.99 [kernel/acpi_task_0]
    0  -  DLs   6223:21.73 [kernel/acpi_task_1]
    0  -  RLs   6189:10.98 [kernel/acpi_task_2]

SirDice: you information is most accurate so far, but we do not have the explanation/solution yet.

For all, one more time:
I have stopped outside communication for tests. There was no additional processes, users, etc. except running services (see message #15).
There was minimal network transfer for terminal to show the data. Please do read more carefully so i do not have to explain the same things again.
Big thank you in advance. :)
 
PMc: Do you think about top -HSaIs1 ? The suspect is kernel{acpi_task_*} (see post #15 - there was the information about most suspected process).
Code:
 from top (idle threads removed)
    0 root         8    0     0K 12544K -       7 102.2H  34.96% [kernel{acpi_task_0}]
    0 root         8    0     0K 12544K -       2 103.1H  32.86% [kernel{acpi_task_2}]
    0 root         8    0     0K 12544K CPU4    4 103.7H  30.08% [kernel{acpi_task_1}]

from ps
    0  -  DLs   6135:37.99 [kernel/acpi_task_0]
    0  -  DLs   6223:21.73 [kernel/acpi_task_1]
    0  -  RLs   6189:10.98 [kernel/acpi_task_2]
Now that's decent, thank You.
I don't find any machine where these three would show anything else than
Code:
    0  -  DLs     0:00.00 [kernel/acpi_task_0]
    0  -  DLs     0:00.00 [kernel/acpi_task_1]
    0  -  DLs     0:00.00 [kernel/acpi_task_2]
This thing has even some more threads, namely "thermal" and "cooling", which also do nothing; and so I switched them off, which didn't make any difference to the established thermal and cooling behaviour (I suppose that all of this is only used on laptops). Maybe this here can also be switched off - there is info on how to switch if off in acpi()
 
OK, so your ACPI is broken, and is soaking up CPU. For some reason that I can't fathom, it started after the disk replacement. Given that it is an ancient version, there is no point trying to debug it.

I can only think of one way to fix it correctly: replace ACPI (and therefore all of the base system) with a newer version. You say you can't do that for another ~year, so you'll have to live with it.
 
  • Like
Reactions: PMc
Maybe something in the BIOS can be turned off? Or perhaps disable powerd?
man -k acpi shows a bunch of things, acpiconf or acpidump may be interesting to poke with.

When you reboot, isn't there an option to boot with acpi disabled? If so, see what happens with that.
 
PMc: RtfM is widely used technique but i have read this manual earlier. Many of these things is more for laptop.
Reconfiguration of acpi is new to me. How to change acpi config safely? How to seek what is the cause in the acpi subsystem? Any hint?
Thermal and cooling threads are almost not used according to ps/top.
ralphbsz: Very clever suggestion, very, very... It is broken, so leave it. 💤😍🤩🤣
mer: Why disable powerd when it is not the cause of the problem? I want to adjust frequency by powerd.
Disabling acpi was first thing i have tested. Kernel panic on boot and hang. Reverted.
 
PMc: RtfM is widely used technique but i have read this manual earlier. Many of these things is more for laptop.
Reconfiguration of acpi is new to me. How to change acpi config safely? How to seek what is the cause in the acpi subsystem? Any hint?
Thermal and cooling threads are almost not used according to ps/top.
Thats why I switched them off - they annoyed me. I dont want employees lingering around when I dont know what they're doing (if anything at all). Now your's is a slightly more difficult case, that reminds of mutiny.
The answers then is something along "just try it out", "educated guess", "read the source", "trial&error" - and I know none of this is to your liking.😈

ralphbsz: Very clever suggestion, very, very... It is broken, so leave it. 💤😍🤩🤣
Aye. It's broken, it's old, it's no longer supported, and it did undergo lots of change since then.That's not the best prospect for deep investigation.
 
Why disable powerd when it is not the cause of the problem? I want to adjust frequency by powerd.
Disabling acpi was first thing i have tested. Kernel panic on boot and hang. Reverted.
Is there not a relationship between powerd and acpi? I thought there was. If not, then by all means leave it alone.
 
PMc only try and error method is a new hope... and maybe return of the Jedi of BSD will give us acpi happines...
ralphbsz because this happen without recompiling the system there is a way but it is not found yet. Maybe newer will. Who knows. Better leave it as it is... 🤣 I think looking for solution is better than do nothing..
mer acpi do not need powerd to run properly. Powerd depends on acpi.
 
acpi do not need powerd to run properly. Powerd depends on acpi.
That was my point. I've seen things go bad from acpi tables being not quite right, your first post is showing kernel acpi threads and powerd depends on acpi. I was suggesting that maybe simply stopping powerd or disable and reboot could show a data point.
Powerd running, you have load, apparently from acpi kernel threads
Powerd stopped, maybe you don't have load, acpi kernel threads not doing anything.

If disabling powerd you don't have the load, then a conclusion could be made there is an interaction between powerd, acpi and the load you are seeing.

That is all, but by all means, feel free to ignore it.
 
You can boot using latest version of FreeBSD LiveCD and see if the load is still there. Also check if you have any new version for your BIOS.
 
Load is high whether powerd is on or off since the beginning .of this investigation.
 
As was describedto you many days ago, load of .95 is nothing. Move on.

If you still think you've got a problem, post the output of ps when it happens, rather than some obtuse snippet that apparently shows this mythical high load.

If it's not happening now, then say so.
Ps. I think this forum software needs a "closed" by user flag. (Perhaps there is?)
 
mark_j: As I see, you still do not read/understand what is the problem.
You must be kidding... Should I post ps output "when it happened"?
The problem started and it is continuously all the time.
Calculated load jumped to ~0.97 (sometimes 1.02) after replacing hdds and do not drop even for a while.
I see you want me to prove it to you again it is happening... ok...
What can you advice after reading this ps output?

This will be long post and this forum has 25000 bytes / message limit. I have to shrink repeated lines.

Code:
  PID TT  STAT        TIME COMMAND
    0  -  DLs      1:09.52 [kernel/swapper]
    0  -  DLs      0:00.00 [kernel/firmware tas]
    0  -  DLs      0:00.00 [kernel/kqueue taskq]
    0  -  DLs      0:00.64 [kernel/thread taskq]
    0  -  DLs  10145:25.46 [kernel/acpi_task_0]
    0  -  DLs  10280:49.58 [kernel/acpi_task_1]
    0  -  RLs  10249:25.30 [kernel/acpi_task_2]
    0  -  DLs      0:00.00 [kernel/ffs_trim tas]
    0  -  DLs      0:00.00 [kernel/mps0 taskq]
    0  -  DLs      0:00.00 [kernel/mps1 taskq]
    0  -  DLs      0:00.03 [kernel/igb0 que]
    0  -  DLs      0:00.01 [kernel/igb0 que]
    0  -  DLs      0:00.14 [kernel/igb0 que]
    0  -  DLs      0:00.02 [kernel/igb0 que]
    0  -  DLs      0:00.00 [kernel/igb1 que] // 4x
    0  -  DLs      0:00.02 [kernel/mca taskq]
    0  -  DLs      0:00.00 [kernel/system_taskq] // 8x
    0  -  DLs      0:03.12 [kernel/zio_null_iss]
    0  -  DLs      0:00.20 [kernel/zio_null_int]
    0  -  DLs      0:00.00 [kernel/zio_read_iss] // 8x
    0  -  DLs      0:00.18 [kernel/zio_read_int] // 8x
    0  -  DLs      0:13.31 [kernel/zio_write_is]
    0  -  DLs      0:13.27 [kernel/zio_write_is]
    0  -  DLs      0:13.26 [kernel/zio_write_is]
    0  -  DLs      0:13.24 [kernel/zio_write_is]
    0  -  DLs      0:13.27 [kernel/zio_write_is]
    0  -  DLs      0:13.23 [kernel/zio_write_is]
    0  -  DLs      0:13.20 [kernel/zio_write_is]
    0  -  DLs      0:13.20 [kernel/zio_write_is]
    0  -  DLs      0:00.51 [kernel/zio_write_is]
    0  -  DLs      0:00.51 [kernel/zio_write_is]
    0  -  DLs      0:00.52 [kernel/zio_write_is]
    0  -  DLs      0:00.51 [kernel/zio_write_is]
    0  -  DLs      0:00.52 [kernel/zio_write_is]
    0  -  DLs      0:02.99 [kernel/zio_write_in]
    0  -  DLs      0:03.00 [kernel/zio_write_in]
    0  -  DLs      0:02.99 [kernel/zio_write_in]
    0  -  DLs      0:02.99 [kernel/zio_write_in]
    0  -  DLs      0:02.99 [kernel/zio_write_in]
    0  -  DLs      0:02.97 [kernel/zio_write_in]
    0  -  DLs      0:03.00 [kernel/zio_write_in]
    0  -  DLs      0:02.99 [kernel/zio_write_in]
    0  -  DLs      0:00.14 [kernel/zio_write_in]
    0  -  DLs      0:00.14 [kernel/zio_write_in]
    0  -  DLs      0:00.14 [kernel/zio_write_in]
    0  -  DLs      0:00.14 [kernel/zio_write_in]
    0  -  DLs      0:00.14 [kernel/zio_write_in]
    0  -  DLs      0:00.06 [kernel/zio_free_iss] // 100x
    0  -  DLs      0:00.00 [kernel/zio_free_int]
    0  -  DLs      0:00.00 [kernel/zio_claim_is]
    0  -  DLs      0:00.00 [kernel/zio_claim_in]
    0  -  DLs      0:00.00 [kernel/zio_ioctl_is]
    0  -  DLs      0:00.53 [kernel/zio_ioctl_in]
    0  -  DLs      0:00.00 [kernel/zfs_vn_rele_]
    0  -  DLs      0:00.04 [kernel/zil_clean]
    0  -  DLs      0:00.00 [kernel/zio_null_iss]
    0  -  DLs      0:00.01 [kernel/zio_null_int]
    0  -  DLs      0:00.00 [kernel/zio_read_iss] // 8x
    0  -  DLs      0:00.00 [kernel/zio_read_int] // 8x
    0  -  DLs      0:00.00 [kernel/zio_write_is] // 13x
    0  -  DLs      0:00.00 [kernel/zio_write_in] // 12x
    0  -  DLs      0:00.00 [kernel/zio_free_iss] // 100x
    0  -  DLs      0:00.00 [kernel/zio_free_int]
    0  -  DLs      0:00.00 [kernel/zio_claim_is]
    0  -  DLs      0:00.00 [kernel/zio_claim_in]
    0  -  DLs      0:00.00 [kernel/zio_ioctl_is]
    0  -  DLs      0:00.00 [kernel/zio_ioctl_in]
    0  -  DLs      0:00.00 [kernel/zfs_vn_rele_]
    0  -  DLs      0:15.10 [kernel/zio_null_iss]
    0  -  DLs      0:01.05 [kernel/zio_null_int]
    0  -  DLs      0:00.00 [kernel/zio_read_iss] // 8x
    0  -  DLs      1:08.27 [kernel/zio_read_int]
    0  -  DLs      1:08.48 [kernel/zio_read_int]
    0  -  DLs      1:08.39 [kernel/zio_read_int]
    0  -  DLs      1:08.26 [kernel/zio_read_int]
    0  -  DLs      1:08.45 [kernel/zio_read_int]
    0  -  DLs      1:08.33 [kernel/zio_read_int]
    0  -  DLs      1:08.29 [kernel/zio_read_int]
    0  -  DLs      1:08.48 [kernel/zio_read_int]
    0  -  DLs      6:34.59 [kernel/zio_write_is]
    0  -  DLs      6:35.11 [kernel/zio_write_is]
    0  -  DLs      6:34.35 [kernel/zio_write_is]
    0  -  DLs      6:34.96 [kernel/zio_write_is]
    0  -  DLs      6:34.89 [kernel/zio_write_is]
    0  -  DLs      6:34.38 [kernel/zio_write_is]
    0  -  DLs      6:34.62 [kernel/zio_write_is]
    0  -  DLs      6:35.25 [kernel/zio_write_is]
    0  -  DLs      1:19.88 [kernel/zio_write_is]
    0  -  DLs      1:19.67 [kernel/zio_write_is]
    0  -  DLs      1:19.72 [kernel/zio_write_is]
    0  -  DLs      1:19.83 [kernel/zio_write_is]
    0  -  DLs      1:19.82 [kernel/zio_write_is]
    0  -  DLs      4:46.77 [kernel/zio_write_in]
    0  -  DLs      4:46.49 [kernel/zio_write_in]
    0  -  DLs      4:46.75 [kernel/zio_write_in]
    0  -  DLs      4:46.39 [kernel/zio_write_in]
    0  -  DLs      4:46.82 [kernel/zio_write_in]
    0  -  DLs      4:46.71 [kernel/zio_write_in]
    0  -  DLs      4:46.65 [kernel/zio_write_in]
    0  -  DLs      4:46.54 [kernel/zio_write_in]
    0  -  DLs      0:03.68 [kernel/zio_write_in]
    0  -  DLs      0:03.70 [kernel/zio_write_in]
    0  -  DLs      0:03.68 [kernel/zio_write_in]
    0  -  DLs      0:03.63 [kernel/zio_write_in]
    0  -  DLs      0:03.69 [kernel/zio_write_in]

    0  -  DLs      0:00.99 [kernel/zio_free_iss]
                          to                                             // 100x
    0  -  DLs      0:01.41 [kernel/zio_free_iss]

    0  -  DLs      0:00.00 [kernel/zio_free_int]
    0  -  DLs      0:00.00 [kernel/zio_claim_is]
    0  -  DLs      0:00.00 [kernel/zio_claim_in]
    0  -  DLs      0:00.00 [kernel/zio_ioctl_is]
    0  -  DLs      0:00.46 [kernel/zio_ioctl_in]
    0  -  DLs      0:00.17 [kernel/zfs_vn_rele_]
    0  -  DLs      0:12.34 [kernel/zio_null_iss]
    0  -  DLs      0:00.83 [kernel/zio_null_int]
    0  -  DLs      0:00.00 [kernel/zio_read_iss] // 8x
    0  -  DLs    142:07.06 [kernel/zio_read_int]
    0  -  DLs    142:05.73 [kernel/zio_read_int]
    0  -  DLs    142:05.28 [kernel/zio_read_int]
    0  -  DLs    142:01.21 [kernel/zio_read_int]
    0  -  DLs    142:06.06 [kernel/zio_read_int]
    0  -  DLs    142:06.04 [kernel/zio_read_int]
    0  -  DLs    142:01.76 [kernel/zio_read_int]
    0  -  DLs    142:03.46 [kernel/zio_read_int]
    0  -  DLs      0:04.77 [kernel/zio_write_is]
    0  -  DLs      0:04.83 [kernel/zio_write_is]
    0  -  DLs      0:04.73 [kernel/zio_write_is]
    0  -  DLs      0:04.78 [kernel/zio_write_is]
    0  -  DLs      0:04.77 [kernel/zio_write_is]
    0  -  DLs      0:04.76 [kernel/zio_write_is]
    0  -  DLs      0:04.76 [kernel/zio_write_is]
    0  -  DLs      0:04.79 [kernel/zio_write_is]
    0  -  DLs      0:00.35 [kernel/zio_write_is]
    0  -  DLs      0:00.35 [kernel/zio_write_is]
    0  -  DLs      0:00.35 [kernel/zio_write_is]
    0  -  DLs      0:00.35 [kernel/zio_write_is]
    0  -  DLs      0:00.35 [kernel/zio_write_is]
    0  -  DLs      0:05.14 [kernel/zio_write_in]
    0  -  DLs      0:05.13 [kernel/zio_write_in]
    0  -  DLs      0:05.14 [kernel/zio_write_in]
    0  -  DLs      0:05.13 [kernel/zio_write_in]
    0  -  DLs      0:05.15 [kernel/zio_write_in]
    0  -  DLs      0:05.13 [kernel/zio_write_in]
    0  -  DLs      0:05.11 [kernel/zio_write_in]
    0  -  DLs      0:05.12 [kernel/zio_write_in]
    0  -  DLs      0:00.02 [kernel/zio_write_in]
    0  -  DLs      0:00.02 [kernel/zio_write_in]
    0  -  DLs      0:00.02 [kernel/zio_write_in]
    0  -  DLs      0:00.02 [kernel/zio_write_in]
    0  -  DLs      0:00.02 [kernel/zio_write_in]

    0  -  DLs      0:00.37 [kernel/zio_free_iss]
                          to                                          // 100x
    0  -  DLs      0:00.52 [kernel/zio_free_iss]

    0  -  DLs      0:00.00 [kernel/zio_free_int]
    0  -  DLs      0:00.00 [kernel/zio_claim_is]
    0  -  DLs      0:00.00 [kernel/zio_claim_in]
    0  -  DLs      0:00.00 [kernel/zio_ioctl_is]
    0  -  DLs      0:00.29 [kernel/zio_ioctl_in]
    0  -  DLs      0:00.00 [kernel/zfs_vn_rele_]
    0  -  DLs      0:20.11 [kernel/zio_null_iss]
    0  -  DLs      0:01.23 [kernel/zio_null_int]
    0  -  DLs      0:00.00 [kernel/zio_read_iss]
    0  -  DLs      0:00.00 [kernel/zio_read_iss]
    0  -  DLs      0:00.00 [kernel/zio_read_iss]
    0  -  DLs      0:00.00 [kernel/zio_read_iss]
    0  -  DLs      0:00.00 [kernel/zio_read_iss]
    0  -  DLs      0:00.00 [kernel/zio_read_iss]
    0  -  DLs      0:00.00 [kernel/zio_read_iss]
    0  -  DLs      0:00.00 [kernel/zio_read_iss]
    0  -  DLs      0:21.33 [kernel/zio_read_int]
    0  -  DLs      0:21.35 [kernel/zio_read_int]
    0  -  DLs      0:21.17 [kernel/zio_read_int]
    0  -  DLs      0:21.34 [kernel/zio_read_int]
    0  -  DLs      0:21.25 [kernel/zio_read_int]
    0  -  DLs      0:21.23 [kernel/zio_read_int]
    0  -  DLs      0:21.26 [kernel/zio_read_int]
    0  -  DLs      0:21.32 [kernel/zio_read_int]
    0  -  DLs     32:01.38 [kernel/zio_write_is]
    0  -  DLs     31:59.79 [kernel/zio_write_is]
    0  -  DLs     32:00.08 [kernel/zio_write_is]
    0  -  DLs     32:00.12 [kernel/zio_write_is]
    0  -  DLs     32:01.38 [kernel/zio_write_is]
    0  -  DLs     32:00.60 [kernel/zio_write_is]
    0  -  DLs     31:59.42 [kernel/zio_write_is]
    0  -  DLs     32:00.71 [kernel/zio_write_is]
    0  -  DLs      5:50.70 [kernel/zio_write_is]
    0  -  DLs      5:50.75 [kernel/zio_write_is]
    0  -  DLs      5:51.05 [kernel/zio_write_is]
    0  -  DLs      5:51.11 [kernel/zio_write_is]
    0  -  DLs      5:50.35 [kernel/zio_write_is]
    0  -  DLs     26:00.37 [kernel/zio_write_in]
    0  -  DLs     26:00.28 [kernel/zio_write_in]
    0  -  DLs     26:00.36 [kernel/zio_write_in]
    0  -  DLs     26:00.26 [kernel/zio_write_in]
    0  -  DLs     26:00.15 [kernel/zio_write_in]
    0  -  DLs     25:59.91 [kernel/zio_write_in]
    0  -  DLs     26:00.38 [kernel/zio_write_in]
    0  -  DLs     26:00.23 [kernel/zio_write_in]
    0  -  DLs      0:01.98 [kernel/zio_write_in]
    0  -  DLs      0:01.96 [kernel/zio_write_in]
    0  -  DLs      0:01.98 [kernel/zio_write_in]
    0  -  DLs      0:01.97 [kernel/zio_write_in]
    0  -  DLs      0:01.97 [kernel/zio_write_in]
    0  -  DLs      0:01.52 [kernel/zio_free_iss]
    0  -  DLs      0:01.54 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.64 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.60 [kernel/zio_free_iss]
    0  -  DLs      0:01.57 [kernel/zio_free_iss]
    0  -  DLs      0:01.83 [kernel/zio_free_iss]
    0  -  DLs      0:01.60 [kernel/zio_free_iss]
    0  -  DLs      0:01.50 [kernel/zio_free_iss]
    0  -  DLs      0:01.60 [kernel/zio_free_iss]
    0  -  DLs      0:01.51 [kernel/zio_free_iss]
    0  -  DLs      0:01.64 [kernel/zio_free_iss]
    0  -  DLs      0:01.62 [kernel/zio_free_iss]
    0  -  DLs      0:01.59 [kernel/zio_free_iss]
    0  -  DLs      0:01.65 [kernel/zio_free_iss]
    0  -  DLs      0:01.67 [kernel/zio_free_iss]
    0  -  DLs      0:01.66 [kernel/zio_free_iss]
    0  -  DLs      0:01.61 [kernel/zio_free_iss]
    0  -  DLs      0:01.57 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.51 [kernel/zio_free_iss]
    0  -  DLs      0:01.62 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.61 [kernel/zio_free_iss]
    0  -  DLs      0:01.51 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.62 [kernel/zio_free_iss]
    0  -  DLs      0:01.57 [kernel/zio_free_iss]
    0  -  DLs      0:01.53 [kernel/zio_free_iss]
    0  -  DLs      0:01.53 [kernel/zio_free_iss]
    0  -  DLs      0:01.53 [kernel/zio_free_iss]
    0  -  DLs      0:01.52 [kernel/zio_free_iss]
    0  -  DLs      0:01.58 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.52 [kernel/zio_free_iss]
    0  -  DLs      0:01.59 [kernel/zio_free_iss]
    0  -  DLs      0:01.60 [kernel/zio_free_iss]
    0  -  DLs      0:01.59 [kernel/zio_free_iss]
    0  -  DLs      0:01.53 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.54 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.50 [kernel/zio_free_iss]
    0  -  DLs      0:01.61 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.58 [kernel/zio_free_iss]
    0  -  DLs      0:01.60 [kernel/zio_free_iss]
    0  -  DLs      0:01.51 [kernel/zio_free_iss]
    0  -  DLs      0:01.62 [kernel/zio_free_iss]
    0  -  DLs      0:01.52 [kernel/zio_free_iss]
    0  -  DLs      0:01.59 [kernel/zio_free_iss]
    0  -  DLs      0:01.60 [kernel/zio_free_iss]
    0  -  DLs      0:01.57 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.72 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.53 [kernel/zio_free_iss]
    0  -  DLs      0:01.53 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.72 [kernel/zio_free_iss]
    0  -  DLs      0:01.51 [kernel/zio_free_iss]
    0  -  DLs      0:01.68 [kernel/zio_free_iss]
    0  -  DLs      0:01.50 [kernel/zio_free_iss]
    0  -  DLs      0:01.57 [kernel/zio_free_iss]
    0  -  DLs      0:01.54 [kernel/zio_free_iss]
    0  -  DLs      0:01.57 [kernel/zio_free_iss]
    0  -  DLs      0:01.70 [kernel/zio_free_iss]
    0  -  DLs      0:01.75 [kernel/zio_free_iss]
    0  -  DLs      0:01.59 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.54 [kernel/zio_free_iss]
    0  -  DLs      0:01.65 [kernel/zio_free_iss]
    0  -  DLs      0:01.58 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.57 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.53 [kernel/zio_free_iss]
    0  -  DLs      0:01.54 [kernel/zio_free_iss]
    0  -  DLs      0:01.61 [kernel/zio_free_iss]
    0  -  DLs      0:01.57 [kernel/zio_free_iss]
    0  -  DLs      0:01.54 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.69 [kernel/zio_free_iss]
    0  -  DLs      0:01.56 [kernel/zio_free_iss]
    0  -  DLs      0:01.55 [kernel/zio_free_iss]
    0  -  DLs      0:01.66 [kernel/zio_free_iss]
    0  -  DLs      0:01.52 [kernel/zio_free_iss]
    0  -  DLs      0:01.59 [kernel/zio_free_iss]
    0  -  DLs      0:01.52 [kernel/zio_free_iss]
    0  -  DLs      0:01.52 [kernel/zio_free_iss]
    0  -  DLs      0:01.51 [kernel/zio_free_iss]
    0  -  DLs      0:01.52 [kernel/zio_free_iss]
    0  -  DLs      0:01.60 [kernel/zio_free_iss]
    0  -  DLs      0:01.58 [kernel/zio_free_iss]
    0  -  DLs      0:00.00 [kernel/zio_free_int]
    0  -  DLs      0:00.00 [kernel/zio_claim_is]
    0  -  DLs      0:00.00 [kernel/zio_claim_in]
    0  -  DLs      0:00.00 [kernel/zio_ioctl_is]
    0  -  DLs      0:00.61 [kernel/zio_ioctl_in]
    0  -  DLs      0:00.09 [kernel/zfs_vn_rele_]
    0  -  DLs      0:00.14 [kernel/zil_clean]
    0  -  DLs      0:00.00 [kernel/zil_clean]
    0  -  DLs      0:00.00 [kernel/zil_clean]
    0  -  DLs      0:03.46 [kernel/zil_clean]
    0  -  DLs      0:00.06 [kernel/zil_clean]
    0  -  DLs      0:18.42 [kernel/zil_clean]
    1  -  ILs      0:00.02 /sbin/init --
    2  -  DL       0:00.00 [crypto]
    3  -  DL       0:00.00 [crypto returns]
    4  -  DL       5:41.56 [zfskern/arc_reclaim]
    4  -  DL       0:04.63 [zfskern/l2arc_feed_]
    4  -  DL       0:11.28 [zfskern/trim sys]
    4  -  DL       0:02.33 [zfskern/txg_thread_]
    4  -  DL       0:31.25 [zfskern/txg_thread_]
    4  -  DL       0:10.69 [zfskern/trim ssd]
    4  -  DL       0:02.39 [zfskern/txg_thread_]
    4  -  DL       0:21.71 [zfskern/txg_thread_]
    4  -  DL       0:13.53 [zfskern/trim z2_6x2]
    4  -  DL       0:02.38 [zfskern/txg_thread_]
    4  -  DL       1:25.24 [zfskern/txg_thread_]
    4  -  DL       0:13.61 [zfskern/trim z2_6x4]
    4  -  DL       0:02.33 [zfskern/txg_thread_]
    4  -  DL     177:37.14 [zfskern/txg_thread_]
    4  -  DL       0:13.52 [zfskern/trim z2_6x8]
    4  -  DL       0:02.39 [zfskern/txg_thread_]
    4  -  DL       4:44.13 [zfskern/txg_thread_]
    5  -  DL       0:00.00 [sctp_iterator]
    6  -  DL       0:00.03 [xpt_thrd]
    7  -  DL       0:47.61 [ipmi0: kcs]
    8  -  DL       0:01.49 [enc_daemon0]
    9  -  DL       1:20.60 [pagedaemon]
   10  -  DL       0:00.00 [audit]
   11  -  RL   26199:28.10 [idle/idle: cpu0]
   11  -  RL   28102:08.10 [idle/idle: cpu1]
   11  -  RL   30235:35.04 [idle/idle: cpu2]
   11  -  RL   29133:57.51 [idle/idle: cpu3]
   11  -  RL   27957:29.08 [idle/idle: cpu4]
   11  -  RL   28086:39.13 [idle/idle: cpu5]
   11  -  RL   27984:29.59 [idle/idle: cpu6]
   11  -  RL   28096:08.54 [idle/idle: cpu7]
   12  -  WL       9:22.56 [intr/swi4: clock]
   12  -  WL       0:00.00 [intr/swi4: clock]
   12  -  WL       0:00.00 [intr/swi4: clock]
   12  -  WL       0:00.00 [intr/swi4: clock]
   12  -  WL       0:00.00 [intr/swi4: clock]
   12  -  WL       0:00.00 [intr/swi4: clock]
   12  -  WL       0:00.00 [intr/swi4: clock]
   12  -  WL       0:00.00 [intr/swi4: clock]
   12  -  WL       0:00.00 [intr/swi3: vm]
   12  -  WL       0:00.37 [intr/swi1: netisr 0]
   12  -  WL      40:30.60 [intr/swi2: cambio]
   12  -  WL       0:00.00 [intr/swi6: task que]
   12  -  WL       0:00.00 [intr/swi6: Giant ta]
   12  -  WL       0:00.00 [intr/swi5: fast tas]
   12  -  WL      22:53.30 [intr/irq264: mps0]
   12  -  WL      13:12.00 [intr/irq265: mps1]
   12  -  WL       0:00.00 [intr/irq266: xhci0]
   12  -  WL       0:29.21 [intr/irq16: ehci0]
   12  -  WL       5:20.91 [intr/irq267: igb0:q]
   12  -  WL       1:26.42 [intr/irq268: igb0:q]
   12  -  WL      39:36.69 [intr/irq269: igb0:q]
   12  -  WL      14:19.43 [intr/irq270: igb0:q]
   12  -  WL       0:01.00 [intr/irq271: igb0:l]
   12  -  WL       0:00.00 [intr/irq272: igb1:q]
   12  -  WL       0:00.00 [intr/irq273: igb1:q]
   12  -  WL       0:00.00 [intr/irq274: igb1:q]
   12  -  WL       0:00.00 [intr/irq275: igb1:q]
   12  -  WL       0:00.00 [intr/irq276: igb1:l]
   12  -  WL       0:25.46 [intr/irq23: ehci1]
   12  -  WL       1:13.09 [intr/irq277: ahci0]
   12  -  WL       0:00.00 [intr/swi0: uart uar]
   12  -  WL       0:00.00 [intr/swi1: pf send]
   13  -  DL       0:00.06 [geom/g_event]
   13  -  DL      60:24.61 [geom/g_up]
   13  -  DL      75:06.86 [geom/g_down]
   14  -  DL      21:03.60 [rand_harvestq]
   15  -  DL       0:00.00 [usb/usbus0]
   15  -  DL       0:00.00 [usb/usbus0]
   15  -  DL       0:22.73 [usb/usbus0]
   15  -  DL       0:00.00 [usb/usbus0]
   15  -  DL       0:00.00 [usb/usbus1]
   15  -  DL       0:00.00 [usb/usbus1]
   15  -  DL       0:33.85 [usb/usbus1]
   15  -  DL       0:44.33 [usb/usbus1]
   15  -  DL       0:00.00 [usb/usbus2]
   15  -  DL       0:00.00 [usb/usbus2]
   15  -  DL       0:31.38 [usb/usbus2]
   15  -  DL       0:37.21 [usb/usbus2]
   16  -  DL       0:21.23 [acpi_thermal]
   17  -  DL       0:03.94 [acpi_cooling1]
   18  -  DL       0:00.00 [vmdaemon]
   19  -  DL       0:00.01 [pagezero]
   20  -  DL       0:04.44 [bufdaemon]
   21  -  DL       1:52.05 [vnlru]
   22  -  DL      36:04.88 [syncer]
   23  -  DL       0:05.23 [softdepflush]
  120  -  Is       0:00.00 adjkerntz -i
  786  -  Is       0:00.52 /sbin/devd
  794  -  DL       5:52.00 [pf purge]
  921  -  Ss       0:01.82 /usr/sbin/syslogd -4 -ss
 1090  -  Is       0:00.02 /usr/sbin/sshd
 1093  -  Ss       0:16.96 sendmail: accepting connections (sendmail)
 1096  -  Is       0:00.43 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendmail)
 1100  -  Ss       0:02.74 /usr/sbin/cron -s
47486  -  Ss       0:00.10 sshd: root@pts/0 (sshd)
 1139 v0  Is+      0:00.00 /usr/libexec/getty Pc ttyv0
 1140 v1  Is+      0:00.00 /usr/libexec/getty Pc ttyv1
 1141 v2  Is+      0:00.00 /usr/libexec/getty Pc ttyv2
 1142 v3  Is+      0:00.00 /usr/libexec/getty Pc ttyv3
 1143 v4  Is+      0:00.00 /usr/libexec/getty Pc ttyv4
 1144 v5  Is+      0:00.00 /usr/libexec/getty Pc ttyv5
 1145 v6  Is+      0:00.00 /usr/libexec/getty Pc ttyv6
 1146 v7  Is+      0:00.00 /usr/libexec/getty Pc ttyv7
47571  9  Ss       0:00.02 -bash (bash)
49741  9  R+       0:00.01 ps -axH
 1193  5  S+      62:49.85 zpool iostat -v 1
83451  8  S+     185:35.28 top -s 1 -HSaI
 
Did you check if your Motherboard and HBA have a new version of the firmware? What is the interrupt rate of your newly attached device?
 
This thread is being kept alive by technical intrigue in the face of an uncooperative, whiny and rude OP with an unsupported version of FreeBSD. What a show! 🍿🍿🍿
 
Back
Top