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
Why should I prototype a function?
What are preprocessor directives in c?
What is static memory allocation? Explain
What is the basic structure of c?
What are pointers? Why are they used?
Tell me when would you use a pointer to a function?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Can you apply link and association interchangeably?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
what are the 10 different models of writing an addition program in C language?
Do you know the purpose of 'register' keyword?
By using C language input a date into it and if it is right?
What does d mean?
What does %d do?