CN105262629A - Method and system enabling WebSocket in network management system to push alarm information - Google Patents

Method and system enabling WebSocket in network management system to push alarm information Download PDF

Info

Publication number
CN105262629A
CN105262629A CN201510797303.5A CN201510797303A CN105262629A CN 105262629 A CN105262629 A CN 105262629A CN 201510797303 A CN201510797303 A CN 201510797303A CN 105262629 A CN105262629 A CN 105262629A
Authority
CN
China
Prior art keywords
current time
warning information
window
sheet
time sheet
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.)
Granted
Application number
CN201510797303.5A
Other languages
Chinese (zh)
Other versions
CN105262629B (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.)
Huzhou YingLie Intellectual Property Operation Co.,Ltd.
Original Assignee
Shanghai Feixun Data Communication 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 Shanghai Feixun Data Communication Technology Co Ltd filed Critical Shanghai Feixun Data Communication Technology Co Ltd
Priority to CN201510797303.5A priority Critical patent/CN105262629B/en
Publication of CN105262629A publication Critical patent/CN105262629A/en
Priority to PCT/CN2016/101365 priority patent/WO2017084445A1/en
Application granted granted Critical
Publication of CN105262629B publication Critical patent/CN105262629B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/0273Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using web services for network management, e.g. simple object access protocol [SOAP]
    • 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
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Abstract

The invention provides a method and system enabling a WebSocket in a network management system to push alarm information. The method includes the following steps that: the size of a unit time slice and a maximum time slice of alarm information push of the WebSocket is set; with the unit time slice adopted as a current time slice window, alarm information which is received by a network management server and is reported by equipment in the current time slice window is cached, when the current time slice window terminates, the cached alarm information is fused to one piece of information, and the information is pushed to a client through the WebSocket; when the number of the pieces of the alarm information pushed in the current time slice window is monitored, and the number of the pieces of the alarm information pushed in the unit time slice is calculated; and the size of the current time slice window is adjusted in real time according to the number of the pieces of the alarm information pushed in the unit time slice. With the method and system enabling the WebSocket in the network management system to push the alarm information of the invention adopted, the communication pressure of the server and the client end can be decreased, and the real-time performance of the push of the alarm information can be ensured.

Description

In a kind of network management system, WebSocket pushes the method and system of warning information
Technical field
The present invention relates to the technical field of network service, particularly relate to WebSocket in a kind of network management system and push the method and system of warning information.
Background technology
Only can realize unidirectional communication by http in a browser, comet can simulate two-way communication to a certain extent, but efficiency is lower, and needs server to have good support.Socket and xmlsocket in flash can realize real two-way communication, by flexajaxbridge, can use this two functions in javascript.In the face of this situation, HTML5 defines WebSocket agreement, and it achieves browser and server full-duplex communication, thus better can save server resource and bandwidth and reach real-time communication.
The duplex communication protocol of the web application that WebSocket introduces as HTML5, may be used for pushing warning information to browser client in real time in network management system.As shown in Figure 1, be that NM server receives the warning information that an equipment reports by the way of WebSocket pushed information in general network management system, be pushed to each client by warning information by WebSocket; After client receives the WebSocket message that NM server sends, resolve message, refresh page.
But when certain time period, alarm information amount was larger, NM server ceaselessly can send message to client, and client ceaselessly can resolve message, refresh page.This can bring burden to server/browser client, adds network throughput simultaneously.
Summary of the invention
The shortcoming of prior art in view of the above, WebSocket in a kind of network management system is the object of the present invention is to provide to push the method and system of warning information, NM server carries out buffer memory to needing the warning information sent, by needing the warning information number pushed in monitoring unit interval sheet, dynamic conditioning WebSocket pushes the size of the timeslice window of warning information, warning information in timeslice window is merged into an alarm information and be sent to client, thus the real-time that alarm information pushes can be ensured, can network throughput be reduced again.
For achieving the above object and other relevant objects, the invention provides WebSocket in a kind of network management system and push the method for warning information, comprise the following steps: arrange WebSocket push warning information unit interval sheet and maximum time sheet size; Using unit interval sheet as current time sheet window, the warning information that the equipment received current time sheet window NM server reports carries out buffer memory, and at the end of current time sheet window, the warning information of buffer memory is merged into an information and push to client by WebSocket; The number of the warning information that monitoring current time sheet window pushes, the number of the warning information that unit of account timeslice pushes; If the number of the warning information that unit interval sheet pushes is less than predetermined threshold value lower limit, then reduce the size of current time sheet window; If the number of the warning information that unit interval sheet pushes is greater than the predetermined threshold value upper limit, then increase the size of current time sheet window; If the number of the warning information that unit interval sheet pushes is between predetermined threshold value lower limit and the predetermined threshold value upper limit, then keep the size of current time sheet window constant.
In one embodiment of the invention, when reducing the size of current time sheet window, current time sheet window is reduced the size of a unit interval sheet.
In one embodiment of the invention, when reducing the size of current time sheet window, if the current time gate mouth after reducing is less than or equal to unit interval sheet, then using unit interval sheet as current time sheet window.
In one embodiment of the invention, when increasing the size of current time sheet window, current time sheet window is increased the size of a unit interval sheet.
In one embodiment of the invention, when increasing the size of current time sheet window, if the current time sheet window after increasing is more than or equal to maximum time sheet, then using maximum time sheet as current time sheet window.
Meanwhile, the present invention also provides WebSocket in a kind of network management system to push the system of warning information, it is characterized in that: comprise and arrange module, buffer memory pushing module, monitoring calculation module and adjusting module;
Described arrange module for arrange WebSocket push warning information unit interval sheet and maximum time sheet size;
Described buffer memory pushing module is used for unit interval sheet as current time sheet window, the warning information that the equipment received current time sheet window NM server reports carries out buffer memory, and at the end of current time sheet window, the warning information of buffer memory is merged into an information and push to client by WebSocket;
The number of warning information of described monitoring calculation module for monitoring current time sheet window and pushing, the number of the warning information that unit of account timeslice pushes;
The number that described adjusting module is used for the warning information pushed at unit interval sheet to be less than under predetermined threshold value in limited time, reduces the size of current time sheet window; The number of the warning information pushed at unit interval sheet to be greater than in predetermined threshold value in limited time, increases the size of current time sheet window; The number of the warning information pushed at unit interval sheet, between predetermined threshold value lower limit and the predetermined threshold value upper limit, keeps the size of current time sheet window constant.
In one embodiment of the invention, when reducing the size of current time sheet window, current time sheet window is reduced the size of a unit interval sheet.
In one embodiment of the invention, when reducing the size of current time sheet window, if the current time gate mouth after reducing is less than or equal to unit interval sheet, then using unit interval sheet as current time sheet window.
In one embodiment of the invention, when increasing the size of current time sheet window, current time sheet window is increased the size of a unit interval sheet.
In one embodiment of the invention, when increasing the size of current time sheet window, if the current time sheet window after increasing is more than or equal to maximum time sheet, then using maximum time sheet as current time sheet window.
As mentioned above, in network management system of the present invention, WebSocket pushes the method and system of warning information, has following beneficial effect:
(1) when unit interval sheet propelling movement warning information amount is larger, the current time sheet window pushed is increased;
(2) when unit interval sheet propelling movement warning information amount is smaller, the current time sheet window of less propelling movement;
(3) many warning information are incorporated in a piece of news are pushed by WebSocket, decrease the communication pressure of server/customer end, ensure that the real-time that alarm information pushes.
Accompanying drawing explanation
Fig. 1 is shown as the schematic diagram of WebSocket propelling movement warning information in network management system in prior art;
Fig. 2 is shown as WebSocket in network management system of the present invention and pushes the flow chart of the method for warning information;
Fig. 3 is shown as the schematic diagram of WebSocket propelling movement warning information in network management system in the present invention;
Fig. 4 is shown as WebSocket in network management system of the present invention and pushes the structural representation of the system of warning information.
Element numbers explanation
1 arranges module
2 buffer memory pushing modules
3 monitoring calculation modules
4 adjusting modules
Embodiment
Below by way of specific instantiation, embodiments of the present invention are described, those skilled in the art the content disclosed by this specification can understand other advantages of the present invention and effect easily.The present invention can also be implemented or be applied by embodiments different in addition, and the every details in this specification also can based on different viewpoints and application, carries out various modification or change not deviating under spirit of the present invention.It should be noted that, when not conflicting, the feature in following examples and embodiment can combine mutually.
It should be noted that, the diagram provided in following examples only illustrates basic conception of the present invention in a schematic way, then only the assembly relevant with the present invention is shown in graphic but not component count, shape and size when implementing according to reality is drawn, it is actual when implementing, and the kenel of each assembly, quantity and ratio can be a kind of change arbitrarily, and its assembly layout kenel also may be more complicated.
In network management system of the present invention, the method and system of WebSocket propelling movement warning information carry out buffer memory to needing the warning information pushed, and are sent to client together after being merged by the warning information in timeslice window; Monitor the number of the alarm information pushed in unit interval sheet simultaneously, if the number of alarm information exceedes predetermined threshold value in unit interval sheet, then increase the size of timeslice window; If the number of warning information is less than predetermined threshold value in unit interval sheet, then reduce the size of timeslice window.
With reference to Fig. 2, in network management system of the present invention, the method for WebSocket propelling movement warning information comprises the following steps:
Step S1, arrange WebSocket push warning information unit interval sheet and maximum time sheet size.
Wherein, unit interval sheet is the minimum interval of WebSocket propelling movement needed for warning information.Sheet was WebSocket and pushed the maximum time interval that limits of warning information maximum time.Setting unit interval sheet be T0, maximum time sheet be TP.Preferably, sheet is the integral multiple of unit timeslice maximum time.
Step S2, using unit interval sheet as current time sheet window, the warning information that the equipment received current time sheet window NM server reports carries out buffer memory, and at the end of current time sheet window, the warning information of buffer memory is merged into an information and push to client by WebSocket.
With prior art, NM server once pushes difference for the every bar warning information received, the warning information buffer memory on NM server first received by current time sheet window in the present invention.If current time sheet window is TK.
The number of the warning information that step S3, monitoring current time sheet window push, the number of the warning information that unit of account timeslice pushes.
Particularly, if the number of warning information that current time sheet window pushes is m, then the number n=m*T0/TK of warning information that pushes of unit interval sheet.
If the number of the warning information that step S4 unit interval sheet pushes is less than predetermined threshold value lower limit, then reduce the size of current time sheet window; If the number of the warning information that unit interval sheet pushes is greater than the predetermined threshold value upper limit, then increase the size of current time sheet window; If the number of the warning information that unit interval sheet pushes is between predetermined threshold value lower limit and the predetermined threshold value upper limit, then keep the size of current time sheet window constant.
Preferably, when reducing the size of current time sheet window, current time sheet window is reduced the size of a unit interval sheet.More preferably, if reduce after current time gate mouth be less than or equal to unit interval sheet, then using unit interval sheet as current time sheet window.
Preferably, when increasing the size of current time sheet window, current time sheet window is increased the size of a unit interval sheet.More preferably, if increase after current time sheet window be more than or equal to maximum time sheet, then using maximum time sheet as current time sheet window.
As shown in Figure 3, when after the method adopting WebSocket propelling movement warning information in network management system of the present invention, warning information 1 is sent at T1 timeslice window, warning information 2 and 3 is sent at T2 timeslice window, warning information 4,5,6 and 7 is sent at T3 timeslice window, by that analogy, warning information m is sent at Tm timeslice window.By such warning information method for pushing, can ensure the real-time that alarm information pushes can reduce network throughput again.
With reference to Fig. 4, the system that in network management system of the present invention, WebSocket pushes warning information comprises and arranges module 1, buffer memory pushing module 2, monitoring calculation module 3 and adjusting module 4.
Arrange module 1 for arrange WebSocket push warning information unit interval sheet and maximum time sheet size.
Wherein, unit interval sheet is the minimum interval of WebSocket propelling movement needed for warning information.Sheet was WebSocket and pushed the maximum time interval that limits of warning information maximum time.Setting unit interval sheet be T0, maximum time sheet be TP.Preferably, sheet is the integral multiple of unit timeslice maximum time.
Buffer memory pushing module 2 with module 1 be set be connected, for using unit interval sheet as current time sheet window, the warning information that the equipment received current time sheet window NM server reports carries out buffer memory, and at the end of current time sheet window, the warning information of buffer memory is merged into an information and push to client by WebSocket.
With prior art, NM server once pushes difference for the every bar warning information received, the warning information buffer memory on NM server first received by current time sheet window in the present invention.If current time sheet window is TK.
Monitoring calculation module 3 is connected with buffer memory pushing module 2, for monitoring the number of the warning information that current time sheet window pushes, and the number of the warning information that unit of account timeslice pushes.
Particularly, if the number of warning information that current time sheet window pushes is m, then the number n=m*T0/TK of warning information that pushes of unit interval sheet.
Adjusting module 4 with module 1 be set be connected with monitoring calculation module 3, to be less than under predetermined threshold value in limited time for the number of the warning information pushed at unit interval sheet, to reduce the size of current time sheet window; The number of the warning information pushed at unit interval sheet to be greater than in predetermined threshold value in limited time, increases the size of current time sheet window; The number of the warning information pushed at unit interval sheet, between predetermined threshold value lower limit and the predetermined threshold value upper limit, keeps the size of current time sheet window constant.
Preferably, when reducing the size of current time sheet window, current time sheet window is reduced the size of a unit interval sheet.More preferably, if reduce after current time gate mouth be less than or equal to unit interval sheet, then using unit interval sheet as current time sheet window.
Preferably, when increasing the size of current time sheet window, current time sheet window is increased the size of a unit interval sheet.More preferably, if increase after current time sheet window be more than or equal to maximum time sheet, then using maximum time sheet as current time sheet window.
In sum, in network management system of the present invention, WebSocket pushes the method and system of warning information when unit interval sheet propelling movement warning information amount is larger, increases the current time sheet window pushed; When unit interval sheet propelling movement warning information amount is smaller, the current time sheet window of less propelling movement; Many warning information are incorporated in a piece of news and are pushed by WebSocket, decrease the communication pressure of server/customer end, ensure that the real-time that alarm information pushes.So the present invention effectively overcomes various shortcoming of the prior art and tool high industrial utilization.
Above-described embodiment is illustrative principle of the present invention and effect thereof only, but not for limiting the present invention.Any person skilled in the art scholar all without prejudice under spirit of the present invention and category, can modify above-described embodiment or changes.Therefore, such as have in art usually know the knowledgeable do not depart from complete under disclosed spirit and technological thought all equivalence modify or change, must be contained by claim of the present invention.

Claims (10)

1. in network management system, WebSocket pushes a method for warning information, it is characterized in that: comprise the following steps:
Arrange WebSocket push warning information unit interval sheet and maximum time sheet size;
Using unit interval sheet as current time sheet window, the warning information that the equipment received current time sheet window NM server reports carries out buffer memory, and at the end of current time sheet window, the warning information of buffer memory is merged into an information and push to client by WebSocket;
The number of the warning information that monitoring current time sheet window pushes, the number of the warning information that unit of account timeslice pushes;
If the number of the warning information that unit interval sheet pushes is less than predetermined threshold value lower limit, then reduce the size of current time sheet window; If the number of the warning information that unit interval sheet pushes is greater than the predetermined threshold value upper limit, then increase the size of current time sheet window; If the number of the warning information that unit interval sheet pushes is between predetermined threshold value lower limit and the predetermined threshold value upper limit, then keep the size of current time sheet window constant.
2. in network management system according to claim 1, WebSocket pushes the method for warning information, it is characterized in that: when reducing the size of current time sheet window, current time sheet window is reduced the size of a unit interval sheet.
3. in network management system according to claim 1, WebSocket pushes the method for warning information, it is characterized in that: when reducing the size of current time sheet window, if reduce after current time gate mouth be less than or equal to unit interval sheet, then using unit interval sheet as current time sheet window.
4. in network management system according to claim 1, WebSocket pushes the method for warning information, it is characterized in that: when increasing the size of current time sheet window, current time sheet window is increased the size of a unit interval sheet.
5. in network management system according to claim 1, WebSocket pushes the method for warning information, it is characterized in that: when increasing the size of current time sheet window, if increase after current time sheet window be more than or equal to maximum time sheet, then using maximum time sheet as current time sheet window.
6. in network management system, WebSocket pushes a system for warning information, it is characterized in that: comprise and arrange module, buffer memory pushing module, monitoring calculation module and adjusting module;
Described arrange module for arrange WebSocket push warning information unit interval sheet and maximum time sheet size;
Described buffer memory pushing module is used for unit interval sheet as current time sheet window, the warning information that the equipment received current time sheet window NM server reports carries out buffer memory, and at the end of current time sheet window, the warning information of buffer memory is merged into an information and push to client by WebSocket;
The number of warning information of described monitoring calculation module for monitoring current time sheet window and pushing, the number of the warning information that unit of account timeslice pushes;
The number that described adjusting module is used for the warning information pushed at unit interval sheet to be less than under predetermined threshold value in limited time, reduces the size of current time sheet window; The number of the warning information pushed at unit interval sheet to be greater than in predetermined threshold value in limited time, increases the size of current time sheet window; The number of the warning information pushed at unit interval sheet, between predetermined threshold value lower limit and the predetermined threshold value upper limit, keeps the size of current time sheet window constant.
7. in network management system according to claim 6, WebSocket pushes the system of warning information, it is characterized in that: when reducing the size of current time sheet window, current time sheet window is reduced the size of a unit interval sheet.
8. in network management system according to claim 6, WebSocket pushes the system of warning information, it is characterized in that: when reducing the size of current time sheet window, if reduce after current time gate mouth be less than or equal to unit interval sheet, then using unit interval sheet as current time sheet window.
9. in network management system according to claim 6, WebSocket pushes the system of warning information, it is characterized in that: when increasing the size of current time sheet window, current time sheet window is increased the size of a unit interval sheet.
10. in network management system according to claim 6, WebSocket pushes the system of warning information, it is characterized in that: when increasing the size of current time sheet window, if increase after current time sheet window be more than or equal to maximum time sheet, then using maximum time sheet as current time sheet window.
CN201510797303.5A 2015-11-18 2015-11-18 WebSocket pushes the method and system of warning information in a kind of network management system Active CN105262629B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510797303.5A CN105262629B (en) 2015-11-18 2015-11-18 WebSocket pushes the method and system of warning information in a kind of network management system
PCT/CN2016/101365 WO2017084445A1 (en) 2015-11-18 2016-09-30 Method and system for using websocket to push alarm message in network management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510797303.5A CN105262629B (en) 2015-11-18 2015-11-18 WebSocket pushes the method and system of warning information in a kind of network management system

Publications (2)

Publication Number Publication Date
CN105262629A true CN105262629A (en) 2016-01-20
CN105262629B CN105262629B (en) 2018-04-06

Family

ID=55102146

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510797303.5A Active CN105262629B (en) 2015-11-18 2015-11-18 WebSocket pushes the method and system of warning information in a kind of network management system

Country Status (2)

Country Link
CN (1) CN105262629B (en)
WO (1) WO2017084445A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017084445A1 (en) * 2015-11-18 2017-05-26 上海斐讯数据通信技术有限公司 Method and system for using websocket to push alarm message in network management system
CN106790428A (en) * 2016-12-01 2017-05-31 腾讯音乐娱乐(深圳)有限公司 A kind of data transmission method and device
CN107231350A (en) * 2017-05-24 2017-10-03 北京潘达互娱科技有限公司 A kind of message treatment method and device
CN108111326A (en) * 2016-11-24 2018-06-01 中国移动通信有限公司研究院 A kind of method and device for inhibiting alarm windstorm
CN108881456A (en) * 2018-06-29 2018-11-23 郑州云海信息技术有限公司 A kind of data interaction system, server-side and its data interactive method and system
CN109275156A (en) * 2018-11-28 2019-01-25 成都西加云杉科技有限公司 A kind of wifi network warning information control method and system
CN110730206A (en) * 2019-09-06 2020-01-24 浪潮金融信息技术有限公司 Data service scheme applied to data display of new retail platform
CN111294218A (en) * 2018-12-06 2020-06-16 云智慧(北京)科技有限公司 Information processing method, device, system and storage medium
CN114124646A (en) * 2022-01-26 2022-03-01 天津七一二移动通信有限公司 WebSocket mode comprehensive network management system and method

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114070712A (en) * 2021-07-14 2022-02-18 北京天元创新科技有限公司 Network management alarm processing method and device with no message falling to ground
CN113868207B (en) * 2021-10-09 2022-07-01 北京中水科水电科技开发有限公司 Compression display method and system for information redundancy jitter characteristics
CN115412422B (en) * 2022-08-08 2024-02-20 浪潮云信息技术股份公司 Dynamic window adjusting system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102118275A (en) * 2009-12-30 2011-07-06 大唐移动通信设备有限公司 Alarm storm processing method and processing device
CN103259683A (en) * 2013-05-16 2013-08-21 烽火通信科技股份有限公司 Web network management system second level cache pushing method based on HTML5

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7171482B2 (en) * 2002-07-12 2007-01-30 Ianywhere Solutions, Inc. System and method for managing bandwidth utilization
CN101729567A (en) * 2009-12-14 2010-06-09 北京神州泰岳软件股份有限公司 Web alarm monitoring system and method based on Socket protocol
CN102571739A (en) * 2011-05-26 2012-07-11 中兴通讯股份有限公司 Batch data transmission method and device
CN105262629B (en) * 2015-11-18 2018-04-06 上海斐讯数据通信技术有限公司 WebSocket pushes the method and system of warning information in a kind of network management system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102118275A (en) * 2009-12-30 2011-07-06 大唐移动通信设备有限公司 Alarm storm processing method and processing device
CN103259683A (en) * 2013-05-16 2013-08-21 烽火通信科技股份有限公司 Web network management system second level cache pushing method based on HTML5

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017084445A1 (en) * 2015-11-18 2017-05-26 上海斐讯数据通信技术有限公司 Method and system for using websocket to push alarm message in network management system
CN108111326A (en) * 2016-11-24 2018-06-01 中国移动通信有限公司研究院 A kind of method and device for inhibiting alarm windstorm
CN106790428B (en) * 2016-12-01 2019-12-31 腾讯音乐娱乐(深圳)有限公司 Data transmission method and device
CN106790428A (en) * 2016-12-01 2017-05-31 腾讯音乐娱乐(深圳)有限公司 A kind of data transmission method and device
CN107231350A (en) * 2017-05-24 2017-10-03 北京潘达互娱科技有限公司 A kind of message treatment method and device
CN108881456A (en) * 2018-06-29 2018-11-23 郑州云海信息技术有限公司 A kind of data interaction system, server-side and its data interactive method and system
CN109275156A (en) * 2018-11-28 2019-01-25 成都西加云杉科技有限公司 A kind of wifi network warning information control method and system
CN109275156B (en) * 2018-11-28 2021-07-09 成都西加云杉科技有限公司 Wifi network alarm information control method and system
CN111294218A (en) * 2018-12-06 2020-06-16 云智慧(北京)科技有限公司 Information processing method, device, system and storage medium
CN111294218B (en) * 2018-12-06 2022-07-26 云智慧(北京)科技有限公司 Information processing method, device, system and storage medium
CN110730206A (en) * 2019-09-06 2020-01-24 浪潮金融信息技术有限公司 Data service scheme applied to data display of new retail platform
CN114124646A (en) * 2022-01-26 2022-03-01 天津七一二移动通信有限公司 WebSocket mode comprehensive network management system and method
CN114124646B (en) * 2022-01-26 2022-06-24 天津七一二移动通信有限公司 Websocket mode integrated network management system and method

Also Published As

Publication number Publication date
WO2017084445A1 (en) 2017-05-26
CN105262629B (en) 2018-04-06

Similar Documents

Publication Publication Date Title
CN105262629A (en) Method and system enabling WebSocket in network management system to push alarm information
US9800691B2 (en) Stream processing using a client-server architecture
CN102780918B (en) A kind of video distribution formula transform coding format approach
CN103139292A (en) Method for processing pictures in hyper text transmission protocol (HTTP) proxy and proxy server and system
KR20170057228A (en) System and method for secure real-time cloud services
US9015337B2 (en) Systems, methods, and apparatus for stream client emulators
CN103259683A (en) Web network management system second level cache pushing method based on HTML5
CN105426326A (en) High-concurrency queue storage method and system
CN110620699B (en) Message arrival rate determination method, device, equipment and computer readable storage medium
Magaña et al. Remote access protocols for Desktop-as-a-Service solutions
CN103813181A (en) System and method for optimizing video
CN104410722A (en) Method and system for communication of Web page window objects
CN106657099B (en) Spark data analysis service publishing system
KR102385338B1 (en) virtual device, rendering device, WoT device and system for processing web-based content
CN112966200A (en) Service degradation method and rendering server
CN111225280B (en) Lightweight video analysis system based on embedded platform
Panchali Edge computing-background and overview
CN103475904A (en) Publishing method and publishing system of EPG (electronic program guide), and Websocket server
Park et al. Study of HTML5 WebSocket for a Multimedia Communication
CN108804445B (en) Thermodynamic diagram generation method and device
US20160005198A1 (en) A device for displaying a trend related to a process variable
CN109275156B (en) Wifi network alarm information control method and system
CN103685326A (en) WEB concurrent data transmission method and WEB application system
CN110971870B (en) Data processing method for image display
WO2017024976A1 (en) Display method and apparatus for real-time information

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20201207

Address after: 313105 Jincun Village, Lushan Township, Changxing County, Huzhou City, Zhejiang Province

Patentee after: Changxing Lushan golden Heron Incubator Co., Ltd

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Patentee before: Phicomm (Shanghai) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20211208

Address after: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China

Patentee after: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Address before: 313105 Jincun Village, Lushan Township, Changxing County, Huzhou City, Zhejiang Province

Patentee before: Changxing Lushan golden Heron Incubator Co., Ltd

TR01 Transfer of patent right