Data Center, Colocation, Cloud Computing, Storage, Dedicated Servers Forums

Data Center, Colocation, Cloud Computing, Storage, Dedicated Servers Forums (http://www.datacentertalk.com/forum/index.php)
-   Server Discussion (http://www.datacentertalk.com/forum/forumdisplay.php?f=67)
-   -   iowait question (http://www.datacentertalk.com/forum/showthread.php?t=14060)

tom 10-31-2008 02:11 PM

iowait question
 
Any ideas how to reduce IOWAIT and increase disk speed on Linux server.

Server has 8 CPUs and with 32GB RAM.

Thanks in advance

Alexandre 11-02-2008 03:35 PM

You can try the following tool:

IOzone Filesystem Benchmark
Iozone Filesystem Benchmark

Also, I think this articale will help you to improve the performance of your linux system

Linux.com :: A three-pronged attack on performance

taki 11-03-2008 01:01 AM

I've used IOzone Filesystem Benchmark in the past and it always give good results for me. Give it a try and let us know if it helps you out.

whcdavid 11-04-2008 03:52 PM

What kind of filesystem are you using? Ext2, ext3, vxfs?

whcdavid 11-04-2008 04:07 PM

If you are using ext3 file sytem, you can add the following option in /etc/fstab file and that would save some time. EXT3 filesysystem keep last access time information for each file and it takes more time. If we disabled that option, then it would be much faster.


noatime,nodiratime

attagirl 11-15-2008 04:44 PM

Great links provided, I went and checked them out and you will definately get the help you are looking for. So if you have not visited them I would suggest that you do so if you are serious about your disk speed on Linux.

taki 11-24-2008 02:29 AM

Quote:

Originally Posted by whcdavid (Post 21116)
If you are using ext3 file sytem, you can add the following option in /etc/fstab file and that would save some time. EXT3 filesysystem keep last access time information for each file and it takes more time. If we disabled that option, then it would be much faster.


noatime,nodiratime



Personally I would not do this as you are disabling a security feature that very well may be needed if some file comes up missing or has been modified for some nefarious reason. Rather than do this, I would upgrade my server.

attagirl 11-29-2008 11:22 PM

How would you know that it would come up missing or become modified? I am curious to know why your security would not prevent this from happening.

farhan251 03-10-2016 06:34 AM

Quote:

Originally Posted by Alexandre (Post 21092)
You can try the following tool:

IOzone Filesystem Benchmark
Iozone Filesystem Benchmark

Also, I think this articale will help you to improve the performance of your linux system

Linux.com :: A three-pronged attack on performance

Great link it was very useful one thanks for sharing with us


All times are GMT. The time now is 01:38 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.