CN114816922A - Sensor data detection method, system, terminal and storage medium - Google Patents
Sensor data detection method, system, terminal and storage medium Download PDFInfo
- Publication number
- CN114816922A CN114816922A CN202210469471.1A CN202210469471A CN114816922A CN 114816922 A CN114816922 A CN 114816922A CN 202210469471 A CN202210469471 A CN 202210469471A CN 114816922 A CN114816922 A CN 114816922A
- Authority
- CN
- China
- Prior art keywords
- sensor
- threshold value
- standard
- alarm threshold
- alarm
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000001514 detection method Methods 0.000 title claims abstract description 31
- 230000002159 abnormal effect Effects 0.000 claims abstract description 15
- 238000000034 method Methods 0.000 claims description 21
- 230000005856 abnormality Effects 0.000 claims description 7
- 238000006243 chemical reaction Methods 0.000 claims description 3
- 238000004590 computer program Methods 0.000 claims description 3
- 238000012360 testing method Methods 0.000 abstract description 9
- 238000013461 design Methods 0.000 description 6
- 238000004891 communication Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 5
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 3
- 238000006467 substitution reaction Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 2
- 238000012423 maintenance Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004904 shortening Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
- G06F11/3068—Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves data format conversion
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention belongs to the technical field of servers, and particularly provides a sensor data detection method, a system, a terminal and a storage medium, which comprise the following steps: writing all sensor standard thresholds of a server into a standard document, and storing the standard document; acquiring the current value and the alarm threshold value of each sensor, and converting the current value and the alarm threshold value into a standard format; comparing the consistency of the sensor alarm threshold value in the standard format with the corresponding standard threshold value in the standard document: if the two are consistent, the corresponding current value is judged to be abnormal by utilizing the alarm threshold value of the sensor; and if the two are not consistent, judging that the alarm threshold value of the sensor is abnormal. The invention can realize the current value of the whole sensor, convert the command return value, judge the correctness of the alarm threshold value and whether the sensor alarms, greatly save labor power, shorten the test time and improve the test efficiency under the condition of more sensor values.
Description
Technical Field
The invention relates to the technical field of servers, in particular to a sensor data detection method, a sensor data detection system, a sensor data detection terminal and a storage medium.
Background
One storage device is a complete machine consisting of a case, a mainboard, a CPU, an internal memory, a system disk, a back panel, a PSU, a hard disk and the like, and is uniformly managed by an installed software system. In order to know the basic information of the temperature, the pressure, the power consumption and the like of each component, each component is managed and monitored better, and the sensor is produced at the same time. The sensor is a detection device, can sense the measured information, can convert the sensed information into an electric signal or other required information according to a certain rule, and outputs the electric signal or other required information, so that the storage equipment can conveniently monitor the running state of each component in real time. However, because the storage device has a large variety of components, and the sensors are classified into a large number, such as temperature sensors, pressure sensors, power consumption sensors, fan speed sensors, and the like, the number of sensors storing the whole machine is large; in addition, since multiple levels of alarm thresholds are set for the sensors, a tester needs to manually query and compare each threshold of each sensor, which is time-consuming and labor-consuming, and thus a more efficient testing method and system are needed.
Disclosure of Invention
Aiming at the problems of time and labor consumption in sensor threshold value checking in the prior art, the invention provides a sensor data detection method, a system, a terminal and a storage medium to solve the technical problems.
In a first aspect, the present invention provides a sensor data detection method, including:
writing all sensor standard thresholds of a server into a standard document, and storing the standard document;
acquiring the current value and the alarm threshold value of each sensor, and converting the current value and the alarm threshold value into a standard format;
comparing the consistency of the sensor alarm threshold value in the standard format with the corresponding standard threshold value in the standard document:
if the two are consistent, the corresponding current value is judged to be abnormal by utilizing the alarm threshold value of the sensor;
and if the two are not consistent, judging that the alarm threshold value of the sensor is abnormal.
Further, writing all sensor standard thresholds of the server into a standard document, and saving the standard document, including:
comparing a sensor list of the server, setting a standard threshold value of each sensor, and writing all the sensors and the standard threshold values into a standard document;
and saving the standard document to a database.
Further, acquiring current values and alarm threshold values of the sensors, and converting the current values and the alarm threshold values into standard formats, including:
calling a system command for inquiring the current value and the alarm threshold value of each sensor to obtain a return value;
and converting the ascii code and the hexadecimal unsigned number of the acquired return value into a decimal current value and an alarm threshold value, and outputting the current value and the alarm threshold value of each sensor to a detection log.
Further, the abnormal judgment of the corresponding current value by using the alarm threshold of the sensor includes:
judging whether the current value of the sensor reaches the alarm threshold value of the same sensor:
if yes, judging that the sensor triggers the alarm, pushing an alarm task to the BMC, and recording a result of triggering the alarm to a detection log.
In a second aspect, the present invention provides a sensor data detection system comprising:
the standard configuration unit is used for writing all the sensor standard thresholds of the server into a standard document and storing the standard document;
the data acquisition unit is used for acquiring the current value and the alarm threshold value of each sensor and converting the current value and the alarm threshold value into a standard format;
the threshold comparison unit is used for comparing the consistency of the sensor alarm threshold in the standard format with the corresponding standard threshold in the standard document;
the abnormality judgment unit is used for judging the abnormality of the corresponding current value by utilizing the alarm threshold value of the sensor if the alarm threshold value of the sensor in the standard format is consistent with the corresponding standard threshold value in the standard document;
and the threshold value judging unit is used for judging that the sensor alarm threshold value is abnormal if the sensor alarm threshold value in the standard format is inconsistent with the corresponding standard threshold value in the standard document.
Further, the standard configuration unit includes:
the document writing module is used for setting a standard threshold value of each sensor by contrasting a sensor list of the server and writing all the sensors and the standard threshold values into a standard document;
and the document storage module is used for storing the standard document to a database.
Further, the data acquisition unit includes:
the command calling module is used for calling a system command for inquiring the current value and the alarm threshold value of each sensor to obtain a return value;
and the format conversion module is used for converting the obtained ascii code and hexadecimal unsigned number of the return value into a decimal current value and an alarm threshold value and outputting the current value and the alarm threshold value of each sensor to the detection log.
Further, the abnormality determination unit includes:
the detection judging module is used for judging whether the current value of the sensor reaches the alarm threshold value of the same sensor;
and the alarm generation module is used for judging that the sensor triggers an alarm if the current value of the sensor reaches the alarm threshold value of the same sensor, pushing the alarm task to the BMC and recording the alarm triggering result to the detection log.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
the sensor data detection method, the system, the terminal and the storage medium provided by the invention can realize the purposes of inquiring the current value of the sensor of the whole machine, converting the command return value, judging the correctness of the alarm threshold value and whether the sensor gives an alarm or not, greatly saving manpower, shortening the test time and improving the test efficiency under the condition of more sensor values; when the new storage equipment needs to be tested by the sensor, the sensor of the new equipment can be tested on the new equipment only by providing the alarm threshold design document of the new equipment, maintaining the sensor of the new equipment in the script and importing the alarm threshold design document, and the script maintenance cost is low.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solutions of the present invention, 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.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. Wherein, the executive body of fig. 1 may be a sensor data detection system.
As shown in fig. 1, the method includes:
and 150, if the two are not consistent, judging that the alarm threshold value of the sensor is abnormal.
In order to facilitate understanding of the present invention, the sensor data detecting method provided by the present invention is further described below with reference to the principle of the sensor data detecting method of the present invention and the process of detecting sensor data in the embodiments.
Specifically, based on a diag system, an ipmi command is written into a script, and the sensor data detection method is realized through the script, and the method comprises the following steps:
and S1, writing all sensor standard thresholds of the server into a standard document, and saving the standard document.
Comparing a sensor list of the server, setting a standard threshold value of each sensor, and writing all the sensors and the standard threshold values into a standard document; and saving the standard document to a database.
Wherein the sensor list can be pulled from the server material library.
And S2, acquiring the current value and the alarm threshold value of each sensor, and converting the current value and the alarm threshold value into a standard format.
Calling a system command for inquiring the current value and the alarm threshold value of each sensor to obtain a return value; and converting the ascii code and the hexadecimal unsigned number of the acquired return value into a decimal current value and an alarm threshold value, and outputting the current value and the alarm threshold value of each sensor to a detection log.
Specifically, an ipmi command for inquiring the current value and alarm threshold value of each sensor is called, ascii codes, hexadecimal unsigned numbers and the like of return values are converted into decimal, and the converted result is output to a log record
And S3, comparing the sensor alarm threshold value in the standard format with the corresponding standard threshold value in the standard document.
And comparing the converted alarm threshold with an alarm threshold design document in a database. Firstly, an alarm threshold value is detected to judge whether the alarm threshold value is available.
And S4, if the two are consistent, judging the corresponding current value to be abnormal by utilizing the alarm threshold value of the sensor.
If the sensor alarm threshold value in the standard format is consistent with the corresponding standard threshold value in the standard document, continuously judging whether the current value of the sensor reaches the alarm threshold value of the same sensor: if yes, judging that the sensor triggers the alarm, pushing an alarm task to the BMC, and recording a result of triggering the alarm to a detection log.
And after the fact that the alarm threshold value of the sensor is available is verified, carrying out abnormity judgment on the current value by using the alarm threshold value of the sensor. Specifically, the converted current sensor value is compared with an alarm threshold value, if the current sensor value is within the alarm threshold value range, the sensor value is normal, if the current sensor value exceeds the alarm threshold value, the sensor value is abnormal, and the current value, the threshold value and the judgment result of each sensor are output to a log record
And S5, if the two are not consistent, judging that the sensor alarm threshold value is abnormal.
If the alarm threshold of the sensor in the standard format is not consistent with the corresponding standard threshold in the standard document, the alarm threshold is wrong, and the actual alarm threshold inquired by each sensor, the expected alarm threshold in the document and the judgment result are output to the log record.
As shown in fig. 2, the system 200 includes:
the standard configuration unit 210 is configured to write all sensor standard thresholds of the server into a standard document, and store the standard document;
the data acquisition unit 220 is used for acquiring the current values and the alarm threshold values of the sensors and converting the current values and the alarm threshold values into standard formats;
a threshold comparison unit 230, configured to compare consistency between a sensor alarm threshold in a standard format and a corresponding standard threshold in a standard document;
an anomaly judgment unit 240, configured to, if the sensor alarm threshold in the standard format is consistent with the corresponding standard threshold in the standard document, perform anomaly judgment on the corresponding current value by using the sensor alarm threshold;
and a threshold determination unit 250, configured to determine that the sensor alarm threshold is abnormal if the sensor alarm threshold in the standard format is inconsistent with a corresponding standard threshold in the standard document.
Optionally, as an embodiment of the present invention, the standard configuration unit includes:
the document writing module is used for setting a standard threshold value of each sensor by contrasting a sensor list of the server and writing all the sensors and the standard threshold values into a standard document;
and the document storage module is used for storing the standard document to a database.
Optionally, as an embodiment of the present invention, the data acquisition unit includes:
the command calling module is used for calling a system command for inquiring the current value and the alarm threshold value of each sensor to obtain a return value;
and the format conversion module is used for converting the obtained ascii code and hexadecimal unsigned number of the return value into a decimal current value and an alarm threshold value and outputting the current value and the alarm threshold value of each sensor to the detection log.
Optionally, as an embodiment of the present invention, the abnormality determining unit includes:
the detection judging module is used for judging whether the current value of the sensor reaches the alarm threshold value of the same sensor;
and the alarm generation module is used for judging that the sensor triggers an alarm if the current value of the sensor reaches the alarm threshold value of the same sensor, pushing the alarm task to the BMC and recording the alarm triggering result to the detection log.
Fig. 3 is a schematic structural diagram of a terminal 300 according to an embodiment of the present invention, where the terminal 300 may be used to execute the sensor data detection method according to the embodiment of the present invention.
Among them, the terminal 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the invention can realize the current value of the whole sensor, convert the command return value, judge the correctness of the alarm threshold value and whether the sensor alarms, greatly save manpower, shorten the test time and improve the test efficiency under the condition of more sensor values; when the new storage device needs to perform sensor testing, only the alarm threshold design document of the new device needs to be provided, the sensor of the new device is maintained in the script, and the alarm threshold design document is imported to perform testing on the new device, so that the script maintenance cost is low.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented using software plus any required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
Claims (10)
1. A sensor data detection method, comprising:
writing all sensor standard thresholds of a server into a standard document, and storing the standard document;
acquiring the current value and the alarm threshold value of each sensor, and converting the current value and the alarm threshold value into a standard format;
comparing the consistency of the sensor alarm threshold value in the standard format with the corresponding standard threshold value in the standard document:
if the two are consistent, the corresponding current value is judged to be abnormal by utilizing the alarm threshold value of the sensor;
and if the two are not consistent, judging that the alarm threshold value of the sensor is abnormal.
2. The method of claim 1, wherein writing all sensor criteria thresholds of a server to a standard document and saving the standard document comprises:
comparing a sensor list of the server, setting a standard threshold value of each sensor, and writing all the sensors and the standard threshold values into a standard document;
and saving the standard document to a database.
3. The method of claim 1, wherein obtaining the current value and alarm threshold value for each sensor and converting the current value and alarm threshold value to a standard format comprises:
calling a system command for inquiring the current value and the alarm threshold value of each sensor to obtain a return value;
and converting the ascii code and the hexadecimal unsigned number of the acquired return value into a decimal current value and an alarm threshold value, and outputting the current value and the alarm threshold value of each sensor to a detection log.
4. The method of claim 1, wherein determining the anomaly of the corresponding current value using the alarm threshold of the sensor comprises:
judging whether the current value of the sensor reaches the alarm threshold value of the same sensor:
if yes, judging that the sensor triggers the alarm, pushing an alarm task to the BMC, and recording a result of triggering the alarm to a detection log.
5. A sensor data detection system, comprising:
the standard configuration unit is used for writing all the sensor standard thresholds of the server into a standard document and storing the standard document;
the data acquisition unit is used for acquiring the current value and the alarm threshold value of each sensor and converting the current value and the alarm threshold value into a standard format;
the threshold comparison unit is used for comparing the consistency of the sensor alarm threshold in the standard format with the corresponding standard threshold in the standard document;
the abnormality judgment unit is used for judging the abnormality of the corresponding current value by utilizing the alarm threshold value of the sensor if the alarm threshold value of the sensor in the standard format is consistent with the corresponding standard threshold value in the standard document;
and the threshold value judging unit is used for judging that the sensor alarm threshold value is abnormal if the sensor alarm threshold value in the standard format is inconsistent with the corresponding standard threshold value in the standard document.
6. The system of claim 5, wherein the standard configuration unit comprises:
the document writing module is used for setting a standard threshold value of each sensor by contrasting a sensor list of the server and writing all the sensors and the standard threshold values into a standard document;
and the document storage module is used for storing the standard document to a database.
7. The system of claim 5, wherein the data acquisition unit comprises:
the command calling module is used for calling a system command for inquiring the current value and the alarm threshold value of each sensor to obtain a return value;
and the format conversion module is used for converting the obtained ascii code and hexadecimal unsigned number of the return value into a decimal current value and an alarm threshold value and outputting the current value and the alarm threshold value of each sensor to the detection log.
8. The system according to claim 5, wherein the abnormality determination unit includes:
the detection judging module is used for judging whether the current value of the sensor reaches the alarm threshold value of the same sensor;
and the alarm generation module is used for judging that the sensor triggers an alarm if the current value of the sensor reaches the alarm threshold value of the same sensor, pushing the alarm task to the BMC and recording the alarm triggering result to the detection log.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210469471.1A CN114816922A (en) | 2022-04-30 | 2022-04-30 | Sensor data detection method, system, terminal and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210469471.1A CN114816922A (en) | 2022-04-30 | 2022-04-30 | Sensor data detection method, system, terminal and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114816922A true CN114816922A (en) | 2022-07-29 |
Family
ID=82509404
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210469471.1A Pending CN114816922A (en) | 2022-04-30 | 2022-04-30 | Sensor data detection method, system, terminal and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114816922A (en) |
-
2022
- 2022-04-30 CN CN202210469471.1A patent/CN114816922A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111459700A (en) | Method and apparatus for diagnosing device failure, diagnostic device, and storage medium | |
CN110727556A (en) | BMC health state monitoring method, system, terminal and storage medium | |
CN110543420B (en) | Software testing method, system, terminal and storage medium | |
CN114490238A (en) | Method, system, terminal and storage medium for monitoring whole server diagnosis process | |
CN111475411A (en) | Server problem detection method, system, terminal and storage medium | |
CN110580220B (en) | Method for measuring code segment execution time and terminal equipment | |
CN111290893A (en) | OSES (open service systems) read log testing device, method, terminal and storage medium | |
CN111309584B (en) | Data processing method, device, electronic equipment and storage medium | |
CN111062503A (en) | Power grid monitoring alarm processing method, system, terminal and storage medium | |
CN105260280A (en) | Method and device for detecting sensors in servers | |
CN117170948A (en) | Positioning method and device for main board memory fault, electronic equipment and storage medium | |
CN109558300B (en) | Whole cabinet alarm processing method and device, terminal and storage medium | |
CN114816922A (en) | Sensor data detection method, system, terminal and storage medium | |
CN116225802A (en) | Fault testing method and device and computing equipment | |
CN115878430A (en) | PCIE equipment fault monitoring method and device, communication equipment and storage medium | |
CN110058979A (en) | A kind of temperature reads monitoring method, BMC and the storage medium of failure failure | |
CN112231159B (en) | Memory installation position testing method, system, terminal and storage medium | |
CN110442119B (en) | ECU pin repeated configuration detection method and device | |
CN112463504A (en) | Double-control storage product testing method, system, terminal and storage medium | |
CN114325455A (en) | Power supply early warning method and device and electronic equipment | |
CN109800114B (en) | BMC visual test method, device, terminal and storage medium | |
CN112463486A (en) | Disk quality inspection method, system, terminal and storage medium | |
CN112486717A (en) | Method, system, terminal and storage medium for verifying consistency of disk data | |
CN111309598A (en) | Test case execution environment recovery method, system, terminal and storage medium | |
CN111143138A (en) | PCIe Bus fault positioning method, system, terminal and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |