CN113110960A - Automatic tuning test method and system based on hard disk performance - Google Patents

Automatic tuning test method and system based on hard disk performance Download PDF

Info

Publication number
CN113110960A
CN113110960A CN202110403387.5A CN202110403387A CN113110960A CN 113110960 A CN113110960 A CN 113110960A CN 202110403387 A CN202110403387 A CN 202110403387A CN 113110960 A CN113110960 A CN 113110960A
Authority
CN
China
Prior art keywords
hard disk
test
module
tuning
parameters
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110403387.5A
Other languages
Chinese (zh)
Inventor
吕杨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN202110403387.5A priority Critical patent/CN113110960A/en
Publication of CN113110960A publication Critical patent/CN113110960A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2289Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by configuration test

Abstract

The invention relates to the technical field of hard disk testing, and provides an automatic tuning testing method and system based on hard disk performance, wherein the method comprises the following steps: identifying and judging the types of the in-place hard disks, wherein the types of the hard disks comprise fixed hard disks and hard disk drives; respectively importing configuration config files corresponding to each type of hard disk according to the identified hard disk types; performing initial tuning on the imported configuration config file; performing a fio test on the hard disk, and performing an optimization action on the fio test process of the hard disk; when the test is finished, the test result of the hard disk and the corresponding tuning parameters are output, so that the full-automatic execution of the tuning test of the hard disk is realized, no additional configuration is needed, a result output report is directly obtained, the test is automatically adjusted according to the performance parameters, the optimal parameters and the test data are obtained, and the optimal performance data which can be obtained under the environment are output.

Description

Automatic tuning test method and system based on hard disk performance
Technical Field
The invention belongs to the technical field of hard disk testing, and particularly relates to an automatic tuning testing method and system based on hard disk performance.
Background
Big data analysis is becoming a hot topic in the IT industry, and more enterprises believe that IT will lead the enterprises to succeed. However anything has two aspects. In this regard, the existing storage technology itself is considered. Conventional storage systems encounter bottlenecks, whether they require extremely low latency responses, real-time big data applications, or data mining applications facing mass data warehousing. In order to ensure that the big data analysis service can normally operate, the corresponding storage system needs to be fast enough to fully exert the due fast performance. The test of the hard disk performance is also very important in the design and production process of the server, all factors influencing the hard disk performance of the whole server are classified into the script of the performance test according to the factors involved in the test and part of the factors discovered in the test, and the factors influencing the hard disk performance are continuously adjusted and configured to be optimal through comparing the test data of each time with spec, so that the problems of parameter configuration errors caused by manual configuration, incomplete coverage and the like are avoided.
At present, the test software environment is built by manually installing a fio script and a corresponding libario driver; secondly, a system reads a disk mounted under the system to perform fio test, parameters and configuration are optimized according to test results, the disk is manually optimized in the modes of numjobs, iododepth and the like, and core binding and the like to obtain the result of the optimization test, however, the test scheme needs manual installation, test, data collection, optimization retest, and even if the generated automatic script is optimized, the optimization of installation, data collection, hard disk type identification, different disk tests, core binding and the like only needs manual test, and test inconvenience is brought.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides an automatic tuning test method based on the performance of a hard disk, and aims to solve the problem that a test scheme in the prior art needs manual installation, test, data collection, tuning and retest.
The technical scheme provided by the invention is as follows: an automatic tuning test method based on hard disk performance comprises the following steps:
identifying and judging the types of the in-place hard disks, wherein the types of the hard disks comprise fixed hard disks and hard disk drives;
respectively importing configuration config files corresponding to each type of hard disk according to the identified hard disk types;
performing initial tuning on the imported configuration config file;
performing a fio test on the hard disk, and performing an optimization action on the fio test process of the hard disk;
and when the test is finished, outputting the test result of the hard disk and the corresponding tuning parameters.
As an improved scheme, the step of identifying and judging the type of the in-place hard disk, where the type of the hard disk includes a fixed hard disk and a hard disk drive, specifically includes the following steps:
grabbing first-level disk symbols under an lsblk command of the viewing block device, and screening out independent storage devices;
recording disk symbols of all hard disks by checking a block device lsblk command;
judging the type of the hard disk through a hard disk identification command, wherein the hard disk identification command is as follows: cat/sys/block/drive/queue/rotate;
when the feedback result of the hard disk identification command is 1, judging that the hard disk is a hard disk drive;
and when the result fed back by the hard disk identification command is 0, judging that the hard disk is a solid state disk.
As an improved scheme, the step of performing the tuning action on the fio test process of the hard disk specifically includes the following steps:
and executing the core binding operation according to the number of the tested hard disks and the mounted CPU position.
As an improved scheme, the step of executing the core binding operation for the number of tested hard disks and the mounted CPU position specifically includes the following steps:
capturing mounting information of a hard disk under a test machine through two system instructions of an lspci and an lscpu;
positioning information containing a hard disk mounting CPU through information keywords of a grep-i hard disk;
and performing average distribution on the core quantity information of the CPU read from the node and the quantity of the hard disks, and sequentially binding.
As an improved scheme, the step of outputting the hard disk test result and the corresponding tuning parameters when the test is completed specifically includes the following steps:
when each round of test is finished, comparing the test result of each round with the reference spec file, and adjusting and optimizing various test result parameters;
comparing and adjusting the optimized test result parameters with the reference spec file again until all the data reaching the reference spec file or the set parameters are completely compared but cannot reach the standard of the reference spec file;
and outputting the test result parameters of the optimal performance of the data and the corresponding optimization parameters.
Another object of the present invention is to provide an automatic tuning test system based on hard disk performance, the system comprising:
the hard disk type identification and judgment module is used for identifying and judging the type of an in-place hard disk, wherein the type of the hard disk comprises a fixed hard disk and a hard disk drive;
the file importing module is used for respectively importing the configuration config files corresponding to each type of hard disk according to the identified hard disk types;
the initial tuning module is used for performing initial tuning on the imported configuration config file;
the test tuning action execution module is used for executing the fio test on the hard disk and executing the tuning action on the fio test process of the hard disk;
and the output module is used for outputting the hard disk test result and the corresponding tuning parameters when the test is finished.
As an improved scheme, the hard disk type identification and determination module specifically includes:
the independent storage equipment screening module is used for capturing and checking a first-level disk identifier under the lsblk command of the block equipment and screening out independent storage equipment;
the disk identifier checking module is used for recording disk identifiers of all hard disks through checking the lsblk command of the block device;
the hard disk type judging module is used for judging the type of the hard disk through a hard disk identification command, wherein the hard disk identification command is as follows: cat/sys/block/drive/queue/rotate;
the first judging module is used for judging that the hard disk is a hard disk drive when the result fed back by the hard disk identification command is 1;
and the second determination module is used for determining that the hard disk is a solid state hard disk when the result fed back by the hard disk identification command is 0.
As an improved scheme, the test tuning action execution module specifically includes:
and the core binding operation module is used for executing core binding operation according to the number of the tested hard disks and the position of the CPU obtained by mounting.
As an improved scheme, the binding operation module specifically includes:
the hard disk mounting information grabbing module is used for grabbing the mounting information of the hard disk under the test machine through two system instructions of the lspci and the lscpu;
the positioning module is used for positioning the information containing the hard disk mounting CPU through the information keywords of the grep-i hard disk;
and the binding module is used for carrying out average distribution on the core quantity information of the CPU read from the node and the quantity of the hard disks and carrying out sequential binding.
As an improved scheme, the output module specifically includes:
the comparison and optimization module is used for comparing the test result of each round with the reference spec file and optimizing various test result parameters when each round of test is finished;
the cycle adjusting module is used for comparing and adjusting the adjusted test result parameters with the reference spec file again until all the data reaching the reference spec file or the set parameters are completely compared and cannot reach the standard of the reference spec file;
and the parameter output module is used for outputting the test result parameters of the optimal performance of the data and the corresponding tuning parameters.
In the embodiment of the invention, the type of the in-place hard disk is identified and judged, wherein the type of the hard disk comprises a fixed hard disk and a hard disk drive; respectively importing configuration config files corresponding to each type of hard disk according to the identified hard disk types; performing initial tuning on the imported configuration config file; performing a fio test on the hard disk, and performing an optimization action on the fio test process of the hard disk; when the test is finished, the test result of the hard disk and the corresponding tuning parameters are output, so that the full-automatic execution of the tuning test of the hard disk is realized, no additional configuration is needed, a result output report is directly obtained, the test is automatically adjusted according to the performance parameters, the optimal parameters and the test data are obtained, and the optimal performance data which can be obtained under the environment are output.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
FIG. 1 is a flow chart of an implementation of the automatic tuning test method based on hard disk performance according to the present invention;
FIG. 2 is a flow chart of the present invention for identifying and determining the types of hard disks in place, including the fixed hard disk and the hard disk drive;
FIG. 3 is a flow chart of the implementation of the present invention for performing a core binding operation with respect to the number of tested hard disks and the mounted CPU location;
FIG. 4 is a flow chart of an implementation of outputting a hard disk test result and corresponding tuning parameters when the test is completed according to the present invention;
FIG. 5 is a block diagram of the automatic tuning test system based on the hard disk performance provided by the present invention;
FIG. 6 is a block diagram of a hard disk type identification module according to the present invention;
FIG. 7 is a block diagram of the configuration of a binding operation module provided by the present invention;
fig. 8 is a block diagram of an output module provided in the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are merely for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby.
Fig. 1 is a flowchart of an implementation of the automatic tuning test method based on the hard disk performance provided by the present invention, which specifically includes the following steps:
in step S101, identifying and determining the type of the in-place hard disk, where the type of the hard disk includes a fixed hard disk and a hard disk drive;
in step S102, respectively importing configuration config files corresponding to each type of hard disk according to the identified hard disk type;
in the step, according to all hard disks in an AVL list, a config file with a corresponding model is established in advance according to test data provided by a hard disk manufacturer, FW information of the hard disk list is read through BMC to call the corresponding config file, and for circulation is utilized to traverse each hard disk to generate the corresponding config file
In step S103, initially tuning the imported configuration config file;
in this step, there are different test requirements for the solid state disk and the hard disk drive with two parameters of BandWith and IOPS. The solid state disk generally adopts 256K data packets to perform sequential read-write bandwidth test for bandwidth test, and the solid state disk generally adopts 128K to perform sequential read-write test; the random test generally adopts 4K small data packets to perform random read-write test, and the solid state disk needs to be preheated for a period of time according to the specified PTS to reach the stable level of operation, so that the read-write data processing of preheating needs to be performed, and the basic config file of the hard disk is configured according to SPEC of a hard disk manufacturer.
The preliminary tuning includes modes such as CPU performance mode configuration, and interrupt polling for adjusting reading and writing.
In step S104, performing a fio test on the hard disk, and performing an tuning action on the fio test process of the hard disk;
in step S105, when the test is completed, the hard disk test result and the corresponding tuning parameters are output.
In this embodiment, as shown in fig. 2, the step of identifying and determining the type of the in-place hard disk, where the type of the hard disk includes a fixed hard disk and a hard disk drive, specifically includes the following steps:
in step S201, a first-level drive letter under the lsblk command of the check block device is captured, and an independent storage device is screened out;
in step S202, recording disk signatures of all hard disks by looking at the block device lsblk command;
in step S203, the type of the hard disk is determined by a hard disk identification command, where the hard disk identification command is: cat/sys/block/drive/queue/rotate;
in step S204, when the result fed back by the hard disk identification command is 1, it is determined that the hard disk is a hard disk drive;
in step S205, when the result fed back by the hard disk identification command is 0, it is determined that the hard disk is a solid state disk.
The hard disk types can be identified and classified according to different return values of different disks under linux.
In the embodiment of the present invention, the step of performing the tuning action on the fio test process of the hard disk specifically includes the following steps:
executing a core binding operation according to the number of the tested hard disks and the position of the CPU obtained by mounting;
in this embodiment, as shown in fig. 3, the step of executing the core binding operation for the number of tested hard disks and the mounted CPU position specifically includes the following steps:
in step S301, the mounting information of the hard disk under the test machine is captured by two system instructions, lspci and lscpu;
in step S302, the information containing the hard disk mounting CPU is positioned through the information keywords of the grep-i hard disk;
in step S303, the core number information of the CPU read in the node and the number of hard disks are equally distributed and sequentially bound.
In the embodiment of the present invention, as shown in fig. 4, when the test is completed, the step of outputting the hard disk test result and the corresponding tuning parameter specifically includes the following steps:
in step S401, when each round of test is completed, comparing the test result of each round with the reference spec file, and tuning each test result parameter;
in step S402, comparing and adjusting the adjusted test result parameters with the reference spec file again until all the data reaching the reference spec file or the set parameters are completely compared but cannot reach the standard of the reference spec file;
in step S403, the test result parameters of the data with the best performance and the corresponding tuning parameters are output.
In the embodiment of the invention, the identification and classification of the disk types are carried out by utilizing the difference of the return values of different disks under linux, the designated characters are picked according to the format of the manual test result and the allocation of the identification CPU node, and the test parameter optimization and the optimal allocation of the binding cores of different hard disks are realized.
Fig. 5 is a block diagram of an automatic tuning test system based on hard disk performance according to the present invention, and for convenience of description, only the relevant parts of the embodiment of the present invention are shown in the diagram.
The automatic tuning test system based on the hard disk performance comprises:
the hard disk type identification and judgment module 11 is used for identifying and judging the types of in-place hard disks, wherein the types of the hard disks comprise fixed hard disks and hard disk drives;
the file importing module 12 is configured to import configuration files corresponding to each type of hard disk according to the identified hard disk type;
a primary tuning module 13, configured to perform primary tuning on the imported configuration config file;
the test tuning action execution module 14 is used for executing the fio test on the hard disk and executing the tuning action on the fio test process of the hard disk;
and the output module 15 is used for outputting the hard disk test result and the corresponding tuning parameters when the test is finished.
As shown in fig. 6, the hard disk type identification and determination module 11 specifically includes:
the independent storage device screening module 16 is configured to capture a first-level drive letter under the lsblk command of the check block device, and screen out an independent storage device;
a drive symbol viewing module 17, configured to record drive symbols of all hard disks through a viewing block device lsblk command;
a hard disk type determining module 18, configured to determine the type of the hard disk according to a hard disk identification command, where the hard disk identification command is: cat/sys/block/drive/queue/rotate;
a first determination module 19, configured to determine that the hard disk is a hard disk drive when a result fed back by the hard disk identification command is 1;
and the second determination module 20 is configured to determine that the hard disk is a solid state disk when the result fed back by the hard disk identification command is 0.
As shown in fig. 5, the test tuning action execution module 14 specifically includes:
and a core binding operation module 21, configured to execute a core binding operation for the number of tested hard disks and the mounted CPU position.
As shown in fig. 7, the binding operation module 21 specifically includes:
the hard disk mounting information grabbing module 22 is used for grabbing the mounting information of the hard disk under the test machine through two system instructions of lspci and lscpu;
the positioning module 23 is used for positioning the information containing the hard disk mounting CPU through the information keywords of the grep-i hard disk;
and the binding module 24 is configured to perform average distribution on the core quantity information of the CPU read in the node and the quantity of the hard disks, and perform sequential binding.
As shown in fig. 8, the output module 15 specifically includes:
the comparison and optimization module 25 is used for comparing the test result of each round with the reference spec file when each round of test is finished, and adjusting various test result parameters;
the circulation adjusting module 26 is configured to compare and adjust the adjusted test result parameters with the reference spec file again until all the obtained data or set parameters reaching the reference spec file are completely compared but cannot reach the standard of the reference spec file;
and the parameter output module 27 is used for outputting the test result parameters of the optimal performance of the data and the corresponding tuning parameters.
In the embodiment of the invention, the type of the in-place hard disk is identified and judged, wherein the type of the hard disk comprises a fixed hard disk and a hard disk drive; respectively importing configuration config files corresponding to each type of hard disk according to the identified hard disk types; performing initial tuning on the imported configuration config file; performing a fio test on the hard disk, and performing an optimization action on the fio test process of the hard disk; when the test is finished, the test result of the hard disk and the corresponding tuning parameters are output, so that the full-automatic execution of the tuning test of the hard disk is realized, no additional configuration is needed, a result output report is directly obtained, the test is automatically adjusted according to the performance parameters, the optimal parameters and the test data are obtained, and the optimal performance data which can be obtained under the environment are output.
The above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (10)

1. An automatic tuning test method based on hard disk performance is characterized by comprising the following steps:
identifying and judging the types of the in-place hard disks, wherein the types of the hard disks comprise fixed hard disks and hard disk drives;
respectively importing configuration config files corresponding to each type of hard disk according to the identified hard disk types;
performing initial tuning on the imported configuration config file;
performing a fio test on the hard disk, and performing an optimization action on the fio test process of the hard disk;
and when the test is finished, outputting the test result of the hard disk and the corresponding tuning parameters.
2. The method according to claim 1, wherein the step of identifying and determining the type of the in-place hard disk, wherein the hard disk type includes a fixed hard disk and a hard disk drive, specifically comprises the steps of:
grabbing first-level disk symbols under an lsblk command of the viewing block device, and screening out independent storage devices;
recording disk symbols of all hard disks by checking a block device lsblk command;
judging the type of the hard disk through a hard disk identification command, wherein the hard disk identification command is as follows: cat/sys/block/drive/queue/rotate;
when the feedback result of the hard disk identification command is 1, judging that the hard disk is a hard disk drive;
and when the result fed back by the hard disk identification command is 0, judging that the hard disk is a solid state disk.
3. The automatic tuning test method based on the hard disk performance of claim 1, wherein the step of performing the tuning action on the fio test process of the hard disk specifically comprises the following steps:
and executing the core binding operation according to the number of the tested hard disks and the mounted CPU position.
4. The automatic tuning test method based on hard disk performance according to claim 3, wherein the step of executing the core binding operation for the tested hard disk number and the mounted CPU position specifically comprises the following steps:
capturing mounting information of a hard disk under a test machine through two system instructions of an lspci and an lscpu;
positioning information containing a hard disk mounting CPU through information keywords of a grep-i hard disk;
and performing average distribution on the core quantity information of the CPU read from the node and the quantity of the hard disks, and sequentially binding.
5. The automatic tuning test method based on hard disk performance of claim 1, wherein the step of outputting the hard disk test result and the corresponding tuning parameters when the test is completed specifically comprises the following steps:
when each round of test is finished, comparing the test result of each round with the reference spec file, and adjusting and optimizing various test result parameters;
comparing and adjusting the optimized test result parameters with the reference spec file again until all the data reaching the reference spec file or the set parameters are completely compared but cannot reach the standard of the reference spec file;
and outputting the test result parameters of the optimal performance of the data and the corresponding optimization parameters.
6. An automatic tuning test system based on hard disk performance, the system comprising:
the hard disk type identification and judgment module is used for identifying and judging the type of an in-place hard disk, wherein the type of the hard disk comprises a fixed hard disk and a hard disk drive;
the file importing module is used for respectively importing the configuration config files corresponding to each type of hard disk according to the identified hard disk types;
the initial tuning module is used for performing initial tuning on the imported configuration config file;
the test tuning action execution module is used for executing the fio test on the hard disk and executing the tuning action on the fio test process of the hard disk;
and the output module is used for outputting the hard disk test result and the corresponding tuning parameters when the test is finished.
7. The system according to claim 6, wherein the hard disk type identification and determination module specifically comprises:
the independent storage equipment screening module is used for capturing and checking a first-level disk identifier under the lsblk command of the block equipment and screening out independent storage equipment;
the disk identifier checking module is used for recording disk identifiers of all hard disks through checking the lsblk command of the block device;
the hard disk type judging module is used for judging the type of the hard disk through a hard disk identification command, wherein the hard disk identification command is as follows: cat/sys/block/drive/queue/rotate;
the first judging module is used for judging that the hard disk is a hard disk drive when the result fed back by the hard disk identification command is 1;
and the second determination module is used for determining that the hard disk is a solid state hard disk when the result fed back by the hard disk identification command is 0.
8. The system according to claim 6, wherein the test tuning action execution module specifically comprises:
and the core binding operation module is used for executing core binding operation according to the number of the tested hard disks and the position of the CPU obtained by mounting.
9. The automatic tuning test system based on hard disk performance according to claim 8, wherein the binding operation module specifically comprises:
the hard disk mounting information grabbing module is used for grabbing the mounting information of the hard disk under the test machine through two system instructions of the lspci and the lscpu;
the positioning module is used for positioning the information containing the hard disk mounting CPU through the information keywords of the grep-i hard disk;
and the binding module is used for carrying out average distribution on the core quantity information of the CPU read from the node and the quantity of the hard disks and carrying out sequential binding.
10. The system according to claim 6, wherein the output module specifically comprises:
the comparison and optimization module is used for comparing the test result of each round with the reference spec file and optimizing various test result parameters when each round of test is finished;
the cycle adjusting module is used for comparing and adjusting the adjusted test result parameters with the reference spec file again until all the data reaching the reference spec file or the set parameters are completely compared and cannot reach the standard of the reference spec file;
and the parameter output module is used for outputting the test result parameters of the optimal performance of the data and the corresponding tuning parameters.
CN202110403387.5A 2021-04-15 2021-04-15 Automatic tuning test method and system based on hard disk performance Pending CN113110960A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110403387.5A CN113110960A (en) 2021-04-15 2021-04-15 Automatic tuning test method and system based on hard disk performance

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110403387.5A CN113110960A (en) 2021-04-15 2021-04-15 Automatic tuning test method and system based on hard disk performance

Publications (1)

Publication Number Publication Date
CN113110960A true CN113110960A (en) 2021-07-13

Family

ID=76716964

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110403387.5A Pending CN113110960A (en) 2021-04-15 2021-04-15 Automatic tuning test method and system based on hard disk performance

Country Status (1)

Country Link
CN (1) CN113110960A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113722165A (en) * 2021-08-27 2021-11-30 深圳宝新创科技股份有限公司 Method and device for determining parameters of serial hard disk and electronic equipment
CN113760374A (en) * 2021-08-30 2021-12-07 海信电子科技(深圳)有限公司 Processor binding method and device and electronic equipment
CN115831214A (en) * 2023-02-15 2023-03-21 四川华鲲振宇智能科技有限责任公司 Initialization mode automatic adjustment method based on solid state hard disk writing performance test result

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107193702A (en) * 2017-06-20 2017-09-22 郑州云海信息技术有限公司 A kind of automated tuning and the method for testing hard disk performance under RAID card
CN107248418A (en) * 2017-06-16 2017-10-13 郑州云海信息技术有限公司 A kind of method that Rack whole machine cabinets batch carries out NVME disk reliability testings
CN107391325A (en) * 2017-06-30 2017-11-24 郑州云海信息技术有限公司 A kind of method of testing of hard disk, device and terminal
CN111290901A (en) * 2020-01-19 2020-06-16 苏州浪潮智能科技有限公司 Method, device and equipment for optimizing performance of storage node and storage medium
US20200293835A1 (en) * 2019-03-13 2020-09-17 Akamas S.R.L. Method and apparatus for tuning adjustable parameters in computing environment
CN111752779A (en) * 2020-06-12 2020-10-09 苏州浪潮智能科技有限公司 Hard disk performance test optimization method and device
CN112069003A (en) * 2020-08-21 2020-12-11 苏州浪潮智能科技有限公司 Hard disk performance test method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107248418A (en) * 2017-06-16 2017-10-13 郑州云海信息技术有限公司 A kind of method that Rack whole machine cabinets batch carries out NVME disk reliability testings
CN107193702A (en) * 2017-06-20 2017-09-22 郑州云海信息技术有限公司 A kind of automated tuning and the method for testing hard disk performance under RAID card
CN107391325A (en) * 2017-06-30 2017-11-24 郑州云海信息技术有限公司 A kind of method of testing of hard disk, device and terminal
US20200293835A1 (en) * 2019-03-13 2020-09-17 Akamas S.R.L. Method and apparatus for tuning adjustable parameters in computing environment
CN111290901A (en) * 2020-01-19 2020-06-16 苏州浪潮智能科技有限公司 Method, device and equipment for optimizing performance of storage node and storage medium
CN111752779A (en) * 2020-06-12 2020-10-09 苏州浪潮智能科技有限公司 Hard disk performance test optimization method and device
CN112069003A (en) * 2020-08-21 2020-12-11 苏州浪潮智能科技有限公司 Hard disk performance test method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113722165A (en) * 2021-08-27 2021-11-30 深圳宝新创科技股份有限公司 Method and device for determining parameters of serial hard disk and electronic equipment
CN113722165B (en) * 2021-08-27 2024-01-30 深圳宝新创信息技术有限公司 Method and device for determining serial port hard disk parameters and electronic equipment
CN113760374A (en) * 2021-08-30 2021-12-07 海信电子科技(深圳)有限公司 Processor binding method and device and electronic equipment
CN113760374B (en) * 2021-08-30 2023-04-21 海信电子科技(深圳)有限公司 Binding method and device of processor and electronic equipment
CN115831214A (en) * 2023-02-15 2023-03-21 四川华鲲振宇智能科技有限责任公司 Initialization mode automatic adjustment method based on solid state hard disk writing performance test result

Similar Documents

Publication Publication Date Title
CN113110960A (en) Automatic tuning test method and system based on hard disk performance
CN108984389B (en) Application program testing method and terminal equipment
CN102568522B (en) The method of testing of hard disk performance and device
CN103516559A (en) Method and system for testing application compatibility of intelligent terminal
CN101593146B (en) Method and device for automatically testing page
US20090281771A1 (en) Testing system for mobile phones and testing method thereof
CN101576846A (en) Method for testing software performance
CN104317684A (en) Method for synchronously automatic testing of bandwidth and transmission rate of multiple USB (Universal Serial Bus) interfaces
CN102541728A (en) Method for expanding identifiable control of automatic test tool
CN104268076A (en) Memory bandwidth automatically testing method applicable to various processor platforms
CN111752779A (en) Hard disk performance test optimization method and device
CN112269697B (en) Equipment storage performance testing method, system and related device
CN105138293A (en) Disk performance evaluating method based on database
CN101510172B (en) Test system and method
CN102546652B (en) System and method for server load balancing
CN116682479A (en) Method and system for testing enterprise-level solid state disk time delay index
CN115422091B (en) Firmware debugging method and device, electronic equipment and storage medium
CN116244133A (en) Hard disk test management method, system, terminal and storage medium
CN102222517B (en) Cluster harddisk automation test method and system
CN113538725B (en) Method for testing hardware products and related equipment
US9625524B2 (en) Efficient method of retesting integrated circuits
CN113111009A (en) Software testing device and testing method
CN109857715B (en) Log recording method and system for strengthening error checking support
CN111930608A (en) Automatic testing device and method based on process control
CN113806119A (en) Memory card processing method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination