ZFS - top STATE "zio->i"

What does it mean? top STATE shows nginx in "zio->i". Usually the state is kread and when things are about to go wrong, the state changes to zio->i. Some help would be appreciated.
 
zfs->io means that nginx is waiting for reads or writes on ZFS. You could try to reduce the number of concurrent "random" disk accesses.
 
Crest said:
zfs->io means that nginx is waiting for reads or writes on ZFS. You could try to reduce the number of concurrent "random" disk accesses.

Do you think this is because of nginx settings or zfs sysctl settings? Nginx and ZFS seem to be fine until after 1-2 days, then even with low I/O load, nginx goes into this state often.
 
einthusan said:
Do you think this is because of nginx settings or zfs sysctl settings? Nginx and ZFS seem to be fine until after 1-2 days, then even with low I/O load, nginx goes into this state often.

Can you post more information like the version of FreeBSD, RAM, relevant tuning if any and the output of sysutils/zfs-stats
 
Back
Top