Cloudron v9: huge disk I/O is this normal/safe/needed?
-
I checked many servers and it's mostly under 1MBps all the time . Does 'docker stats' show anything interesting (if it's a container that is hogging cpu)? Not sure what else you have installed on your server?
@girish said in Cloudron v9: huge disk I/O is this normal/safe/needed?:
'docker stats'
it's impossible to have a view with this, every second tens of docker containers are created (cron?) so it keeps listing and growing.
Is there a proper way to do some inspections with disk I/O in mind? Or shall I give you access to have a view?
-
@girish said in Cloudron v9: huge disk I/O is this normal/safe/needed?:
'docker stats'
it's impossible to have a view with this, every second tens of docker containers are created (cron?) so it keeps listing and growing.
Is there a proper way to do some inspections with disk I/O in mind? Or shall I give you access to have a view?
-
its not default installed:
Command 'iotop' not found, but can be installed with: apt install iotop # version 0.6-24-g733f3f8-1.1ubuntu0.1, or apt install iotop-c # version 1.21-1 -
and now?

-
ok thanks, below the result after just a few minutes, I'm not a technician but as far as I can see it's mainly mysql which is writing (I sorted Write):

-
Since we debugged some other issue on that server, was also taking a look at the disk I/O. So basically the mysql service is doing a lot of disk I/O (also as see in the screenshot).
It does seem the mysql addon is just queried and written to a lot. So likely one of the many installed apps using it might commit a lot to the database. I didn't want to stop apps, but maybe you can try to stop individual apps which use mysql one-by-one to hopefully find the one which causes the constant writes.

