Skip to main content
Tweeted twitter.com/StackUnix/status/804232999801913344
name removed from body, formatting applied around commands, question moved lower
Source Link

Would the use of several devices reduce disk io blocking?

I run a webserverweb server with a couple of webapplicationsweb applications in apache on the same device.

The other day I had to run a chown -Rchown -R and a chmod -Rchmod -R on a folder containing over 100 000 files. This took some time and I realized that the disk ioIO caused all applications to run extremlyextremely slow for a long time. The CPU usage was also high for minutes after the commands where done.

Would the use of several devices reduce disk IO blocking?

If iI have had each applications on different devices would the disk ioIO affect the overall performance of the server the same way?

Are the disk ioIO blocking divided per disk or on the system as a whole?

/Thomas

Would the use of several devices reduce disk io blocking?

I run a webserver with a couple of webapplications in apache on the same device.

The other day I had to run a chown -R and a chmod -R on a folder containing over 100 000 files. This took some time and I realized that the disk io caused all applications to run extremly slow for a long time. The CPU usage was also high for minutes after the commands where done.

If i have had each applications on different devices would the disk io affect the overall performance of the server the same way?

Are the disk io blocking divided per disk or on the system as a whole?

/Thomas

I run a web server with a couple of web applications in apache on the same device.

The other day I had to run a chown -R and a chmod -R on a folder containing over 100 000 files. This took some time and I realized that the disk IO caused all applications to run extremely slow for a long time. The CPU usage was also high for minutes after the commands where done.

Would the use of several devices reduce disk IO blocking?

If I have had each applications on different devices would the disk IO affect the overall performance of the server the same way?

Are the disk IO blocking divided per disk or on the system as a whole?

Source Link

Reduce disk io blocking by using many devices?

Would the use of several devices reduce disk io blocking?

I run a webserver with a couple of webapplications in apache on the same device.

The other day I had to run a chown -R and a chmod -R on a folder containing over 100 000 files. This took some time and I realized that the disk io caused all applications to run extremly slow for a long time. The CPU usage was also high for minutes after the commands where done.

If i have had each applications on different devices would the disk io affect the overall performance of the server the same way?

Are the disk io blocking divided per disk or on the system as a whole?

/Thomas