Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.
- What's New
- Function Overview
- Product Bulletin
- Service Overview
- Billing
- Getting Started
- User Guide
- Best Practices
- API Reference
- SDK Reference
- FAQs
-
Troubleshooting
- Mounting a File System Timed Out
- Mounting a File System Failed
- Creating an SFS Turbo File System Failed
- File System Automatically Unmounted
- A Client Server Failed to Access a File System
- Abnormal File System Status
- Data Fails to Be Written into a File System Mounted to ECSs Running Different Types of Operating Systems
- Writing to a File System Failed
- Error Message "wrong fs type, bad option" Was Displayed During File System Mounting
Show all
Testing SFS Turbo Latency
This section uses the SFS Turbo Performance-Enhanced type to test the file system latency. The specifications of the ECSs to be used are as follows:
Specifications: General computing-plus | c6.4xlarge.4 | 16 vCPUs | 64 GB
Image: EulerOS 2.5
Single-queue random read
- fio command:
fio -direct=1 -iodepth=1 -rw=randread -ioengine=libaio -bs=4k -size=10G -numjobs=1 -runtime=60 -group_reporting -filename=/mnt/sfsturbo/fio_test_01 -name=randread_test
NOTE:
Variable /mnt/sfsturbo/fio_test_01 -name indicates the location of the file to be tested. The location must be specific to the file name, which is the fio_test_01 -name file in the /mnt/sfsturbo directory in this example. Set the location based on site requirements.
- fio result:
Single-queue random write
- fio command:
fio -direct=1 -iodepth=1 -rw=randwrite -ioengine=libaio -bs=4k -size=10G -numjobs=1 -runtime=60 -group_reporting -filename=/mnt/sfsturbo/fio_test_02 -name=randwrite_test
NOTE:
Variable /mnt/sfsturbo/fio_test_02 -name indicates the location of the file to be tested. The location must be specific to the file name, which is the fio_test_02 -name file in the /mnt/sfsturbo directory in this example. Set the location based on site requirements.
- fio result:
Single-queue sequential read
- fio command:
fio -direct=1 -iodepth=1 -rw=read -ioengine=libaio -bs=4k -size=10G -numjobs=1 -runtime=60 -group_reporting -filename=/mnt/sfsturbo/fio_test_03 -name=read_test
NOTE:
Variable /mnt/sfsturbo/fio_test_03 -name indicates the location of the file to be tested. The location must be specific to the file name, which is the fio_test_03 -name file in the /mnt/sfsturbo directory in this example. Set the location based on site requirements.
- fio result:
Single-queue sequential write
- fio command:
fio -direct=1 -iodepth=1 -rw=write -ioengine=libaio -bs=4k -size=10G -numjobs=1 -runtime=60 -group_reporting -filename=/mnt/sfsturbo/fio_test_04 -name=write_test
NOTE:
Variable /mnt/sfsturbo/fio_test_04 -name indicates the location of the file to be tested. The location must be specific to the file name, which is the fio_test_04 -name file in the /mnt/sfsturbo directory in this example. Set the location based on site requirements.
- fio result:
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.