Hi,
I have troubles with high disk usage on my FreeBSD system.
The system disk is used for 100% (according to gstat) for most
of the time. This is very annoying because the systems becomes
unresponsive.
It seems that this has something to do with sendmail. When I kill
all sendmail stuff and the periodic scripts the high disk usage
is gone.
These are some of the processes:
The funny thing is, I deleted
, still it is running.
Is there any way to figure out which process generates all the disk access? This would
be a great help to find out what is going on.
Thanks
Johannes
I have troubles with high disk usage on my FreeBSD system.
The system disk is used for 100% (according to gstat) for most
of the time. This is very annoying because the systems becomes
unresponsive.
It seems that this has something to do with sendmail. When I kill
all sendmail stuff and the periodic scripts the high disk usage
is gone.
These are some of the processes:
Code:
root 85293 0,0 0,0 8340 308 ?? IJ 3:02am 0:00,00 /bin/sh /etc/periodic/daily/440.status-mailq
smmsp 85294 0,0 0,0 36724 1628 ?? DJ 3:02am 1:15,95 mailq -Ac (sendmail)
root 85295 0,0 0,0 5828 280 ?? IJ 3:02am 0:00,00 tee /dev/stderr
root 85296 0,0 0,0 9120 268 ?? IJ 3:02am 0:00,00 egrep -v (mqueue is empty|Total requests)
root 85297 0,0 0,0 2764 200 ?? IJ 3:02am 0:00,00 wc -l
The funny thing is, I deleted
Code:
/etc/periodic/daily/440.status-mailq
Is there any way to figure out which process generates all the disk access? This would
be a great help to find out what is going on.
Thanks
Johannes