CN112162900A - Hardware information acquisition method and device, electronic equipment and storage medium - Google Patents

Hardware information acquisition method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112162900A
CN112162900A CN202010989182.5A CN202010989182A CN112162900A CN 112162900 A CN112162900 A CN 112162900A CN 202010989182 A CN202010989182 A CN 202010989182A CN 112162900 A CN112162900 A CN 112162900A
Authority
CN
China
Prior art keywords
hardware information
data change
acquired
acquisition
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.)
Withdrawn
Application number
CN202010989182.5A
Other languages
Chinese (zh)
Inventor
唐帅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN202010989182.5A priority Critical patent/CN112162900A/en
Publication of CN112162900A publication Critical patent/CN112162900A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3058Monitoring arrangements for monitoring environmental properties or parameters of the computing system or of the computing system component, e.g. monitoring of power, currents, temperature, humidity, position, vibrations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a hardware information acquisition method, a device, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: acquiring a data change mark of hardware information; each byte in the data change mark represents whether corresponding hardware information changes or not; determining changed hardware information to be acquired according to the data change mark, and determining an acquisition interface corresponding to the hardware information to be acquired; and acquiring corresponding hardware information to be acquired through an acquisition interface. According to the hardware information acquisition method, the changed hardware information to be acquired is determined by preferentially acquiring the data change state mark, and then acquisition is carried out through the corresponding acquisition conclusion. Therefore, according to the hardware information acquisition method provided by the application, the upper layer OS only acquires the changed hardware information, so that a large number of unnecessary command calling and data packet analyzing processes in a case monitoring thread are reduced, the resource overhead is reduced, and the service processing performance of a product is improved.

Description

Hardware information acquisition method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for acquiring hardware information, an electronic device, and a computer-readable storage medium.
Background
In a storage System, hardware information of various components inside a chassis is generally read by a BMC (Baseboard Management Controller), and for an upper OS (Operating System), hardware information such as an FRU (Field replaceable Unit) inside the entire chassis needs to be acquired and monitored by regular polling, so as to prevent the occurrence of a situation that when a certain component fails, the upper layer cannot sense the failure, and thus the storage server fails to work and loses data.
In the related art, the acquisition and monitoring of the enclosure environmental control information are realized by independently creating a monitoring thread, and the thread calls an interface based on an ipmi protocol provided by a BMC in a timed polling manner to analyze the interface so as to acquire the enclosure environmental control information. The enclosure contains a large amount of environmental control information, such as fans, temperature, voltage, power supplies, LEDs, various add-in cards, and the like. Therefore, in the above scheme, different ipmi (Intelligent Platform Management Interface, full chinese name) commands need to be called for different hardware information to obtain source data after parsing. Because the system has many interfaces to be called and large data packets to be transmitted, the overhead of CPU (central processing unit) and system resources is often large, and the performance parameters of the product for processing the service can be indirectly influenced.
Therefore, how to reduce the resource overhead of collecting hardware information is a technical problem to be solved by those skilled in the art.
Content of application
The application aims to provide a hardware information acquisition method and device, an electronic device and a computer readable storage medium, and resource overhead of hardware information acquisition is reduced.
In order to achieve the above object, the present application provides a hardware information collecting method, including:
acquiring a data change mark of hardware information; each byte in the data change mark represents whether corresponding hardware information changes or not;
determining changed hardware information to be acquired according to the data change mark, and determining an acquisition interface corresponding to the hardware information to be acquired;
and acquiring corresponding hardware information to be acquired through the acquisition interface.
Wherein, the obtaining of the data change flag of the hardware information includes:
and acquiring a data change mark of the hardware information through the ipmi interface.
Wherein, through the hardware information that waits to gather that collection interface gathers the correspondence includes:
and acquiring the hardware information to be acquired through a corresponding ipmi interface by using the ipmi command corresponding to the hardware information to be acquired.
The hardware information comprises hardware information of a field pluggable replacement unit and hardware information of a sensitive sensing device.
Wherein, still include:
the BMC detects whether hardware information changes;
and if the change of the target hardware information is detected, setting bytes corresponding to the target hardware information in the data change mark, and refreshing the target hardware information by using an ipmi command corresponding to the target hardware information.
Before setting the byte corresponding to the target hardware information in the data change flag, the method further includes:
if the target hardware information belongs to hardware information which changes at any time, judging whether the target hardware information accords with a corresponding change strategy;
and if so, setting bytes corresponding to the target hardware information in the data change mark.
Wherein the determining whether the target hardware information conforms to a corresponding change policy includes:
and judging whether the variation range of the target hardware information is larger than a preset amplitude or not.
In order to achieve the above object, the present application provides a hardware information collecting apparatus, including:
the acquisition module is used for acquiring a data change mark of the hardware information; each byte in the data change mark represents whether corresponding hardware information changes or not;
the determining module is used for determining changed hardware information to be acquired according to the data change mark and determining an acquisition interface corresponding to the hardware information to be acquired;
and the acquisition module is used for acquiring corresponding hardware information to be acquired through the acquisition interface.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
and the processor is used for realizing the steps of the hardware information acquisition method when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the hardware information acquisition method as described above.
According to the scheme, the hardware information acquisition method provided by the application comprises the following steps: acquiring a data change mark of hardware information; each byte in the data change mark represents whether corresponding hardware information changes or not; determining changed hardware information to be acquired according to the data change mark, and determining an acquisition interface corresponding to the hardware information to be acquired; and acquiring corresponding hardware information to be acquired through the acquisition interface.
According to the hardware information acquisition method, the changed hardware information to be acquired is determined by preferentially acquiring the data change state mark, and then acquisition is carried out through the corresponding acquisition conclusion. Therefore, according to the hardware information acquisition method provided by the application, the upper layer OS only acquires the changed hardware information, so that a large number of unnecessary command calling and data packet analyzing processes in a case monitoring thread are reduced, the resource overhead is reduced, and the service processing performance of a product is improved. The application also discloses a hardware information acquisition device, an electronic device and a computer readable storage medium, and the technical effects can be realized.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. The accompanying drawings, which are included to provide a further understanding of the disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the description serve to explain the disclosure without limiting the disclosure. In the drawings:
FIG. 1 is a flow diagram illustrating a hardware information gathering method in accordance with an exemplary embodiment;
FIG. 2 is a flow diagram illustrating another hardware information gathering method in accordance with an exemplary embodiment;
FIG. 3 is a block diagram illustrating a hardware information gathering device in accordance with one exemplary embodiment;
FIG. 4 is a block diagram illustrating an electronic device in accordance with an exemplary embodiment.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. It is to be understood that the embodiments described are only a few embodiments of the present application and not all 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 application. In addition, in the embodiments of the present application, "first", "second", and the like are used for distinguishing similar objects, and are not necessarily used for describing a specific order or a sequential order.
The embodiment of the application discloses a hardware information acquisition method, which reduces the resource overhead of hardware information acquisition.
Referring to fig. 1, a flowchart of a hardware information collection method according to an exemplary embodiment is shown, as shown in fig. 1, including:
s101: acquiring a data change mark of hardware information; each byte in the data change mark represents whether corresponding hardware information changes or not;
the main execution body of the embodiment is an upper OS, and is used for collecting hardware information in the chassis. In a specific implementation, the BMC provides an ipmi interface for querying the data change flag, and the upper OS may obtain the data change flag through the ipmi interface, that is, as a feasible implementation, the step may include: and acquiring a data change mark of the hardware information through the ipmi interface. The hardware information herein may include hardware information of field pluggable replacement units and hardware information of sensitive sensing devices.
It should be noted that each byte in the data change flag requirement corresponds to one item of hardware information, and only when the corresponding hardware information changes, the corresponding byte is set. That is, the present embodiment further includes: the BMC detects whether hardware information changes; and if the change of the target hardware information is detected, setting bytes corresponding to the target hardware information in the data change mark, and refreshing the target hardware information by using an ipmi command corresponding to the target hardware information.
It will be appreciated that in defining the ipmi interface described above, each bit may represent a type of hardware information. For example, the first byte, 8 bits, represents temperature, voltage, power, fan, power, etc. The ipmi interface is implemented internally by the BMC firmware, which is a black box interface to the upper OS.
In the inquiry monitoring thread of case management, the ipmi interface is called preferentially, and only the corresponding flag bit is set, the corresponding hardware information is considered to be changed, and the hardware information data needs to be refreshed again, so that the method is simpler and more efficient.
S102: determining changed hardware information to be acquired according to the data change mark, and determining an acquisition interface corresponding to the hardware information to be acquired;
s103: and acquiring corresponding hardware information to be acquired through the acquisition interface.
In specific implementation, the changed hardware information to be acquired can be determined according to the data change mark, and then the corresponding acquisition interfaces acquire the corresponding hardware information to be acquired. Therefore, in the thread of monitoring and inquiring the hardware information by the upper OS, compared with the scheme of uniformly calling the corresponding ipmi command to acquire all the hardware information in the related technology, the scheme calls the interface of the data change mark preferentially, determines the changed hardware information to be acquired, and acquires the changed hardware information in sequence, so that the acquisition efficiency of the hardware information is improved, and the resource overhead is reduced.
As a possible implementation manner, the acquiring, by the acquisition interface, corresponding hardware information to be acquired includes: and acquiring the hardware information to be acquired through a corresponding ipmi interface by using the ipmi command corresponding to the hardware information to be acquired. In specific implementation, a mapping table of hardware information and an ipmi command can be maintained, and the ipmi command corresponding to the hardware information to be acquired can be determined through the mapping table.
According to the hardware information acquisition method provided by the embodiment of the application, the changed hardware information to be acquired is determined by preferentially acquiring the data change state mark, and then acquisition is carried out through the corresponding acquisition conclusion. Therefore, according to the hardware information acquisition method provided by the embodiment of the application, the upper layer OS only acquires the changed hardware information, so that a large number of unnecessary command calls and data packet analysis processes in the case monitoring thread are reduced, the resource overhead is reduced, and the service processing performance of the product is improved.
A specific method for updating a data change flag is described below, specifically:
referring to fig. 2, a flowchart of another hardware information collection method according to an exemplary embodiment is shown, and as shown in fig. 2, includes:
s201: the BMC detects whether hardware information changes;
s202: when detecting that the target hardware information changes, judging whether the target hardware information belongs to hardware information which changes at any time; if yes, entering S203; if not, entering S204;
s203: judging whether the target hardware information conforms to a corresponding change strategy; if yes, entering S204; if not, the step S201 is re-entered;
s204: setting bytes corresponding to the target hardware information in the data change mark, and refreshing the target hardware information by utilizing an ipmi command corresponding to the target hardware information.
In this embodiment, for hardware information that is similar to temperature, voltage, and the like and can change at any time, a corresponding change policy can be set, and when the target hardware information conforms to the corresponding change policy, it is determined that the target hardware information changes, so as to avoid misdetermination. The change policy herein can be flexibly set according to different types of information of products and hardware, and is not specifically limited herein.
As a preferred embodiment, the determining whether the target hardware information conforms to the corresponding change policy includes: and judging whether the variation range of the target hardware information is larger than a preset amplitude or not. For example, when the temperature change exceeds 0.5 degrees, the byte corresponding to the temperature in the data change flag is set, and when the voltage change exceeds 0.1 volts, the byte corresponding to the temperature in the data change flag is set.
Therefore, in the thread of monitoring and querying by the upper layer software provided by this embodiment, instead of sequentially calling the ipmi interfaces corresponding to the acquired hardware information and completing the unpacking operation, an ipmi command for acquiring the data change flag is preferentially called. Each byte returned by the command corresponds to one kind of hardware information, and when the state of a certain byte is changed, the corresponding hardware information is considered to be changed. At this time, the corresponding ipmi command is called through the mapping relation to obtain the corresponding hardware information. The state, namely the data change mark, is obtained by executing the system call once in the polling period, and other ipmi commands are called again, so that the expenses of the product on a CPU and system resources are reduced, the service processing performance of the product is improved from the side, and the product competitiveness is increased.
In the following, a hardware information collecting apparatus provided in an embodiment of the present application is introduced, and a hardware information collecting apparatus described below and a hardware information collecting method described above may refer to each other.
Referring to fig. 3, a block diagram of a hardware information collecting apparatus according to an exemplary embodiment is shown, as shown in fig. 3, including:
an obtaining module 301, configured to obtain a data change flag of the hardware information; each byte in the data change mark represents whether corresponding hardware information changes or not;
a determining module 302, configured to determine, according to the data change flag, changed hardware information to be acquired, and determine an acquisition interface corresponding to the hardware information to be acquired;
and the acquisition module 303 is configured to acquire the corresponding hardware information to be acquired through the acquisition interface.
The hardware information acquisition device provided by the embodiment of the application determines the changed hardware information to be acquired by preferentially acquiring the data change state mark, and acquires the hardware information through the corresponding acquisition conclusion. Therefore, according to the hardware information acquisition device provided by the embodiment of the application, the upper layer OS only acquires the changed hardware information, so that a large number of unnecessary command calls and data packet analysis processes in the case monitoring thread are reduced, the resource overhead is reduced, and the service processing performance of the product is improved.
In addition to the above embodiments, as a preferred implementation, the obtaining module 301 is specifically a module that obtains the data change flag of the hardware information through an ipmi interface.
On the basis of the foregoing embodiment, as a preferred implementation manner, the acquiring module 303 is specifically a module that acquires the hardware information to be acquired through a corresponding ipmi interface by using an ipmi command corresponding to the hardware information to be acquired.
On the basis of the above embodiment, as a preferred implementation manner, the hardware information includes hardware information of the field pluggable replacement unit and hardware information of the sensitive sensing device.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
the detection module is used for detecting whether the hardware information changes by the BMC;
and the setting module is used for setting bytes corresponding to the target hardware information in the data change mark and refreshing the target hardware information by utilizing an ipmi command corresponding to the target hardware information if the change of the target hardware information is detected.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
the judging module is used for judging whether the target hardware information accords with a corresponding change strategy or not if the target hardware information belongs to hardware information which changes at any time; and if so, starting the working process of the setting module.
On the basis of the foregoing embodiment, as a preferred implementation manner, the determining module is specifically a module that determines whether a variation range of the target hardware information is larger than a preset range if the target hardware information belongs to hardware information that varies at any time.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Based on the hardware implementation of the program module, and in order to implement the method according to the embodiment of the present application, an embodiment of the present application further provides an electronic device, and fig. 4 is a structural diagram of an electronic device according to an exemplary embodiment, as shown in fig. 4, the electronic device includes:
a communication interface 1 capable of information interaction with other devices such as network devices and the like;
and the processor 2 is connected with the communication interface 1 to realize information interaction with other equipment, and is used for executing an access method of an application provided by one or more technical schemes when running a computer program. And the computer program is stored on the memory 3.
In practice, of course, the various components in the electronic device are coupled together by the bus system 4. It will be appreciated that the bus system 4 is used to enable connection communication between these components. The bus system 4 comprises, in addition to a data bus, a power bus, a control bus and a status signal bus. For the sake of clarity, however, the various buses are labeled as bus system 4 in fig. 4.
The memory 3 in the embodiment of the present application is used to store various types of data to support the operation of the electronic device. Examples of such data include: any computer program for operating on an electronic device.
It will be appreciated that the memory 3 may be either volatile memory or nonvolatile memory, and may include both volatile and nonvolatile memory. Among them, the nonvolatile Memory may be a Read Only Memory (ROM), a Programmable Read Only Memory (PROM), an Erasable Programmable Read-Only Memory (EPROM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), a magnetic random access Memory (FRAM), a Flash Memory (Flash Memory), a magnetic surface Memory, an optical disk, or a Compact Disc Read-Only Memory (CD-ROM); the magnetic surface storage may be disk storage or tape storage. Volatile Memory can be Random Access Memory (RAM), which acts as external cache Memory. By way of illustration and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), Synchronous Static Random Access Memory (SSRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic Random Access Memory (SDRAM), Double Data Rate Synchronous Dynamic Random Access Memory (DDRSDRAM), Enhanced Synchronous Dynamic Random Access Memory (ESDRAM), Enhanced Synchronous Dynamic Random Access Memory (Enhanced DRAM), Synchronous Dynamic Random Access Memory (SLDRAM), Direct Memory (DRmb Access), and Random Access Memory (DRAM). The memory 2 described in the embodiments of the present application is intended to comprise, without being limited to, these and any other suitable types of memory.
The method disclosed in the above embodiment of the present application may be applied to the processor 2, or implemented by the processor 2. The processor 2 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 2. The processor 2 described above may be a general purpose processor, a DSP, or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. The processor 2 may implement or perform the methods, steps and logic blocks disclosed in the embodiments of the present application. A general purpose processor may be a microprocessor or any conventional processor or the like. The steps of the method disclosed in the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software modules may be located in a storage medium located in the memory 3, and the processor 2 reads the program in the memory 3 and in combination with its hardware performs the steps of the aforementioned method.
When the processor 2 executes the program, the corresponding processes in the methods according to the embodiments of the present application are realized, and for brevity, are not described herein again.
In an exemplary embodiment, the present application further provides a storage medium, i.e. a computer storage medium, specifically a computer readable storage medium, for example, including a memory 3 storing a computer program, which can be executed by a processor 2 to implement the steps of the foregoing method. The computer readable storage medium may be Memory such as FRAM, ROM, PROM, EPROM, EEPROM, Flash Memory, magnetic surface Memory, optical disk, or CD-ROM.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: a removable storage device, a ROM, a RAM, a magnetic or optical disk, or various other media that can store program code.
Alternatively, the integrated units described above in the present application may be stored in a computer-readable storage medium if they are implemented in the form of software functional modules and sold or used as independent products. Based on such understanding, the technical solutions of the embodiments of the present application may be essentially implemented or portions thereof that contribute to the prior art may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for enabling an electronic device (which may be a personal computer, a server, or a network device) to execute all or part of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a removable storage device, a ROM, a RAM, a magnetic or optical disk, or various other media that can store program code.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A hardware information acquisition method is characterized by comprising the following steps:
acquiring a data change mark of hardware information; each byte in the data change mark represents whether corresponding hardware information changes or not;
determining changed hardware information to be acquired according to the data change mark, and determining an acquisition interface corresponding to the hardware information to be acquired;
and acquiring corresponding hardware information to be acquired through the acquisition interface.
2. The hardware information collection method of claim 1, wherein the obtaining of the data change flag of the hardware information comprises:
and acquiring a data change mark of the hardware information through the ipmi interface.
3. The hardware information collection method according to claim 1, wherein the collecting, through the collection interface, the corresponding hardware information to be collected includes:
and acquiring the hardware information to be acquired through a corresponding ipmi interface by using the ipmi command corresponding to the hardware information to be acquired.
4. The hardware information collection method of claim 1, wherein the hardware information includes hardware information of field pluggable replacement units and hardware information of sensitive sensor devices.
5. The hardware information collection method according to any one of claims 1 to 4, further comprising:
the BMC detects whether hardware information changes;
and if the change of the target hardware information is detected, setting bytes corresponding to the target hardware information in the data change mark, and refreshing the target hardware information by using an ipmi command corresponding to the target hardware information.
6. The hardware information collection method according to claim 5, wherein before setting the byte corresponding to the target hardware information in the data change flag, the method further comprises:
if the target hardware information belongs to hardware information which changes at any time, judging whether the target hardware information accords with a corresponding change strategy;
and if so, setting bytes corresponding to the target hardware information in the data change mark.
7. The hardware information collection method of claim 6, wherein the determining whether the target hardware information complies with a corresponding change policy comprises:
and judging whether the variation range of the target hardware information is larger than a preset amplitude or not.
8. A hardware information acquisition apparatus, comprising:
the acquisition module is used for acquiring a data change mark of the hardware information; each byte in the data change mark represents whether corresponding hardware information changes or not;
the determining module is used for determining changed hardware information to be acquired according to the data change mark and determining an acquisition interface corresponding to the hardware information to be acquired;
and the acquisition module is used for acquiring corresponding hardware information to be acquired through the acquisition interface.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the hardware information collection method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the hardware information acquisition method according to any one of claims 1 to 7.
CN202010989182.5A 2020-09-18 2020-09-18 Hardware information acquisition method and device, electronic equipment and storage medium Withdrawn CN112162900A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010989182.5A CN112162900A (en) 2020-09-18 2020-09-18 Hardware information acquisition method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010989182.5A CN112162900A (en) 2020-09-18 2020-09-18 Hardware information acquisition method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112162900A true CN112162900A (en) 2021-01-01

Family

ID=73863562

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010989182.5A Withdrawn CN112162900A (en) 2020-09-18 2020-09-18 Hardware information acquisition method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112162900A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112925572A (en) * 2021-03-01 2021-06-08 联想(北京)有限公司 Control method and device and electronic equipment
CN113051207A (en) * 2021-04-07 2021-06-29 深圳市广和通无线股份有限公司 Data processing method and device, electronic equipment and storage medium
CN113084802A (en) * 2021-03-30 2021-07-09 京东数科海益信息科技有限公司 Robot control method, device, electronic device and storage medium
CN114153388A (en) * 2021-11-19 2022-03-08 苏州浪潮智能科技有限公司 Hard disk system, method, device and medium for refreshing hard disk configuration information

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112925572A (en) * 2021-03-01 2021-06-08 联想(北京)有限公司 Control method and device and electronic equipment
CN112925572B (en) * 2021-03-01 2023-05-23 联想(北京)有限公司 Control method and device and electronic equipment
CN113084802A (en) * 2021-03-30 2021-07-09 京东数科海益信息科技有限公司 Robot control method, device, electronic device and storage medium
CN113084802B (en) * 2021-03-30 2023-01-31 京东科技信息技术有限公司 Robot control method, device, electronic device and storage medium
CN113051207A (en) * 2021-04-07 2021-06-29 深圳市广和通无线股份有限公司 Data processing method and device, electronic equipment and storage medium
CN114153388A (en) * 2021-11-19 2022-03-08 苏州浪潮智能科技有限公司 Hard disk system, method, device and medium for refreshing hard disk configuration information
CN114153388B (en) * 2021-11-19 2023-08-15 苏州浪潮智能科技有限公司 Hard disk system, hard disk configuration information refreshing method, device and medium

Similar Documents

Publication Publication Date Title
CN112162900A (en) Hardware information acquisition method and device, electronic equipment and storage medium
CN106489251B (en) The methods, devices and systems of applied topology relationship discovery
WO2023050705A1 (en) Monitoring data management method and apparatus, electronic device and storage medium
US10382461B1 (en) System for determining anomalies associated with a request
CN103023984B (en) Terminal application server and application log filtering method thereof
CN108494622A (en) Monitoring rules configuration method, device and server
CN101976209A (en) Adapting configuration for incompatible application programs
CN109343853B (en) Abnormality identification method and device for application program
CN112818307B (en) User operation processing method, system, equipment and computer readable storage medium
CN115277566B (en) Load balancing method and device for data access, computer equipment and medium
CN109634802B (en) Process monitoring method and terminal equipment
US20190327141A1 (en) System and Method to Manage Server Configuration Profiles in a Data Center
CN115794472A (en) Chip error collection and processing method, device and storage medium
CN115357450A (en) Node maintenance method and device based on artificial intelligence, computer equipment and medium
CN113238778B (en) Method, system, equipment and medium for upgrading BIOS firmware
JP2020525944A (en) Bus monitoring system, method and apparatus
CN106886477B (en) Method and device for setting monitoring threshold in cloud system
EP4274160A1 (en) System and method for machine learning based malware detection
CN112559565A (en) Abnormity detection method, system and device
CN110532150B (en) Case management method and device, storage medium and processor
CN106330595B (en) Heartbeat detection method and device for distributed platform
CN115858251B (en) Control method and device of substrate control unit, electronic equipment and storage medium
CN114070755A (en) Virtual machine network flow determining method and device, electronic equipment and storage medium
CN115858292A (en) IPMI management method and system based on MCU
CN109936528B (en) Monitoring method, device, equipment and system

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210101