CN111414299B - SSD (solid State disk) extension information acquisition method and device based on hdchart - Google Patents

SSD (solid State disk) extension information acquisition method and device based on hdchart Download PDF

Info

Publication number
CN111414299B
CN111414299B CN202010222613.5A CN202010222613A CN111414299B CN 111414299 B CN111414299 B CN 111414299B CN 202010222613 A CN202010222613 A CN 202010222613A CN 111414299 B CN111414299 B CN 111414299B
Authority
CN
China
Prior art keywords
log
command line
legal
line parameters
acquiring
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.)
Active
Application number
CN202010222613.5A
Other languages
Chinese (zh)
Other versions
CN111414299A (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.)
Shenzhen Union Memory Information System Co Ltd
Original Assignee
Shenzhen Union Memory Information System 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 Shenzhen Union Memory Information System Co Ltd filed Critical Shenzhen Union Memory Information System Co Ltd
Priority to CN202010222613.5A priority Critical patent/CN111414299B/en
Publication of CN111414299A publication Critical patent/CN111414299A/en
Application granted granted Critical
Publication of CN111414299B publication Critical patent/CN111414299B/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/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging
    • 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/2247Verification or detection of system hardware configuration
    • 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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application relates to an SSD (solid State disk) expansion information acquisition method, an SSD expansion information acquisition device, a SSD expansion information acquisition computer device and a SSD expansion information storage medium based on hdchart, wherein the SSD expansion information acquisition method comprises the following steps: adding an expansion function into a code frame of the hdpam, wherein the expansion function is used for acquiring an error log, a serial port log and an assertion log respectively; analyzing command line parameters when the hdpam runs and judging whether the format of the command line parameters is legal or not; if the format of the command line parameters is legal, acquiring the device drive letter and the log type in the command line; acquiring a device code through the drive letter information according to the device drive letter and the log type and sending a log reading command; if the corresponding log information is successfully read, the read log information is saved in the file. According to the invention, the expansion function of log acquisition is directly added into the hdbarm code frame, so that the receiving and transmitting of the custom command can be realized, and the function of acquiring the expansion information in the SSD is realized.

Description

SSD (solid State disk) extension information acquisition method and device based on hdchart
Technical Field
The invention relates to the technical field of solid state disks, in particular to an SSD (solid state disk) expansion information acquisition method, an SSD expansion information acquisition device, computer equipment and a storage medium based on hdbarm.
Background
Hdparm (hard disk parameters) is a hard disk diagnostic tool applied to a Linux system, and in Linux, the hdbarm tool can be used for checking related information of the hard disk or carrying out speed measurement, optimization and modification on related parameters of the hard disk.
At present, hdbarm can meet the functions of acquiring basic information of a hard disk, sending a protocol standard command and the like, but for SSD manufacturers, some manufacturers generally have custom commands or internal debugging information, at the moment, the hdbarm tool downloaded from the internet cannot meet the requirements, and excessive time and labor cost are consumed for redevelopment of a new tool.
Disclosure of Invention
In view of the foregoing, it is desirable to provide an hdbarm-based SSD extension information acquisition method, apparatus, computer device, and storage medium that can improve data transfer efficiency and save system resources.
An SSD extension information acquisition method based on hdbarm, the method comprising:
adding an expansion function into a code frame of the hdpam, wherein the expansion function is used for acquiring an error log, a serial port log and an assertion log respectively;
analyzing command line parameters when the hdpam runs and judging whether the format of the command line parameters is legal or not;
if the format of the command line parameters is legal, acquiring the device drive letter and the log type in the command line;
acquiring a device code through the drive letter information according to the device drive letter and the log type and sending a log reading command;
if the corresponding log information is successfully read, the read log information is saved in the file.
In one embodiment, the step of parsing the command line parameters and determining whether the format of the command line parameters is legal when the hdpole is running includes:
judging whether the log type in the command line parameters is one of an error log, a serial port log or an assertion log;
and if the log type is one of an error log, a serial port log or an assertion log, judging that the command line parameters are legal.
In one embodiment, after the step of determining whether the log type in the command line parameter is one of an error log, a serial port log, or an assertion log, the method further includes:
if the log type is not one of an error log, a serial port log or an assertion log, judging that the command line parameters are illegal, and reporting an error ending program.
In one embodiment, after the step of obtaining the device identifier and the log type in the command line if the format of the command line parameter is legal, the method further includes:
judging whether the device disc symbol is legal or not;
if the device disk symbol is legal, acquiring a device code through disk symbol information according to the device disk symbol and the log type, and sending a log reading command;
if the device driver is illegal, reporting errors and ending the program.
An hdpprm-based SSD extension information acquisition device, the device comprising:
the expansion module is used for adding expansion functions into a code frame of the hdharm, and the expansion functions are respectively used for acquiring error logs, serial port logs and assertion logs;
the first judging module is used for analyzing the command line parameters and judging whether the format of the command line parameters is legal or not when the hdchart operates;
the acquisition module is used for acquiring the device drive letter and the log type in the command line if the format of the command line parameter is legal;
the command sending module is used for obtaining equipment codes through the drive letter information according to the equipment drive letter and the log type and sending a command for reading the log;
and the reading and storing module is used for storing the read log information into the file if the corresponding log information is successfully read.
In one embodiment, the first determining module is specifically configured to:
judging whether the log type in the command line parameters is one of an error log, a serial port log or an assertion log;
and if the log type is one of an error log, a serial port log or an assertion log, judging that the command line parameters are legal.
In one embodiment, the first determining module is further configured to:
if the log type is not one of an error log, a serial port log or an assertion log, judging that the command line parameters are illegal, and reporting an error ending program.
In one embodiment, the apparatus further includes a second determining module, where the second determining module is configured to:
judging whether the device disc symbol is legal or not;
if the device disk symbol is legal, acquiring a device code through disk symbol information according to the device disk symbol and the log type, and sending a log reading command;
if the device driver is illegal, reporting errors and ending the program.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of any one of the methods described above when the computer program is executed.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of any of the methods described above.
According to the SSD expansion information obtaining method, the SSD expansion information obtaining device, the SSD expansion information obtaining computer device and the SSD storage medium based on the hdharm are characterized in that expansion functions are added into a hdharm code frame, and the expansion functions are used for obtaining error logs, serial port logs and assertion logs respectively; analyzing command line parameters when the hdpam runs and judging whether the format of the command line parameters is legal or not; if the format of the command line parameters is legal, acquiring the device drive letter and the log type in the command line; acquiring a device code through the drive letter information according to the device drive letter and the log type and sending a log reading command; if the corresponding log information is successfully read, the read log information is saved in the file. According to the invention, the expansion function of log acquisition is directly added into the hdbarm code frame, so that the receiving and transmitting of the custom command can be realized, and the function of acquiring the expansion information in the SSD is realized. In addition, work efficiency can also be promoted greatly, maintenance cost is reduced.
Drawings
FIG. 1 is a flowchart of an SSD extension information obtaining method based on hdbarm in one embodiment;
FIG. 2 is a schematic diagram of an embodiment in which hdpole communicates with SSD;
fig. 3 is a flowchart of an SSD extension information obtaining method based on hdbarm according to another embodiment;
FIG. 4 is a flowchart of an SSD extension information obtaining method based on hdbarm in yet another embodiment;
FIG. 5 is a flowchart of an SSD extension information obtaining method based on hdchart performed by software in one embodiment;
FIG. 6 is a block diagram of an SSD extension information obtaining device based on hdpole in one embodiment;
fig. 7 is a block diagram of an SSD extension information acquisition device based on hdbarm in another embodiment;
fig. 8 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
In one embodiment, as shown in fig. 1, there is provided an SSD extension information obtaining method based on hdbarm, the method including:
step 102, adding an expansion function into a code frame of the hdbarm, wherein the expansion function is used for acquiring an error log, a serial port log and an assertion log respectively;
104, analyzing the command line parameters and judging whether the format of the command line parameters is legal or not when the hdpam runs;
step 106, if the format of the command line parameters is legal, obtaining the device drive letter and the log type in the command line;
step 108, obtaining a device code through the drive letter information according to the device drive letter and the log type and sending a log reading command;
step 110, if the corresponding log information is successfully read, the read log information is saved in the file.
Referring to the schematic diagram of the communication between the hdchart and the SSD shown in fig. 2, the upper half portion represents the existing basic functional portion, and may perform the hard disk test and the basic information acquisition, and the lower half portion is the implementation of the extended function, and may perform the vendor custom log acquisition and other functions.
Specifically, since hdarm is a network open source code whose architecture is running in command line mode and has no graphical interface, we will develop extended functionality according to this framework with reference to the code framework. When 'hdarm-h' is input, the description of the command line parameter is returned, and the description of the extended function is also added. Here, the types of logs obtained are classified into three types of logs, including: error log, serial log uart log and assertion log assert log.
When hdpam is running, the command line parameters format is as follows:
sudo./hdparm–get-error-log[device]
specifically, since the tool requires root rights to execute, "sudo" needs to be added, where "/hdchart" indicates that the program is executed, "-get-error-log" indicates that the in-disc error log information is currently acquired, [ device ] indicates the disc drive of the currently operated disc, like "/dev/sdb", which needs to be viewed through "lsblk" and the current target disc drive is found through the disc drive information listed on the screen.
Finally, after the program is successfully executed, the log is printed out on the screen to be obtained, the log is stored in the file in real time, and finally the log is printed out to be obtained, so that the program is completely executed.
In this embodiment, an extension function is added to a code frame of the hdpole, where the extension function is used to obtain an error log, a serial port log, and an assertion log respectively; analyzing command line parameters when the hdpam runs and judging whether the format of the command line parameters is legal or not; if the format of the command line parameters is legal, acquiring the device drive letter and the log type in the command line; acquiring a device code through the drive letter information according to the device drive letter and the log type and sending a log reading command; if the corresponding log information is successfully read, the read log information is saved in the file. According to the scheme, the expansion function of log acquisition is directly added into the hdbarm code frame, so that the receiving and transmitting of the custom command can be realized, and the function of acquiring the expansion information inside the SSD is further realized. In addition, work efficiency can also be promoted greatly, maintenance cost is reduced.
In one embodiment, as shown in fig. 3, there is provided an SSD extension information obtaining method based on hdchart, wherein the steps of parsing a command line parameter and judging whether a format of the command line parameter is legal when hdchart is run include:
step 302, judging whether the log type in the command line parameters is one of an error log, a serial port log or an assertion log;
step 304, if the log type is one of an error log, a serial port log or an assertion log, judging that the command line parameters are legal;
step 306, if the log type is not one of the error log, the serial port log or the assertion log, judging that the command line parameter is illegal, and reporting an error to end the program.
In one embodiment, as shown in fig. 4, there is provided an hdbarm-based SSD extension information obtaining method, which further includes, after the step of obtaining the device disc identifier and the log type in the command line if the format of the command line parameter is legal:
step 402, judging whether the device disc symbol is legal;
step 404, if the device disk symbol is legal, acquiring a device code through the disk symbol information according to the device disk symbol and the log type, and sending a log reading command;
step 406, if the device driver is illegal, reporting error and ending the program.
Specifically, referring to the flowchart of the method for obtaining SSD extension information based on hdchart shown in fig. 5, in the above embodiment, the program starts to analyze whether the command line parameter is legal, and the format of the command line parameter is shown in the above embodiment, and the command line parameter must be one of error log, serial log uart log or assertion log server log, or else an error is reported, and the program ends. In addition, the device disk symbol needs to be legal, if the format is not right or the disk symbol value is illegal, the error is reported to end the program. If the command line analysis is successful, the hard disk drive symbol and the log type are obtained, the program obtains the equipment code through the drive symbol information, then sends a command for reading the log, records the log information if the command is successfully executed, stores the log information into a file, and exits the program if the log information is failed to be obtained.
In the above embodiment, the function to be added can be directly added into the code frame, so that the receiving and sending of the custom command can be realized, and the function of acquiring the internal extension information of the SSD is realized.
It should be understood that, although the steps in the flowcharts of fig. 1-5 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 1-5 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or stages of other steps or steps.
In one embodiment, as shown in fig. 6, there is provided an hdbarm-based SSD extension information acquiring device 600 including:
an expansion module 601, configured to add an expansion function to a code frame of an hdpam, where the expansion function is respectively configured to obtain an error log, a serial port log, and an assertion log;
a first judging module 602, configured to parse the command line parameter and judge whether the format of the command line parameter is legal when the hdbarm is running;
an obtaining module 603, configured to obtain a device identifier and a log type in the command line if the format of the command line parameter is legal;
a command sending module 604, configured to obtain a device code according to the device drive letter and the log type through drive letter information, and send a command for reading the log;
the read save module 605 is configured to save the read log information in the file if the corresponding log information is successfully read.
In one embodiment, the first determining module 602 is specifically configured to:
judging whether the log type in the command line parameters is one of an error log, a serial port log or an assertion log;
and if the log type is one of an error log, a serial port log or an assertion log, judging that the command line parameters are legal.
In one embodiment, the first determining module 602 is further configured to:
if the log type is not one of an error log, a serial port log or an assertion log, judging that the command line parameters are illegal, and reporting an error ending program.
In one embodiment, as shown in fig. 7, there is provided an hdbarm-based SSD extension information obtaining apparatus 600, which further includes a second judging module 606 configured to:
judging whether the device disc symbol is legal or not;
if the device disk symbol is legal, acquiring a device code through disk symbol information according to the device disk symbol and the log type, and sending a log reading command;
if the device driver is illegal, reporting errors and ending the program.
For the specific definition of the hdsupporter-based SSD extension information acquisition means, reference is made to the definition of the hdsupporter-based SSD extension information acquisition method hereinabove, and the description thereof will not be repeated.
In one embodiment, a computer device is provided, the internal structure of which may be as shown in FIG. 8. The computer device includes a processor, a memory, and a network interface connected by a device bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The nonvolatile storage medium stores an operating device, a computer program, and a database. The internal memory provides an environment for the operation of the operating device and the computer program in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements an hdpam-based SSD extension information retrieval method.
It will be appreciated by those skilled in the art that the structure shown in fig. 8 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided that includes a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the steps in the method embodiments above when executing the computer program.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored which, when executed by a processor, carries out the steps of the above method embodiments.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples merely represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the invention. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (10)

1. An hdpam-based SSD extension information acquisition method is characterized by comprising the following steps:
adding an expansion function into a code frame of the hdpam, wherein the expansion function is used for acquiring an error log, a serial port log and an assertion log respectively;
analyzing command line parameters when the hdpam runs and judging whether the format of the command line parameters is legal or not;
if the format of the command line parameters is legal, acquiring the device drive letter and the log type in the command line;
acquiring a device code through the drive letter information according to the device drive letter and the log type and sending a log reading command;
if the corresponding log information is successfully read, the read log information is saved in the file.
2. The hdpole-based SSD extension information acquisition method of claim 1, wherein the step of parsing command line parameters and judging whether a format of the command line parameters is legal when hdpole runs includes:
judging whether the log type in the command line parameters is one of an error log, a serial port log or an assertion log;
and if the log type is one of an error log, a serial port log or an assertion log, judging that the command line parameters are legal.
3. The hdbarm-based SSD extension information acquisition method of claim 2, further comprising, after the step of determining whether a log type in the command line parameter is one of an error log, a serial log, or an assertion log:
if the log type is not one of an error log, a serial port log or an assertion log, judging that the command line parameters are illegal, and reporting an error ending program.
4. The hdpam-based SSD extension information acquisition method of any one of claims 1-3, further comprising, after the step of acquiring the device driver and log type in the command line if the format of the command line parameters is legal:
judging whether the device disc symbol is legal or not;
if the device disk symbol is legal, acquiring a device code through disk symbol information according to the device disk symbol and the log type, and sending a log reading command;
if the device driver is illegal, reporting errors and ending the program.
5. An hdpam-based SSD extension information acquisition device, the device comprising:
the expansion module is used for adding expansion functions into a code frame of the hdharm, and the expansion functions are respectively used for acquiring error logs, serial port logs and assertion logs;
the first judging module is used for analyzing the command line parameters and judging whether the format of the command line parameters is legal or not when the hdchart operates;
the acquisition module is used for acquiring the device drive letter and the log type in the command line if the format of the command line parameter is legal;
the command sending module is used for obtaining equipment codes through the drive letter information according to the equipment drive letter and the log type and sending a command for reading the log;
and the reading and storing module is used for storing the read log information into the file if the corresponding log information is successfully read.
6. The hdpole-based SSD extension information acquisition device of claim 5, wherein the first determination module is specifically configured to:
judging whether the log type in the command line parameters is one of an error log, a serial port log or an assertion log;
and if the log type is one of an error log, a serial port log or an assertion log, judging that the command line parameters are legal.
7. The hdpole-based SSD extension information acquisition device of claim 6, wherein the first determination module is further configured to:
if the log type is not one of an error log, a serial port log or an assertion log, judging that the command line parameters are illegal, and reporting an error ending program.
8. The hdpam-based SSD extension information acquisition device of any one of claims 5 to 7, further comprising a second judgment module configured to:
judging whether the device disc symbol is legal or not;
if the device disk symbol is legal, acquiring a device code through disk symbol information according to the device disk symbol and the log type, and sending a log reading command;
if the device driver is illegal, reporting errors and ending the program.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any one of claims 1 to 4 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 4.
CN202010222613.5A 2020-03-26 2020-03-26 SSD (solid State disk) extension information acquisition method and device based on hdchart Active CN111414299B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010222613.5A CN111414299B (en) 2020-03-26 2020-03-26 SSD (solid State disk) extension information acquisition method and device based on hdchart

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010222613.5A CN111414299B (en) 2020-03-26 2020-03-26 SSD (solid State disk) extension information acquisition method and device based on hdchart

Publications (2)

Publication Number Publication Date
CN111414299A CN111414299A (en) 2020-07-14
CN111414299B true CN111414299B (en) 2023-06-06

Family

ID=71493285

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010222613.5A Active CN111414299B (en) 2020-03-26 2020-03-26 SSD (solid State disk) extension information acquisition method and device based on hdchart

Country Status (1)

Country Link
CN (1) CN111414299B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590416B (en) * 2021-06-30 2023-09-15 郑州云海信息技术有限公司 CPU system firmware assertion processing method, device, equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824669A (en) * 2016-03-16 2016-08-03 广东欧珀移动通信有限公司 Debugging log obtaining method, debugging log obtaining device and terminal equipment
CN109614469A (en) * 2018-12-03 2019-04-12 郑州云海信息技术有限公司 A kind of log analysis method and device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1769304A4 (en) * 2004-05-22 2009-08-26 Kam-Fu Chan Swapping "fixed" "system" hard disk
JP2010033678A (en) * 2008-07-30 2010-02-12 Toshiba Storage Device Corp Disk device, circuit board, and error log information recording method
JP2013045166A (en) * 2011-08-22 2013-03-04 Canon Inc Information processing device, file storage method, and program
CN109828929A (en) * 2019-02-27 2019-05-31 苏州浪潮智能科技有限公司 The anti-tamper method for testing security of hard disk firmware, system, terminal and storage medium
CN110673790A (en) * 2019-09-06 2020-01-10 苏州浪潮智能科技有限公司 Hard disk control method and device, electronic equipment and storage medium
CN110874221A (en) * 2019-11-19 2020-03-10 深圳忆联信息系统有限公司 SSD firmware packaging method and device based on command line and computer equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824669A (en) * 2016-03-16 2016-08-03 广东欧珀移动通信有限公司 Debugging log obtaining method, debugging log obtaining device and terminal equipment
CN109614469A (en) * 2018-12-03 2019-04-12 郑州云海信息技术有限公司 A kind of log analysis method and device

Also Published As

Publication number Publication date
CN111414299A (en) 2020-07-14

Similar Documents

Publication Publication Date Title
CN108829593B (en) Code coverage rate calculation and analysis method, device, equipment and storage medium
CN108427613B (en) Abnormal interface positioning method and device, computer equipment and storage medium
CN108491321B (en) Method and device for determining test case range and storage medium
CN111611021B (en) Log data transmission method, device, computer equipment and storage medium
WO2024016781A1 (en) Software fault feedback processing method and apparatus, medium and device
CN111414299B (en) SSD (solid State disk) extension information acquisition method and device based on hdchart
WO2019148657A1 (en) Method for testing associated environments, electronic device and computer readable storage medium
CN115657521A (en) Method, device, vehicle and storage medium for analyzing CAN message data
CN111367812A (en) Test method, electronic device and readable storage medium
CN114647422A (en) Vehicle electronic control unit flashing method, device, equipment and medium
CN111857103B (en) Vehicle diagnosis method, device, equipment and storage medium
KR20200067474A (en) Fault injection test method and system for vehicle software based on autosar
CN110795304B (en) Method and device for testing performance of distributed storage system
CN109947639B (en) Automatic test method for ESB interface
CN112416648A (en) Data verification method and device
CN111338644A (en) Task script deployment method and system
CN114327981A (en) Safety verification system, method and device of function safety mechanism
CN113934198A (en) Vehicle diagnosis method, vehicle diagnosis device, electronic device, and storage medium
CN112559345A (en) LoadRunner-based interface testing method, computer equipment and storage medium
CN111813665A (en) Big data platform interface data testing method and system based on python
CN114443378B (en) System and method for testing server signal
CN113010424B (en) Interface automatic test processing method, system, computer equipment and storage medium
CN113132961B (en) Internet of things complete machine equipment debugging method and device, computer equipment and storage medium
CN114124992B (en) Method, device, equipment and system for monitoring running state of whole vehicle domain controller
CN117632622A (en) Atomic testing method and device for atomic writing function of solid state disk and computer 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