CN102916846A - Monitoring method and system - Google Patents

Monitoring method and system Download PDF

Info

Publication number
CN102916846A
CN102916846A CN2011102212472A CN201110221247A CN102916846A CN 102916846 A CN102916846 A CN 102916846A CN 2011102212472 A CN2011102212472 A CN 2011102212472A CN 201110221247 A CN201110221247 A CN 201110221247A CN 102916846 A CN102916846 A CN 102916846A
Authority
CN
China
Prior art keywords
monitoring
monitored
command
data information
information
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
CN2011102212472A
Other languages
Chinese (zh)
Other versions
CN102916846B (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.)
Hai'an Jiachen Environmental Technology Co ltd
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201110221247.2A priority Critical patent/CN102916846B/en
Publication of CN102916846A publication Critical patent/CN102916846A/en
Application granted granted Critical
Publication of CN102916846B publication Critical patent/CN102916846B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a monitoring method and a monitoring system. The monitoring system comprises monitoring equipment and monitored equipment, wherein the monitoring equipment is used for analyzing compilation process files of executable files on monitored equipment and screening the compilation process files according to an monitored object so as to generate a monitoring command; the monitored equipment is used for receiving the monitoring command, acquiring data information of a monitored end according to the monitoring command, and feeding the data information back to the monitoring equipment. By the monitoring method and the monitoring system, the monitoring system is not customized and the usability of the monitoring equipment is improved.

Description

Monitoring method and system
Technical Field
The present invention relates to the field of communications, and in particular, to a monitoring method and system.
Background
The system monitoring and the equipment monitoring are necessary functions for product marketization, and are one of necessary conditions for realizing quality attributes such as product usability, testability and the like. This is especially true for large installations. If the monitoring function is not available, the system is difficult to configure and deploy, in addition, the problem is caused, and the position solving is possible only by using a special tool if a professional is required to arrive at the scene and the searching is not known.
In some cases, if the monitoring function is not available, even if a professional is present, the professional cannot help, for example, some faults related to some special conditions such as time are difficult to reproduce and need specific conditions to appear, and sometimes, the conditions are unknown, so that it is very important to timely retain fault information, and if the faults exist, the problems can be deeply analyzed, otherwise, the fault solving period is too long due to the fact that necessary data for solving the problems are insufficient.
At present, almost all systems and devices have monitoring functions, only the names are different, but the systems and the devices basically belong to the category of the system monitoring functions, for example, some devices have an operation information observation function, and actually, the operation state of the system is monitored; some devices have fault alarm functions, status that actually monitors for exceeding certain thresholds and conditions, and so on.
The device monitoring function is classified differently according to different concerns, and may include the following: the monitored objects are classified into cpu monitoring and equipment monitoring according to different levels; from the monitored content, it can be divided into statistics, switching values, numbers, etc.
At present, the equipment monitoring method almost adopts a customized method, namely, the monitoring of the states and the data is planned, and then the design is started to realize the monitoring. The implementation method is characterized in that the code of the prior monitoring equipment needs to be changed continuously to support new state monitoring. Many times device monitoring is done passively. For example, some faults occur in the product, and the monitoring function of some state quantity needs to be added after analysis. Version changes resulting from this demand account for a significant proportion after the product is commercially available.
For the problem that the monitoring method adopted by the device monitoring in the prior art needs to continuously change the code of the previous monitoring device to support the new state monitoring to cause the passive monitoring operation, no effective solution is available at present.
Disclosure of Invention
The present invention provides a monitoring method and system, so as to solve the problem that the monitoring method adopted in the device monitoring in the prior art needs to continuously change the code of the previous monitoring device to support the new status monitoring, which results in passive monitoring.
To achieve the above object, according to an aspect of the present invention, a monitoring method is provided.
The monitoring method comprises the following steps: the monitoring equipment analyzes the compiling process file of the execution file on the monitored equipment and screens the compiling process file according to the object to be monitored so as to generate a monitoring command; the monitored equipment receives the monitoring command and acquires data information of a monitored end according to the monitoring command; the monitoring device receives the data information.
Further, the monitoring device analyzes the compiling process file of the execution file on the monitored device, and filters the compiling process file according to the object to be monitored so as to generate the monitoring command, including: the monitoring equipment analyzes the compiling process file to obtain a variable monitoring list; and selecting the state information and/or statistical information to be monitored in the monitoring variable list according to the requirement to generate and issue a monitoring command.
Further, the monitored device receives the monitoring command, and acquiring the data information of the monitored end according to the monitoring command includes: the monitored equipment receives a control command and/or an observation command in the monitoring command; updating a status report control table by an observation command; data information is collected from information in a status report control table.
Further, collecting data information according to information in the status report control table includes: and inquiring the state report control table at regular time, wherein under the condition that the current time is matched with the time and the granularity in the state report control table, acquiring data information, and otherwise, continuously inquiring the state report control table.
Further, after collecting data information according to information in the status report control table, the method further comprises: storing the acquired data information into a data pool; judging whether the data information stored in the data pool meets a preset condition or not, and feeding back the data information to the monitoring equipment under the condition that the preset condition is met, wherein the preset condition comprises one or more of the following conditions: the acquisition time of the data information stored in the data pool exceeds preset time; the data pool has no free space; the number of times the data information is collected is greater than or equal to a predetermined variable value.
Further, feeding back the data information to the monitoring device includes: packing the data information into a data packet according to a second preset condition; sending the data packet to the monitoring equipment according to the sampling sequence; wherein the second predetermined condition comprises one or more of: the data packet is less than or equal to a preset packet length; the received data information queue is empty.
Further, after the monitoring device receives the data information, the method further includes: the monitoring equipment analyzes the received data information and sends out an alarm prompt or carries out recovery according to the analysis result.
To achieve the above object, according to another aspect of the present invention, there is provided a monitoring system.
The monitoring system according to the invention comprises: the monitoring equipment is used for analyzing the compiling process file of the execution file on the monitored equipment and screening the compiling process file according to an object needing to be monitored so as to generate a monitoring command; and the monitored equipment is used for receiving the monitoring command, acquiring data information of the monitored end according to the monitoring command and feeding back the data information to the monitoring equipment.
Further, the monitoring device comprises: the compiling file analyzing unit is used for analyzing the compiling process file to obtain a variable monitoring list; and the monitoring management unit is used for selecting the state information and/or the statistical information to be monitored in the monitoring variable list according to the requirement so as to generate and issue a monitoring command.
Further, the monitored device includes: the receiving unit is used for receiving a control command and/or an observation command in the monitoring command; a control unit for updating the status report control table by the observation command; and the data acquisition unit is used for acquiring data information according to the information in the state report control table.
According to the invention, the monitoring equipment is adopted for analyzing the compiling process file of the execution file on the monitored equipment and screening the compiling process file according to the object to be monitored so as to generate the monitoring command; the monitored equipment is used for receiving the monitoring command, acquiring data information of the monitored end according to the monitoring command and feeding the data information back to the monitoring equipment, so that the problem that the monitoring work is passive due to the fact that a monitoring method adopted by equipment monitoring in the prior art needs to change codes of the front monitoring equipment continuously and new state monitoring is supported is solved, the purpose that a monitoring system is not customized is achieved, and the usability of the monitoring equipment is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a schematic diagram of a monitoring system according to an embodiment of the invention;
FIG. 2 is a flow diagram of a monitoring method according to an embodiment of the invention;
FIG. 3 is a schematic diagram of a monitoring parameter table of the monitoring device according to the embodiment shown in FIG. 2;
fig. 4 is a parameter format diagram of a control command sent by a detected terminal according to the embodiment shown in fig. 2;
FIG. 5 is a schematic diagram of a status report control table according to the embodiment shown in FIG. 2;
FIG. 6 is a flow diagram of state data sampling according to the embodiment shown in FIG. 2;
FIG. 7 is a flow diagram of feedback of data packets to a monitoring device according to the embodiment shown in FIG. 2;
FIG. 8 is a diagram of a status collection report queue format according to the embodiment shown in FIG. 7;
FIG. 9 is a diagram of a packet format for feedback according to the embodiment shown in FIG. 7;
FIG. 10 is a detailed operational scenario diagram of a monitoring system according to an embodiment of the present invention;
FIG. 11 is a schematic diagram of a monitoring parameter table of the monitoring device according to the embodiment shown in FIG. 10;
FIG. 12 is a diagram of a status collection report queue format according to the embodiment shown in FIG. 10; and
fig. 13 is a diagram illustrating a packet format of feedback according to the embodiment shown in fig. 10.
Detailed Description
In order to make the technical problems, technical solutions and advantageous effects to be solved by the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a monitoring method and a monitoring system. The monitoring device in this application may be a PC, and the monitored device 2 is a background.
Fig. 1 is a schematic structural diagram of a monitoring system according to an embodiment of the present invention. As shown in fig. 1, the monitoring system includes: a monitoring device 1 and a monitored device 2.
The monitoring device 1 is used for analyzing the compiling process file of the execution file on the monitored device 2 and screening the compiling process file according to the object to be monitored so as to generate a monitoring command; and the monitored equipment 2 is used for receiving the monitoring command, acquiring data information of the monitored end according to the monitoring command and feeding back the data information to the monitoring equipment.
The device monitoring system of the above embodiment is composed of a PC part as a monitoring device and a monitored device 2 part as a monitored device, and changes the device monitoring based on customization completion in the past. In the process of realizing monitoring by the monitoring system, the code of the monitored equipment 2 is not required to be changed, and new state quantity monitoring can be finished only by carrying out configuration operation on a monitoring equipment PC.
The monitoring device in the embodiment of the present application may include: a compiled file analyzing unit 10, configured to analyze the compiled process file to obtain a variable monitoring list; and the monitoring management unit 30 is configured to select state information and/or statistical information to be monitored in the monitoring variable list according to a requirement, so as to generate and issue a monitoring command.
Specifically, the compiled file analyzing unit 10 in this embodiment may analyze files in the system compiling process of the monitored device 2 to obtain information such as names, addresses, and occupied address spaces of all global variables. The monitoring management unit 30 may implement the selection of information of the compiled file analyzing unit 10, and determine the status information or statistical information to be monitored by the system. The information is formed into a command packet and sent to the monitored device 2 device system.
Preferably, the monitoring device in the present application may further include an information observation unit 50, configured to analyze the received data information, and specifically, may be responsible for receiving the status information fed back by the monitored device 2, completing mapping of the address and the variable name, completing analysis of the information, and sending an alarm prompt or performing recovery according to an analysis result.
The monitored device 2 in the embodiment of the present application may include: a receiving unit (not shown in the figure) for receiving a control command and/or an observation command in the monitoring command; a control unit 20 for updating the status report control table by the observation command; and a data collecting unit 60 for collecting data information according to the information in the status report control table.
Specifically, in this embodiment, after receiving the monitoring command sent by the monitoring device, the control unit 20 of the monitored device 2 may change the value of the corresponding variable according to the monitoring command, so as to update the status report control table. Then, the data acquisition unit 60 is operated at regular time to realize the purpose of traversing the state report control table each time, and data acquisition is performed according to the requirements of the control table and is sent to the information feedback unit 80.
The monitored device 2 in the above embodiment of the present application may further include an information feedback unit 80: the method is used for feeding back data information to the monitoring device 1, and specifically, a plurality of pieces of reported information can be packed into one packet according to the length of the reported packet and the size of the current information amount, and the packet is sent to the monitoring device 1.
Fig. 2 is a flow chart of a monitoring method according to an embodiment of the invention. As shown in fig. 2, the monitoring method includes the following steps:
step S102, the monitoring device 1 analyzes the compiling process file of the execution file on the monitored device 2, and filters the compiling process file according to the object to be monitored, so as to generate the monitoring command.
Step S104, the monitored device 2 receives the monitoring command, and collects data information of the monitored device 2 according to the monitoring command.
In step S106, the monitoring device 1 receives the data information.
The new device monitoring method provided by the above embodiment can change the previous method for completing device monitoring based on customization, and can complete new state quantity monitoring only by configuring the monitoring device without changing the device code of the monitored device 2.
In the above embodiment, the step S102 of analyzing the compilation process file of the device monitoring execution file on the monitored device 2, and screening the compilation process file according to the object to be monitored to generate the monitoring command may include: the monitoring equipment analyzes the compiling process file to obtain a variable monitoring list; and selecting the state information and/or statistical information to be monitored in the monitoring variable list according to the requirement to generate and issue a monitoring command.
Specifically, after the monitoring device 1 completes the analysis of the compiling process file in advance to form the variable list in the above steps, the user of the monitoring device 1 selects the variables to be monitored and the operation modes thereof through the monitoring management unit 30, and if the operation is to be controlled, the data to be written needs to be provided. The main monitoring variable parameters of a specific monitoring device 1 user are shown schematically in fig. 3.
In the above embodiment, the receiving, by the monitored device 2, the monitoring command in step S104, and acquiring the data information of the monitored end according to the monitoring command may include: the monitored device 2 receives a control command and/or an observation command in the monitoring command; updating a status report control table by an observation command; data information is collected from information in a status report control table.
In the specific above steps, after the user PC monitoring device determines to issue the monitoring command, the monitored device 2, that is, the monitoring device 1, packages the variable monitoring list selected by the user and sends the variable monitoring list to the monitored device 2. The format of the command transmitted by the monitored apparatus 2 to the PC monitoring apparatus 1 is shown in fig. 4. After the monitored device 2 receives the monitoring command, writing corresponding data into the corresponding address for the control command; for the observe command, the status report control table is updated. The status report control table involved in this embodiment is shown in fig. 5.
Preferably, the collecting data information according to the information in the status report control table in the above embodiment includes: and inquiring the state report control table at regular time, wherein under the condition that the current time is matched with the time and the granularity in the state report control table, acquiring data information, and otherwise, continuously inquiring the state report control table.
In the above embodiment, after collecting data information according to the information in the status report control table, the method further includes: storing the acquired data information into a data pool; judging whether the data information stored in the data pool meets a preset condition or not, and feeding back the data information to the monitoring equipment under the condition that the preset condition is met, wherein the preset condition comprises one or more of the following conditions: the acquisition time of the data information stored in the data pool exceeds preset time; the data pool has no free space; the number of times the data information is collected is greater than or equal to a predetermined variable value.
Specifically, in this embodiment, the monitored device 2 periodically queries the status report control table, and if the current time matches the time and the granularity in the control table, the data collection process shown in fig. 6 is performed. The collected data is put into a collected data pool. And when the data in the data pool meets the following conditions, sending the data to an information feedback module:
the data acquisition time in the data pool of the condition 1 exceeds a seconds, and a is a maximum delay reporting parameter preset by a system and can also be monitored through the process of the patent;
condition 2 data pool full;
condition 3 reaches the number of samples specified by this variable.
In the above embodiment of the present application, the step of feeding back the data information to the monitoring device may include: packing the data information into a data packet according to a second preset condition; sending the data packet to the monitoring equipment according to the sampling sequence; wherein the second predetermined condition comprises one or more of: the data packet is less than or equal to a preset packet length; the received data information queue is empty.
Specifically, in this embodiment, the monitored device 2 reports all variable sample sequences to be reported to the monitoring device 1. The monitored device 2 reports that the trigger timer period is B seconds, which is a system preset parameter. As shown in the flow chart of fig. 7, the information feedback unit 80 puts a sample sequence of a plurality of variables into one packet and sends the packet to the PC. The data packet packing conditions are as follows:
the maximum packet length L of the data packets is reached after the combination of the condition 1;
and 2, the queue sent to the feedback module by the sampling module is empty.
The format of the status collection report queue is shown in detail in fig. 8, and the format of the feedback data packet is shown in detail in fig. 9.
In the above embodiment of the present application, after the monitoring device receives the data information in step S106, the method may further include: the monitoring equipment analyzes the received data information and sends out an alarm prompt or carries out recovery according to the analysis result.
Specifically, in this embodiment, the observation unit of the monitoring device 1 analyzes the state information fed back, and distinguishes different types of state types: the statistical type, the numerical value quantity and the switching value carry out alarm or recovery on some state quantities according to the threshold of the state quantities.
Fig. 10 is a detailed working scenario diagram of the monitoring system according to the embodiment of the present invention. As shown in fig. 10, the work flow of the specific implementation scenario of the present invention is shown in fig. 10:
first, the monitoring device 1 analyzes in advance a process file compiled by the software of the monitoring device 2.
Then, the monitoring device monitoring management unit 30 selects 4 variables to monitor, i.e.
And (3) network port sending statistics: the variable name sendnum, address 0x01000000, 4 byte size.
And (3) receiving statistics by the network port: the variable name revnum, address 0x01000004, 4 byte size.
Number of network port end error packets: variable name errnum, address 0x01000008, 4 byte size.
Cpu operation occupancy: the variable name cpucycle, address 0x0100000c, 4 bytes in size.
Then, the monitoring device management module inputs the sampling frequency and the number of times of 4 state variables, wherein:
sendnum, every 100ms, 10 consecutive observations.
revnum, every 100ms, 10 consecutive observations.
errnum, every 10ms, 100 consecutive observations.
Cp cpucycle, observed every 10 seconds, observed continuously.
Then, the monitoring device sends the information to the monitored device 2 according to the format of fig. 11, and the monitored device 2 reports the monitoring table according to the setting status, as shown in fig. 11; then, the data acquisition module of the monitored device 2 performs status acquisition according to the status monitoring table, and the first 10ms sampling value is shown in fig. 12. At this time, if a variable sampling sequence pool reaches the length of the sequence pool, the variable sampling sequence pool is sent to the feedback unit, the feedback unit sends state data to the monitoring device, and the format of the feedback data packet is shown in fig. 13.
And finally, the monitoring equipment analyzes the meaning of the data and correspondingly displays the meaning of the data, or processes the meaning of the data, such as alarming the data exceeding a threshold.
It should be noted that the steps illustrated in the flowcharts of the figures of the present invention may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than here.
From the above description of the embodiments, it can be seen that the present invention achieves the following technical effects: compared with the prior art, the method and the device have the following advantages that:
1. the new monitoring system design belongs to a non-customized method, the monitored equipment 2 can support new state monitoring without modifying any code, and the expansibility is better than that of the existing realization method, and the realization period is shorter;
2. the scheme directly extracts the state variable address from the compiling process file, and has strong universality;
3. the method supports observation granularity far smaller than that of the existing monitoring system, and can carry out monitoring in a finer time;
4. all functions of the current monitoring system can be supported;
and 5, the feedback to the monitoring equipment can be automatically combined, so that frequent reporting is avoided, and the network efficiency is reduced.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that the program code may be stored in a memory device and executed by a computing device, or may be implemented by individual components or steps of a plurality of components as a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
While the foregoing description shows and describes a preferred embodiment of the invention, it is to be understood, as noted above, that the invention is not limited to the form disclosed herein, but is not intended to be exhaustive or to exclude other embodiments and may be used in various other combinations, modifications, and environments and may be modified within the scope of the inventive concept described herein by the above teachings or the skill or knowledge of the relevant art. And that modifications and variations may be effected by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A method of monitoring, comprising:
the monitoring equipment analyzes a compiling process file of an execution file on the monitored equipment, and screens the compiling process file according to an object needing to be monitored so as to generate a monitoring command;
the monitored equipment receives the monitoring command and acquires data information of the monitored end according to the monitoring command;
and the monitoring equipment receives the data information.
2. The method of claim 1, wherein the monitoring device analyzing the compiled process files of the execution files on the monitored device, and analyzing and screening the compiled process files according to the objects to be monitored to generate the monitoring command comprises:
the monitoring equipment analyzes the compiling process file to obtain a variable monitoring list;
and selecting the state information and/or statistical information to be monitored in the monitoring variable list according to requirements to generate and issue the monitoring command.
3. The method according to claim 2, wherein the monitored device receives the monitoring command, and acquiring the data information of the monitored terminal according to the monitoring command comprises:
the monitored equipment receives a control command and/or an observation command in the monitoring command;
updating a status report control table by the observation command;
and collecting the data information according to the information in the state report control table.
4. The method of claim 3, wherein collecting the data information according to the information in the status report control table comprises:
periodically querying the status report control table, wherein,
and under the condition that the current time is matched with the time and the granularity in the state report control table, acquiring the data information, and if not, continuously querying the state report control table.
5. The method of claim 4, wherein after collecting the data information according to information in the status report control table, the method further comprises:
storing the acquired data information into a data pool;
judging whether the data information stored in the data pool meets a preset condition or not, and feeding back the data information to the monitoring equipment under the condition that the preset condition is met, wherein,
the predetermined conditions include one or more of: the acquisition time of the data information stored in the data pool exceeds preset time; the data pool has no free space; the number of times the data information is collected is greater than or equal to a predetermined variable value.
6. The method of claim 5, wherein feeding back the data information to the monitoring device comprises:
packing the data information into a data packet according to a second preset condition;
sending the data packet to the monitoring device according to a sampling sequence; wherein,
the second predetermined condition comprises one or more of: the data packet is less than or equal to a preset packet length; the received data information queue is empty.
7. The method of claim 1, wherein after the monitoring device receives the data information, the method further comprises:
and the monitoring equipment analyzes the received data information and sends out an alarm prompt or recovers according to an analysis result.
8. A monitoring system, comprising:
the monitoring equipment is used for analyzing the compiling process file of the execution file on the monitored equipment, and analyzing and screening the compiling process file according to an object needing to be monitored so as to generate a monitoring command;
the monitored device is used for receiving the monitoring command, acquiring data information of the monitored end according to the monitoring command, and feeding back the data information to the monitoring device.
9. The system of claim 8, wherein the monitoring device comprises:
the compiling file analyzing unit is used for analyzing the compiling process file to obtain a variable monitoring list;
and the monitoring management unit is used for selecting the state information and/or the statistical information to be monitored in the monitoring variable list according to requirements so as to generate and issue the monitoring command.
10. The system of claim 8, wherein the monitored device comprises:
the receiving unit is used for receiving a control command and/or an observation command in the monitoring command;
a control unit for updating a status report control table by the observation command;
and the data acquisition unit is used for acquiring the data information according to the information in the state report control table.
CN201110221247.2A 2011-08-03 2011-08-03 Monitoring method and system Active CN102916846B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110221247.2A CN102916846B (en) 2011-08-03 2011-08-03 Monitoring method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110221247.2A CN102916846B (en) 2011-08-03 2011-08-03 Monitoring method and system

Publications (2)

Publication Number Publication Date
CN102916846A true CN102916846A (en) 2013-02-06
CN102916846B CN102916846B (en) 2018-02-16

Family

ID=47615084

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110221247.2A Active CN102916846B (en) 2011-08-03 2011-08-03 Monitoring method and system

Country Status (1)

Country Link
CN (1) CN102916846B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104394097A (en) * 2014-12-11 2015-03-04 广州广电运通金融电子股份有限公司 Self-service terminal monitoring method and system
CN104751306A (en) * 2015-04-28 2015-07-01 海南汉能薄膜太阳能有限公司 Industrial control equipment monitoring method and system
CN106027289A (en) * 2016-05-09 2016-10-12 北京奇虎科技有限公司 User state statistics system and user state statistics method
CN106094707A (en) * 2016-06-29 2016-11-09 富通光纤光缆(深圳)有限公司 Method, relevant device and the system of a kind of optical fiber production data acquisition
CN110069379A (en) * 2019-03-19 2019-07-30 北京百度网讯科技有限公司 The screening technique and screening plant of monitor control index
CN111273071A (en) * 2020-02-17 2020-06-12 深圳供电局有限公司 AI monitoring system and method for edge calculation

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838871B (en) * 2014-03-21 2019-11-29 北京广利核系统工程有限公司 A kind of method of calibration of nuclear power station security level DCS S-VDU procedure file

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1855173A1 (en) * 2006-05-08 2007-11-14 Gamesa Innovation & Technology, S.L. Procedure for mass capture of operational data of a wind turbine
CN101334662A (en) * 2008-07-25 2008-12-31 重庆邮电大学 Automobile electric control unit calibration system and method based on ASAP standard
CN101393442A (en) * 2008-10-24 2009-03-25 南京分析仪器厂有限公司 CEMS monitoring method based on OPC communication technology

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1855173A1 (en) * 2006-05-08 2007-11-14 Gamesa Innovation & Technology, S.L. Procedure for mass capture of operational data of a wind turbine
CN101334662A (en) * 2008-07-25 2008-12-31 重庆邮电大学 Automobile electric control unit calibration system and method based on ASAP standard
CN101393442A (en) * 2008-10-24 2009-03-25 南京分析仪器厂有限公司 CEMS monitoring method based on OPC communication technology

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104394097A (en) * 2014-12-11 2015-03-04 广州广电运通金融电子股份有限公司 Self-service terminal monitoring method and system
CN104394097B (en) * 2014-12-11 2017-10-31 广州广电运通金融电子股份有限公司 Self-aided terminal monitoring method and system
CN104751306A (en) * 2015-04-28 2015-07-01 海南汉能薄膜太阳能有限公司 Industrial control equipment monitoring method and system
CN106027289A (en) * 2016-05-09 2016-10-12 北京奇虎科技有限公司 User state statistics system and user state statistics method
CN106027289B (en) * 2016-05-09 2019-05-28 北京奇虎科技有限公司 User Status statistical system and method
CN106094707A (en) * 2016-06-29 2016-11-09 富通光纤光缆(深圳)有限公司 Method, relevant device and the system of a kind of optical fiber production data acquisition
CN110069379A (en) * 2019-03-19 2019-07-30 北京百度网讯科技有限公司 The screening technique and screening plant of monitor control index
CN110069379B (en) * 2019-03-19 2023-02-17 北京百度网讯科技有限公司 Screening method and screening device for monitoring indexes
CN111273071A (en) * 2020-02-17 2020-06-12 深圳供电局有限公司 AI monitoring system and method for edge calculation

Also Published As

Publication number Publication date
CN102916846B (en) 2018-02-16

Similar Documents

Publication Publication Date Title
CN102916846A (en) Monitoring method and system
CN101052020B (en) Monitor method and system for automatically measuring executing process
US20060040711A1 (en) Real-time analyst program for processing log files from network elements
EP2061622A1 (en) Weld data acquisition
EP1834444A1 (en) Binary class based analysis and monitoring
WO2007070711A2 (en) Interactive network monitoring and analysis
CN110784398A (en) Data acquisition gateway and data analysis method for industrial Internet of things processing equipment
US11736365B2 (en) System and method for network management automation
EP3324256A2 (en) Control system and control device
CN101136781B (en) Performance data acquisition occasion control method and device in network management system
CN102668454B (en) For providing method and the operations support systems of the performance management in mobile communication system
CN111427321A (en) Multi-protocol-compatible MES data acquisition system and method thereof
CN105929803B (en) A kind of satellite ground measuring and controlling equipment Automatic monitoring systems
CN102693318B (en) Report query method and report query equipment
CN103812688A (en) Alarm determining method and device
CN112100020A (en) Data reporting method and device for base station, electronic device and storage medium
CN112650656A (en) Performance monitoring method, device, equipment, server and storage medium
US8442947B2 (en) Management of performance data
CN102480369A (en) Network management system and method for collecting performance
CN110445752B (en) Implementation method for supporting various CAN devices and flexibly analyzing various CAN messages
CN113507721B (en) Network state monitoring method, device, system and storage medium
CN102307116A (en) System and method for generating monitoring information
CN114385435A (en) Program operation and maintenance monitoring method and device and computer readable storage medium
CN110578989B (en) Debugging method and device of air conditioner, air conditioner and storage medium
CN110874303B (en) Data acquisition method, device and equipment

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: 20201127

Address after: 226600 Building 1, No.288, Changjiang West Road, Haian Town, Haian City, Nantong City, Jiangsu Province

Patentee after: HAI'AN JIACHEN ENVIRONMENTAL TECHNOLOGY Co.,Ltd.

Address before: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Patentee before: ZTE Corp.

TR01 Transfer of patent right