Use top to monitor I/O on FreeBSD
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
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