Operating System - HP-UX
1752296 Members
4704 Online
108786 Solutions
New Discussion юеВ

file system capacity and performance

 
SOLVED
Go to solution
Cray
Frequent Advisor

file system capacity and performance

When will the file system capacity harm disk I/O performance? Is is good, fair, or bad if %free is less than 10%, or 5%?
4 REPLIES 4
Jeeshan
Honored Contributor

Re: file system capacity and performance

Actually it depends upon your application.

and load in the files system.

its safe to distribute the load between the file systems.

but its fare to remain the file systems as near as 85%. but this is not for I/O performance. but for safe distance of file system becomes full.
a warrior never quits
Steven E. Protter
Exalted Contributor

Re: file system capacity and performance

Shalom,

How you use the file system will have a lot to do with it.

My /opt file system which contains binaries has operated quite nicely with 2% free. Those files don't change much, and there is not a lot of heavy I/O.

An oracle database on filesystem will have trouble operating in that environment and the database my stop when Oracle tries to cut a new extent and there is not enough space.

I generally get concerned for performance and other reasons at 10% free or less.

But as the saying goes, your mileage may vary.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Emil Velez
Honored Contributor
Solution

Re: file system capacity and performance


with HFS over 90% it has issues finding 8K blocks contiguous.

JFS filesystems can be defragmented so files can be written contiguous therefore less pointers. For example if you have a 100MB file you could access all of the blocks of the file with 4 pointers if there si 32 MB free in allocation units within the file system.

You can use fsadm -e -d to defrag a JFS filesystem which makes files contiguous and minimizes the number of pointers a inode has for a file.

Chauhan Amit
Respected Contributor

Re: file system capacity and performance

Hi,

Check this doc for file system performance and tuning

http://docs.hp.com/en/5576/JFS_Tuning.pdf

Regards,
Amit
If you are not a part of solution , then you are a part of problem