how to estimate the disk access time?
e.g. the time between read one byte and another byte in the
disk.
Answer Posted / daniele
http://www.linuxinsight.com/how_fast_is_your_disk.html
% sudo hdparm -t /dev/hda
/dev/hda:
Timing buffered disk reads: 140 MB in 3.02 seconds = 46.28
MB/sec
Substitute /dev/hda with the name of your raw disk device,
of course (for example, it might be /dev/sda if you're using
libata, or something else).
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you know the use of fflush() function?
What is the heap in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the purpose of sprintf() function?
Does * p ++ increment p or what it points to?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is c token?
Write a program to use switch statement.
pierrot's divisor program using c or c++ code
Why is c called "mother" language?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the difference between mpi and openmp?
Explain #pragma statements.
How to get string length of given string in c?
Write a program to generate the Fibinocci Series