# storage-test-scripts **Repository Path**: han-guangyu/storage-test-scripts ## Basic Information - **Project Name**: storage-test-scripts - **Description**: 用于存放高性能存储 SIG 的 POC 测试脚本。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-16 - **Last Updated**: 2022-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenAnolis Storage SIG POC test scripts This repo stores openanolis storage sig POC feature test scripts ## test-mysql.sh POC test script for MySQL 16k atomic write feature. It uses sysbench to run multiple tests with different benchmark types and threads, in either fixed run time or fixed run events. ## test-mysql-auxiliary-scripts_optional(Optional) Non-essential auxiliary tools ### 01_switch-scenes/switch-scenes.sh Auxiliary script for test-mysql.sh. It can automatically complete the operation of "test-mysql.sh" in six scenes and output log. Six scenes includes (open_double_write + close_double_write + automic_write)*(time + event) Crudini is the require of switch-scenes.sh. And crudini-0.9.3-1.uelc20.01.noarch.rpm could be directly installed in "Anolis8.4". ### 02_data-processing/data_processing.py data_processing.py can process the test data from log which is genetated by 01_switch-scenes/switch-scenes.sh to specified excel with template.xlsx.