CN114465871A - 5G alarm processing system mirroring distributed cloud-up implementation method and device - Google Patents

5G alarm processing system mirroring distributed cloud-up implementation method and device Download PDF

Info

Publication number
CN114465871A
CN114465871A CN202111562992.3A CN202111562992A CN114465871A CN 114465871 A CN114465871 A CN 114465871A CN 202111562992 A CN202111562992 A CN 202111562992A CN 114465871 A CN114465871 A CN 114465871A
Authority
CN
China
Prior art keywords
alarm
alarm processing
processing
slice
slice container
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111562992.3A
Other languages
Chinese (zh)
Inventor
王建成
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Unihub China Information Technology Co Ltd
Original Assignee
Unihub China Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Unihub China Information Technology Co Ltd filed Critical Unihub China Information Technology Co Ltd
Priority to CN202111562992.3A priority Critical patent/CN114465871A/en
Publication of CN114465871A publication Critical patent/CN114465871A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • 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/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method and a device for realizing mirroring distributed cloud-up of a 5G alarm processing system, wherein the method comprises the following steps: slicing all the alarm processing flows to form a plurality of alarm processing slicing containers; grouping different alarms, wherein the alarms of each group are processed by one alarm processing slice container; each alarm processing slice container uses a cache database and is distributed with a database index number; and distributing the interaction tasks of the front-end system to the corresponding alarm processing slice containers for processing through the management slice containers. The method and the device slice all alarm processing flows, namely, the alarm acquisition, the alarm preprocessing and the alarm processing are put together to form an alarm processing slice container, each alarm processing slice container is responsible for a part of alarms, the processing of each alarm processing slice container is separated and does not influence each other, and finally, data is stored in the same alarm library.

Description

5G alarm processing system mirroring distributed cloud-up implementation method and device
Technical Field
The invention relates to the field of computer communication core networks, in particular to a method and a device for realizing mirroring distributed cloud-up of a 5G alarm processing system.
Background
In the 2G/3G/4G era, the alarm processing system of the core network has functional layers mainly distributed on each host for operation, as shown in fig. 1, and the functions transmit messages through some queue middleware.
(1) Firstly, an alarm acquisition layer is provided, which mainly has the functions of acquisition and analysis and data preprocessing facing different alarm interfaces;
(2) then, an alarm processing layer is provided, and the content of the alarm processing layer is rich and comprises the functions of alarm standardization, alarm compression, alarm removal, alarm association and the like;
(3) the alarm acquisition layer and the alarm processing layer generally adopt Queue middleware to perform Message transmission, for example, MQ (Message Queue), kafka (high throughput distributed publish-subscribe Message system), redis (Remote Dictionary service), and the like may be used, or a simpler file interface may be used.
(4) And finally, warehousing the alarm, wherein the block comprises warehousing the active alarm, clearing the alarm updating state, warehousing the alarm association parent-child relationship and the like.
The prior art mainly has the following defects:
(1) the performance scalability is poor, and in order to improve the performance, in general, the performance can be realized only by modifying programs and configuration besides adding machine resources;
(2) the coupling degree between all functions is high, and a certain flow in the middle usually makes mistakes, so that the whole system is influenced, for example, a certain alarm interface suddenly bursts an alarm storm, and except for overstocking of queues, the alarm processing performance of certain functions is very possibly low, for example, alarm association, alarm standardization and the like; the functions are generally integral functions, so that the whole system processing is inevitably slowed down, and then the overstocked alarms of all types are more and more serious;
(3) some queue middleware faults or machine faults can affect many functions, common system programs before cloud are directly deployed on a physical machine, common memory, a CPU, a disk and the like of the physical machine are sufficient, many programs are needed for cost, once the machine faults, many processing processes can be affected, and alarm loss is serious.
Disclosure of Invention
In order to solve the above disadvantages in the prior art, the invention provides a method and a device for realizing mirroring distributed cloud-up of a 5G alarm processing system, which slices all alarm processing flows, namely, alarm acquisition, alarm preprocessing and alarm processing, to form an alarm processing slice container, wherein each alarm processing slice container is responsible for a part of alarms, the processing of each alarm processing slice container is separated and does not influence each other, and finally data is stored in the same alarm library.
In order to achieve the purpose, the invention adopts the following technical scheme:
in an embodiment of the present invention, a method for implementing mirroring distributed cloud-up of a 5G alarm processing system is provided, where the method includes:
slicing all the alarm processing flows to form a plurality of alarm processing slicing containers;
grouping different alarms, wherein the alarms of each group are processed by an alarm processing slice container;
each alarm processing slice container uses a cache database and is distributed with a database index number;
and distributing the interaction tasks of the front-end system to the corresponding alarm processing slice containers for processing through the management slice containers.
Further, the alert packet is as follows:
if the alarm of a province is given, grouping according to the alarm type;
if the alarm is national alarm, the alarm of several provinces is divided into one group or the alarm of each province is divided into one group.
Further, the interaction tasks of the front-end system are distributed to the corresponding alarm processing slice containers for processing through the management slice containers, and the method comprises the following steps:
the front-end system is communicated with the management slice container and distributes tasks to the management slice container;
the management slice container is communicated with each alarm processing slice container, and the distribution task is processed to the alarm processing slice container to which the alarm belongs.
Further, the management slice container and the alarm processing slice container are communicated in a queue or service calling mode;
and the management slice container is communicated with the front-end system by calling a service.
In an embodiment of the present invention, a device for implementing mirroring distributed cloud-up of a 5G alarm processing system is further provided, where the device includes:
the front-end system is used for interacting with the client and distributing an interaction task to the management slice container;
the management slice container is used for receiving the interactive task of the front-end system and distributing the interactive task to the corresponding alarm processing slice container for processing;
the alarm processing slice container is used for processing a group of alarms, uses a cache database and is distributed with database index numbers.
Further, the alert packet is as follows:
if the alarm of a province is given, grouping according to the alarm type;
if the alarm is national alarm, the alarm of several provinces is divided into one group or the alarm of each province is divided into one group.
Further, the management slice container and the alarm processing slice container are communicated through a queue or a calling service mode.
Further, the management slice container communicates with the front-end system by means of a call service.
In an embodiment of the present invention, a computer device is further provided, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and when the processor executes the computer program, the processor implements the mirroring distributed cloud-on-top implementation method for the 5G alarm processing system.
In an embodiment of the present invention, a computer-readable storage medium is further provided, where a computer program for executing the mirroring distributed cloud-on-cloud implementation method of the 5G alarm processing system is stored in the computer-readable storage medium.
Has the advantages that:
1. the invention has the advantages of simple and quick upgrading and deployment.
2. The invention divides the alarm into alarm processing slice containers for processing, the alarm processing is not influenced mutually, if a problem occurs in the middle of the alarm processing of a certain alarm processing slice container, the processing of other alarms can not be influenced at all, so that only a part of alarms can be lost when the alarms are lost, and the influence on the service is reduced.
3. The system has strong flexibility, can conveniently expand resources such as a memory, a CPU and the like, and improves the alarm processing efficiency.
4. The coupling degree between different functions of the alarm processing is low, the message queue can be conveniently added, and then a branch task is extended without influencing the main framework of the alarm processing.
Drawings
FIG. 1 is a schematic diagram of a prior art alarm handling process;
FIG. 2 is a schematic view of an alarm slicing flow of the present invention;
FIG. 3 is a flow chart of a mirroring distributed cloud-up implementation method of the 5G alarm processing system according to the present invention;
FIG. 4 is a schematic structural diagram of a 5G alarm processing system mirroring distributed cloud-up implementation apparatus according to the present invention;
FIG. 5 is a schematic diagram of the computer device structure of the present invention.
Detailed Description
The principles and spirit of the present invention will be described below with reference to several exemplary embodiments, which should be understood to be presented only to enable those skilled in the art to better understand and implement the present invention, and not to limit the scope of the present invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the invention, a method and a device for realizing mirroring distributed cloud-up of a 5G alarm processing system are provided, wherein the whole alarm processing flow is sliced, namely, alarm acquisition, alarm preprocessing and alarm processing are put together to form an alarm processing slice container, each alarm processing slice container is responsible for a part of alarms, and finally data are stored in the same alarm library, as shown in fig. 2. The concrete description is as follows:
(1) alarm grouping, in general, if only aiming at the alarm of a certain province, only grouping according to the alarm type, if the alarm is national alarm, suggesting to group the alarms of several provinces into one group or each province into one group;
(2) in order to isolate that alarm processing does not affect each other, resources used in the middle, such as storage, queues and the like, need to be separated, such as a cache database redis used for processing, need to be subjected to library division operation, and different database index numbers can be allocated to different alarm processing slice containers, such as storing collected alarm files, processed temporary alarm files and the like, and different directories need to be newly built for storage;
(3) the background system generally needs to interact with the front-end system, for example, the alarm clearing function generally has manual clearing, if the fragmentation processing is performed, because the front-end system is a summary system, the problem of fragment selection needs to be faced when the alarm processing flow of the background system is called during the manual clearing, and there are two schemes: the front-end system directly sends the manual cleaning task to the slice container management function, and the slice container management function distributes the specific manual cleaning task to the alarm processing slice container of the alarm.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments of the invention.
FIG. 3 is a flow diagram of a mirroring distributed cloud-up implementation method of the 5G alarm processing system of the present invention. As shown in fig. 3, divided into four large blocks: the system comprises a front-end system, a management slicing container, an alarm processing slicing container 1 and an alarm processing slicing container 2; the front-end system is mainly a page system interacting with a client, and the interaction with the background system is mainly realized by managing slice containers, such as manually clearing alarms, controlling preprocessing and the like; the management slice container is a system for distributing and controlling a specific alarm processing slice container, and is used for receiving interactive operation of a front-end system on a background system, such as manual alarm clearing, control preprocessing and the like, analyzing an alarm processing slice container to which an alarm belongs, and then distributing a task to the alarm processing slice container for processing; the main structures of the alarm processing slice container 1 and the alarm processing slice container 2 are the same, and the used resources are different, for example, the cache database redis requires different database index numbers index for select during loading.
The following explains in detail the general processing flow of the alarm processing slice container by using the alarm processing slice container 1, including alarm acquisition, alarm preprocessing and various types of alarm processing are all put in the same alarm processing slice container for processing, it should be noted that the association in the alarm processing slice container is only the association between alarms in slices, if all alarms need to be associated, a special alarm management container can be added for operation, and therefore the invention mainly describes the scheme of mirroring and clouding alarms, including other special alarm processing, which is not described again.
The flow is illustrated as follows:
(1) the front-end system communicates with the management slice container and distributes tasks such as manual clearing alarm or preprocessing control;
(2) managing the slice containers to carry out preprocessing control, distributing tasks such as manual clearing of alarms and the like, and mainly communicating with each alarm processing slice container in a queue or service calling mode;
(3) the same whole process of alarm processing is packaged in each alarm processing slice container, and comprises alarm acquisition and analysis, alarm preprocessing, alarm clearing, alarm warehousing and the like;
(4) in the same alarm processing flow, different types are associated with different alarm processing slice containers, for example, alarms of the Guangdong and Jiangsu are collected in the alarm processing slice container 1, alarms of the Zhejiang and Shandong are collected in the alarm processing slice container 2, and thus, the objects processed by the whole flow are different;
(5) in addition, the cache databases redis used in different alarm processing slice containers are also different, and different database index numbers index are required to be selected when the alarm processing slice containers are initially loaded, so that each alarm processing slice container is ensured to have the own cache database redis without mutual influence.
It should be noted that although the operations of the method of the present invention have been described in the above embodiments and the accompanying drawings in a particular order, this does not require or imply that these operations must be performed in this particular order, or that all of the operations shown must be performed, to achieve the desired results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
For a clearer explanation of the foregoing 5G alarm processing system mirroring distributed cloud-up implementation method, a specific embodiment is described below, but it should be noted that this embodiment is only for better explaining the present invention, and does not constitute an undue limitation to the present invention.
Take a 5GC core network alarm system as an example:
(1) for 31 provinces and cities in the country, 6 alarm processing slice containers and 1 management slice container are divided;
(2) each alarm processing slice container is responsible for alarm acquisition and processing work of 5 to 6 provinces;
(3) the management slice container is used for distributing the interaction tasks of the front-end system to the specific alarm processing slice container, such as updating certain configurations, manually clearing alarms of the front-end system and the like;
(4) when the alarm processing slice container is loaded, the programs are the same, except that the read configuration files are different, for example, the processing province and city read by the alarm processing slice container 1 comprises: anhui, Beijing, Chongqing, Fujian and Guangdong, redis-1 is selected, and the province processing market read by the alarm processing slice container 2 comprises the following steps: south China, Jilin, Jiangsu, Sichuan and Shandong, and redis-2 is selected, and the rest is done in sequence;
(5) the communication modes of the management slice container and the alarm slice processing container mainly comprise two modes, wherein one mode is to push messages through http service, the other mode is to use a queue mode in a cache database redis, and other queue middleware can be selected for communication;
(6) the communication mode of the front-end system and the management slice container is mainly an http service message pushing mode.
Based on the same invention concept, the invention also provides a device for realizing the mirroring distributed cloud-up of the 5G alarm processing system. The implementation of the device can be referred to the implementation of the method, and repeated details are not repeated. The term "module," as used below, may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
FIG. 4 is a schematic structural diagram of a 5G alarm processing system mirroring distributed cloud-up implementation apparatus according to the present invention. As shown in fig. 4, the apparatus includes:
the front-end system 101 is used for interacting with a client and distributing interaction tasks to the management slice container;
the management slice container 102 is used for receiving the interactive task of the front-end system and distributing the interactive task to the corresponding alarm processing slice container for processing;
an alarm processing slice container 103 for processing a group of alarms, using a cache database, and assigned with database index numbers;
the alert packet is as follows:
if the alarm of a province is given, grouping according to the alarm type;
if the alarm is national alarm, the alarm of several provinces is divided into one group or the alarm of each province is divided into one group.
The management slice container and the alarm processing slice container are communicated in a queue or a service calling mode.
And the management slice container is communicated with the front-end system by calling a service.
It should be noted that although in the above detailed description reference is made to the 5G alarm handling system mirroring several modules of a distributed cloud-up implementation, such partitioning is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the modules described above may be embodied in one module according to embodiments of the invention. Conversely, the features and functions of one module described above may be further divided into embodiments by a plurality of modules.
Based on the aforementioned inventive concept, as shown in fig. 5, the present invention further provides a computer device 200, which includes a memory 210, a processor 220, and a computer program 230 stored on the memory 210 and operable on the processor 220, wherein the processor 220 implements the aforementioned mirroring distributed cloud-on-top implementation method of the 5G alarm processing system when executing the computer program 230.
Based on the above inventive concept, the present invention further provides a computer-readable storage medium, where a computer program for executing the mirroring distributed cloud-up implementation method of the 5G alarm processing system is stored in the computer-readable storage medium.
The invention provides a method and a device for realizing mirroring distributed cloud ascending of a 5G alarm processing system, which are used for slicing all alarm processing flows, namely putting alarm acquisition, alarm preprocessing and alarm processing together to form an alarm processing slice container, wherein each alarm processing slice container is responsible for a part of alarms, and each alarm processing slice container is mutually separated and does not influence each other; the advantages of this are as follows:
(1) the slice container is convenient to deploy, and after a tool such as a docker (an open source application container engine) is used for imaging, the slice container is convenient to deploy to which server;
(2) after different alarm branch alarm processing slice containers are processed, the alarm processing is not influenced mutually, if a problem occurs in the middle of the alarm processing of a certain alarm processing slice container, the processing of other alarms is not influenced at all, so that only a part of alarms are lost when the alarms are lost, and the influence on the service is reduced;
(3) the system has strong flexibility, resources such as a memory, a CPU and the like can be conveniently expanded, and the alarm processing efficiency is improved;
(4) the coupling degree becomes low, a message queue can be added conveniently, and then a branch task is extended without influencing the alarm processing main body structure.
While the spirit and principles of the invention have been described with reference to several particular embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, nor is the division of aspects, which is for convenience only as the features in such aspects may not be combined to benefit. The invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.
The limitation of the protection scope of the present invention is understood by those skilled in the art, and various modifications or changes which can be made by those skilled in the art without inventive efforts based on the technical solution of the present invention are still within the protection scope of the present invention.

Claims (10)

1. A5G alarm processing system mirroring distributed cloud-up implementation method is characterized by comprising the following steps:
slicing all the alarm processing flows to form a plurality of alarm processing slicing containers;
grouping different alarms, wherein the alarms of each group are processed by an alarm processing slice container;
each alarm processing slice container uses a cache database and is distributed with a database index number;
and distributing the interaction tasks of the front-end system to the corresponding alarm processing slice containers for processing through the management slice containers.
2. The 5G alarm processing system mirrored distributed cloud-up implementation method of claim 1, wherein the alarm packets are as follows:
if the alarm of a province is given, grouping according to the alarm type;
if the alarm is national alarm, the alarm of several provinces is divided into one group or the alarm of each province is divided into one group.
3. The 5G alarm processing system mirroring distributed cloud-up implementation method according to claim 1, wherein distributing interaction tasks of a front-end system to corresponding alarm processing slice containers for processing through management slice containers comprises:
the front-end system is communicated with the management slice container and distributes tasks to the management slice container;
the management slice container is communicated with each alarm processing slice container, and the distribution task is processed to the alarm processing slice container to which the alarm belongs.
4. The 5G alarm processing system mirroring distributed cloud-up implementation method according to claim 3, wherein the management slice container and the alarm processing slice container communicate by means of a queue or a call service;
the management slice container communicates with the front-end system by means of a call service.
5. The utility model provides a cloud realization device on 5G warning processing system mirroring distributing type which characterized in that, the device includes:
the front-end system is used for interacting with the client and distributing an interaction task to the management slice container;
the management slice container is used for receiving the interactive task of the front-end system and distributing the interactive task to the corresponding alarm processing slice container for processing;
the alarm processing slice container is used for processing a group of alarms, uses a cache database and is distributed with database index numbers.
6. The 5G alarm processing system mirrored distributed cloud implementation device according to claim 5, wherein the alarm packets are as follows:
if the alarm of a province is given, grouping according to the alarm type;
if the alarm is national alarm, the alarm of several provinces is divided into one group or the alarm of each province is divided into one group.
7. The 5G alarm processing system mirroring distributed cloud implementation apparatus according to claim 6, wherein the management slice container and the alarm processing slice container communicate by way of a queue or a call service.
8. The 5G alarm processing system mirroring distributed cloud implementation apparatus according to claim 6, wherein the management slice container communicates with a front-end system by means of a call service.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1-4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1-4.
CN202111562992.3A 2021-12-20 2021-12-20 5G alarm processing system mirroring distributed cloud-up implementation method and device Pending CN114465871A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111562992.3A CN114465871A (en) 2021-12-20 2021-12-20 5G alarm processing system mirroring distributed cloud-up implementation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111562992.3A CN114465871A (en) 2021-12-20 2021-12-20 5G alarm processing system mirroring distributed cloud-up implementation method and device

Publications (1)

Publication Number Publication Date
CN114465871A true CN114465871A (en) 2022-05-10

Family

ID=81406190

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111562992.3A Pending CN114465871A (en) 2021-12-20 2021-12-20 5G alarm processing system mirroring distributed cloud-up implementation method and device

Country Status (1)

Country Link
CN (1) CN114465871A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015090241A1 (en) * 2013-12-18 2015-06-25 腾讯科技(深圳)有限公司 Method for monitoring business operations data storage, and related device and system
CN109743199A (en) * 2018-12-25 2019-05-10 中国联合网络通信集团有限公司 Containerization management system based on micro services
CN110727674A (en) * 2018-06-29 2020-01-24 中国电力科学研究院有限公司 Performance optimization system and method of power grid GIS cloud platform
EP3672158A1 (en) * 2018-12-20 2020-06-24 Nokia Solutions and Networks Oy Network slice management
CN111600936A (en) * 2020-04-24 2020-08-28 国电南瑞科技股份有限公司 Asymmetric processing system based on multiple containers and suitable for ubiquitous electric power internet of things edge terminal
US20200314056A1 (en) * 2019-03-27 2020-10-01 Cisco Technology, Inc. System and method of using a global discovery service to enable routing of packets from a source container to a destination container
CN111935074A (en) * 2020-06-22 2020-11-13 国网电力科学研究院有限公司 Integrated network security detection method and device
CN112702190A (en) * 2020-12-11 2021-04-23 广东电力通信科技有限公司 Regional alarm message pushing method and system based on message queue
US20210235290A1 (en) * 2020-01-29 2021-07-29 Dell Products L.P. Endpoint computing device multi-network slice remediation/productivity system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015090241A1 (en) * 2013-12-18 2015-06-25 腾讯科技(深圳)有限公司 Method for monitoring business operations data storage, and related device and system
CN110727674A (en) * 2018-06-29 2020-01-24 中国电力科学研究院有限公司 Performance optimization system and method of power grid GIS cloud platform
EP3672158A1 (en) * 2018-12-20 2020-06-24 Nokia Solutions and Networks Oy Network slice management
CN109743199A (en) * 2018-12-25 2019-05-10 中国联合网络通信集团有限公司 Containerization management system based on micro services
US20200314056A1 (en) * 2019-03-27 2020-10-01 Cisco Technology, Inc. System and method of using a global discovery service to enable routing of packets from a source container to a destination container
US20210235290A1 (en) * 2020-01-29 2021-07-29 Dell Products L.P. Endpoint computing device multi-network slice remediation/productivity system
CN111600936A (en) * 2020-04-24 2020-08-28 国电南瑞科技股份有限公司 Asymmetric processing system based on multiple containers and suitable for ubiquitous electric power internet of things edge terminal
CN111935074A (en) * 2020-06-22 2020-11-13 国网电力科学研究院有限公司 Integrated network security detection method and device
CN112702190A (en) * 2020-12-11 2021-04-23 广东电力通信科技有限公司 Regional alarm message pushing method and system based on message queue

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
谭飞: "5G网管面临的挑战及解决之道", 《电子测试》, pages 90 - 91 *

Similar Documents

Publication Publication Date Title
CN105045856B (en) A kind of big data remote sensing satellite data processing system based on Hadoop
CN111949633B (en) ICT system operation log analysis method based on parallel stream processing
CN104778188A (en) Distributed device log collection method
CN107025222A (en) A kind of distributed information log acquisition method and device
CN105653425A (en) Complicated event processing engine based monitoring system
CN101317375A (en) Network management data synchronous refreshing method, and client terminal and server terminal
CN102081557A (en) Resource management method and system in cloud computing operating system
CN108829740B (en) Data storage method and device
EP3172682B1 (en) Distributing and processing streams over one or more networks for on-the-fly schema evolution
CN109597837B (en) Time sequence data storage method, time sequence data query method and related equipment
CN111881326A (en) Graph data storage method, device and equipment and readable storage medium
US8843620B2 (en) Monitoring connections
CN103593433A (en) Graph data processing method and system for massive time series data
CN111813774B (en) Method for monitoring and acquiring traceability information based on sysdig system
CN105827678A (en) High-availability framework based communication method and node
CN113127526A (en) Distributed data storage and retrieval system based on Kubernetes
CN114465871A (en) 5G alarm processing system mirroring distributed cloud-up implementation method and device
CN113342839A (en) Data processing method and device, terminal equipment and storage medium
KR20220026603A (en) File handling methods, devices, electronic devices and storage media
CN112631634A (en) Firmware upgrading method, device, system, equipment and medium for intelligent lamp pole
WO2013026287A1 (en) Data control method and system based on distributed database system
Cao et al. LogKV: Exploiting key-value stores for event log processing
CN112328402A (en) High-efficiency self-adaptive space-based computing platform architecture and implementation method thereof
CN111159142A (en) Data processing method and device
CN114531479A (en) General data acquisition system based on MQTT

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