CN114138575A - Method, device, equipment and medium for testing data garbage recovery of hard disk - Google Patents

Method, device, equipment and medium for testing data garbage recovery of hard disk Download PDF

Info

Publication number
CN114138575A
CN114138575A CN202111415448.6A CN202111415448A CN114138575A CN 114138575 A CN114138575 A CN 114138575A CN 202111415448 A CN202111415448 A CN 202111415448A CN 114138575 A CN114138575 A CN 114138575A
Authority
CN
China
Prior art keywords
ssd
target
data
destination
garbage collection
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.)
Granted
Application number
CN202111415448.6A
Other languages
Chinese (zh)
Other versions
CN114138575B (en
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202111415448.6A priority Critical patent/CN114138575B/en
Publication of CN114138575A publication Critical patent/CN114138575A/en
Application granted granted Critical
Publication of CN114138575B publication Critical patent/CN114138575B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/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/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
    • G06F11/2221Detection 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 to test input/output devices or peripheral units
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a method for testing hard disk data garbage recovery, which comprises the following steps: when the destination SSD is full of data, writing the destination data into the destination SSD at a preset frequency, and acquiring a destination writing speed of the destination data; if the target write speed is less than the average write speed of the target SSD during the write operation, judging that the target SSD executes the garbage collection operation; and suspending writing of the target data into the target SSD and sending an admin command to the target SSD so as to test the performance of the target SSD during execution of the garbage collection operation. Obviously, by the method, not only can the time when the SSD executes the garbage collection operation be monitored, but also the robustness of the SSD when the SSD executes the garbage collection operation can be tested. Correspondingly, the test device, the equipment and the medium for hard disk data garbage recycling have the beneficial effects.

Description

Method, device, equipment and medium for testing data garbage recovery of hard disk
Technical Field
The invention relates to the technical field of computers, in particular to a method, a device, equipment and a medium for testing hard disk data garbage recovery.
Background
When a target file is deleted in the operating system, the operating system can only mark its internal file table to indicate that the target file has been deleted. Since NAND (NAND Flash Memory) cannot overwrite existing data, invalid data still remains on an SSD (Solid State drive) after a target file in an operating system is deleted, which causes a large amount of invalid data, i.e., data garbage, to exist on the SSD.
In order to avoid the occurrence of invalid data, the SSD is required to perform a Garbage Collection operation (GC), but in the prior art, the host cannot sense when the SSD performs the Garbage Collection operation, so that the robustness of the SSD when the Garbage Collection operation is performed cannot be tested. At present, no effective solution exists for the technical problem.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method, an apparatus, a device and a medium for testing garbage collection of hard disk data, so as to monitor when a destination SSD performs a garbage collection operation, and simultaneously test robustness of the SSD during the garbage collection operation. The specific scheme is as follows:
a test method for hard disk data garbage recovery comprises the following steps:
when the destination SSD is full of data, writing the destination data into the destination SSD at a preset frequency, and acquiring a destination writing speed of the destination data;
if the target write speed is less than the average write speed of the target SSD during write operation, judging that the target SSD executes garbage collection operation;
suspending writing of the target data to the target SSD and sending an admin command to the target SSD to test performance of the target SSD when executing the garbage collection operation.
Preferably, the obtaining of the average writing speed includes:
writing a plurality of data into the destination SSD, and acquiring the writing speed of each data when the data is written into the destination SSD to obtain a destination writing speed set;
and acquiring the average write speed of the target SSD in the process of executing write operation according to the target write speed set.
Preferably, the process of writing a plurality of data into the destination SSD includes:
randomly writing a plurality of data to the destination SSD.
Preferably, after the process of testing the performance of the target SSD when performing the garbage collection operation, the method further includes:
and acquiring a target test result, and optimizing the performance of the target SSD by using the target test result.
Preferably, the admin command includes: format command and/or TRIM naming and/or reset command.
Preferably, the sending an admin command to the destination SSD to test performance of the destination SSD when performing the garbage collection operation includes:
and sending the format command and/or the TRIM command and/or the reset command to the destination SSD according to a preset rule so as to test the performance of the destination SSD during the garbage collection operation.
Correspondingly, the invention also provides a test device for hard disk data garbage recovery, which comprises:
the data writing module is used for writing target data into the target SSD at a preset frequency when the target SSD is full of data, and acquiring a target writing speed of the target data;
an operation determination module, configured to determine that the destination SSD is performing a garbage collection operation if the destination write speed is less than an average write speed of the destination SSD when performing a write operation;
and the performance testing module is used for suspending the target data from being written into the target SSD and sending an admin command to the target SSD so as to test the performance of the target SSD during the garbage collection operation.
Correspondingly, the invention also provides a test device for hard disk data garbage recovery, which comprises:
a memory for storing a computer program;
and the processor is used for realizing the steps of the test method for the data garbage collection of the hard disk when the computer program is executed.
Correspondingly, the invention also discloses a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and when the computer program is executed by a processor, the steps of the method for testing the data garbage collection of the hard disk are realized.
Therefore, in the invention, when the destination SSD is full of data, the destination data is written into the destination SSD at a preset frequency, and the destination writing speed of the destination data is obtained; and if the target writing speed of the target data is less than the average writing speed of the target SSD during the write operation, indicating that the target SSD is performing the garbage collection operation, suspending the writing of the target data into the target SSD at the moment, and sending an admin command to the target SSD so as to test the performance of the target SSD during the garbage collection operation. Obviously, the method can not only monitor when the target SSD executes the garbage collection operation, but also test the robustness of the target SSD when the target SSD executes the garbage collection operation. Correspondingly, the testing device, the equipment and the medium for hard disk data garbage collection provided by the invention also have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for testing hard disk data garbage collection according to an embodiment of the present invention;
fig. 2 is a structural diagram of a hard disk data garbage collection testing apparatus according to an embodiment of the present invention;
fig. 3 is a structural diagram of a test apparatus for hard disk data garbage collection according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of a method for testing hard disk data garbage collection according to an embodiment of the present invention, where the method includes:
step S11: when the destination SSD is full of data, writing the destination data into the destination SSD at a preset frequency, and acquiring a destination writing speed of the destination data;
step S12: if the target write speed is less than the average write speed of the target SSD during the write operation, judging that the target SSD executes the garbage collection operation;
step S13: and suspending writing of the target data into the target SSD and sending an admin command to the target SSD so as to test the performance of the target SSD during execution of the garbage collection operation.
In this embodiment, a method for testing garbage collection of hard disk data is provided, by which not only when a target SSD performs a garbage collection operation can be monitored, but also robustness of the target SSD during the garbage collection operation can be tested.
In the method, firstly, when the destination SSD is fully written with data, destination data is written into the destination SSD at a preset frequency, and a destination writing speed of the destination data when the destination data is written into the destination SSD is obtained; then, comparing the target write speed of the target data written into the target SSD with the average write speed of the target SSD during the write operation, and if the target write speed of the target data written into the target SSD is greater than or equal to the average write speed of the target SSD during the write operation, indicating that the target SSD is not performing garbage collection operation at the moment; if the target write speed of the target data written into the target SSD is less than the average write speed of the target SSD when the target SSD executes the write operation, the target SSD is indicated to execute the garbage collection operation at the moment. Specifically, the preset frequency may be set to 10 seconds/time or 5 seconds/time, and of course, the preset frequency may also be adaptively adjusted according to different actual situations, which is not specifically limited herein.
It can be understood that the processing capacity of the destination SSD is limited per unit time, so that when the destination data is written to the destination SSD at a predetermined frequency in the case where the destination SSD is full of data, if the destination SSD is not performing garbage collection operation, the destination write speed of the destination data to the destination SSD is substantially the same as the average write speed of the destination SSD when performing write operation; if the destination SSD is performing a garbage collection operation, the destination write speed for writing the destination data to the destination SSD may be less than the destination write speed for writing the destination data to the destination SSD. Therefore, it can be determined whether the destination SSD is performing garbage collection operation at the current time based on the attribute feature of the destination SSD.
And when the target SSD is determined to execute the garbage collection operation, suspending writing of the target data into the target SSD and sending the admin command to the target SSD, wherein the robustness of the target SSD when executing the garbage collection operation can be determined by observing an execution result of the target SSD when executing the admin command. In addition, because the types of the admin commands are various, when the admin commands are sent to the destination SSD, the admin commands of various types can be sent to the destination SSD in a mode of circulating for multiple times, and therefore the robustness of the destination SSD in the process of executing garbage collection operation under the complex environment can be tested.
Compared with the prior art, the method can not only monitor when the target SSD executes the garbage collection operation, but also test the robustness of the target SSD when executing the garbage collection operation, so that the user experience can be obviously improved by the method.
As can be seen, in this embodiment, when the destination SSD is full of data, the destination data is first written into the destination SSD at a preset frequency, and a destination writing speed of the destination data is obtained; and if the target writing speed of the target data is less than the average writing speed of the target SSD during the write operation, indicating that the target SSD is performing the garbage collection operation, suspending the writing of the target data into the target SSD at the moment, and sending an admin command to the target SSD so as to test the performance of the target SSD during the garbage collection operation. Obviously, the method can not only monitor when the target SSD executes the garbage collection operation, but also test the robustness of the target SSD when the target SSD executes the garbage collection operation.
Based on the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and as a preferred implementation, the obtaining process of the average writing speed includes:
writing a plurality of data into the destination SSD, and acquiring the writing speed of each data when the data is written into the destination SSD to obtain a destination writing speed set;
and acquiring the average write speed of the destination SSD in the write operation according to the destination write speed set.
In this embodiment, when obtaining the average write speed of the destination SSD when performing the write operation, first write a plurality of data into the destination SSD, and then respectively obtain the write speed of each data when writing into the destination SSD, so as to obtain a destination write speed set composed of the write speeds; and finally, obtaining the average writing speed of the target SSD in the writing operation by obtaining the average value of all the writing speeds in the target writing speed set.
As a preferred embodiment, the above steps: a process for writing a plurality of data into a destination SSD, comprising:
the plurality of data is randomly written to the destination SSD.
Specifically, when writing a plurality of data into the destination SSD, the plurality of data may be written randomly into the destination SSD. Since the speed of the write operation performed by the destination SSD in different operating states can be accurately known by randomly writing a plurality of data to the destination SSD, the accuracy and reliability of the average write speed of the destination SSD when performing the write operation can be further improved by such an arrangement.
Based on the above embodiments, this embodiment further describes and optimizes the technical solution, and as a preferred implementation, the above steps: after the process of testing the performance of the destination SSD when performing garbage collection operations, the method further includes:
and acquiring a target test result, and optimizing the performance of the target SSD by using the target test result.
It can be appreciated that by sending an admin command to the destination SSD when the destination SSD is performing a garbage collection operation, the robustness of the destination SSD in performing the garbage collection operation can be accurately known. Then, when the destination SSD executes the garbage collection operation, the functional defect of the destination SSD when executing various operation commands can be obtained by obtaining the target test result of the destination SSD when executing the admin command, and therefore, the performance of the destination SSD can be optimized and perfected by the target test result.
Obviously, the technical scheme provided by the embodiment can further improve the overall reliability of the destination SSD in the use process.
Based on the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and as a preferred implementation, the admin command includes: format command and/or TRIM naming and/or reset command.
It is to be understood that because the admin command includes: format naming, TRIM commands, and reset commands, etc., so that when an admin command is sent to the destination SSD, the format command and/or TRIM commands and/or reset commands can be sent to the destination SSD.
As a preferred embodiment, the above steps: a process of sending an admin command to a destination SSD for testing performance of the destination SSD when performing garbage collection operations, comprising:
and sending a formatting command and/or a TRIM command and/or a reset command to the destination SSD according to a preset rule so as to test the performance of the destination SSD during the garbage collection operation.
The method is used for testing the robustness of the target SSD in the process of executing garbage collection operation in a complex environment and ensuring the comprehensiveness and reliability of the test result. In the actual operation process, a format command and/or a TRIM command and/or a reset command can be sent to the destination SSD according to a preset rule.
Such as: the method comprises the steps that a format command, a TRIM command and a reset command can be sequentially sent to a destination SSD within a preset time according to a time interval of 1 second; or sequentially sending a TRIM command, a reset command and a format command to the destination SSD according to a time interval of 2 seconds until the operation is cyclically repeated for 100 times; or sending an admin command to the destination SSD according to a command sending rule customized by a user to test the performance of the destination SSD during the execution of the garbage collection operation.
Referring to fig. 2, fig. 2 is a structural diagram of a hard disk data garbage collection testing apparatus according to an embodiment of the present invention, where the apparatus includes:
a data writing module 21, configured to write target data into the destination SSD at a preset frequency and obtain a target writing speed of the target data when the destination SSD is full of data;
an operation determination module 22, configured to determine that the destination SSD is performing a garbage collection operation if the destination write speed is less than an average write speed of the destination SSD when performing the write operation;
and the performance testing module 23 is configured to suspend writing of the target data into the destination SSD, and send an admin command to the destination SSD, so as to test performance of the destination SSD when performing the garbage collection operation.
The test device for hard disk data garbage collection provided by the embodiment of the invention has the beneficial effects of the test method for hard disk data garbage collection disclosed by the embodiment of the invention.
Referring to fig. 3, fig. 3 is a structural diagram of a test apparatus for hard disk data garbage collection according to an embodiment of the present invention, where the apparatus includes:
a memory 31 for storing a computer program;
the processor 32 is configured to implement the steps of the method for testing data garbage collection of a hard disk as disclosed in the foregoing disclosure when executing the computer program.
The test equipment for hard disk data garbage collection provided by the embodiment of the invention has the beneficial effects of the test method for hard disk data garbage collection disclosed by the embodiment of the invention.
Accordingly, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method for testing hard disk data garbage collection disclosed in the foregoing are implemented.
The computer-readable storage medium provided by the embodiment of the invention has the beneficial effects of the method for testing the data garbage collection of the hard disk.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The method, the device, the equipment and the medium for testing the data garbage collection of the hard disk provided by the invention are introduced in detail, a specific example is applied in the text to explain the principle and the implementation mode of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (9)

1. A test method for hard disk data garbage recovery is characterized by comprising the following steps:
when the destination SSD is full of data, writing the destination data into the destination SSD at a preset frequency, and acquiring a destination writing speed of the destination data;
if the target write speed is less than the average write speed of the target SSD during write operation, judging that the target SSD executes garbage collection operation;
suspending writing of the target data to the target SSD and sending an admin command to the target SSD to test performance of the target SSD when executing the garbage collection operation.
2. The test method according to claim 1, wherein the obtaining of the average writing speed comprises:
writing a plurality of data into the destination SSD, and acquiring the writing speed of each data when the data is written into the destination SSD to obtain a destination writing speed set;
and acquiring the average write speed of the target SSD in the process of executing write operation according to the target write speed set.
3. The method of claim 2, wherein the writing of the plurality of data into the destination SSD comprises:
randomly writing a plurality of data to the destination SSD.
4. The method of claim 1, wherein the step of testing the performance of the destination SSD in performing the garbage collection operation is further performed after the step of:
and acquiring a target test result, and optimizing the performance of the target SSD by using the target test result.
5. The testing method of any of claims 1-4, wherein the admin command comprises: format command and/or TRIM naming and/or reset command.
6. The method according to claim 5, wherein the sending an admin command to the destination SSD for testing performance of the destination SSD in performing the garbage collection operation comprises:
and sending the format command and/or the TRIM command and/or the reset command to the destination SSD according to a preset rule so as to test the performance of the destination SSD during the garbage collection operation.
7. The utility model provides a testing arrangement of hard disk data rubbish is retrieved which characterized in that includes:
the data writing module is used for writing target data into the target SSD at a preset frequency when the target SSD is full of data, and acquiring a target writing speed of the target data;
an operation determination module, configured to determine that the destination SSD is performing a garbage collection operation if the destination write speed is less than an average write speed of the destination SSD when performing a write operation;
and the performance testing module is used for suspending the target data from being written into the target SSD and sending an admin command to the target SSD so as to test the performance of the target SSD during the garbage collection operation.
8. The utility model provides a test equipment that hard disk data rubbish was retrieved which characterized in that includes:
a memory for storing a computer program;
a processor for implementing the steps of the method for testing data garbage collection of a hard disk according to any one of claims 1 to 6 when executing the computer program.
9. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of a method for testing data garbage collection of a hard disk according to any one of claims 1 to 6.
CN202111415448.6A 2021-11-25 2021-11-25 Method, device, equipment and medium for testing hard disk data garbage recovery Active CN114138575B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111415448.6A CN114138575B (en) 2021-11-25 2021-11-25 Method, device, equipment and medium for testing hard disk data garbage recovery

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111415448.6A CN114138575B (en) 2021-11-25 2021-11-25 Method, device, equipment and medium for testing hard disk data garbage recovery

Publications (2)

Publication Number Publication Date
CN114138575A true CN114138575A (en) 2022-03-04
CN114138575B CN114138575B (en) 2023-11-14

Family

ID=80392110

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111415448.6A Active CN114138575B (en) 2021-11-25 2021-11-25 Method, device, equipment and medium for testing hard disk data garbage recovery

Country Status (1)

Country Link
CN (1) CN114138575B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116820861A (en) * 2023-08-31 2023-09-29 江苏华存电子科技有限公司 Method and device for testing enterprise-level solid state disk garbage collection mechanism

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063245A (en) * 2014-06-24 2014-09-24 用友优普信息技术有限公司 Memory analysis and optimization method and system based on garbage collection
CN106155935A (en) * 2016-07-05 2016-11-23 深圳市瑞耐斯技术有限公司 The rubbish recovering method of solid state hard disc flash memory and device
US20190114258A1 (en) * 2017-10-16 2019-04-18 Fujitsu Limited Storage control apparatus and method of controlling garbage collection
CN110069371A (en) * 2019-04-11 2019-07-30 深圳大普微电子科技有限公司 A kind of method and solid state hard disk identifying solid state hard disk performance
US20200319816A1 (en) * 2019-04-03 2020-10-08 Alibaba Group Holding Limited Method of optimizing performance of a data storage system
CN112749102A (en) * 2021-01-15 2021-05-04 苏州浪潮智能科技有限公司 Memory space garbage recycling method, device, equipment and medium
CN112988560A (en) * 2019-12-17 2021-06-18 北京沃东天骏信息技术有限公司 Method and device for testing system robustness

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063245A (en) * 2014-06-24 2014-09-24 用友优普信息技术有限公司 Memory analysis and optimization method and system based on garbage collection
CN106155935A (en) * 2016-07-05 2016-11-23 深圳市瑞耐斯技术有限公司 The rubbish recovering method of solid state hard disc flash memory and device
US20190114258A1 (en) * 2017-10-16 2019-04-18 Fujitsu Limited Storage control apparatus and method of controlling garbage collection
US20200319816A1 (en) * 2019-04-03 2020-10-08 Alibaba Group Holding Limited Method of optimizing performance of a data storage system
CN110069371A (en) * 2019-04-11 2019-07-30 深圳大普微电子科技有限公司 A kind of method and solid state hard disk identifying solid state hard disk performance
CN112988560A (en) * 2019-12-17 2021-06-18 北京沃东天骏信息技术有限公司 Method and device for testing system robustness
CN112749102A (en) * 2021-01-15 2021-05-04 苏州浪潮智能科技有限公司 Memory space garbage recycling method, device, equipment and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116820861A (en) * 2023-08-31 2023-09-29 江苏华存电子科技有限公司 Method and device for testing enterprise-level solid state disk garbage collection mechanism
CN116820861B (en) * 2023-08-31 2023-11-21 江苏华存电子科技有限公司 Method and device for testing enterprise-level solid state disk garbage collection mechanism

Also Published As

Publication number Publication date
CN114138575B (en) 2023-11-14

Similar Documents

Publication Publication Date Title
CN106951345B (en) Consistency test method and device for disk data of virtual machine
CN112017723B (en) Power failure test method and device for memory, readable storage medium and electronic equipment
CN110502366B (en) Case execution method, device, equipment and computer readable storage medium
CN107329914A (en) It is a kind of that the out of order method and device of hard disk is detected based on linux system
CN114138575A (en) Method, device, equipment and medium for testing data garbage recovery of hard disk
CN109542341B (en) Read-write IO monitoring method, device, terminal and computer readable storage medium
CN114048099A (en) Java application monitoring method and device, storage medium and electronic equipment
CN105446848A (en) Electronic device data processing performance test method and device
CN110781166B (en) Data management method and device in storage system
CN109032940B (en) Test scene input method, device, equipment and storage medium
CN109753342A (en) Virtual machine on-line rapid estimation method, apparatus, equipment and storage medium
CN111258765A (en) Load balancing method and device, computing equipment and storage medium
CN110908610A (en) Volume recovery station cleaning method, device, equipment and readable storage medium
CN106970851A (en) Method and apparatus for disk detection process in distributed file system
WO2011067056A1 (en) Automatic detection of stress condition
CN111061621B (en) Method, device and equipment for verifying program performance and storage medium
CN111124943B (en) Data processing method, device, equipment and storage medium
CN110209553B (en) Data acquisition method and device
CN112328423A (en) Processing method, device and storage medium for search service loophole
US20120174078A1 (en) Smart cache for a server test environment in an application development tool
CN111858136A (en) Method and system for detecting abnormal data of solid state disk, electronic device and storage medium
CN113220510A (en) Device detection method, detection device, and computer-readable storage medium
CN107346256B (en) Method and device for detecting IO (input/output) influence time caused by firmware refreshing
CN111290895A (en) Method, device, equipment and medium for testing IO performance of server
CN111143294A (en) Data retrieval method and device for power acquisition terminal and electronic equipment

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
GR01 Patent grant
GR01 Patent grant