System process zpool-pool1

Hello,

I am running version 12.2-RELEASE-p10 on an AMD CPU with a 3 Disk zpool named pool1 for my postgres database. I have been noticing some system pauses and when I look at htop I am seeing "zpool-pool1" using a lot of the CPU percentage. I have not been able to figure out what this process is actually doing and was wondering if anyone had some insight into this process or documentation on this.

Thanks
 
I agree with SirDice but in general (simplistically) ZFS groups "writes" into transaction groups and if one creates txgroups that are greater than I/O bandwidth to physical devices, I would expect large CPU usage for that thread.
 
Back
Top