Results 1 to 10 of 12
Hi ,
Can any body tell me what are the parameters to be considered for analyzing the performance of the filesystem.
Thank you....
- 01-03-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 44
Filesystem Performance
Hi ,
Can any body tell me what are the parameters to be considered for analyzing the performance of the filesystem.
Thank you.
- 01-03-2011 #2
First thing is that the filesystem is a tool like anything else a computer is for. You need to think of your overall objective (host a fileserver, webserver, mail client) and tailor your filesystem to match it.
In the end, it may be that the differences in filesystems will provide only trivial differences, and that ease of use will be the #1 concern.
We'd need to know more about your specific use to give any kind of advice on filesystem usage.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 01-03-2011 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 44
Thanks for your reply.
I want to know what are the parameters to be considered while evaluating a filesystem's performance. I mean the factors which are to be considered to evaluate performance of FS.
- 01-03-2011 #4Just Joined!
- Join Date
- Jan 2011
- Location
- Hyderabad, India
- Posts
- 17
While considering the filesystem performance we have to consider
1. The number of files and directories within each parent directory it will holds (hierarchical directory structure)
2. The larger file size it will hold for a singe file
3. How efficiently it will maintain the file table
4. Query or response time when we requested a file.
- 01-04-2011 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 44
Thanks,
Can you please suggest me some references so that I could refer them.
- 01-07-2011 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
What is your purpose in these questions??
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-07-2011 #7Just Joined!
- Join Date
- Dec 2010
- Posts
- 44
The purpose is that, I want to analyze the performance of the filesystems so which are the parameters to be considered for the same.
- 01-07-2011 #8
Can't give you the technical reasons why, but I prefer XFS.
- 01-07-2011 #9Just Joined!
- Join Date
- Dec 2010
- Posts
- 44
I don't want the Filesystem, I just want to know what are the parameters to be considered for performance analysis on any filesystem.
- 01-07-2011 #10
Basically throughput and latency.
But there are a lot of cases to consider.
small/big files, random reads/random writes, linear reads, linear writes.
various caches, filesystems..
I believe Iozone Filesystem Benchmark is quite usefull to get an impression.You must always face the curtain with a bow.


Reply With Quote