Using dummy files


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Using dummy files
# 1  
Old 03-31-2003
Using dummy files

what do you record or look for when using these dummy files to test I/O throughput on disk drives. i have no clue and reading from books sure aint helping much.

i know all about the creation and every other thing there is to it but when it comes to actual testing, how do i use them

this is important so quick replies are welcomed
# 2  
Old 03-31-2003
If you can specify the Question properly ... it would be easier to help you getting ur problem solved.

Happy Answer Hunting

Cheers !!
Mehul Doshi
# 3  
Old 04-01-2003
are you looking to test the transfer speed of your hard drives?

i would opt to use iostat and vmstat when watching the traffic going from drive to drive.


what you should be looking for are any bottlenecks does it look like your useing a disk to much? if so try reorginizeing your data layout.

are you pushing to much info thru and causing a memory bottleneck? or a cpu bottleneck?

as far as threshholds go. just watch your system and try to get a base line of what it normally does.

redbook sg24-4989-00 (RS6000 Performance Tools in Focus)
can give you some basics.

i think we are on the same wave length. I was just going through this myself.
# 4  
Old 04-03-2003
i was just reading a book that talks about creating large dummy files to test disk transfers and also what will happen if a disk was to fill up. (pretty senseless i think. why would you want to know what will happen when a disk fills up?? wouldn't it disallow any files from being created or eventually crash??)

and when you say try reorganizing the data layout, what do mean?? i mean, how do you do that?? say for instance, from looking at the output of iostat, i determine that a particular disk is being hit really bad with lots of information. how do i rearrange the data on that drive to distribute the data being sent to it so that particular drive do not get hit to death.

i dont understand this whole drive thing
# 5  
Old 04-04-2003
I guess the best question here is to ask why you need to do this. I read something similar once in Unix Hints and Hacks (I think...). I've never seen a use for this, other than to test that a drive works OK - like a burn-in period, I guess.

What result are you trying to achieve?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Dummy Question

Where can I get UNIX? (1 Reply)
Discussion started by: ciao303
1 Replies

2. Shell Programming and Scripting

Unix Dummy!

Hi everyone!! i need some help to do the next exercice, if some one can help-me! Perform a script to swap two lines of a file. The name of file as the two line numbers are passed as a parameter. It should be verify that the file exists, have the necessary permits and lines. i try... (3 Replies)
Discussion started by: freixo
3 Replies

3. UNIX for Dummies Questions & Answers

using grep for a dummy

Hi there; I am really new in unix. I need some help regarding use of grep command. I need to write a shell script which takes a C++ program and counts the number of words which could be a valid C++ variable name. I wrote a regular expression to find c++ variable names: ^* but... (3 Replies)
Discussion started by: mkosucu
3 Replies

4. UNIX for Dummies Questions & Answers

Dummy Questions

NOT IN USE, IGNORE (8 Replies)
Discussion started by: slayer666
8 Replies

5. Shell Programming and Scripting

Dummy need help :(

This drive me nut, any can show me how to do it ?? str1='Case Modify 10001 20002 30003 40004|Report Create 3417176211|Case Modify 10002 20002 30003 40004' and str2='Case Modify 10001' if str1 ~ str2 then str1='Report Create 3417176211|Case Modify 10002 20002 30003 40004' Thanks, (8 Replies)
Discussion started by: sabercats
8 Replies

6. UNIX for Dummies Questions & Answers

Unix Dummy

i need to learn unix real quick and i have completely no idea how. could anyone please tell me how to get material to get me going??? I am IT oriented. PLEASE ANY ONE???????????????? :confused: (3 Replies)
Discussion started by: quarmenna
3 Replies

7. UNIX for Dummies Questions & Answers

Dummy Needs Help

I am ftp-ing (I think) files from one computer to another and I am using the Put command to do this. Is there a way for me to string these commands together and Put several files at once? Thanks, Amy (4 Replies)
Discussion started by: amygdala
4 Replies

8. Where do I download LINUX & UNIX?

i am the mega dummy

where in this great world wide web could i download the unix core operating system (2 Replies)
Discussion started by: pantera
2 Replies

9. UNIX for Dummies Questions & Answers

i am the mega dummy

where in this great world wide web could i download the unix core operating system (2 Replies)
Discussion started by: pantera
2 Replies

10. UNIX for Dummies Questions & Answers

Real Dummy here!!

After reading so many posts in this section, I'm convinced there are no other dummies here but me. You guys are light years ahead. I have a great understanding of the Windows environment, but lost right now in some things pertaining to Unix. See, I'm a recent convert and put my website up on a... (2 Replies)
Discussion started by: Keith
2 Replies
Login or Register to Ask a Question