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
What is pointer to pointer in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is the full form of getch?
What is a class c rental property?
What are the types of type specifiers?
What does %c mean in c?
Tell me with an example the self-referential structure?
What is c language & why it is used?
Write the control statements in C language
Where is volatile variable stored?
What does char * * argv mean in c?
Write a program to print numbers from 1 to 100 without using loop in c?
Explain what is the purpose of "extern" keyword in a function declaration?
Why c is called procedure oriented language?
Why enum is used in c?