Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is const and volatile in c?

997


Where are some collections of useful code fragments and examples?

1116


What is wrong with this program statement?

993


Explain data types & how many data types supported by c?

1034


What is the process of writing the null pointer?

990


What is the correct code to have following output in c using nested for loop?

1034


What does the characters “r” and “w” mean when writing programs that will make use of files?

1432


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

997


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1784


What does it mean when the linker says that _end is undefined?

1054


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

1197


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3036


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

1025


Compare and contrast compilers from interpreters.

1082


What is p in text message?

942