On Mon, 13 Aug 2018 08:09:00 -0600
Alan Somers <asom...@freebsd.org> wrote:

> Jails probably aren't the source of your problem.  You need to find
> out what process or processes are responsible for all this activity.
> Since the write bandwidth is fairly low, you might have a process
> that's sync(2)ing or fsync(2)ing. too often.  "gstat -o" will show if
> that's the case.  You can also try running "top -mio" to see which
> processes are doing the most I/O.
> 
> -Alan

[...]

Thank you for hinting me to the -o flag of gstat, very useful.


MfG CoCo
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to