A detailed test method for performance of Linux disks

Source: Internet
Author: User

=========================================================================
# Test Write 20Gb file
Sync && time-p bash-c "(dd If=/dev/zero of=test.dd bs=1000k count=20000;sync)"


The following is the test data for 10.10.14.199:


20000+0 Records in
20000+0 Records out
20480000000 bytes (GB) copied, 85.524 S, 239 MB/s
Real 87.24
User 0.03
SYS 24.67
=========================================================================
# Test Read 20Gb file
Echo 3 >/proc/sys/vm/drop_caches && time-p dd if=test.dd of=/dev/null bs=1m


The following is the test data for 10.10.14.199:

19531+1 Records in
19531+1 Records out
20480000000 bytes (GB) copied, 59.7922 s, 343 MB/s
Real 59.84
User 0.03
SYS 18.56

=========================================================================
# Delete temporary files
RM-RF TEST.DD

=========================================================================

A detailed test method for performance of Linux disks

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.