To monitor processes by I/O instead of CPU, on Linux we have “iotop”. iotop does not exist on FreeBSD. We can use iostat or top like this.

~# top -m io -o total

~# iostat -w 1