A test system and method for testing power-on time of an nvme hard disk
By combining a PCIe state machine and a clock circuit module, the high cost of testing server hard drive power-on time was solved, enabling simple and low-cost power-on time measurement.
Patent Information
- Application Number
- CN202411501821.3
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2024-10-25
- Publication Date
- 2026-01-06
- Estimated Expiration
- 2044-10-25
AI Technical Summary
In existing technologies, testing the power-on time of server hard drives requires specialized instruments, resulting in high testing costs.
It employs a PCIe state machine, a log recording module, a log analysis module, and a power-on time analysis module. It sends ICMP echo request data to the server host through a command sending module, and generates a precise and stable clock signal in conjunction with a clock circuit module to obtain the hard drive power-on time.
Hard drive power-on time can be measured quickly and easily without the need for specialized instruments, reducing testing costs.
Smart Images

Figure CN119537114B_ABST
Abstract
Description
Technical Field
[0001] This invention belongs to the field of server hard disk testing technology, and in particular relates to a testing system and method for testing the power-on time of NVMe hard disks. Background Technology
[0002] The server hard drive is one of the most critical components of a server. Therefore, testing server hard drives is essential to understand their physical condition, performance, and data read / write capabilities. Physical condition testing includes checking the hard drive's circuit board, electronic components, and disk surface to ensure there are no obvious damages, cracks, or impact marks. These checks are to ensure the hard drive is free from physical damage, as even minor damage can affect its normal operation and lifespan. Performance testing includes data read / write speeds and seek times. Compatibility and stability testing is also conducted to ensure the hard drive's compatibility with the server system and its stability under prolonged operation. This includes multiple power-on / off tests and long-term read / write tests to verify the hard drive's ability to operate stably under various working conditions.
[0003] Server hard drive testing also includes an important aspect: testing the power-on time of the hard drive. However, current technology requires specialized equipment to test the power-on time of server hard drives, and this equipment is expensive, resulting in high testing costs.
[0004] Therefore, how to improve the existing power-on time detection method in server hard drive testing so as to test the power-on time of the hard drive without the need for professional instruments, thereby reducing the cost of server hard drive testing, is a technical problem that urgently needs to be solved. Summary of the Invention
[0005] The purpose of this invention is to provide a testing system and method for testing the power-on time of NVMe hard drives, which improves the existing power-on time detection methods in server hard drive testing, so as to achieve the testing of hard drive power-on time without the use of professional instruments, thereby reducing the testing cost of server hard drives.
[0006] To solve the above-mentioned technical problems, the present invention adopts the following technical solution:
[0007] A testing system for testing the power-on time of an NVMe hard drive includes a PCIe state machine, a logging module, a log analysis module, and a power-on time analysis module. The PCIe state machine is equipped with a command sending module, which is connected to the logging module. The logging module is also connected to the log analysis module.
[0008] It also includes a clock circuit module, which is electrically connected to the PCIe state machine;
[0009] The PCIe state machine is used to represent the state of the PCIe device interface and the transition data;
[0010] The command sending module is used to continuously send ICMP echo request data to the server host and continuously wait for the host to return an ICMP echo response.
[0011] The logging module is used to record all logs in the PCIe state machine;
[0012] The log analysis module is used to analyze all logs generated by the PCIE state machine and determine the working status of the communication link of the PCIE state machine.
[0013] The clock circuit is used to generate and provide a precise and stable clock signal;
[0014] The power-on time analysis module is used to obtain the corresponding log records of the hard disk power-on time point based on the log analysis results, and obtain the corresponding hard disk power-on time based on the log records and the clock circuit.
[0015] Preferably, the clock circuit module includes a first chip, a second chip, an inductor, a first capacitor, a second capacitor, a third capacitor, a fourth capacitor, and a crystal oscillator.
[0016] One end of the inductor is connected to the power output terminal, and the other end is connected to the first capacitor. The VCC port of the first chip is connected to the first capacitor and the second capacitor respectively. The first capacitor and the second capacitor are connected in parallel and grounded. Both the first capacitor and the second capacitor are connected to the SCLK port of the second chip. The X port of the second chip is connected to the third capacitor, and the other end of the third capacitor is grounded. The RFOUT port of the second chip is connected to the fourth capacitor.
[0017] The OUT port of the first chip is connected to the RFIN port of the second chip, the GND port of the second chip is grounded, and the GND port of the first chip is also grounded. The voltage output by the power supply terminal is 3.3V.
[0018] One end of the crystal oscillator is connected to the X port of the second chip and the third capacitor, respectively, and the other end is connected to the RFINOUT port of the second chip and the fourth capacitor, respectively.
[0019] Preferably, the voltage output by the power supply output terminal is 3.3V.
[0020] Preferably, the command sending module includes a command routing and scheduling module, a Windows PowerShell module, and an Ansible module;
[0021] The command routing and scheduling module is used to build a command routing and scheduling mechanism based on the Windows message processing mechanism. It processes various user interface events through command IDs and associates command IDs with corresponding processing functions through message mapping.
[0022] The Windows PowerShell module provides a command-line shell and scripting environment, enabling the management of systems, including file operations, service management, and system status checks, by writing scripts or directly entering commands in the command line.
[0023] The Ansible module is used to perform remote management tasks, remote commands, manage users and groups, and schedule tasks.
[0024] Preferably, the log analysis module includes a log file acquisition module and a log text parsing and keyword extraction module, wherein the log file acquisition module is connected to the log text parsing and keyword extraction module;
[0025] The log file acquisition module retrieves log files from a specified server and path. These log files originate from program execution or batch script execution within the project and have a centralized storage path and a unified log name format. By configuring the address of the test environment server and the execution log storage path, the module retrieves the log file from the specified path on the specified server after the program or script is executed, saves it locally, and then passes it to the tool for processing.
[0026] The log text parsing and keyword extraction module parses the execution result logs. Log files are usually large and complex, requiring parsing to obtain useful information. The module extracts the text content according to the encoding format of the log text, extracts the information into log information strings, and extracts text keywords as feature terms according to the set feature value labels. Then, it represents each information string as a vector according to the dimensions that make up the feature vector, and then extracts the logs of sending ICMP echo request data and the host returning ICMP echo response from the log information.
[0027] Preferably, the power-on time analysis module obtains the log of the PCIe state machine being in state L0 based on the extracted ICMP echo request data and the log of the host returning ICMP echo response, thereby obtaining the log record of the hard disk power-on time point, and obtaining the corresponding hard disk power-on time based on the log record and the clock circuit.
[0028] Secondly, a method for testing the power-on time of an NVMe hard drive is provided, based on a testing system for testing the power-on time of an NVMe hard drive as described in any one of the claims, including the following steps:
[0029] S1: Start the server and continuously send ICMP echo request data to the server host through the command sending module in the PCIE state machine, and wait for the host to return ICMP echo response;
[0030] S2: The logging module records all server logs after the server starts and transmits them to the log analysis module;
[0031] S3: The log analysis module parses the acquired log information and extracts the logs containing data on ICMP echo request sent and the logs containing ICMP echo responses returned by the host.
[0032] S4: The power-on time analysis module obtains the log of the PCIE state machine in the L0 state based on the extracted ICMP echo request data and the host's returned ICMP echo response log, obtains the log record of the hard disk power-on time point, and obtains the corresponding hard disk power-on time based on the log record and the clock circuit.
[0033] S5: Outputs hard drive power-on time.
[0034] Preferably, the specific process in step S3 is as follows:
[0035] S31: The log file acquisition module retrieves log files from the specified server and path. By configuring the address of the test environment server and the execution log storage path, when the program or script is executed, it retrieves the log file from the specified path on the specified server, saves it to the local machine, and passes it to the tool for processing.
[0036] S32: Log text parsing and keyword extraction module, which parses the execution result log, extracts the text content according to the encoding format of the log text, extracts the information into log information strings, extracts text keywords as feature words according to the set feature value labels, and represents each information string as a vector form according to the various dimensions that make up the feature vector, and then extracts the logs of sending ICMP echo request data and host returning ICMP echo response from the log information.
[0037] The beneficial effects of this invention include:
[0038] The present invention provides a testing system and method for testing the power-on time of an NVMe hard drive, comprising a PCIe state machine, a log recording module, a log analysis module, and a power-on time analysis module. The PCIe state machine includes a command sending module connected to the log recording module, which in turn is connected to the log analysis module. It also includes a clock circuit module electrically connected to the PCIe state machine. The PCIe state machine represents the state of the PCIe device interface and transmits transition data. The command sending module continuously sends ICMP echo request data to the server host and waits for the host to return an ICMP echo response. The log recording module records all logs in the PCIe state machine. The log analysis module analyzes all logs generated by the PCIe state machine and determines the working status of the communication link of the PCIe state machine. The clock circuit generates and provides a precise and stable clock signal. The power-on time analysis module obtains the corresponding log record for the hard drive power-on time based on the log analysis results, and obtains the corresponding hard drive power-on time based on the log record and the clock circuit.
[0039] First, by setting up a PCIe state machine that includes a command sending module, ICMP echo request data is continuously sent to the server host from the start of server startup, and the host is continuously waited for an ICMP echo response. All logs are recorded by the logging module, and then the log analysis module parses the logs and extracts the logs of sending ICMP echo request data and the host's ICMP echo response, thereby obtaining the logs of the L0 state of the PCIe state machine. The whole process is simple and fast.
[0040] Secondly, by acquiring the log of the PCIe state machine L0 state, and combining it with a clock circuit to generate and provide a precise and stable clock signal, the corresponding time in the PCIe state machine L0 state log is obtained, which is the power-on time of the NVMe hard drive. Therefore, this invention, by setting up a PCIe state machine including a command sending module and combining it with a clock circuit to measure the power-on time of the NVMe hard drive, avoids the need for testing the power-on time of the NVMe hard drive with professional instruments, thus reducing the testing cost of server NVMe hard drives. Attached Figure Description
[0041] Figure 1 This is a flowchart illustrating the testing method for testing the power-on time of an NVMe hard drive according to the present invention.
[0042] Figure 2 This is a schematic diagram of the composition of the test system for testing the power-on time of an NVMe hard drive according to the present invention.
[0043] Figure 3 This is a schematic diagram of the circuit structure of the clock circuit module of the present invention.
[0044] In the attached diagram, L represents an inductor, C1 represents the first capacitor, C2 represents the second capacitor, C3 represents the third capacitor, C4 represents the fourth capacitor, U1 represents the first chip, U2 represents the second chip, and G represents the crystal oscillator. Detailed Implementation
[0045] The following is in conjunction with the appendix Figures 1-3 The present invention will be further described in detail below:
[0046] Example 1
[0047] See appendix Figure 1 As shown, a test system for testing the power-on time of an NVMe hard drive includes a PCIe state machine, a logging module, a log analysis module, a clock circuit module, and a power-on time analysis module. The PCIe state machine includes a command sending module connected to the logging module, which in turn is connected to the log analysis module. The clock circuit is electrically connected to the PCIe state machine. The PCIe state machine represents the state of the PCIe device interface and transmits transition data. The command sending module continuously sends ICMP echo request data to the server host and waits for the host to return an ICMP echo response. The logging module records all logs from the PCIe state machine. The log analysis module analyzes all logs generated by the PCIe state machine and determines the working status of the communication link of the PCIe state machine. The clock circuit generates and provides a precise and stable clock signal. The power-on time analysis module obtains the corresponding log records for the hard drive power-on time based on the log analysis results and uses the log records and the clock circuit to obtain the corresponding hard drive power-on time.
[0048] By configuring a PCIe state machine including a command sending module, ICMP echo request data is continuously sent to the server host from the start of server startup, and the system continuously waits for the host to return ICMP echo responses. A logging module records all logs, and a log analysis module parses the logs, extracting the logs of sent ICMP echo request data and the host's returned ICMP echo responses, thus obtaining the log of the PCIe state machine's L0 state. The entire process is simple and fast. After obtaining the log of the PCIe state machine's L0 state, a clock circuit generates and provides a precise and stable clock signal to obtain the corresponding time in the PCIe state machine's L0 state log, which is the power-on time of the NVMe hard drive. Therefore, this invention, by configuring a PCIe state machine including a command sending module and combining it with a clock circuit to measure the power-on time of the NVMe hard drive, avoids the need for specialized instruments to test the power-on time of the NVMe hard drive, reducing the testing cost of server NVMe hard drives.
[0049] Example 2
[0050] Based on Embodiment 1, the clock circuit module includes a first chip U1, a second chip U2, an inductor L, a first capacitor C1, a second capacitor C2, a third capacitor C3, a fourth capacitor C4, and a crystal oscillator G. One end of the inductor L is connected to the power output terminal, and the other end is connected to the first capacitor C1. The VCC port of the first chip U1 is connected to the first capacitor C1 and the second capacitor C2, which are connected in parallel and grounded. Both the first capacitor C1 and the second capacitor C2 are connected to the SCLK port of the second chip U2. The X port of the second chip U2 is connected to the third capacitor C3, and the other end of the third capacitor C3 is grounded. The RFOUT port of the second chip U2 is connected to the fourth capacitor C4. The OUT port of the first chip U1 is connected to the RFIN port of the second chip U2. The GND port of the second chip U2 is grounded, and the GND port of the first chip U2 is also grounded. The voltage output by the power output terminal is 3.3V. One end of the crystal oscillator G is connected to the X port of the second chip U2 and the third capacitor C3, respectively, and the other end is connected to the RFINOUT port of the second chip U2 and the fourth capacitor C4, respectively.
[0051] When the circuit is working, it generates a stable frequency oscillation signal through the crystal resonance effect of the crystal oscillator G. Based on the stable frequency oscillation signal, it provides a precise and stable clock signal, providing a precise time reference for the system.
[0052] The command sending module includes a command routing and scheduling module, a Windows PowerShell module, and an Ansible module. The command routing and scheduling module is used to build a command routing and scheduling mechanism based on Windows' message processing mechanism. It handles various user interface events through command IDs and associates command IDs with corresponding processing functions through message mapping. The Windows PowerShell module provides a command-line shell and scripting environment, allowing system management through scripts or direct command input, including file operations, service management, and system status checks. The Ansible module is used to execute remote management tasks, remote commands, manage users and groups, and schedule tasks.
[0053] Example 3
[0054] Based on Embodiment 1 or Embodiment 2, the log analysis module includes a log file acquisition module and a log text parsing and keyword extraction module, with the log file acquisition module connected to the log text parsing and keyword extraction module. The log file acquisition module retrieves log files from a specified server and path. These log files originate from program execution or batch script execution within the project, have a centralized storage path, and a unified log name format. By configuring the address of the test environment server and the execution log storage path, after the program or script is executed, the log file is retrieved from the specified path on the specified server, stored locally, and then transferred to the tool for processing. The log text parsing and keyword extraction module parses the execution result logs. Log files are typically large and complex, requiring parsing to extract useful information. This module extracts the text content according to the log text's encoding format, breaking the information down into individual log information strings. Based on set feature value tags, it extracts text keywords as feature terms and represents each information string as a vector according to the dimensions that make up the feature vector. This allows the extraction of logs containing ICMP echo request data and host-returned ICMP echo responses.
[0055] In this embodiment, the power-on time analysis module obtains the log of the PCIe state machine being in state L0 based on the extracted ICMP echo request data and the log of the host returning ICMP echo response, thereby obtaining the log record of the hard disk power-on time. Based on the log record, it obtains the accurate time reference provided by the log and the clock circuit, and then obtains the accurate power-on time of the corresponding hard disk.
[0056] A method for testing the power-on time of an NVMe hard drive, implemented based on any one of the testing systems for testing the power-on time of an NVMe hard drive, includes the following steps:
[0057] S1: Start the server and continuously send ICMP echo request data to the server host through the command sending module in the PCIe state machine, and continuously wait for the host to return an ICMP echo response. Since the power-on time of the NVMe hard drive can be determined by the L0 state of the PCIe state machine, that is, when the PCIe state machine is in the L0 state, it can be determined that the NVMe hard drive has successfully powered on. The PCIe state machine being in the L0 state indicates that the communication link of the PCIe state machine is in a normal working state. Therefore, by continuously sending ICMP echo request data to the server host through the command sending module in the PCIe state machine and waiting for the host to return an ICMP echo response, when the command sending module in the PCIe state machine can successfully send ICMP echo request data to the server host and the host returns an ICMP echo response, it indicates that the communication link of the PCIe state machine is in a normal working state, that is, the NVMe hard drive has successfully powered on. This point in time is the NVMe hard drive power-on time.
[0058] S2: The logging module records all server logs after the server starts and transmits them to the log analysis module. The logging module records all server logs to obtain logs of ICMP echo request data sent by the command sending module to the server host and logs of ICMP echo responses returned by the host. This facilitates the subsequent parsing of the obtained log information by the log analysis module, and allows it to extract the logs of sent ICMP echo request data and returned ICMP echo responses.
[0059] S3: The log analysis module parses the acquired log information and extracts the logs of sent ICMP echo request data and host returned ICMP echo responses. By extracting the logs of sent ICMP echo request data and host returned ICMP echo responses, the clock circuit module can subsequently obtain the time of the corresponding ICMP echo request data sent and the host returned ICMP echo responses.
[0060] S4: The power-on time analysis module obtains the log of the PCIe state machine in state L0 based on the extracted ICMP echo request data and the host's returned ICMP echo response log, obtains the log record of the hard disk power-on time, and obtains the corresponding hard disk power-on time based on the log record and the log and clock circuit module.
[0061] S5: Outputs hard drive power-on time.
[0062] The specific process in step S3 is as follows:
[0063] S31: The log file acquisition module retrieves log files from the specified server and path. By configuring the address of the test environment server and the execution log storage path, when the program or script is executed, it retrieves the log file from the specified path on the specified server, saves it to the local machine, and passes it to the tool for processing.
[0064] S32: Log text parsing and keyword extraction module, which parses the execution result log, extracts the text content according to the encoding format of the log text, extracts the information into log information strings, extracts text keywords as feature words according to the set feature value labels, and represents each information string as a vector form according to the various dimensions that make up the feature vector, and then extracts the logs of sending ICMP echo request data and host returning ICMP echo response from the log information.
[0065] In summary, the testing system and method for testing the power-on time of an NVMe hard drive provided by this invention includes a PCIe state machine, a log recording module, a log analysis module, and a power-on time analysis module. The PCIe state machine includes a command sending module connected to the log recording module, which in turn is connected to the log analysis module. It also includes a clock circuit module electrically connected to the PCIe state machine. The PCIe state machine represents the state of the PCIe device interface and transmits transition data. The command sending module continuously sends ICMP echo request data to the server host and waits for the host to return an ICMP echo response. The log recording module records all logs in the PCIe state machine. The log analysis module analyzes all logs generated by the PCIe state machine and determines the working status of the communication link of the PCIe state machine. The clock circuit generates and provides a precise and stable clock signal. The power-on time analysis module obtains the corresponding log record for the hard drive power-on time based on the log analysis results and obtains the corresponding hard drive power-on time based on the log record and the clock circuit.
[0066] By configuring a PCIe state machine that includes a command sending module, ICMP echo request data is continuously sent to the server host from the start of server startup, and the system continuously waits for the host to return ICMP echo responses. In conjunction with the logging module, all logs are recorded, and then the log analysis module parses the logs and extracts the logs of sent ICMP echo request data and the host's returned ICMP echo responses, thereby obtaining the logs of the PCIe state machine L0 state. The whole process is simple and fast.
[0067] After obtaining the log of the PCIe state machine L0 state, and combining it with a clock circuit to generate and provide a precise and stable clock signal, the corresponding time in the PCIe state machine L0 state log is obtained, which is the power-on time of the NVMe hard drive. Therefore, this invention, by setting up a PCIe state machine including a command sending module and combining it with a clock circuit to measure the power-on time of the NVMe hard drive, avoids the need to test the power-on time of the NVMe hard drive with professional instruments, thus reducing the testing cost of server NVMe hard drives.
Claims
1. A test system for testing power-on time of an nvme hard disk, characterized in that, The PCIE state machine, the log recording module, the log analysis module and the power-on time analysis module, the command sending module is arranged in the PCIE state machine, the command sending module is connected with the log recording module, the log recording module and the log analysis module are connected; Further comprising a clock circuit module, the clock circuit is electrically connected with the PCIE state machine; The PCIE state machine is used to indicate the state of PCIE device interface and convert data; The command sending module is used to continuously send ICMP echo request data to the server host and continuously wait for the host to return ICMP echo response; The log recording module is used to record all logs in the PCIE state machine; The log analysis module is used to analyze all logs generated by the PCIE state machine and judge the working state of the communication link of the PCIE state machine; The clock circuit is used to generate and provide accurate and stable clock signal; The power-on time analysis module is used to obtain the corresponding log record of the hard disk power-on time point based on the log analysis result, and obtain the corresponding hard disk power-on time based on the log record and the clock circuit; The power-on time analysis module obtains the corresponding time of the log of the PCIE state machine L0 state based on the extracted log of sending ICMP echo request data and the host returning ICMP echo response, and the clock circuit generates and provides accurate and stable clock signal, and then obtains the log record of the hard disk power-on time point, and obtains the corresponding hard disk power-on time based on the log record and the clock circuit.
2. The test system for testing power-on time of an nvme hard disk according to claim 1, wherein, The clock circuit module comprises a first chip, a second chip, an inductor, a first capacitor, a second capacitor, a third capacitor, a fourth capacitor and a crystal oscillator; One end of the inductor is connected to the power output end, and the other end is connected to the first capacitor; The VCC port of the first chip is connected to the first capacitor and the second capacitor respectively, the first capacitor and the second capacitor are connected in parallel, and the parallel connection is connected to the ground, and the first capacitor and the second capacitor are connected with the SCLK port of the second chip; The X port of the second chip is connected with the third capacitor, and the other end of the third capacitor is connected to the ground; The RFOUT port of the second chip is connected with the fourth capacitor; The OUT port of the first chip is connected with the RFIN port of the second chip, the GND port of the second chip is connected to the ground, and the GND port of the first chip is connected to the ground; The voltage output by the power output end is 3.3V; One end of the crystal oscillator is connected with the X port of the second chip and the third capacitor respectively, and the other end is connected with the RFINOUT port of the second chip and the fourth capacitor respectively.
3. The test system for testing power-on time of an nvme hard disk according to claim 2, wherein, The voltage output by the power output end is 3.3V.
4. The test system for testing power-on time of an nvme hard disk according to claim 1, wherein, The command sending module comprises a command routing and scheduling module, a Windows PowerShell module and an Ansible module; The command routing and scheduling module is configured to construct a command routing and scheduling mechanism based on a Windows message processing mechanism, process various user interface events through a command ID, and associate the command ID with a corresponding processing function through message mapping; The Windows PowerShell module is configured to provide a command line shell and a script environment, and manage the system through scripts or direct input of commands in the command line, including file operations, service management, and system state checking; The Ansible module is configured to perform remote management tasks, remote commands, manage users and groups, and schedule tasks.
5. The test system for testing power-on time of an nvme hard disk according to claim 1, wherein, The log analysis module includes a log file acquisition module and a log text analysis and keyword extraction module. The log file acquisition module acquires log files from specified servers and paths, and the log files come from program execution or batch script execution of a project, have a centralized storage path and a unified log name format, and through configuration of an address of a test environment server and an execution log storage path, the log files are acquired from a specified path of a specified server after program or script execution, and are taken to a local device and transmitted to a tool for processing. The log text analysis and keyword extraction module analyzes execution result logs, extracts text content according to an encoding format of the log text, extracts information into a log information string, extracts text keywords as feature words according to a set characteristic value label, and represents each information string in a vector form according to each dimension of a feature vector, and further extracts, from the log information, log of sent ICMP echo request data and host returned ICMP echo response.
6. A test method for testing the power-on time of an nvme hard disk, based on the test system for testing the power-on time of an nvme hard disk according to any one of claims 1-5, characterized in that, The method comprises the following steps: S1: starting a server, continuously sending ICMP echo request data to a server host through a command sending module in a PCIE state machine, and continuously waiting for a host to return an ICMP echo response; S2: a log recording module records all logs of the server after the server is started, and transmits the logs to a log analysis module; S3: the log analysis module analyzes acquired log information, and extracts, from the log information, log of sent ICMP echo request data and host returned ICMP echo response; S4: a power-on time analysis module obtains log of the PCIE state machine in an L0 state based on the extracted log of sent ICMP echo request data and host returned ICMP echo response, obtains log recording of a hard disk power-on time point, and acquires a corresponding hard disk power-on time based on the log recording and a clock circuit; S5: outputting the hard disk power-on time.
7. The test method for testing power-on time of an nvme hard disk according to claim 6, wherein, The specific process in step S3 is as follows: S31: The log file acquisition module acquires the log file from the specified server and path, acquires the log file in the specified path of the specified server after the program or script is executed, and takes it to the local to be transmitted into the tool for processing by configuring the address of the test environment server and the execution log storage path; S32: The log text analysis and keyword extraction module analyzes the execution result log, extracts the text content according to the encoding format of the log text, extracts the information into a log information string, extracts the text keyword as a feature item according to the set characteristic value label, and represents each information string in the form of a vector according to each dimension of the composed feature vector, and then extracts the log of the sent ICMP echo request data and the returned ICMP echo response of the host from the log information.
Citation Information
Patent Citations
Method and system for shortening power-on time for solid state drive serving as system disk
CN107656875A
Solid state disk data recording method, device and equipment and medium
CN115617556A