CN103346924A - Communication network real-time monitoring method and system - Google Patents
Communication network real-time monitoring method and system Download PDFInfo
- Publication number
- CN103346924A CN103346924A CN2013102202380A CN201310220238A CN103346924A CN 103346924 A CN103346924 A CN 103346924A CN 2013102202380 A CN2013102202380 A CN 2013102202380A CN 201310220238 A CN201310220238 A CN 201310220238A CN 103346924 A CN103346924 A CN 103346924A
- Authority
- CN
- China
- Prior art keywords
- module
- communication network
- real
- time monitoring
- real time
- 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
Links
Images
Landscapes
- Telephonic Communication Services (AREA)
- Alarm Systems (AREA)
Abstract
The invention provides a communication network real-time monitoring method and system. The communication network real-time monitoring method is used for collecting real-time data and conducting corresponding processing on the collected data, information is composed, the information is transmitted to a client side through a communication module, and the information is displayed to a user through the client side. The communication network real-time monitoring system comprises a background collection module, a server module, the communication module and a client side module. The background collection module is mainly used for conducting real-time data collection on the communication network; the background collection module is in communication connection with a server. The server comprises a processing module, and the collected data can be processed to form the information. The server is in communication connection with the communication module, and the communication module mainly uses a BlazeDS framework package and is in communication connection with the client side. The communication network real-time monitoring method and system have the advantages that the real-time push technology is used for automatically sending the collected real-time data to a system page, and true real-time application is achieved.
Description
Technical field
The present invention relates to the network monitoring field, particularly a kind of communication network real time monitoring method and system.
Background technology
Along with the continuous developing industry supervisory control system of science and technology progressively develops to the B/S direction from the C/S structure, especially the appearance of Ajax technology, solve in the past that traditional Web can't carry out asynchronous request mode and monitored picture can't refresh problem in real time, make Web pattern supervisory control system obtain significant progress.
But the Ajax pattern is still used the HTTP request, obtains monitor data by the PULL mode, uses JavaScript, and HTML and DOM show that at the Web page demonstration is refreshed in the realization part, is not real-time system truly.Exist problem such as can't carry out asynchronous request mode and monitored picture, can't refresh in real time.
Summary of the invention
The objective of the invention is to overcome the deficiencies in the prior art part, a kind of communication network real time monitoring method and system are provided, solve that traditional in the past surveillance can't be carried out asynchronous request mode and monitored picture can't implement to refresh problem.Adopt the real time propelling movement technology that the real time data that collects is delivered to system's page automatically, accomplish real-time application truly.
For achieving the above object, the technical solution adopted in the present invention is as follows:
A kind of communication network real time monitoring method comprises the steps:
S100 gathers real time data;
S200 handles the data of gathering accordingly, forms message;
S300 is sent to client with message by the BlazeDS technology.
More preferably, comprise step after the described step S100:
S110 forms the XML string with the real time data that collects.
More preferably, described step S200 comprises the steps:
S210 with the XML string manipulation, forms message;
S220 need to judge whether processing messages, if enter next step, enters S300 if not;
S230 handles message.
More preferably, message is AMF and/or encrypts AMF by the mode that the BlazeDS technology is sent to client among the described step S300.
A kind of communication network real-time monitoring system is characterized in that:
Comprise background acquisition module, server module, communication module and client;
Described background acquisition module is used for gathering real time data
Described background acquisition module and described server module communicate to connect;
Described server module comprises processing module, is used for the real time data of gathering is handled accordingly, forms message;
Described server module and described communication module communicate to connect;
Described communication module is connected with client communication.
More preferably, described background acquisition system also comprises and sends real-time adapter, is used for a real time data of gathering is organized into the XML string;
The real-time adapter of described transmission is electrically connected with described acquisition module.
More preferably, described server module just has the JAVA server, also comprises the custqueue bag;
Described custqueue bag is electrically connected with described processing module, is used for message is handled.
More preferably, described communication module is used BlazeDS framework bag, comprises encrypting module, is used for AMF and/or encrypts the AMF mode sending information to the Flex client.
The invention has the beneficial effects as follows:
After adopting said method and structure, make the present invention have following advantage: the present invention adopts the real time propelling movement technology that the data of gathering are delivered to system's page automatically, and provide processing to data, it is treated as message, and message reset, filters, disposes operations such as transmission rate, can define message content and the order of issuing each client, finish adaptive message push function.
Description of drawings
Fig. 1 is communication network real-time monitoring system structure one embodiment schematic diagram of the present invention;
Fig. 2 is communication network real time monitoring method flow schematic diagram of the present invention;
Fig. 3 is communication network real time monitoring method one embodiment schematic diagram of the present invention;
Wherein: 1 background acquisition module; 2 server modules; 3 communication modules; 4 clients; 5 acquisition modules; 6 processing modules; 7BlazeDS framework bag; 8 send real-time adapter; The 9Cusrqueue bag; 10 encrypting modules.
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples communication network real time monitoring method and system of the present invention are further elaborated.Should be appreciated that specific embodiment described herein only in order to explaining the present invention, and be not used in restriction the present invention.
As shown in Figure 1, the communication network real-time monitoring system comprises background acquisition module 1, server module 2, communication module 3 and client 4;
Background acquisition module 1 comprises acquisition module 5, is used for gathering real time data
Background acquisition module 1 communicates to connect with server module 2;
Background acquisition module 1 sends to server module 2 to the real time data that collects by http protocol
Server module 2 comprises processing module 6, is used for the real time data of gathering is handled accordingly, forms message;
Server module 2 communicates to connect with described communication module 3;
Communication module 3 communicates to connect with client 4.
Communication module 3 and client 4 are prior art, know clearly no longer one by one herein and tell.
More preferably, as a kind of embodiment of the present invention, background acquisition module 1 also comprises the real-time adapter 8 of transmission, is used for a real time data of gathering is organized into the XML string;
Sending real-time adapter 8 is electrically connected with acquisition module 5.
Send real-time adapter 8 and be prior art detailed telling no longer herein.
More preferably, as another kind of embodiment of the present invention, server module 2 also comprises custqueue bag 9;
Custqueue bag 9 is electrically connected with processing module 6, for message is handled.
Custqueue bag 9 is no longer known clearly for prior art herein and is told.
More preferably, as another kind of embodiment of the present invention, communication module 3 comprises BlazeDS framework bag 7, and BlazeDS framework bag 7 comprises encrypting module 10, is used for AMF and/or encrypts the AMF mode sending information to the Flex client.
Shown in Fig. 2,3, communication network real time monitoring method comprises the steps:
S100 gathers real time data;
S200 handles the data of gathering accordingly, forms message;
S300 is sent to client with message by the BlazeDS technology.
More preferably, as a kind of embodiment of the present invention, comprise step after the step S100:
S110 forms the XML string with the real time data that collects.
More preferably,, as another kind of embodiment of the present invention, described step S200 comprises the steps:
S210 with the XML string manipulation, forms message;
S220 need to judge whether processing messages, if enter next step, enters S300 if not;
S230 handles message.
S230 handles message specifically and to comprise: merges message (dressing up a new message with there being message groups in the formation); Can rearrange message by regular arbitrarily; Can be according to rule-based filtering message arbitrarily; Can send to definite network layer to message; Can control the speed of issuing each client message; Can define message content and the order of issuing each client, finish adaptive message push function.
More preferably, as another kind of embodiment of the present invention, message is passed through among the described step S300
The mode that the BlazeDS technology is sent to client is AMF and/or encrypts AMF.
The above embodiment has only expressed several execution mode of the present invention, and it describes comparatively concrete and detailed, but can not therefore be interpreted as the restriction to claim of the present invention.Should be pointed out that for the person of ordinary skill of the art without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection range of patent of the present invention should be as the criterion with claims.
Claims (8)
1. a communication network real time monitoring method is characterized in that, comprises the steps:
S100 gathers real time data;
S200 handles the data of gathering accordingly, forms message;
S300 is sent to client with message by the BlazeDS technology.
2. communication network real time monitoring method according to claim 1 is characterized in that:
Comprise step after the described step S100:
S110 forms the XML string with the real time data that collects.
3. communication network real time monitoring method according to claim 2 is characterized in that:
Described step S200 comprises the steps:
S210 with the XML string manipulation, forms message;
S220 need to judge whether processing messages, if enter next step, enters S300 if not;
S230 handles message.
4. according to any described communication network real time monitoring method of claim 1 to 3, it is characterized in that:
Message is AMF and/or encrypts AMF by the mode that the BlazeDS technology is sent to client among the described step S300.
5. communication network real-time monitoring system is characterized in that:
Comprise background acquisition module, server module, communication module and client;
Described background acquisition module is used for gathering real time data;
Described background acquisition module and described server module communicate to connect;
Described server module comprises processing module, is used for the real time data of gathering is handled accordingly, forms message;
Described server module and described communication module communicate to connect;
Described communication module is connected with client communication.
6. communication network real-time monitoring system according to claim 5 is characterized in that:
Described background acquisition module also comprises the real-time adapter of transmission, is used for a real time data of gathering is organized into the XML string;
The real-time adapter of described transmission is electrically connected with described acquisition module.
7. communication network real-time monitoring system according to claim 6 is characterized in that:
Described server module adopts the JAVA server, also comprises the custqueue bag;
Described custqueue bag is electrically connected with described processing module, is used for message is handled.
8. according to any described communication network real-time monitoring system of claim 5 to 7, it is characterized in that:
Described communication module is used BlazeDS framework bag, comprises encrypting module, is used for AMF and/or encrypts the AMF mode sending information to the Flex client.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2013102202380A CN103346924A (en) | 2013-06-04 | 2013-06-04 | Communication network real-time monitoring method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2013102202380A CN103346924A (en) | 2013-06-04 | 2013-06-04 | Communication network real-time monitoring method and system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN103346924A true CN103346924A (en) | 2013-10-09 |
Family
ID=49281700
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2013102202380A Pending CN103346924A (en) | 2013-06-04 | 2013-06-04 | Communication network real-time monitoring method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103346924A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105049381A (en) * | 2015-07-31 | 2015-11-11 | 南京南瑞集团公司 | Method for testing real-time property of electric power multimedia communication system |
US10129769B2 (en) | 2015-12-31 | 2018-11-13 | Affirmed Networks, Inc. | Adaptive peer overload control in mobile networks |
US10154087B2 (en) | 2016-01-15 | 2018-12-11 | Affirmed Networks, Inc. | Database based redundancy in a telecommunications network |
US11005773B2 (en) | 2015-12-10 | 2021-05-11 | Microsoft Technology Licensing, Llc | Data driven automated provisioning of telecommunication applications |
US11121921B2 (en) | 2019-01-15 | 2021-09-14 | Microsoft Technology Licensing, Llc | Dynamic auto-configuration of multi-tenant PaaS components |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050192844A1 (en) * | 2004-02-27 | 2005-09-01 | Cardiac Pacemakers, Inc. | Systems and methods for automatically collecting, formatting, and storing medical device data in a database |
CN101777798A (en) * | 2010-02-10 | 2010-07-14 | 山东泰开变压器有限公司 | Wireless transmission-based transformer online monitoring and manufacturer remote monitoring system |
CN101783813A (en) * | 2009-12-22 | 2010-07-21 | 新太科技股份有限公司 | Message pushing method, device and system |
-
2013
- 2013-06-04 CN CN2013102202380A patent/CN103346924A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050192844A1 (en) * | 2004-02-27 | 2005-09-01 | Cardiac Pacemakers, Inc. | Systems and methods for automatically collecting, formatting, and storing medical device data in a database |
CN101783813A (en) * | 2009-12-22 | 2010-07-21 | 新太科技股份有限公司 | Message pushing method, device and system |
CN101777798A (en) * | 2010-02-10 | 2010-07-14 | 山东泰开变压器有限公司 | Wireless transmission-based transformer online monitoring and manufacturer remote monitoring system |
Non-Patent Citations (1)
Title |
---|
吕海东 等: "基于Flex和BlzadDS推技术实现WEB方式实时监控系统", 《自动化技术与应用》, vol. 29, no. 1, 25 January 2010 (2010-01-25), pages 36 * |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105049381A (en) * | 2015-07-31 | 2015-11-11 | 南京南瑞集团公司 | Method for testing real-time property of electric power multimedia communication system |
CN105049381B (en) * | 2015-07-31 | 2018-03-02 | 南京南瑞集团公司 | A kind of method of testing of the real-time of electric power multimedia communications system |
US11005773B2 (en) | 2015-12-10 | 2021-05-11 | Microsoft Technology Licensing, Llc | Data driven automated provisioning of telecommunication applications |
US10129769B2 (en) | 2015-12-31 | 2018-11-13 | Affirmed Networks, Inc. | Adaptive peer overload control in mobile networks |
US10154087B2 (en) | 2016-01-15 | 2018-12-11 | Affirmed Networks, Inc. | Database based redundancy in a telecommunications network |
US11121921B2 (en) | 2019-01-15 | 2021-09-14 | Microsoft Technology Licensing, Llc | Dynamic auto-configuration of multi-tenant PaaS components |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103346924A (en) | Communication network real-time monitoring method and system | |
CN103619056B (en) | A kind of method and terminal for reporting sensing data | |
CN106130796B (en) | SDN network topology traffic visualization monitoring method and control terminal | |
CN107566528A (en) | Sewage treatment plant's monitoring system based on high in the clouds data sharing | |
CN205068129U (en) | Aquaculture quality of water intelligent monitoring system based on networking of wifi thing | |
CN204405066U (en) | A kind of hydrology regimen video monitoring system based on data fusion | |
CN105376110A (en) | Network data packet analysis method and system in big data stream technology | |
CN103217937A (en) | Power distribution station house monitoring system | |
CN106850733A (en) | A kind of engineering construction high in the clouds monitoring management system | |
CN207397491U (en) | A kind of intellectual traffic control and early warning system | |
CN203561865U (en) | A distributed comprehensive early warning monitored data acquiring system | |
CN109038813A (en) | Power transmission line intelligent managing and control system | |
CN105637904B (en) | For the service interworking for the communication session for being related to wireless terminal and server apparatus | |
CN105515829A (en) | Intelligent wiring system | |
CN102970767B (en) | Weather monitoring system based on time division long term evolution (TD-LTE) private network | |
CN107483629A (en) | A kind of high in the clouds monitoring method and its system based on industrial large-sized equipment non-intruding | |
CN205621072U (en) | Community's intelligence endowment platform | |
CN205007570U (en) | Remote -control toy tank at 3D visual angle | |
CN204423105U (en) | A kind of secondary water-supply apparatus remote online monitoring system based on GPRS communication | |
CN204350027U (en) | A kind of based on ZigBee wired home supervising device | |
CN207810974U (en) | A kind of elevator monitoring system | |
CN202887445U (en) | Multi-channel synchronous data acquisition system for optical fiber Ethernet communication | |
CN204948229U (en) | A kind of multiterminal teletransmission real-time monitoring system for supply equipment | |
CN204836405U (en) | Wireless video monitor system of intelligence cashier slot | |
CN206323472U (en) | A kind of data acquisition network video camera |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20131009 |