![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| reduce a string | satish@123 | Shell Programming and Scripting | 2 | 05-19-2008 04:15 AM |
| Can I reduce sysdump? | m223464 | UNIX for Dummies Questions & Answers | 1 | 08-22-2007 08:09 AM |
| reduce the or conditions | hitmansilentass | Shell Programming and Scripting | 8 | 05-03-2007 02:27 PM |
| reduce available ram | zuessh | AIX | 6 | 01-20-2007 09:25 PM |
| excessive IOWAIT | giantpanda77 | UNIX for Dummies Questions & Answers | 1 | 06-19-2005 07:41 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to reduce IOWAIT in linux
Hi All,
Any ideas how to reduce IOWAIT and increase disk speed on Linux server. Server has 4 CPUs and with 8GB RAM. Thanks in advance, Regards, Bache |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Not knowing much about your machine here are a few thoughts.
1. Are you using the fastest disks you can, both rotational speed and transfer speed and can your disk controllers support the transfer rates? 2. Consider having a number of disks so binaries live on different disks to data. This will reduce the time spent waiting for seeks to occur. 3. In certain configurations, a RAID arrangement may speed up access to disks. 4, Are you using delayed writes? |
|
#3
|
|||
|
|||
|
Here is an interesting article regarding performance tweaks for Linux...
http://www.linux.com/feature/116693 Quote:
|
|
#4
|
||||
|
||||
|
Another tool that will suggest good options is "iozone - filesystem benchmark tool".
|
||||
| Google The UNIX and Linux Forums |