CN111581219B - Method and device for acquiring monitoring data - Google Patents
Method and device for acquiring monitoring data Download PDFInfo
- Publication number
- CN111581219B CN111581219B CN202010405681.5A CN202010405681A CN111581219B CN 111581219 B CN111581219 B CN 111581219B CN 202010405681 A CN202010405681 A CN 202010405681A CN 111581219 B CN111581219 B CN 111581219B
- Authority
- CN
- China
- Prior art keywords
- monitoring
- data
- monitored
- template
- updated
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2282—Tablespace storage structures; Management thereof
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/546—Message passing systems or structures, e.g. queues
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/04—Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/548—Queue
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Development Economics (AREA)
- General Business, Economics & Management (AREA)
- Technology Law (AREA)
- Strategic Management (AREA)
- Marketing (AREA)
- Economics (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention discloses a method and a device for acquiring monitoring data, wherein the method comprises the following steps: determining the monitoring type of the data to be monitored; and selecting a monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored. And comparing new and old monitoring data of the columns needing to be monitored in the monitoring template to obtain data change information. And updating the monitoring template according to the data change information. And placing the updated monitoring template into a message queue, and generating a monitoring data table for displaying the data to be monitored according to the message queue. The invention can save data storage space, reduce transaction coding cost and error rate and reduce transaction time.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and apparatus for acquiring monitoring data.
Background
At present, data monitoring is very popular in various fields, for example, in a core banking system, in order to know the change of data such as basic information and account information of a customer in real time, it is important to ensure that the operation of the core banking system is performed smoothly, monitor the change of data, and acquire the monitored data.
When the monitoring data is acquired in the prior art, each transaction program is generally acquired, the change of the monitoring data of the new field and the old field in each transaction program is considered, the table reading and writing operation is carried out according to each transaction program, the monitoring data table containing all the monitoring fields is generated, the data storage space consumption is large, the transaction coding cost is high, the error rate is high, and the transaction time is long.
Disclosure of Invention
The embodiment of the invention provides a method for acquiring monitoring data, which is used for saving data storage space, reducing transaction coding cost and error rate and reducing transaction time, and comprises the following steps:
determining the monitoring type of the data to be monitored;
selecting a monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored;
comparing new and old monitoring data of columns needing to be monitored in the monitoring template to obtain data change information;
updating the monitoring template according to the data change information;
placing the updated monitoring template into a message queue, and generating a monitoring data table for displaying data to be monitored according to the message queue;
comparing new and old monitoring data of columns needing to be monitored in the monitoring template to obtain data change information, wherein the method comprises the following steps:
acquiring an annotation template corresponding to a monitoring type of data to be monitored, wherein the annotation template is used for recording a field required to be monitored of the monitoring type;
and comparing the new and old monitoring data of the field to be monitored to obtain the data change information.
Optionally, the method further comprises:
before the updated monitoring template is put into a message queue, JSON format conversion is carried out on the updated monitoring template.
Optionally, the method further comprises:
judging whether the updated monitoring template is changed, and if so, caching the updated monitoring template.
The embodiment of the invention also provides a monitoring data acquisition device, which is used for saving data storage space, reducing transaction coding cost and error rate and reducing transaction time, and comprises the following steps:
the monitoring type determining module is used for determining the monitoring type of the data to be monitored;
the monitoring template selection module is used for selecting a monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored;
the information acquisition module is used for comparing new and old monitoring data of the columns needing to be monitored in the monitoring template to acquire data change information;
the monitoring template updating module is used for updating the monitoring template according to the data change information;
the monitoring data acquisition module is used for placing the updated monitoring template into a message queue, and generating a monitoring data table for displaying data to be monitored according to the message queue;
the information acquisition module is further configured to:
acquiring an annotation template corresponding to a monitoring type of data to be monitored, wherein the annotation template is used for recording a field required to be monitored of the monitoring type;
and comparing the new and old monitoring data of the field to be monitored to obtain the data change information.
Optionally, the apparatus further includes:
and the format conversion module is used for performing JSON format conversion on the updated monitoring template before the updated monitoring template is put into the message queue.
Optionally, the apparatus further includes:
and the caching module is used for judging whether the updated monitoring template is changed or not, and if so, caching the updated monitoring template.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the method when executing the computer program.
Embodiments of the present invention also provide a computer-readable storage medium storing a computer program for executing the above method.
In the embodiment of the invention, the monitoring type of the data to be monitored is determined, the monitoring template corresponding to the data to be monitored is selected according to the monitoring type of the data to be monitored, new and old monitoring data are compared with the field to be monitored in the monitoring template, the data change information is obtained, the monitoring template is updated according to the data change information, the updated monitoring template is put into the message queue, the monitoring data table for displaying the data to be monitored is generated according to the message queue, the whole process only needs to obtain the data to be monitored, the storage space of the data is saved, the operation of reading and writing the table according to each transaction program is not needed, the transaction coding cost and the error rate are reduced, and the transaction time is reduced.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a flowchart of a method for acquiring monitoring data according to an embodiment of the present invention;
FIG. 2 is a flowchart of a method for monitoring data acquisition according to an embodiment of the present invention;
FIG. 3 is a flowchart of a method for monitoring data acquisition according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a monitoring data acquisition device according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of another embodiment of a monitoring data acquisition device according to the present invention;
fig. 6 is a schematic diagram of still another structure of the monitoring data acquisition device according to an embodiment of the invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention will be described in further detail with reference to the accompanying drawings. The exemplary embodiments of the present invention and their descriptions herein are for the purpose of explaining the present invention, but are not to be construed as limiting the invention.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are open-ended terms, meaning including, but not limited to. Reference to the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is used to schematically illustrate the practice of the present application, and is not limited thereto and may be appropriately adjusted as desired.
Fig. 1 is a flowchart of a method for acquiring monitoring data according to an embodiment of the present invention, as shown in fig. 1, where the method includes:
and step 101, determining the monitoring type of the data to be monitored.
In this embodiment, for the "monitoring type", taking the core banking system as an example, the monitoring type may be basic information of the customer, certificate information of the customer, or the like.
Step 102, selecting a monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored.
In a specific implementation, based on the example of step 101, if the monitoring type is the basic information of the client, the monitoring template includes: the name, sex, etc. of the user and the corresponding fields.
And 103, comparing new and old monitoring data of the columns needing to be monitored in the monitoring template to obtain data change information.
In specific implementation, based on the above example of step 102, new and old monitoring data are compared with fields to be monitored in the monitoring template, and data change information is obtained, which means that: and comparing the new and old monitoring data in the columns corresponding to the contents such as the name, the gender and the like of the user to obtain the data change information.
Specifically, this step 103 includes:
acquiring an annotation template corresponding to a monitoring type of data to be monitored, wherein the annotation template is used for recording a field required to be monitored of the monitoring type;
and comparing the new and old monitoring data of the field to be monitored to obtain the data change information.
The annotation template is used for recording the fields needing to be monitored of each monitoring type in detail, and judging which fields need to be monitored according to which fields have annotations when the annotation template is applied.
And 104, updating the monitoring template according to the data change information.
When the method is implemented, if new and old monitoring data of the field to be monitored are changed, the monitoring template is updated according to the data change information.
And 105, placing the updated monitoring template into a message queue, and generating a monitoring data table for displaying the data to be monitored according to the message queue.
In this embodiment, by setting the monitoring template, the subsequent expansion operation can be facilitated, for example, if a monitoring field or a monitoring type needs to be added, the operation can be directly performed on the monitoring template.
As can be seen from fig. 1, in the monitoring data acquisition method provided by the embodiment of the present invention, by determining the monitoring type of the data to be monitored, selecting a monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored, comparing the new and old monitoring data in the monitoring template to obtain data change information, updating the monitoring template according to the data change information, and placing the updated monitoring template in a message queue to generate a monitoring data table for displaying the data to be monitored according to the message queue.
Fig. 2 is a further flowchart of a method for obtaining monitoring data according to an embodiment of the present invention, where, as shown in fig. 2, the method further includes:
step 201, before the updated monitoring template is put into a message queue, JSON format conversion is performed on the updated monitoring template.
By converting the JSON format of the updated monitoring template, the updated monitoring template can be stored in a simplified manner, namely, the updated monitoring template is ensured to occupy only one column in a monitoring data table generated subsequently, and the consumption of storage space is greatly reduced.
Fig. 3 is a further flowchart of a method for obtaining monitoring data according to an embodiment of the present invention, in order to facilitate fast and smooth proceeding of a subsequent operation, as shown in fig. 3, the method further includes:
step 301, judging whether the updated monitoring template is changed, and if so, caching the updated monitoring template.
In addition, in the application process, in order to optimize the code structure and reduce errors caused by manual operation, new and old monitoring data interfaces can be unified when a transaction table is changed, and when data to be monitored is required to be monitored, data information to be monitored is directly input, and manual operation by staff is not required.
Based on the same inventive concept, the embodiment of the invention also provides a monitoring data acquisition device, as described in the following embodiment. Since the principle of the monitoring data acquisition device for solving the problem is similar to that of the monitoring data acquisition method, the implementation of the monitoring data acquisition device can refer to the implementation of the monitoring data acquisition method, and the repetition is omitted. As used below, the term "unit" or "module" may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Fig. 4 is a schematic structural diagram of a monitoring data acquisition device according to an embodiment of the present invention, as shown in fig. 4, where the device includes:
the monitoring type determining module 401 is configured to determine a monitoring type of the data to be monitored.
The monitoring template selection module 402 is configured to select a monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored.
The information obtaining module 403 is configured to compare new and old monitoring data with fields to be monitored in the monitoring template, and obtain data change information.
And the monitoring template updating module 404 is configured to update the monitoring template according to the data change information.
The monitoring data obtaining module 405 is configured to put the updated monitoring template into a message queue, and generate a monitoring data table for displaying the data to be monitored according to the message queue.
In an embodiment of the present invention, the information obtaining module 403 is further configured to:
acquiring an annotation template corresponding to a monitoring type of data to be monitored, wherein the annotation template is used for recording a field required to be monitored of the monitoring type;
and comparing the new and old monitoring data of the field to be monitored to obtain the data change information.
Fig. 5 is a schematic structural diagram of a monitoring data acquisition device according to an embodiment of the present invention, where, as shown in fig. 5, the device further includes:
the format conversion module 501 is configured to perform JSON format conversion on the updated monitoring template before placing the updated monitoring template into the message queue.
Fig. 6 is a schematic diagram of still another structure of a monitoring data acquisition apparatus according to an embodiment of the present invention, as shown in fig. 6, where the apparatus further includes:
the buffer module 601 is configured to determine whether the updated monitoring template has changed, and if so, buffer the updated monitoring template.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the method when executing the computer program.
Embodiments of the present invention also provide a computer-readable storage medium storing a computer program for executing the above method.
In summary, the invention selects the monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored, compares the new monitoring data and the old monitoring data which need to be monitored in the monitoring template, acquires the data change information, updates the monitoring template according to the data change information, puts the updated monitoring template into the message queue, generates the monitoring data table for displaying the data to be monitored according to the message queue, only needs to acquire the data to be monitored in the whole process, saves the storage space of the data, does not need to perform the operation of reading and writing the table according to each transaction program, reduces the transaction coding cost and the error rate, and reduces the transaction time.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the invention, and is not meant to limit the scope of the invention, but to limit the invention to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the invention are intended to be included within the scope of the invention.
Claims (8)
1. A method of monitoring data acquisition, comprising:
determining the monitoring type of the data to be monitored;
selecting a monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored;
comparing new and old monitoring data of columns needing to be monitored in the monitoring template to obtain data change information;
updating the monitoring template according to the data change information;
placing the updated monitoring template into a message queue, and generating a monitoring data table for displaying data to be monitored according to the message queue;
comparing new and old monitoring data of columns needing to be monitored in the monitoring template to obtain data change information, wherein the method comprises the following steps:
acquiring an annotation template corresponding to a monitoring type of data to be monitored, wherein the annotation template is used for recording a field required to be monitored of the monitoring type;
and comparing the new and old monitoring data of the field to be monitored to obtain the data change information.
2. The method as recited in claim 1, further comprising:
before the updated monitoring template is put into a message queue, JSON format conversion is carried out on the updated monitoring template.
3. The method as recited in claim 1, further comprising:
judging whether the updated monitoring template is changed, and if so, caching the updated monitoring template.
4. A monitoring data acquisition apparatus, comprising:
the monitoring type determining module is used for determining the monitoring type of the data to be monitored;
the monitoring template selection module is used for selecting a monitoring template corresponding to the data to be monitored according to the monitoring type of the data to be monitored;
the information acquisition module is used for comparing new and old monitoring data of the columns needing to be monitored in the monitoring template to acquire data change information;
the monitoring template updating module is used for updating the monitoring template according to the data change information;
the monitoring data acquisition module is used for placing the updated monitoring template into a message queue, and generating a monitoring data table for displaying data to be monitored according to the message queue;
the information acquisition module is further configured to:
acquiring an annotation template corresponding to a monitoring type of data to be monitored, wherein the annotation template is used for recording a field required to be monitored of the monitoring type;
and comparing the new and old monitoring data of the field to be monitored to obtain the data change information.
5. The apparatus as recited in claim 4, further comprising:
and the format conversion module is used for performing JSON format conversion on the updated monitoring template before the updated monitoring template is put into the message queue.
6. The apparatus as recited in claim 4, further comprising:
and the caching module is used for judging whether the updated monitoring template is changed or not, and if so, caching the updated monitoring template.
7. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 3 when executing the computer program.
8. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program for executing the method of any one of claims 1 to 3.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010405681.5A CN111581219B (en) | 2020-05-14 | 2020-05-14 | Method and device for acquiring monitoring data |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010405681.5A CN111581219B (en) | 2020-05-14 | 2020-05-14 | Method and device for acquiring monitoring data |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN111581219A CN111581219A (en) | 2020-08-25 |
| CN111581219B true CN111581219B (en) | 2024-02-23 |
Family
ID=72122826
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202010405681.5A Active CN111581219B (en) | 2020-05-14 | 2020-05-14 | Method and device for acquiring monitoring data |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN111581219B (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112684748B (en) * | 2020-11-16 | 2023-04-07 | 航天信息股份有限公司 | Monitoring method and system compatible with various monitored devices |
| CN112579398B (en) * | 2020-12-28 | 2024-07-16 | 中国建设银行股份有限公司 | Monitoring deployment method and device |
| CN112765223B (en) * | 2021-01-26 | 2023-07-14 | 红云红河烟草(集团)有限责任公司 | A Queue-Based Device Parameter Data Alignment Method |
| CN114036363A (en) * | 2021-11-08 | 2022-02-11 | 中国银行股份有限公司 | Updating method and device of data capture system |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102508833A (en) * | 2011-09-22 | 2012-06-20 | 用友软件股份有限公司 | Data monitoring device and data monitoring method |
| CN106209495A (en) * | 2016-06-24 | 2016-12-07 | 浪潮(北京)电子信息产业有限公司 | The report form generation method of a kind of cloud monitoring system and device |
| CN107273485A (en) * | 2017-06-13 | 2017-10-20 | 苏州弘铭检测科技有限公司 | A kind of data store organisation and database remapping method based on configurable data storehouse |
| CN108768790A (en) * | 2018-06-29 | 2018-11-06 | 北京奇虎科技有限公司 | Distributed search cluster monitoring method and device, computing device, storage medium |
| CN110309028A (en) * | 2019-06-19 | 2019-10-08 | 北京奇艺世纪科技有限公司 | Monitoring information acquisition methods, service monitoring method, apparatus and system |
| CN110321359A (en) * | 2019-07-05 | 2019-10-11 | 浪潮软件集团有限公司 | A kind of spatial data increment updating method based on CMSP |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9495193B2 (en) * | 2014-12-05 | 2016-11-15 | International Business Machines Corporation | Monitoring hypervisor and provisioned instances of hosted virtual machines using monitoring templates |
-
2020
- 2020-05-14 CN CN202010405681.5A patent/CN111581219B/en active Active
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102508833A (en) * | 2011-09-22 | 2012-06-20 | 用友软件股份有限公司 | Data monitoring device and data monitoring method |
| CN106209495A (en) * | 2016-06-24 | 2016-12-07 | 浪潮(北京)电子信息产业有限公司 | The report form generation method of a kind of cloud monitoring system and device |
| CN107273485A (en) * | 2017-06-13 | 2017-10-20 | 苏州弘铭检测科技有限公司 | A kind of data store organisation and database remapping method based on configurable data storehouse |
| CN108768790A (en) * | 2018-06-29 | 2018-11-06 | 北京奇虎科技有限公司 | Distributed search cluster monitoring method and device, computing device, storage medium |
| CN110309028A (en) * | 2019-06-19 | 2019-10-08 | 北京奇艺世纪科技有限公司 | Monitoring information acquisition methods, service monitoring method, apparatus and system |
| CN110321359A (en) * | 2019-07-05 | 2019-10-11 | 浪潮软件集团有限公司 | A kind of spatial data increment updating method based on CMSP |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111581219A (en) | 2020-08-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN111581219B (en) | Method and device for acquiring monitoring data | |
| CN101667171A (en) | Method for generating report and report generating device | |
| CN105843819B (en) | Method and device for exporting data | |
| EP2869195A1 (en) | Application coordination system, application coordination method, and application coordination program | |
| JPH0869385A (en) | Event generation/distribution system | |
| CN108228443B (en) | Web application testing method and device | |
| CN111124482A (en) | Method and device for configuring file information | |
| US9911217B2 (en) | Animation arrangement | |
| CN113064895B (en) | Incremental updating method, device and system for map | |
| CN114626833A (en) | Construction standard process supervision method, device, equipment and medium | |
| CN112286879B (en) | Metadata-based data asset construction method and device | |
| WO2022033148A1 (en) | Method for generating data visualization hand-drawn video | |
| US20110145661A1 (en) | Selectively displaying source code defect information within a source code editor | |
| CN106843819B (en) | Object serialization method and device | |
| CN114470767B (en) | Task processing method, device and electronic equipment | |
| CN112000414B (en) | Configurable display method and device for parameter information | |
| CN112818129A (en) | Atlas modeling system and method | |
| CN113779644B (en) | Data verification method and device | |
| CN113282279B (en) | Background push curve component of power system regulation cloud and implementation method | |
| CN115935909A (en) | File generation method and device and electronic equipment | |
| CN111221551B (en) | Database upgrading method and device | |
| CN116955821A (en) | Data processing method, device, equipment and storage medium for recommending scene | |
| CN109829016B (en) | A data synchronization method and device | |
| CN113590095A (en) | Swagger document-based type declaration file generation method and device | |
| TWI258089B (en) | System, method and machine-readable storage medium for data synchronization |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |