CN113703365B - Management method and system for equipment monitoring information - Google Patents

Management method and system for equipment monitoring information Download PDF

Info

Publication number
CN113703365B
CN113703365B CN202110987876.XA CN202110987876A CN113703365B CN 113703365 B CN113703365 B CN 113703365B CN 202110987876 A CN202110987876 A CN 202110987876A CN 113703365 B CN113703365 B CN 113703365B
Authority
CN
China
Prior art keywords
monitoring point
ith
monitoring
fault
management table
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
CN202110987876.XA
Other languages
Chinese (zh)
Other versions
CN113703365A (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.)
Beijing Institute of Radio Measurement
Original Assignee
Beijing Institute of Radio Measurement
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 Institute of Radio Measurement filed Critical Beijing Institute of Radio Measurement
Priority to CN202110987876.XA priority Critical patent/CN113703365B/en
Publication of CN113703365A publication Critical patent/CN113703365A/en
Application granted granted Critical
Publication of CN113703365B publication Critical patent/CN113703365B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0428Safety, monitoring
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/24Pc safety
    • G05B2219/24024Safety, surveillance
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Debugging And Monitoring (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a management method and a management system for equipment monitoring information, and relates to the technical field of equipment management. The method comprises the following steps: splitting the acquired equipment state information into N monitoring point information and analyzing the monitoring point information; if the ith monitoring point does not exist in the equipment state management table, adding the ith monitoring point into the equipment state management table; if yes, judging whether the ith monitoring point has a fault; if the fault occurs, judging whether the state of the ith monitoring point in the equipment state management table is normal or not; if the monitoring point is normal, adding 1 to a fault counter of the ith monitoring point in the equipment state management table; and judging whether the fault counter of the ith monitoring point is greater than a preset fault threshold, and if the fault counter of the ith monitoring point is greater than the fault threshold, setting the ith monitoring point as a fault. The invention is suitable for the management of equipment monitoring information, can effectively eliminate false alarms and is convenient for expanding monitoring points.

Description

Management method and system for equipment monitoring information
Technical Field
The present invention relates to the field of device management technologies, and in particular, to a method and a system for managing device monitoring information.
Background
In an ethernet-based device system, generally, a monitored device sends its own state to a monitoring system through a network interface. The monitored equipment state information is a combination of monitoring point information agreed at the time of design, such as the total state, current value, voltage value, fan rotating speed, communication link and software working state of the monitored equipment.
The traditional equipment monitoring mode is that a monitoring system directly analyzes state information, a prompt is given if the monitoring system has a fault, if the equipment state information has a false alarm, namely a certain monitoring point is changed into a fault occasionally, and then the monitoring system is recovered to be normal, the monitoring system can also give a prompt, the nature of the fault is different from that of the real fault, people are required to distinguish the fault, and the problem of the false alarm is difficult to solve.
Disclosure of Invention
The invention aims to solve the technical problem of the prior art and provides a method and a system for managing equipment monitoring information.
The technical scheme for solving the technical problems is as follows:
a management method of equipment monitoring information comprises the following steps:
acquiring equipment state information, and splitting the equipment state information into N pieces of monitoring point information;
analyzing the N pieces of monitoring point information to obtain the monitoring point ID and the monitoring point state of each monitoring point;
searching whether the ith monitoring point exists in a preset equipment state management table according to the monitoring point ID of the ith monitoring point;
if the ith monitoring point does not exist in the equipment state management table, the monitoring point ID, the monitoring point state, the monitoring point text and the monitoring point type of the ith monitoring point are stored in the equipment state management table by taking the monitoring point ID as a key value, and the received state is set as an initial state; if the ith monitoring point exists in the equipment state management table, judging whether the ith monitoring point has a fault according to the state of the monitoring point;
if the ith monitoring point has a fault, judging whether the state of the ith monitoring point in the equipment state management table is normal or not;
if the state of the ith monitoring point in the equipment state management table is normal, adding 1 to a fault counter of the ith monitoring point in the equipment state management table;
judging whether the fault counter of the ith monitoring point is greater than a preset fault threshold or not, and if the fault counter of the ith monitoring point is greater than the fault threshold, setting the ith monitoring point as a fault;
wherein i =1,2, …, N is the number of monitoring points.
Another technical solution of the present invention for solving the above technical problems is as follows:
a management system for device monitoring information, comprising:
the receiving controller is used for acquiring equipment state information and splitting the equipment state information into N pieces of monitoring point information;
the analysis controller is used for analyzing the N monitoring point information to obtain the monitoring point ID and the monitoring point state of each monitoring point;
searching whether the ith monitoring point exists in a preset equipment state management table according to the monitoring point ID of the ith monitoring point; if the ith monitoring point does not exist in the equipment state management table, the monitoring point ID, the monitoring point state, the monitoring point text and the monitoring point type of the ith monitoring point are stored in the equipment state management table by taking the monitoring point ID as a key value, and the received state is set as an initial state; if the ith monitoring point exists in the equipment state management table, judging whether the ith monitoring point has a fault according to the state of the monitoring point;
if the ith monitoring point has a fault, judging whether the state of the ith monitoring point in the equipment state management table is normal or not;
if the state of the ith monitoring point in the equipment state management table is normal, adding 1 to a fault counter of the ith monitoring point in the equipment state management table;
judging whether the fault counter of the ith monitoring point is greater than a preset fault threshold or not, and if the fault counter of the ith monitoring point is greater than the fault threshold, setting the ith monitoring point as a fault;
wherein i =1,2, …, N is the number of monitoring points.
The beneficial effects of the invention are: the management method and the management system provided by the invention are suitable for the management of equipment monitoring information, and the fault state of each monitoring point is counted by using the fault counter through splitting the equipment state information, and the state of the monitoring point corresponding to the fault counter which is greater than a preset fault threshold is set as a fault, so that a false alarm can be effectively eliminated, and the monitoring points can be conveniently expanded.
Advantages of additional aspects of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
Fig. 1 is a schematic view of a monitoring point information storage flow provided by an embodiment of a management method of the present invention;
fig. 2 is a schematic structural framework diagram provided by an embodiment of the management system of the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth to illustrate, but are not to be construed to limit the scope of the invention.
As shown in fig. 1, a schematic view of a monitoring point information storage flow provided by an embodiment of a management method according to the present invention, where the management method is used for managing device monitoring information, and includes:
s10, acquiring equipment state information, and splitting the equipment state information into N pieces of monitoring point information;
it should be noted that the device status information is composed of a series of monitoring point information, and the monitoring point information may be preset according to actual requirements, for example, the monitoring point information may include device monitoring point ID, monitoring point type, monitoring point status, monitoring point text, monitoring point fault threshold, monitoring point fault counter, and monitoring point update time.
The watchpoint ID is used to identify different watchpoints, and the watchpoint ID is globally unique. An exemplary watchpoint ID composition rule is given below:
the ID of the monitoring point can be set as a 32-bit unsigned integer, the lowest bit is represented by D0, the highest bit is represented by D31, the monitoring points are represented by D0-D7, the boards to which the monitoring points belong are represented by D8-D15, the combination to which the monitoring points belong is represented by D16-D23, and the system to which the monitoring points belong is represented by D24-D31.
The monitoring point types can comprise enumeration types and text types, for the monitoring points of the enumeration types, the state values of the monitoring points only depend on the states of the monitoring points, and the texts of the monitoring points are invalid; for a watchpoint of text type, its status value depends on both watchpoint status and watchpoint text values.
The monitoring point states can be classified as offline, fault, degraded and normal.
The monitoring point text is used for recording monitored data or texts needing description, such as voltage values or key actions of a working process.
When the monitoring point fault threshold indicates that a fault of a normal state monitoring point continuously occurs for a preset number of times, the monitoring point is considered to be a real fault and can be set according to actual requirements.
The monitoring point fault counter is used for recording the continuous fault times of the monitoring point;
the monitoring point update time is used for updating the time of the monitoring point information.
It should be understood that after the monitoring point information is set, numbers and numbers of the system, combination and board card to which the monitoring points belong can be allocated according to the monitoring point information.
For example, assume that there are two systems, numbered 1 and 2; the system 1 has 2 combinations, and the serial numbers are 1 and 2 respectively; the combination 1 is provided with 4 board cards with the numbers of 1,2, 3 and 4 respectively; the board card 1 has 5 monitoring points, and the numbers are 1,2, 3, 4 and 5 respectively.
According to the convention, the 16-system code of the monitoring point ID corresponding to the monitoring point 1 of the combination 1 board card 1 of the system 1 is 0x01010101. Similarly, the 16-system code of the monitoring point ID corresponding to the monitoring point 2 of the board 1 in combination 1 in the system 1 is 0x01010102. And other monitoring point ID codes are analogized, and are not described in detail.
S20, analyzing the information of the N monitoring points to obtain the monitoring point ID and the monitoring point state of each monitoring point;
optionally, in some possible embodiments, the information of the N monitoring points is analyzed, and the type and text of the monitoring point of each monitoring point can be obtained.
S30, searching whether the ith monitoring point exists in a preset equipment state management table according to the monitoring point ID of the ith monitoring point;
it should be appreciated that the device status information may be split into multiple watchpoint information stores and device status management tables. The device status management table may manage device watchpoint information using a binary tree with watchpoint IDs as primary keys.
S31, if the ith monitoring point exists in the equipment state management table, judging whether the ith monitoring point has a fault according to the state of the monitoring point;
for example, if the information is analyzed according to the design convention, and the state of the monitoring point 1 of the board 1 of the combination 1 of the system 1 is analyzed, the monitoring point is 0x01010101. If the monitoring point 0x01010101 information exists, the node is judged to be in the equipment state management table, and whether the fault occurs is continuously judged according to the storage process.
Optionally, in some possible embodiments, the method further includes:
and S32, if the ith monitoring point does not exist in the equipment state management table, storing the monitoring point ID, the monitoring point state, the monitoring point text and the monitoring point type of the ith monitoring point in the equipment state management table by taking the monitoring point ID as a key value, and setting the received state as an initial state.
It should be understood that other information for the newly stored watchpoints, such as watchpoint fault thresholds and watchpoint fault counters, may follow the pre-set settings.
S41, if the ith monitoring point has a fault, judging whether the state of the ith monitoring point in the equipment state management table is normal or not;
optionally, in some possible embodiments, the method further includes:
and S42, if the ith monitoring point has no fault, updating the monitoring point text and the updating time of the ith monitoring point in the equipment state management table, and setting a fault counter to be 0.
S51, if the state of the ith monitoring point in the equipment state management table is normal, adding 1 to a fault counter of the ith monitoring point in the equipment state management table;
optionally, in some possible embodiments, the method further includes:
and S52, if the status of the ith monitoring point in the equipment status management table is a fault, updating the monitoring point text and the updating time of the ith monitoring point in the equipment status management table.
S61, judging whether a fault counter of the ith monitoring point is larger than a preset fault threshold or not;
s62, if the fault counter of the ith monitoring point is larger than the fault threshold, setting the ith monitoring point as a fault;
and S63, if the fault counter of the ith monitoring point is not greater than the fault threshold, only updating the updating time of the ith monitoring point in the equipment state management table, and not changing the state of the ith monitoring point.
It should be understood that the fault threshold may be set according to actual requirements, and may be 5, for example, when the number of fault states of the fault counter counts to 6, the fault is considered to have occurred at the monitoring point.
Wherein i =1,2, …, N is the number of monitoring points.
The management method provided by the embodiment is suitable for management of equipment monitoring information, the equipment state information is split, the fault state of each monitoring point is counted by using the fault counter, the state of the monitoring point corresponding to the fault counter larger than the preset fault threshold is set as a fault, a false alarm can be effectively eliminated, and the monitoring points are conveniently expanded.
The management method of the invention also provides the inquiry of the monitoring point information, and the following explains the inquiry flow of the monitoring point information.
Optionally, in some possible embodiments, the management method further includes:
acquiring a query ID, and querying monitoring point information in an equipment state management table according to the query ID;
the query ID is formed by bitwise AND operation of the monitoring point ID and a mask, and the mask is an unsigned integer with the same length as the monitoring point ID.
It should be noted that the query ID may be sent by the terminal of the user, and after obtaining the monitoring point information by querying, the query ID may be returned to the terminal that sent the query request.
Optionally, in some possible embodiments, querying monitoring point information in the device status management table according to the query ID specifically includes:
judging whether the query ID exists in the equipment state management table or not, and if the query ID exists in the equipment state management table, returning monitoring point information corresponding to the monitoring point;
if the query ID does not exist in the equipment state management table, the query ID is represented to correspond to a superior monitoring point, monitoring point information of all subordinate monitoring points of the superior monitoring point is summarized, and the summarized monitoring point information is returned.
Monitoring point information of the monitoring points of the subordinate is inquired and summarized in a mode of combining the ID and the mask of the monitoring points, so that unified inquiry of the monitoring point information in a specified range can be realized, and the inquiry efficiency can be improved.
Optionally, in some possible embodiments, the collecting monitoring point information of all subordinate monitoring points to which the upper monitoring point belongs specifically includes:
traversing the equipment state management table, and carrying out bitwise AND operation on the ID and the mask of each monitoring point to obtain a processing result;
if the target monitoring point with the processing result identical to the query ID exists, determining the target monitoring point as a lower monitoring point of a higher monitoring point, and adding the target monitoring point into a queue of the higher monitoring point;
setting an off-line counter, a fault counter, a degradation counter and a normal counter, respectively counting the monitoring point states of each subordinate monitoring point in a queue of superior monitoring points to obtain the value C of the off-line counter o Value C of the failure counter f Value C of degradation counter d And the value C of the normal counter n
If C is present f >0, setting the state of the upper monitoring point as a fault;
if C is present f =0,C d >0, setting the state of the upper monitoring point as degradation;
if C is f =0,C d =0,C o >0, setting the state of the upper monitoring point as off-line;
if C is present f =0,C d =0,C o =0,C n >0, setting the state of the upper monitoring point as normal;
if C is present f =0,C d =0,C o =0,C n And =0, the state of the upper monitoring point is set as unknown.
For example, to acquire the status of the system 1 combination 1 board 1, the query ID is 0x01010100, the mask is 0xfffffff 00, the monitoring point ID is 0x01010101, and the ID is not in the device status management table, and then the status summarizing process is performed.
The states of five monitoring points of the board 1 are assumed to be normal, offline, degraded and failed respectively. When the summary is performed, the normal counter is 1, the offline counter is 2, the degradation counter is 1, and the failure counter is 1, the summary status is failure.
To acquire the state of the monitoring point 1 of the board card 1 of the combination 1 of the system 1, the query ID is 0x01010101, the mask is 0 xfffffffff, and the monitoring point ID is 0x01010101, and the ID is directly returned to the state of the monitoring point 0x01010101 in the device state management table.
Optionally, in some possible embodiments, the management method further includes:
setting a timeout threshold, checking all monitoring points according to the timeout threshold, and updating the state of the timeout monitoring points to be offline if the timeout monitoring points with the updating time larger than the timeout threshold exist.
It should be noted that the timeout threshold may be set according to an actual requirement, for example, assuming that the timeout threshold is 2 seconds, the state of the monitoring point 1 of the board 1 in the combination 1 of the system 1 is updated at time 11.
It is to be understood that some or all of the various embodiments described above may be included in some embodiments.
As shown in fig. 2, a schematic structural framework diagram is provided for an embodiment of a management system of the present invention, where the management system is used for managing device monitoring information, and includes:
the receiving controller 10 is configured to acquire device state information and split the device state information into N pieces of monitoring point information;
the receiving controller 20 is used for analyzing the information of the N monitoring points to obtain the monitoring point ID and the monitoring point state of each monitoring point;
optionally, in some possible embodiments, the information of the N monitoring points is analyzed, and the type and text of the monitoring point of each monitoring point can be obtained.
Searching whether the ith monitoring point exists in a preset equipment state management table 30 according to the monitoring point ID of the ith monitoring point;
if the ith monitoring point does not exist in the equipment state management table 30, the monitoring point ID, the monitoring point state, the monitoring point text and the monitoring point type of the ith monitoring point are stored in the equipment state management table 30 by taking the monitoring point ID as a key value, and the received state is set as an initial state;
if the ith monitoring point exists in the equipment state management table 30, judging whether the ith monitoring point has a fault according to the state of the monitoring point;
optionally, in some possible embodiments, the receiving controller 20 is further configured to, if there is no ith monitoring point in the device status management table 30, store the monitoring point ID, the monitoring point status, the monitoring point text, and the monitoring point type of the ith monitoring point in the device status management table 30 with the monitoring point ID as a key value, and record the update time.
If the ith monitoring point has a fault, judging whether the state of the ith monitoring point in the equipment state management table 30 is normal or not;
optionally, in some possible embodiments, the receiving controller 20 is further configured to update the monitoring point text and the update time of the ith monitoring point in the device status management table 30 and set the failure counter to 0 if the ith monitoring point is not failed.
If the status of the ith monitoring point in the device status management table 30 is normal, adding 1 to the fault counter of the ith monitoring point in the device status management table 30;
optionally, in some possible embodiments, the receiving controller 20 is further configured to update the watchpoint text and the update time of the ith watchpoint in the device status management table 30 if the status of the ith watchpoint in the device status management table 30 is a failure.
Judging whether a fault counter of the ith monitoring point is greater than a preset fault threshold or not, and if the fault counter of the ith monitoring point is greater than the fault threshold, setting the ith monitoring point as a fault;
optionally, in some possible embodiments, the receiving controller 20 is further configured to update only the update time of the ith monitoring point in the device status management table 30 without changing the status of the ith monitoring point if the failure counter of the ith monitoring point is not greater than the failure threshold.
Wherein i =1,2, …, N is the number of monitoring points.
The management system that this embodiment provided is applicable to the management of equipment monitoring information, through carrying out the split to equipment state information, uses the fault counter to count the fault status of every monitoring point, and the state that will be greater than the monitoring point that the fault counter of default fault threshold corresponds is the trouble, can effectively eliminate false alarm to conveniently extend the monitoring point.
The management system of the invention also provides the inquiry of the monitoring point information, and the following explains the information inquiry structure of the monitoring point.
Optionally, in some possible embodiments, the management system further includes:
a fault summary controller 40, configured to obtain a query ID, and query monitoring point information in the device status management table 30 according to the query ID;
the query ID is formed by bitwise AND operation of the monitoring point ID and a mask, and the mask is an unsigned integer with the same length as the monitoring point ID.
Optionally, in some possible embodiments, the fault summary controller 40 is specifically configured to determine whether the query ID exists in the device status management table 30, and if the query ID exists in the device status management table 30, return monitoring point information of the corresponding monitoring point;
if the query ID does not exist in the device status management table 30, it indicates that the query ID corresponds to a higher monitoring point, collects monitoring point information of all subordinate monitoring points belonging to the higher monitoring point, and returns the collected monitoring point information.
Optionally, in some possible embodiments, the fault summary controller 40 is specifically configured to traverse the device status management table 30, and perform bitwise and operation on each monitoring point ID and a mask therein to obtain a processing result;
if the target monitoring point with the same processing result as the query ID exists, determining the target monitoring point as a lower monitoring point of a higher monitoring point, and adding the target monitoring point into a queue of the higher monitoring point;
setting an off-line counter, a fault counter, a degradation counter and a normal counter, and respectively counting the monitoring point states of each subordinate monitoring point in the queue of the superior monitoring points to obtain an off-line counterValue C of the counter o Value C of the failure counter f Value C of degradation counter d And the value C of the normal counter n
If C is f >0, setting the state of the upper monitoring point as a fault;
if C is present f =0,C d >0, setting the state of the upper monitoring point as degradation;
if C is present f =0,C d =0,C o >0, setting the state of the upper monitoring point as off-line;
if C is present f =0,C d =0,C o =0,C n >0, setting the state of the upper monitoring point as normal;
if C is present f =0,C d =0,C o =0,C n If =0, the state of the upper monitoring point is unknown.
Optionally, in some possible embodiments, the method further includes:
and the offline judgment controller 50 is used for setting a timeout threshold, checking all monitoring points according to the timeout threshold, and updating the state of the timeout monitoring points to be offline if the timeout monitoring points with the updating time larger than the timeout threshold exist.
It will be appreciated that some or all of the various embodiments described above may be included in some embodiments.
It should be noted that the above embodiments are product embodiments corresponding to previous method embodiments, and for the description of the product embodiments, reference may be made to corresponding descriptions in the above method embodiments, and details are not repeated here.
The reader should understand that in the description of this specification, reference to the description of the terms "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described method embodiments are merely illustrative, and for example, the division of steps into only one logical functional division may be implemented in practice in another way, for example, multiple steps may be combined or integrated into another step, or some features may be omitted, or not implemented.
The above method, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, 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.
While the invention has been described with reference to specific embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (7)

1. A management method for equipment monitoring information is characterized by comprising the following steps:
acquiring equipment state information, and splitting the equipment state information into N pieces of monitoring point information;
analyzing the N monitoring point information to obtain the monitoring point ID and the monitoring point state of each monitoring point;
searching whether the ith monitoring point exists in a preset equipment state management table according to the monitoring point ID of the ith monitoring point;
if the ith monitoring point does not exist in the equipment state management table, the monitoring point ID, the monitoring point state, the monitoring point text and the monitoring point type of the ith monitoring point are stored in the equipment state management table by taking the monitoring point ID as a key value, and the received state is set as an initial state;
if the ith monitoring point exists in the equipment state management table, judging whether the ith monitoring point has a fault according to the state of the monitoring point;
if the ith monitoring point has a fault, judging whether the state of the ith monitoring point in the equipment state management table is normal or not;
if the status of the ith monitoring point in the equipment status management table is normal, adding 1 to a fault counter of the ith monitoring point in the equipment status management table;
judging whether the fault counter of the ith monitoring point is greater than a preset fault threshold or not, and if the fault counter of the ith monitoring point is greater than the fault threshold, setting the ith monitoring point as a fault;
wherein i =1,2, …, N is the number of monitoring points;
the management method further comprises the following steps:
acquiring a query ID, and querying monitoring point information in the equipment state management table according to the query ID;
the query ID is formed by bitwise AND operation of a monitoring point ID and a mask, and the mask is an unsigned integer with the same length as the monitoring point ID;
inquiring monitoring point information in the equipment state management table according to the inquiry ID, which specifically comprises the following steps:
judging whether the query ID exists in the equipment state management table or not, and if the query ID exists in the equipment state management table, returning monitoring point information of a corresponding monitoring point;
if the query ID does not exist in the equipment state management table, the query ID is represented to correspond to a superior monitoring point, monitoring point information of all subordinate monitoring points of the superior monitoring point is summarized, and the summarized monitoring point information is returned;
collecting monitoring point information of all subordinate monitoring points of the superior monitoring point, which specifically comprises the following steps:
traversing the equipment state management table, and carrying out bitwise AND operation on the ID of each monitoring point and the mask to obtain a processing result;
if the target monitoring point with the same processing result as the query ID exists, determining the target monitoring point as a lower monitoring point of the upper monitoring point, and adding the target monitoring point into a queue of the upper monitoring point;
setting an off-line counter, a fault counter, a degradation counter and a normal counter, respectively counting the monitoring point state of each subordinate monitoring point in the queue of the superior monitoring point to obtain the value C of the off-line counter o Value C of the failure counter f Value C of degradation counter d And the value C of the normal counter n
If C is present f >0, setting the state of the upper monitoring point as a fault;
if C is present f =0,C d >0, setting the state of the upper monitoring point as degradation;
if C is present f =0,C d =0,C o >0, setting the state of the upper monitoring point as off-line;
if C is f =0,C d =0,C o =0,C n >0, then set theThe state of the upper monitoring point is normal;
if C is present f =0,C d =0,C o =0,C n And if the state is not equal to 0, setting the state of the upper monitoring point to be unknown.
2. The method for managing device monitoring information according to claim 1, further comprising:
and if the fault counter of the ith monitoring point is not greater than the fault threshold, only updating the updating time of the ith monitoring point in the equipment state management table, and not changing the state of the monitoring point of the ith monitoring point.
3. The method for managing device monitoring information according to claim 1, wherein analyzing the information of the N monitoring points further comprises: obtaining a monitoring point text of each monitoring point;
the management method further comprises the following steps:
and if the state of the ith monitoring point in the equipment state management table is a fault, updating the monitoring point text and the updating time of the ith monitoring point in the equipment state management table.
4. The method for managing device monitoring information according to claim 3, further comprising: and if the ith monitoring point has no fault, updating the monitoring point text and the updating time of the ith monitoring point in the equipment state management table, and setting a fault counter to be 0.
5. The method for managing device monitoring information according to claim 3, wherein analyzing the information of the N monitoring points further comprises: obtaining the monitoring point type of each monitoring point;
the management method further comprises the following steps:
further comprising: and if the ith monitoring point does not exist in the equipment state management table, storing the monitoring point ID, the monitoring point state, the monitoring point text and the monitoring point type of the ith monitoring point in the equipment state management table by taking the monitoring point ID as a key value, and recording the updating time.
6. The method for managing device monitoring information according to claim 1, further comprising:
setting a timeout threshold, checking all monitoring points according to the timeout threshold, and updating the state of the timeout monitoring points to be offline if the timeout monitoring points with the updating time longer than the timeout threshold exist.
7. A management system of device monitoring information for the management method according to any one of claims 1 to 6, comprising:
the receiving controller is used for acquiring equipment state information and splitting the equipment state information into N pieces of monitoring point information;
the analysis controller is used for analyzing the N monitoring point information to obtain the monitoring point ID and the monitoring point state of each monitoring point;
searching whether the ith monitoring point exists in a preset equipment state management table according to the monitoring point ID of the ith monitoring point;
if the ith monitoring point does not exist in the equipment state management table, the monitoring point ID, the monitoring point state, the monitoring point text and the monitoring point type of the ith monitoring point are stored in the equipment state management table by taking the monitoring point ID as a key value, and the received state is set as an initial state;
if the ith monitoring point exists in the equipment state management table, judging whether the ith monitoring point has a fault or not according to the state of the monitoring point;
if the ith monitoring point has a fault, judging whether the state of the ith monitoring point in the equipment state management table is normal or not;
if the state of the ith monitoring point in the equipment state management table is normal, adding 1 to a fault counter of the ith monitoring point in the equipment state management table;
judging whether the fault counter of the ith monitoring point is greater than a preset fault threshold or not, and if the fault counter of the ith monitoring point is greater than the fault threshold, setting the ith monitoring point as a fault;
wherein i =1,2, …, N is the number of monitoring points;
the management system also provides the inquiry of the monitoring point information, and the management system also comprises:
a fault summary controller for acquiring the query ID and querying the monitoring point information in the device status management table 30 according to the query ID;
the query ID is formed by bitwise AND operation of the ID of the monitoring point and a mask, and the mask is an unsigned integer with the same length as the ID of the monitoring point;
the fault summary controller 40 is specifically configured to determine whether the query ID exists in the device status management table 30, and if the query ID exists in the device status management table, return monitoring point information corresponding to the monitoring point;
if the query ID does not exist in the equipment state management table, the query ID is represented to correspond to a superior monitoring point, monitoring point information of all subordinate monitoring points of the superior monitoring point is summarized, and the summarized monitoring point information is returned;
the fault summary controller is specifically configured to traverse the device status management table 30, and perform bitwise and operation on each monitoring point ID and mask therein to obtain a processing result;
if the target monitoring point with the processing result identical to the query ID exists, determining the target monitoring point as a lower monitoring point of a higher monitoring point, and adding the target monitoring point into a queue of the higher monitoring point;
setting an off-line counter, a fault counter, a degradation counter and a normal counter, respectively counting the monitoring point states of each subordinate monitoring point in a queue of superior monitoring points to obtain the value C of the off-line counter o Value C of the failure counter f Value C of degradation counter d And the value C of the normal counter n
If C is present f >0, setting the state of the upper monitoring point as a fault;
if C is present f =0,C d >0, setting the state of the upper monitoring point as degradation;
if C is present f =0,C d =0,C o >0, setting the state of the upper monitoring point as off-line;
if C is present f =0,C d =0,C o =0,C n >0, setting the state of the upper monitoring point as normal;
if C is f =0,C d =0,C o =0,C n If =0, the state of the upper monitoring point is unknown;
the management system further comprises:
and the off-line judgment controller is used for setting a timeout threshold, checking all monitoring points according to the timeout threshold, and updating the state of the timeout monitoring points to be off-line if the timeout monitoring points with the updating time larger than the timeout threshold exist.
CN202110987876.XA 2021-08-26 2021-08-26 Management method and system for equipment monitoring information Active CN113703365B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110987876.XA CN113703365B (en) 2021-08-26 2021-08-26 Management method and system for equipment monitoring information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110987876.XA CN113703365B (en) 2021-08-26 2021-08-26 Management method and system for equipment monitoring information

Publications (2)

Publication Number Publication Date
CN113703365A CN113703365A (en) 2021-11-26
CN113703365B true CN113703365B (en) 2023-03-21

Family

ID=78655133

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110987876.XA Active CN113703365B (en) 2021-08-26 2021-08-26 Management method and system for equipment monitoring information

Country Status (1)

Country Link
CN (1) CN113703365B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115086302B (en) * 2022-06-27 2023-06-20 杭州壹悟科技有限公司 Data transmission optimization method and system for Internet of things equipment, internet of things equipment and medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4851985A (en) * 1985-04-15 1989-07-25 Logitek, Inc. Fault diagnosis system for comparing counts of commanded operating state changes to counts of actual resultant changes
DE69111707D1 (en) * 1990-06-29 1995-09-07 Digital Equipment Corp Error transfer mode for a multi-computer arrangement.

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8654487B2 (en) * 2011-03-11 2014-02-18 Siemens Industry, Inc. Methods, systems, and apparatus and for detecting parallel electrical arc faults
CN111273176B (en) * 2018-12-05 2022-03-25 宁德时代新能源科技股份有限公司 Fault diagnosis optimization method, device, system and storage medium
CN110081162B (en) * 2019-03-22 2020-07-28 东风商用车有限公司 Method for detecting and coping with unexpected action of clutch actuating mechanism
CN111890927B (en) * 2020-08-07 2021-10-26 中国重汽集团济南动力有限公司 Heavy vehicle driving performance limiting method
CN112491876B (en) * 2020-11-26 2022-10-21 杭州迪普科技股份有限公司 Geographic position access control method and device
CN112798951A (en) * 2020-12-25 2021-05-14 上海法雷奥汽车电器系统有限公司 Fault processing method and device, electronic equipment and storage medium
CN113131612B (en) * 2021-03-24 2023-06-27 上海康达电力安装工程有限公司 Intelligent power distribution monitoring method, system, intelligent terminal and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4851985A (en) * 1985-04-15 1989-07-25 Logitek, Inc. Fault diagnosis system for comparing counts of commanded operating state changes to counts of actual resultant changes
DE69111707D1 (en) * 1990-06-29 1995-09-07 Digital Equipment Corp Error transfer mode for a multi-computer arrangement.

Also Published As

Publication number Publication date
CN113703365A (en) 2021-11-26

Similar Documents

Publication Publication Date Title
JP4318643B2 (en) Operation management method, operation management apparatus, and operation management program
Stearley et al. Bad words: Finding faults in spirit's syslogs
CN110851321B (en) Service alarm method, equipment and storage medium
US20020174083A1 (en) Systems and methods for identifying and counting instances of temporal patterns
CN111831514A (en) Equipment monitoring method, device, equipment and storage medium
CN107273267A (en) Log analysis method based on elastic components
CN107229556A (en) Log Analysis System based on elastic components
CN109150869B (en) Switch information acquisition and analysis system and method
JP2022118108A (en) Log auditing method, device, electronic apparatus, medium and computer program
US8275876B2 (en) Method and apparatus for collecting attribute-information, and computer product
CN113703365B (en) Management method and system for equipment monitoring information
CN112905548B (en) Security audit system and method
CN113297042B (en) Method, device and equipment for processing alarm message
CN113254255A (en) Cloud platform log analysis method, system, device and medium
EP1696335A1 (en) Unauthorized operation judgment system, unauthorized operation judgment method, and unauthorized operation judgment program
CN111258798A (en) Fault positioning method and device for monitoring data, computer equipment and storage medium
CN108809729A (en) The fault handling method and device that CTDB is serviced in a kind of distributed system
CN111338888A (en) Data statistical method and device, electronic equipment and storage medium
CN107515807B (en) Method and device for storing monitoring data
CN117312098B (en) Log abnormity alarm method and device
CN111988442A (en) IP resource management method, device, equipment and storage medium
CN114637656A (en) Redis-based monitoring method, device, storage medium and equipment
CN114157506A (en) Network anomaly scanning method and system based on flow and activity analysis and storage medium
CN114707145A (en) Legiong software detection method based on Fanotify mechanism
WO2021090503A1 (en) Information distribution system, monitoring device, shared device, and information distribution method

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