CN113435307B - Operation and maintenance method, system and storage medium based on visual recognition technology - Google Patents

Operation and maintenance method, system and storage medium based on visual recognition technology Download PDF

Info

Publication number
CN113435307B
CN113435307B CN202110702539.1A CN202110702539A CN113435307B CN 113435307 B CN113435307 B CN 113435307B CN 202110702539 A CN202110702539 A CN 202110702539A CN 113435307 B CN113435307 B CN 113435307B
Authority
CN
China
Prior art keywords
block chain
node
fault
sub
hardware state
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
CN202110702539.1A
Other languages
Chinese (zh)
Other versions
CN113435307A (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.)
State Grid Corp of China SGCC
State Grid Tianjin Electric Power Co Ltd
Chengdong Power Supply Co of State Grid Tianjin Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Tianjin Electric Power Co Ltd
Chengdong Power Supply Co of State Grid Tianjin Electric Power 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 State Grid Corp of China SGCC, State Grid Tianjin Electric Power Co Ltd, Chengdong Power Supply Co of State Grid Tianjin Electric Power Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN202110702539.1A priority Critical patent/CN113435307B/en
Publication of CN113435307A publication Critical patent/CN113435307A/en
Application granted granted Critical
Publication of CN113435307B publication Critical patent/CN113435307B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0631Management of faults, events, alarms or notifications using root cause analysis; using analysis of correlation between notifications, alarms or events based on decision criteria, e.g. hierarchy, tree or time analysis
    • H04L41/065Management of faults, events, alarms or notifications using root cause analysis; using analysis of correlation between notifications, alarms or events based on decision criteria, e.g. hierarchy, tree or time analysis involving logical or physical relationship, e.g. grouping and hierarchies

Landscapes

  • Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Artificial Intelligence (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application discloses an operation and maintenance method and system based on a visual identification technology. The method comprises the steps that a block chain master node collects network link hardware state diagrams in real time, groups the network link hardware state diagrams according to the data execution rate of each block chain sub-node, and sends each group of network link hardware state diagrams to each corresponding block chain sub-node; each block chain sub-node extracts fault characteristics from a hardware state diagram according to a visual identification technology, inputs the fault characteristics into a pre-constructed link anomaly model to identify fault types, calculates the severity of each fault type and returns the severity to a block chain main node; and summarizing the block chain master node to perform fault processing. By adopting the technical scheme of the application, a large number of hardware state diagrams are subjected to distributed identification processing by the block chain technology, so that the processing speed of the hardware state diagrams is improved, hardware faults in the hardware state diagrams are identified by the visual identification technology, and the accuracy of hardware fault identification is improved.

Description

Operation and maintenance method, system and storage medium based on visual recognition technology
Technical Field
The present application relates to the field of information communications, and in particular, to an operation and maintenance method, system, and storage medium based on a visual recognition technology.
Background
With development and application of the informatization technology, the information system has covered all the business fields, and the continuous construction of the information system causes various hardware types, huge quantity and complex integration relationship in network communication, while the existing hardware fault maintenance still relies on manual mode to perform fault removal treatment.
Visual recognition technology is an interdisciplinary in many fields, such as artificial intelligence, neurobiology, psychophysics, computer science, image processing, pattern recognition, and the like. Machine vision mainly uses a computer to simulate the visual function of a person, extracts information from an image of an objective object, processes and understands the information, and is finally used for actual detection, measurement and control. The visual recognition technology has the greatest characteristics of high speed, large information quantity and multiple functions. Therefore, how to implement distributed recognition processing on a large number of hardware faults through a visual recognition technology is a problem to be solved.
Disclosure of Invention
The application provides an operation and maintenance method based on a visual identification technology, which comprises the following steps:
The block chain master node acquires a network link hardware state diagram in real time, acquires the data execution rate of each block chain sub-node, groups the network link hardware state diagram according to the data execution rate of each block chain sub-node, and sends each group of network link hardware state diagram to each corresponding block chain sub-node;
Extracting fault characteristics from the received network link hardware state diagrams by each block chain sub-node according to a visual identification technology, inputting the fault characteristics into a pre-constructed link anomaly model to identify fault types, calculating the severity of each identified fault type, and returning the fault types and the fault severity to the block chain main node;
The block chain master node gathers the fault type and the fault severity fed back by each block chain sub node and processes the fault.
The operation and maintenance method based on the visual identification technology, wherein the hardware in the network link comprises transmission and switching equipment, line interconnection equipment, a network adapter, a hub, a repeater, a network bridge, a router, a gateway and a transmission medium, and the blockchain master node acquires all hardware state diagrams in the network link in real time, distributes the acquired network link hardware state diagrams in a distributed mode every preset time and distributes the acquired network link hardware state diagrams to all blockchain child nodes.
The operation and maintenance method based on the visual identification technology, as described above, wherein the network link hardware state diagram is grouped according to the data execution rate of each block chain sub-node, specifically includes:
Calculating the maximum data volume which can be processed by each block chain node;
Sequentially polling the byte numbers of the hardware state diagrams, and searching a plurality of hardware device state diagrams closest to the maximum data quantity;
All hardware state diagrams are grouped according to the maximum data quantity which can be processed by each block chain sub-node.
The operation and maintenance method based on the visual identification technology, which is described above, inputs fault characteristics into a pre-constructed link anomaly model to identify fault types, and specifically comprises the following sub-steps:
Acquiring historical hardware state diagrams of different fault types of different equipment from each blockchain node in advance, constructing a fault feature vector set, inputting the fault feature vector set into a fault classification model, training the fault classification model to obtain different sub-training models, classifying the fault feature vector set by using each sub-training model, and estimating the classification result to obtain a set of weights of each sub-training model;
Searching an optimal value corresponding to each weight in the weight set, and determining a fault type through the combination of each sub-training model and the optimal value of the corresponding weight to obtain a fault analysis model;
And comparing the received multiple state diagrams of the network link hardware, extracting a feature area with morphological change from the state diagrams as a fault feature, inputting the fault feature into a fault analysis model, and outputting the fault type.
The operation and maintenance method based on the visual recognition technology, as described above, sets weights E 1 and E 2 for the number of fault types and the severity of faults in advance, then calculates u=e 1*V+E2 ×y, V is the total number of fault types, Y is the severity of faults, and performs fault sorting processing according to the final calculation result U.
The application also provides an operation and maintenance system based on the visual identification technology, which comprises a block chain main node and a plurality of block chain sub nodes;
The block chain master node is used for acquiring the network link hardware state diagram in real time, acquiring the data execution rate of each block chain sub-node, grouping the network link hardware state diagram according to the data execution rate of each block chain sub-node, and transmitting each group of network link hardware state diagram to each corresponding block chain sub-node;
Each block chain sub node is used for extracting fault characteristics from the network link hardware state diagrams received by each block chain sub node according to a visual identification technology, inputting the fault characteristics into a pre-constructed link anomaly model to identify fault types, calculating the severity of each identified fault type, and returning the fault types and the fault severity to the block chain main node;
And the block chain master node is also used for summarizing the fault types and the severity of each fault fed back by each block chain child node and carrying out fault processing.
The operation and maintenance system based on the visual identification technology, wherein the hardware in the network link comprises transmission and switching equipment, line interconnection equipment, a network adapter, a hub, a repeater, a network bridge, a router, a gateway and a transmission medium, and the blockchain master node acquires all hardware state diagrams in the network link in real time, distributes the acquired network link hardware state diagrams in a distributed mode every preset time and distributes the acquired network link hardware state diagrams to all blockchain child nodes.
The operation and maintenance system based on the visual recognition technology, wherein the block chain master node comprises a hardware state diagram grouping module, and the hardware state diagram grouping module is specifically used for calculating the maximum data volume which can be processed by each block chain child node; sequentially polling the byte numbers of the hardware state diagrams, and searching a plurality of hardware device state diagrams closest to the maximum data quantity; all hardware state diagrams are grouped according to the maximum data quantity which can be processed by each block chain sub-node.
The operation and maintenance system based on the visual recognition technology, wherein each blockchain node comprises a fault type recognition module, and the module is specifically used for acquiring historical hardware state diagrams of different fault types of different devices from each blockchain node in advance, constructing a fault feature vector set, inputting the fault feature vector set into a fault classification model, training the fault classification model to obtain different sub-training models, classifying the fault feature vector set by using each sub-training model, and estimating the classification result to obtain a set of weights of each sub-training model; searching an optimal value corresponding to each weight in the weight set, and determining a fault type through the combination of each sub-training model and the optimal value of the corresponding weight to obtain a fault analysis model; and comparing the received multiple state diagrams of the network link hardware, extracting a feature area with morphological change from the state diagrams as a fault feature, inputting the fault feature into a fault analysis model, and outputting the fault type.
The present application also provides a computer-readable storage medium including: at least one memory and at least one processor; a memory for storing one or more program instructions; a processor for executing one or more program instructions for performing an operation and maintenance method based on a visual recognition technique as described in any one of the above.
The beneficial effects achieved by the application are as follows: by adopting the technical scheme of the application, a large number of hardware state diagrams are subjected to distributed identification processing by the block chain technology, so that the processing speed of the hardware state diagrams is improved, hardware faults in the hardware state diagrams are identified by the visual identification technology, and the accuracy of hardware fault identification is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the present invention, and other drawings may be obtained according to these drawings for a person having ordinary skill in the art.
FIG. 1 is a flow chart of an operation and maintenance method based on visual recognition technology;
FIG. 2 is a flow chart of a method of identifying a failure type by inputting failure characteristics into a pre-constructed link anomaly model;
fig. 3 is a schematic diagram of an operation and maintenance system based on visual recognition technology.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Example 1
An embodiment of the present application provides an operation and maintenance method based on a visual identification technology, which is used for performing operation and maintenance processing on hardware faults existing in a network link through the visual identification technology, as shown in fig. 1, and includes:
step 110, the block chain master node collects the network link hardware state diagram in real time, acquires the data execution rate of each block chain sub-node, groups the network link hardware state diagram according to the data execution rate of each block chain sub-node, and sends each group of network link hardware state diagram to each corresponding block chain sub-node;
In a data communications network, a telecommunications facility, called a network link, that connects two or more data stations according to the specifications of a link protocol, hardware in the network link including, but not limited to, transmission and switching equipment, line interconnect equipment, network adapters, hubs, repeaters, bridges, routers, gateways, transmission mediums, etc.;
In the embodiment of the application, the block chain master node acquires all hardware state diagrams in the network link in real time, distributes the acquired network link hardware state diagrams to all the block chain child nodes at intervals of preset time in a distributed mode, and processes a large number of hardware state diagrams by all the block chain child nodes, so that the data processing capacity of the block chain master node can be balanced.
Specifically, when the block chain master node distributes data, the data execution rate of each block chain sub-node needs to be acquired first, and the data execution rate of each block chain sub-node is calculated according to the following formula:
wherein M is the data execution rate of each block chain sub-node, L i is the residual storage length of the ith storage area in the block chain sub-node, n is the total number of storage areas, M is the security level of the hardware state diagram, and the value of i is the slave value L is the total byte number of a network link hardware state diagram, L j' is the total length of a j-th storage area, and the value of j is 1-n; lambda 1 is the block chain child node energy storage capability weight, lambda 2 is the block chain child node computation capability weight, and v is the current CPU utilization of the block chain child node.
The block chain master node then performs data grouping according to the data execution rate of each block chain sub-node, specifically, calculates the maximum data amount that each block chain sub-node can process, namelyFloor is a downward rounding function, M i is the data execution rate of the ith blockchain child node,/>For the sum of the data execution rates of all the block chain sub-nodes, T is the total number of the block chain sub-nodes, after the maximum data quantity L imax which can be processed by each block chain sub-node is calculated, sequentially polling the byte number of the hardware state diagram, searching a plurality of hardware equipment state diagrams closest to the maximum data quantity L imax, grouping all the hardware state diagrams according to the maximum data quantity which can be processed by each block chain sub-node, and transmitting each group of network link hardware state diagrams to each corresponding block chain sub-node; for example, the hardware state diagrams of hubs, repeaters, bridges are distributed to a first blockchain sub-node, the hardware state diagrams of transmission and switching devices, line interconnection devices are distributed to a second blockchain sub-node, and the hardware state diagrams of network adapters, routers, gateways, transmission mediums are distributed to a third blockchain sub-node.
Step 120, each block chain node extracts fault characteristics from the network link hardware state diagram received by each block chain node according to a visual recognition technology, and inputs the fault characteristics into a pre-constructed link anomaly model to recognize fault types;
In the embodiment of the present application, as shown in fig. 2, fault characteristics are input into a pre-constructed link anomaly model to identify fault types, and specifically the method includes the following sub-steps:
Step 210, collecting historical hardware state diagrams of different fault types of different devices from each blockchain node in advance, constructing a fault feature vector set, inputting the fault feature vector set into a fault classification model, training the fault classification model to obtain different sub-training models, classifying the fault feature vector set by using each sub-training model, and estimating the classification result to obtain a set of weights of each sub-training model;
Specifically, inputting a fault feature vector set into a classification model, and training a sub-training model by using the feature vector set; classifying the feature vector set by using the sub-training model to obtain a classification result, estimating a weight set of the sub-training model by the classification result, and specifically adopting a formula Estimating a set of weights { mu 123……μT } for the sub-training model, wherein argmin is/>A set of μ with a minimum value.
Step 220, searching the optimal value corresponding to each weight in the weight set, and determining the fault type through the combination of each sub-training model and the optimal value of the corresponding weight to obtain a fault analysis model;
Specifically, calculating an optimal value corresponding to each weight in the set of weights of each sub-training model through a particle swarm optimization algorithm; and determining the fault type through the optimal value combination of each sub-training model and the corresponding weight to obtain a fault analysis model.
And 230, comparing the received multiple state diagrams of the network link hardware, extracting a feature area with morphological change from the state diagrams as a fault feature, inputting the fault feature into a fault analysis model, and outputting a fault type.
Referring back to fig. 1, step 130, each blockchain child node calculates the severity of each identified failure type, and returns the failure type and the severity of the failure to the blockchain master node;
specifically, the severity of each fault type is calculated using the following formula:
wherein Y represents the severity of the fault type; represents the j-th total number of fault types,/> Representing the total number of all fault types for all devices, R ij represents the limit threshold for the jth fault type in the ith hardware device.
Step 140, the block chain master node performs fault processing according to the fed-back fault type and each fault severity;
Specifically, after receiving the fault types and the severity of the feedback of all the blockchain sub-nodes, the blockchain master node considers that the number of faults and the severity of the faults have an effect on the sequence of fault processing, so weights E 1 and E 2,E1+E2 =1 are preset for the number of the fault types and the severity of the faults, then, U=e 1*V+E2 ×y is calculated, V is the total number of the fault types, Y is the severity of the faults, and the fault sequencing processing is performed according to the final calculation result U.
Example two
The second embodiment of the application provides an operation and maintenance system based on a visual recognition technology, as shown in fig. 3, which comprises a blockchain master node and a plurality of blockchain child nodes, and in order to improve the processing capacity of the blockchain master node for a plurality of network link hardware state diagrams, the network link hardware state diagrams are distributed to each blockchain child node for data distributed processing.
The block chain master node is used for acquiring the network link hardware state diagram in real time, acquiring the data execution rate of each block chain sub-node, grouping the network link hardware state diagram according to the data execution rate of each block chain sub-node, and transmitting each group of network link hardware state diagram to each corresponding block chain sub-node;
Extracting fault characteristics from the received network link hardware state diagrams by each block chain sub-node according to a visual identification technology, inputting the fault characteristics into a pre-constructed link anomaly model to identify fault types, calculating the severity of each identified fault type, and returning the fault types and each fault severity to the block chain main node;
And the block chain master node performs fault merging processing according to the fed-back fault type and each fault severity.
The hardware in the network link comprises transmission and switching equipment, line interconnection equipment, a network adapter, a hub, a repeater, a network bridge, a router, a gateway and a transmission medium, wherein a block chain main node acquires all hardware state diagrams in the network link in real time, and then distributes the acquired network link hardware state diagrams in a distributed mode at preset time intervals to all block chain sub-nodes.
The block chain master node comprises a hardware state diagram grouping module which is specifically used for calculating the maximum data volume which can be processed by each block chain child node; sequentially polling the byte numbers of the hardware state diagrams, and searching a plurality of hardware device state diagrams closest to the maximum data quantity; all hardware state diagrams are grouped according to the maximum data quantity which can be processed by each block chain sub-node.
Each block chain sub-node comprises a fault type identification module, and is specifically configured to collect historical hardware state diagrams of different fault types of different devices from each block chain node in advance, construct a fault feature vector set, input the fault feature vector set into a fault classification model, train the fault classification model to obtain different sub-training models, respectively classify the fault feature vector set by using each sub-training model, and estimate the classification result to obtain a set of weights of each sub-training model; searching an optimal value corresponding to each weight in the weight set, and determining a fault type through the combination of each sub-training model and the optimal value of the corresponding weight to obtain a fault analysis model; and comparing the received multiple state diagrams of the network link hardware, extracting a feature area with morphological change from the state diagrams as a fault feature, inputting the fault feature into a fault analysis model, and outputting the fault type.
Corresponding to the above embodiments, an embodiment of the present invention provides a computer storage medium, including: at least one memory and at least one processor;
the memory is used for storing one or more program instructions;
And a processor for executing one or more program instructions for performing an operation and maintenance method based on visual recognition technology.
In accordance with the foregoing embodiments, the embodiments of the present invention provide a computer readable storage medium, where the computer readable storage medium contains one or more program instructions for execution by a processor of an operation and maintenance method based on a visual recognition technology.
The disclosed embodiments provide a computer readable storage medium having stored therein computer program instructions which, when run on a computer, cause the computer to perform the above-described method.
In the embodiment of the invention, the processor may be an integrated circuit chip with signal processing capability. The Processor may be a general purpose Processor, a digital signal Processor (DIGITAL SIGNAL Processor, DSP for short), an application specific integrated circuit (Application Specific Processor NTEGRATED CIRCUIT ASIC for short), a field programmable gate array (FieldProgrammable GATE ARRAY FPGA for short), or other programmable logic device, discrete gate or transistor logic device, discrete hardware components.
The disclosed methods, steps, and logic blocks in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be embodied directly in the execution of a hardware decoding processor, or in the execution of a combination of hardware and software modules in a decoding processor. The software modules may be located in a random access memory, flash memory, read only memory, programmable read only memory, or electrically erasable programmable memory, registers, etc. as well known in the art. The processor reads the information in the storage medium and, in combination with its hardware, performs the steps of the above method.
The storage medium may be memory, for example, may be volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory.
The nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an electrically Erasable ROM (ELECTRICALLY EPROM, EEPROM), or a flash Memory.
The volatile memory may be a random access memory (Random Access Memory, RAM for short) which acts as an external cache. By way of example, and not limitation, many forms of RAM are available, such as static random access memory (STATIC RAM, SRAM), dynamic random access memory (DYNAMIC RAM, DRAM), synchronous Dynamic Random Access Memory (SDRAM), double data rate Synchronous dynamic random access memory (Double DATA RATESDRAM, ddr SDRAM), enhanced Synchronous dynamic random access memory (ENHANCEDSDRAM, ESDRAM), synchronous link dynamic random access memory (SYNCHLINK DRAM, SLDRAM), and direct memory bus random access memory (DirectRambus RAM, DRRAM).
The storage media described in embodiments of the present invention are intended to comprise, without being limited to, these and any other suitable types of memory.
Those skilled in the art will appreciate that in one or more of the examples described above, the functions described in the present invention may be implemented in a combination of hardware and software. When the software is applied, the corresponding functions may be stored in a computer-readable medium or transmitted as one or more instructions or code on the computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
The foregoing embodiments have been provided for the purpose of illustrating the general principles of the present invention in further detail, and are not to be construed as limiting the scope of the invention, but are merely intended to cover any modifications, equivalents, improvements, etc. based on the teachings of the invention.

Claims (8)

1. An operation and maintenance method based on a visual recognition technology is characterized by comprising the following steps:
The block chain master node acquires a network link hardware state diagram in real time, acquires the data execution rate of each block chain sub-node, groups the network link hardware state diagram according to the data execution rate of each block chain sub-node, and sends each group of network link hardware state diagram to each corresponding block chain sub-node; when the block chain master node distributes data, the data execution rate of each block chain sub node needs to be acquired firstly, and the data execution rate of each block chain sub node is calculated according to the following specific formula:
wherein M is the data execution rate of each block chain sub-node, L i is the residual storage length of the ith storage area in the block chain sub-node, n is the total number of storage areas, M is the security level of the hardware state diagram, and the value of i is the slave value L is the total byte number of a network link hardware state diagram, L j' is the total length of a j-th storage area, and the value of j is 1-n; lambda 1 is the block chain child node energy storage capability weight, lambda 2 is the block chain child node computing capability weight, and v is the current CPU utilization of the block chain child node; then the block chain master node performs data grouping according to the data execution rate of each block chain sub node, specifically, calculates the maximum data volume that each block chain sub node can process, namely/>, firstlyFloor is a downward rounding function, M i is the data execution rate of the ith blockchain child node,/>For the sum of the data execution rates of all the block chain sub-nodes, T is the total number of the block chain sub-nodes, after the maximum data amount Limax which can be processed by each block chain sub-node is calculated, the byte number of the hardware state diagram is sequentially polled, a plurality of hardware equipment state diagrams closest to the maximum data amount L imax are searched, all the hardware state diagrams are grouped according to the maximum data amount which can be processed by each block chain sub-node, and each group of network link hardware state diagrams is sent to each corresponding block chain sub-node;
Extracting fault characteristics from the received network link hardware state diagrams by each block chain sub-node according to a visual identification technology, inputting the fault characteristics into a pre-constructed link anomaly model to identify fault types, calculating the severity of each identified fault type, and returning the fault types and the fault severity to the block chain main node;
The block chain master node gathers the fault type and the fault severity fed back by each block chain sub node and processes the fault.
2. The operation and maintenance method based on visual recognition technology according to claim 1, wherein the hardware in the network link includes transmission and switching equipment, line interconnection equipment, network adapter, hub, repeater, network bridge, router, gateway, transmission medium, and the blockchain master node acquires each hardware state diagram in the network link in real time, and then distributes the acquired network link hardware state diagram in a distributed manner every preset time to each blockchain child node.
3. The operation and maintenance method based on visual recognition technology according to claim 1, wherein the fault feature is input into a pre-constructed link anomaly model to recognize the fault type, and specifically comprises the following sub-steps:
Acquiring historical hardware state diagrams of different fault types of different equipment from each blockchain node in advance, constructing a fault feature vector set, inputting the fault feature vector set into a fault classification model, training the fault classification model to obtain different sub-training models, classifying the fault feature vector set by using each sub-training model, and estimating the classification result to obtain a set of weights of each sub-training model;
Searching an optimal value corresponding to each weight in the weight set, and determining a fault type through the combination of each sub-training model and the optimal value of the corresponding weight to obtain a fault analysis model;
And comparing the received multiple state diagrams of the network link hardware, extracting a feature area with morphological change from the state diagrams as a fault feature, inputting the fault feature into a fault analysis model, and outputting the fault type.
4. The operation and maintenance method based on visual recognition technology according to claim 1, wherein weights E 1 and E 2 are set for the number of fault types and the severity of faults in advance, then u=e 1*V+E2 ×y is calculated, V is the total number of fault types, Y is the severity of faults, and fault sorting is performed according to the final calculation result U.
5. An operation and maintenance system based on a visual recognition technology is characterized by comprising a block chain main node and a plurality of block chain sub nodes;
The block chain master node is used for acquiring the network link hardware state diagram in real time, acquiring the data execution rate of each block chain sub-node, grouping the network link hardware state diagram according to the data execution rate of each block chain sub-node, and transmitting each group of network link hardware state diagram to each corresponding block chain sub-node; when the block chain master node distributes data, the data execution rate of each block chain sub node needs to be acquired firstly, and the data execution rate of each block chain sub node is calculated according to the following specific formula:
wherein M is the data execution rate of each block chain sub-node, L i is the residual storage length of the ith storage area in the block chain sub-node, n is the total number of storage areas, M is the security level of the hardware state diagram, and the value of i is the slave value L is the total byte number of a network link hardware state diagram, L j' is the total length of a j-th storage area, and the value of j is 1-n; lambda 1 is the block chain child node energy storage capability weight, lambda 2 is the block chain child node computing capability weight, and v is the current CPU utilization of the block chain child node; then the block chain master node performs data grouping according to the data execution rate of each block chain sub node, specifically, calculates the maximum data volume that each block chain sub node can process, namely/>, firstlyFloor is a downward rounding function, M i is the data execution rate of the ith blockchain child node,/>For the sum of the data execution rates of all the block chain sub-nodes, T is the total number of the block chain sub-nodes, after the maximum data amount Limax which can be processed by each block chain sub-node is calculated, the byte number of the hardware state diagram is sequentially polled, a plurality of hardware equipment state diagrams closest to the maximum data amount L imax are searched, all the hardware state diagrams are grouped according to the maximum data amount which can be processed by each block chain sub-node, and each group of network link hardware state diagrams is sent to each corresponding block chain sub-node;
Each block chain sub node is used for extracting fault characteristics from the network link hardware state diagrams received by each block chain sub node according to a visual identification technology, inputting the fault characteristics into a pre-constructed link anomaly model to identify fault types, calculating the severity of each identified fault type, and returning the fault types and the fault severity to the block chain main node;
And the block chain master node is also used for summarizing the fault types and the severity of each fault fed back by each block chain child node and carrying out fault processing.
6. The operation and maintenance system based on visual recognition technology according to claim 5, wherein the hardware in the network link includes transmission and switching equipment, line interconnection equipment, network adapter, hub, repeater, network bridge, router, gateway, transmission medium, and the blockchain master node acquires each hardware state diagram in the network link in real time, and then distributes the acquired network link hardware state diagram in a distributed manner at preset time intervals to each blockchain child node.
7. The operation and maintenance system based on visual recognition technology according to claim 5, wherein each block chain node comprises a fault type recognition module, and the fault type recognition module is specifically configured to collect historical hardware state diagrams of different fault types of different devices from each block chain node in advance, construct a fault feature vector set, input the fault feature vector set into a fault classification model, train the fault classification model to obtain different sub-training models, respectively classify the fault feature vector set by using each sub-training model, and estimate the classification result to obtain a set of weights of each sub-training model; searching an optimal value corresponding to each weight in the weight set, and determining a fault type through the combination of each sub-training model and the optimal value of the corresponding weight to obtain a fault analysis model; and comparing the received multiple state diagrams of the network link hardware, extracting a feature area with morphological change from the state diagrams as a fault feature, inputting the fault feature into a fault analysis model, and outputting the fault type.
8. A computer-readable storage medium, comprising: at least one memory and at least one processor;
A memory for storing one or more program instructions;
A processor for executing one or more program instructions for performing an operation and maintenance method based on visual recognition technology as claimed in any one of claims 1-4.
CN202110702539.1A 2021-06-23 2021-06-23 Operation and maintenance method, system and storage medium based on visual recognition technology Active CN113435307B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110702539.1A CN113435307B (en) 2021-06-23 2021-06-23 Operation and maintenance method, system and storage medium based on visual recognition technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110702539.1A CN113435307B (en) 2021-06-23 2021-06-23 Operation and maintenance method, system and storage medium based on visual recognition technology

Publications (2)

Publication Number Publication Date
CN113435307A CN113435307A (en) 2021-09-24
CN113435307B true CN113435307B (en) 2024-06-25

Family

ID=77753854

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110702539.1A Active CN113435307B (en) 2021-06-23 2021-06-23 Operation and maintenance method, system and storage medium based on visual recognition technology

Country Status (1)

Country Link
CN (1) CN113435307B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114265930A (en) * 2021-11-19 2022-04-01 国电南京自动化股份有限公司 Low-voltage user fault report repairing and processing method based on event extraction
CN114465873B (en) * 2022-01-21 2023-09-01 无锡软美信息科技有限公司 Method and storage medium for blockchain exception node discovery and repair

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016026510A1 (en) * 2014-08-18 2016-02-25 Telefonaktiebolaget L M Ericsson (Publ) Hardware fault identification management in a network
CN108199922B (en) * 2018-01-11 2021-07-13 承德石油高等专科学校 System and method for diagnosing and repairing network equipment and server faults
US11012501B1 (en) * 2018-04-03 2021-05-18 Amdocs Development Limited System, method, and computer program for performing distributed outsourced computing
CN108769150B (en) * 2018-05-14 2021-11-12 百度在线网络技术(北京)有限公司 Data processing method and device of block chain network, cluster node and storage medium
US12008503B2 (en) * 2018-11-07 2024-06-11 International Business Machines Corporation Sensor risk assessment database
US11023307B2 (en) * 2019-01-03 2021-06-01 International Business Machines Corporation Automatic remediation of distributed storage system node components through visualization
US11966818B2 (en) * 2019-02-21 2024-04-23 Hewlett Packard Enterprise Development Lp System and method for self-healing in decentralized model building for machine learning using blockchain
CN110597946B (en) * 2019-08-05 2024-04-23 腾讯科技(深圳)有限公司 Case storage method, device, equipment and storage medium
WO2019228562A2 (en) * 2019-09-11 2019-12-05 Alibaba Group Holding Limited Shared blockchain data storage based on error correction coding in trusted execution environments
CN111223284B (en) * 2020-01-19 2022-08-02 广州地铁集团有限公司 Platform door intelligent sensing and evaluation system and method based on wireless data jump transmission
CN111813857A (en) * 2020-07-02 2020-10-23 珑门汽车科技(上海)有限公司 Detection data management system and method based on block chain technology
CN112463422A (en) * 2020-11-04 2021-03-09 鸬鹚科技(苏州)有限公司 Internet of things fault operation and maintenance method and device, computer equipment and storage medium
CN112788122A (en) * 2020-12-30 2021-05-11 普华云创科技(北京)有限公司 Block chain based distributed trusted cloud node selection and verification method and system
CN112988075A (en) * 2021-04-26 2021-06-18 睿至科技集团有限公司 Method and system for storing user data through block chain technology

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Jawad Ali et.al.Blockchain-based Smart-IoT Trust Zone Measurement Architecture.《COINS '19: Proceedings of the International Conference on Omni-Layer Intelligent Systems》.2019,152-157. *
基于区块链的分布式离链存储框架设计;储志强 等;《 信息网络安全》;20210304(第2期);87-93 *

Also Published As

Publication number Publication date
CN113435307A (en) 2021-09-24

Similar Documents

Publication Publication Date Title
CN110609759B (en) Fault root cause analysis method and device
CN113435307B (en) Operation and maintenance method, system and storage medium based on visual recognition technology
Harrison et al. Brownian models of multiclass queueing networks: Current status and open problems
WO2020077672A1 (en) Method and device for training service quality evaluation model
CN111191767A (en) Vectorization-based malicious traffic attack type judgment method
CN112860676B (en) Data cleaning method applied to big data mining and business analysis and cloud server
CN109299160B (en) Power CPS security analysis method based on monitoring big data mining
CN112149967A (en) Power communication network vulnerability assessment method and system based on complex system theory
CN115311205A (en) Industrial equipment fault detection method based on pattern neural network federal learning
CN116489038A (en) Network traffic prediction method, device, equipment and medium
CN111953531B (en) Network fault analysis method and device
CN117078259A (en) Cross-chain abnormal transaction detection method and system based on graph random neural network
CN115277789B (en) Safety protection system and method for cascade hydropower station
CN113572639B (en) Carrier network fault diagnosis method, system, equipment and medium
Fan et al. A Bayesian framework to integrate knowledge-based and data-driven inference tools for reliable yield diagnoses
CN114760104A (en) Distributed abnormal flow detection method in Internet of things environment
CN110738326B (en) Selection method and device of artificial intelligence service system model
Xiao-Xu et al. An intelligent inspection robot of power distribution network based on image automatic recognition system
TWI524724B (en) Telecommunication network alarm correlation analysis method
CN112990425A (en) Automatic classification method of 5G network slices, device thereof, electronic equipment and computer storage medium
CN111598105A (en) Patent map construction method and device
CN113410840B (en) Power grid fault modeling method and system based on subgraph isomorphism
CN114143163B (en) Slice false alarm identification method and device based on graph attention network
CN112104467B (en) Cutover operation risk rating method and device and computing equipment
CN116992972A (en) Machine learning model training method and device

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
TA01 Transfer of patent application right

Effective date of registration: 20231102

Address after: Side Gate, No. 67, Hongxing Road, Hedong District, Tianjin 300250

Applicant after: STATE GRID TIANJIN ELECTRIC POWER COMPANY CHENGDONG POWER SUPPLY BRANCH

Applicant after: STATE GRID TIANJIN ELECTRIC POWER Co.

Applicant after: STATE GRID CORPORATION OF CHINA

Address before: 300010 Tianjin city Hebei District Wujing Road No. 39

Applicant before: STATE GRID TIANJIN ELECTRIC POWER Co.

Applicant before: STATE GRID CORPORATION OF CHINA

TA01 Transfer of patent application right
GR01 Patent grant